/*  
Theme Name: Adtaq Theme
Theme URI: http://www.adtaq.com
Description: Adtaq Theme by Flewid Inc.
Version: 4.20
Author: Flewid Inc.
Author URI: http://www.flewid.ca
*/

body {
	background: #fff url("images/body_bg.jpg") repeat-x left top;
	font: normal 11px/17px Arial;
}

a {
	color: #3b77ca;
}

a:hover { 
	color: #7d5c1c;
}

h2 {
	color: #3b77ca;
	font-weight: bold;
	font-size: 160%;
	font-family: verdana;
	margin-bottom: 5px;
	margin-top: 25px;
}

h2.brown {
	color: #7d5c1c;
	font-weight: bold;
	font-size: 140%;
	font-family: arial;
	margin-left: 4px;
}

h3 {
	color: #3b77ca;
	display: block;
	text-align: center;
	text-transform: uppercase;
	font-size: 110%;
	letter-spacing: 1px;
	border-bottom: 1px solid #e0eaf7;
	padding-bottom: 6px;
	margin-bottom: 7px;
}

h4 {
	color: #3b77ca;
	font-size: 180%;
	font-weight: normal;
	padding-top: 20px;
	padding-bottom: 10px;
	border-bottom: 3px solid #e0eaf7;
	margin-bottom: 10px;
}

p {
	margin-bottom: 10px;
	margin-left: 0px;
	line-height: 18px;
	font-size: 12px;
}

p.center {
	text-align: center;
}

ul li {
	background: url("images/bullet.jpg") no-repeat 0 6px;
	padding-left: 12px;
}

ul li a {
	color: #777;
	text-decoration: none;
}

button {
	background: url("images/button.jpg") no-repeat left top;
	text-align: center;
	border: 0;
	width: 141px;
	padding: 10px 0 14px 0;
	font-size: 90%;
	color: #3a5186;
	vertical-align: top;
	font-family: verdana;
	cursor: pointer;
}

button.learn_more {
	width: 189px;
	height: 54px;
	padding: 0;
	text-indent: -9999px;
	background: url("images/learn_more.jpg") no-repeat left top;
}

/* Fix IE6 text-indent bug */
* html button.learn_more {
	display: block;
}

img.suppl {
	float: right;
	padding-left: 20px;
	padding-bottom: 20px;
}

/********************************
	Centered containers
 ********************************/
.container {
	width: 770px;
	margin: 0 auto;
	overflow: hidden;
}

/********************************
	Header
 ********************************/
#header {
	height: 83px;
}

#header h1 {
	display: block;
	float: left;
	width: 100px;
	height: 70px;
}

#header h1 a {
	display: block;
	text-indent: -9999px;
	width: 240px;
	height: 70px;
	background: url("images/logo.png") no-repeat left top;;
}

* html #header h1 a {
	cursor: pointer;
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/logo.png', sizingMethod='scale');
}

/********************************
	Supernav
 ********************************/
ul#supernav {
	float: right;
	margin-top: 36px;
}

ul#supernav li,
ul#supernav li a {
	float: left;
	display: block;
	color: #fff;
}

ul#supernav li {
	padding: 0 5px;
	border-right: 1px solid #fff;
	line-height: 10px;
	background: none;
}

ul#supernav li.last {
	border:0;
	padding-right:0;
}

ul#supernav li a {
	text-decoration: none;
}

ul#supernav li a:hover {
	text-decoration: underline;
}

/********************************
	Navigation
 ********************************/
ul#nav {
	height: 35px;
}

ul#nav li,
ul#nav li a {
	float: left;
	display: block;
	color: #fff;
	text-align: center;
	font-weight: normal;
}

ul#nav li {
	background: none;
	padding: 0;
}

ul#nav li a {
	text-decoration: none;
	font-weight: bold;
	padding: 12px 22px;
	height: 11px;
	background: url("images/tab_bg.jpg") repeat-x left top;
	margin-left: 2px;
}

* html ul#nav li a {
	margin-left: 1px;
}

ul#nav li a.active {
	background: url("images/active_tab_bg.jpg") repeat-x left top;
	color: #3a5086;
	padding: 12px 25px;
}

ul#nav li a:hover {
	text-decoration: underline;
}

/********************************
	Splash
 ********************************/
#splash {
	height: 209px;
	padding: 10px 0;
}

#splash img {
	float: left;
}

#splash #tagline {
	float: left;
	overflow: hidden;
	width: 329px;
	margin: 0 20px;
	margin-top: 10px;
	color: #777;
}

#learn_more {
	margin-top: 80px;
}

/********************************
	Gray Content
 ********************************/
#gray_content {
	border-top: 1px solid #cae0fc;
	background: #eeeff1;
	width: 100%;
	overflow: hidden;
	padding: 25px 0;
	color: #777;
}

.testimonial {
	background: url("images/testimonial.jpg") no-repeat left top;
	height: 83px;
	padding: 28px 17px;
	margin-bottom: 20px;
}

.testimonial p {
	color: #3a74c3;
	font-style: italic;
	margin-bottom: 2px;
}

.testimonial span {
	display: block;
	text-align: right;
}

.testimonial span a {
	color: #3a74c3;
}

.white_box {
	border: 3px solid #e0eaf7;
	background: #fff;
	padding: 7px;
	margin-bottom: 20px;
}

.white_box p {
	margin-bottom: 0;
}

.white_box h4 {
	display: block;
	margin-bottom: 5px;
}

.white_box img {
	float: right;
	margin-left: 10px;
}

.left_column,
.center_column,
.right_column {
	overflow: hidden;
	float: left;
}

.left_column {
	width: 220px;
}

.center_column {
	width: 310px;
	margin: 0 20px;
}
	
.right_column {
	width: 200px;
}

#login label {
	display: block;
}

#login .text {
	border: 1px solid #cae0fc;
	padding: 2px;
	width: 190px;
	background: #eeeff1;
}

#login p button {
	margin-top: 5px;
}

#rightInfo {
	width: 240px;
	float: right;
	overflow: hidden;
	clear: both;
	margin-left: 20px;
	margin-bottom: 20px;
}

/********************************
	Form
 ********************************/
fieldset {
	border: 0;
	background: #e0eaf7;
	border-bottom: 5px solid #cae0fc;
	padding: 15px;
	width: 330px;
	margin-bottom: 20px;
	margin-left:40px;
}
 
 
legend {
	display: none;
}

fieldset label { 
	display: block;
	font-weight: normal;
	font-size: 120%;
	color: #666;
}

input.field,
select,
textarea {
	padding: 3px;	
	width: 300px;
}

#contact_information {
	float: right;
	width: 200px;
}

addr {
	color: #666;
}

addr strong { color: #000; display: block; }

addr strong,addr a { margin-top: 10px; }
addr a { display: block; margin-top: 0; }

/********************************
	Footer
 ********************************/
#footer {
	background: #e0eaf7;
	border-top: 1px solid #cae0fc;
	border-bottom: 1px solid #cae0fc;
	text-align: center;
	padding: 13px 0;
	color: #666;
	font-weight: bold;
}

#footer a {
	color: #3a5186;
}

.postmetadata {
	font-weight: bold;
}

.post ul {
	padding-left: 20px;
}

.post li {
	padding-left: 30px;
	list-style-type: none;
	padding-bottom: 5px;
}

.post small {
	font-weight: bold;
}

