/* CSS Document */
body {
	font: 12px Verdana, Arial, Helvetica, sans-serif !important;
	line-height: 1.5em !important;
	background-image:url(images/page_bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color: #dbdbdb;
	margin: 0px;
	padding: 0px;
	color: #000000;
}
a:link {
	color: #ec6f2b;
}
a:visited {
	color: #ec6f2b;
}
a:hover {
	color: #ec6f2b;
	text-decoration:none;
}
a:active {
	color: #ec6f2b;
}
p {
/*margin:1em 0;*/
}
#wrapper {
	margin:0px auto;
	width:960px;
	margin-bottom:10px;
}
#header {
	height:93px;
	background-image:url(images/header.jpg);
	background-position:top;
	background-repeat:no-repeat
}
#header .right {
	width:583px;
	height:93px;
	float:right;
}
#logo {
	width:325px;
	height:47px;
	float:left;
	padding:20px 0px 0px 50px;
}
#phone {
	float:right;
	width:128px;
	height:24px;
	padding:10px 40px 0px 0px;
}
#menu {
	height:35px;
	width:516px;
	float:right;
	clear:both;
	margin:23px 15px 0px 0px;
}
ul#navigation {
	position:absolute;
	z-index:1000;
	margin:0px;
	padding:0px;
	margin-top:1px;
	width:560px;
	height:35px;
}
/* html ul#navigation{width:870px;}
* +html ul#navigation{width:870px;}*/
ul#navigation li {
	float:left;
	list-style:none;
	display:inline;
	padding:0px;
	margin:0px;
}
ul#navigation a {
	float:left;
	color:#5f6062;
	padding:0px;
	text-decoration:none;
	text-transform:uppercase;
	font:14px "trebuchet MS", ArialArial, Helvetica, sans-serif;
	background:url(images/menu_div.gif) right center no-repeat;
}
ul#navigation li.hover a, ul#navigation li:hover a, ul#navigation a.active, ul#navigation a:hover {
	color:#0a59a0;
	background-color:#8dd8f8;
}
/*--second-level--*/
ul#navigation li.hover, ul#navigation li:hover {
	position:relative;
}
ul#navigation li.hover ul.second-level, ul#navigation li:hover ul.second-level {
	display:block;
}
ul#navigation li.hover ul.second-level ul.third-level, ul#navigation li:hover ul.second-level ul.third-level {
	display:none;
}
ul#navigation ul.second-level {
	position:absolute;
	top:35px; /*how far away from the top menu*/
	left:0;
	margin:0;
	padding:5px;
	width:160px;
	display:none;
	background-color:#d6d6d6;
}
ul#navigation ul.second-level li {
	width:160px;
	margin:0;
	padding:2px 0 2px 0;
}
ul#navigation ul.second-level a {
	display:block;
	float:none;
	width:140px;
	padding:0 10px;
	font:12px/24px "Century Gothic", Arial, sans-serif;
	color:#000;
	border-bottom:1px solid #fff;
	background:none;
}
ul#navigation ul.second-level li.hover a, ul#navigation ul.second-level li:hover a, ul#navigation ul.second-level a:hover {
	color:#000;
	background-color:#fff;
	border-bottom:1px solid #fff;
}
#content_box {
	background-image:url(images/content_tile.jpg);
	background-repeat:repeat-y;
	background-position:top left;
	margin:10px 0px 0px 0px;
	min-height:282px;
}
#content_box_top {
	background:url(images/content_top.jpg);
	background-repeat:no-repeat;
	background-position:top;
	padding:10px 30px;
}
#content_box .bottom {
	height:19px;
	margin-bottom:10px;
}
#footer {
	width:920px;
	height:80px;
	font-size:10px;
	color:#b7b7b7;
	clear:both;
	background-image:url(images/footer.gif);
	background-repeat:no-repeat;
	background-position:top;
	margin:0px auto;
	padding:15px 20px 0px 20px;
}
#footer2 {
	clear:both;
	padding:23px 0 0 0;
}
#footer #footer2, #footer #footer2 a {
	color: black;
}
#footer a:link, #footer a:visited {
	text-decoration:none;
	color:#b7b7b7;
}
#footer a:hover {
	text-decoration:underline;
	color:#b7b7b7;
}
#footer .left {
	float:left;
	width:320px;
	height:20px;
}
#footer .right {
	float:right;
	width:590px;
	height:20px;
	text-align:right;
}
#website_design {
	height:20px;
	width:960px;
	margin:20px auto;
	text-align:center;
	font-size:10px;
	clear:both;
}
#website_design a:link, #website_design a:visited {
	color:#333333;
	text-decoration:none;
}
#website_design a:hover {
	color:#333333;
	text-decoration:underline;
}
/*content*/

h1 {
	background:url(images/h1.gif) no-repeat left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	padding-left:10px;
}
.blogheader {
	background:url(images/h1.gif) no-repeat left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	padding-left:10px;
	font-weight:bold;
}
.box_grey {
	background:url(images/talent_box.jpg) bottom left no-repeat;
	width:443px;
}
.box_grey .top {
	background:url(images/talent_top.jpg) top left no-repeat;
	height:36px;
}
.box_grey .text {
	color:#242424;
	margin:5px 15px 0px 15px;
}
.box_grey_td {
	border-bottom:#e4e3df dotted 1px;
	padding:0px 0px 2px 0px;
	margin:0px;
	height:22px;
}
.box_grey .text ul {
	margin:5px 0 0 25px;
	padding:0px;
}
h2 {
	color:#ffe728;
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0px;
	padding-left:15px;
	padding-top:8px;
}
.homepage {
	color:#000;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0px;
	font-weight:bold;
}
h3 {
	color:#5c5c5c;
	border-bottom:#e4e3df solid 1px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
}
.forminput {
	font-family:verdana;
	font-size:12px;
	padding:2px;
	background-color:#FFFFFF !important;
	border:1px solid #CCCCCC !important;
}
textarea.forminput {
	width:820px;
	height:45px;
	border:1px solid #CCCCCC !important;
	background-color:#FFFFFF !important;
}
.white {
	color:#FFFFFF;
}
.small_grey {
	color:#999999;
	font-size:10px;
}
.formfield {
	background-color:#FFFFFF !important;
	border:#abadb3 1px solid;
}
.round_font_title {
	font-family:Century Gothic, arial;
	font-size:16px;
}
.round_font {
	font-family:Century Gothic, arial;
}
del {
	color:#FF0000;
}
.table_border_bottom td {
	border-bottom:#e4e3df 1px dashed;
	padding:5px 0px 5px 0px;
}
.testimonial_box {
	background-image:url(images/testimonial_bottom.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	width:408px;
	padding-bottom:20px;
	color:#666666;
	font-size:11px;
	line-height:normal;
}
.sales_tag {
	width:152px;
	height:109px;
	position:absolute;
	margin:-16px 0px 0px 300px;
}
.sales_tag_wide {
	width:152px;
	height:109px;
	position:absolute;
	margin:-26px 0px 0px 482px;
}
#social {
	float:right;
	width:144px;
	padding:14px 5px 0 0;
}
.black_bar {
	width:880px;
	height:28px;
	background:url(images/black_bar.jpg) no-repeat top left;
	padding:5px 0 0 15px;
	color:#ffe728;
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}
#wrapper #content_box #content_box_top p a {
	color: #333;
}

