/* COPYRIGHT 2009 BULLSEYE CREATIVE (www.bullseyecreative.net) */

@import url(reset.css);

html, body {
	margin: 0 auto;
	height: 100%;
}

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #ffffff;
	background: url(../_img/top_bar_bg.gif) repeat-x #2c2b2a;
}
table, tr, td { font-family: inherit; font-size: inherit; color: inherit; }
tr { vertical-align: top; }
td { padding-bottom: 0.5em; padding-right: 1em; }

/** ====================
 * Standard fonts and rollovers 
 */ 

a {
	color:#cadbe1;
	text-decoration:none;
	outline: none;
}

#right_column p a { border-bottom: 1px dotted #cadbe1; }

a:hover {
	color:#ffffff;
	text-decoration:none;
}

#right_column p a:hover { color: #7e9b9f; border-bottom: 1px dotted #7e9b9f; }

p {
	line-height: 16px;
	text-align: justify;
}

object {
	outline:none;
}

.float_left {
	float: left;
}

.float_right {
	float: right;	
}

.clear {
	clear: both;	
}

h1 {
	margin-bottom: 30px;
	font-size: 18px;
	color: #7e9b9f;
}

h2 {
	margin-bottom: 20px;
	font-size: 16px;
	color: #7e9b9f;
}

h3 {
	margin: 20px 0 8px 0;
	font-size: 16px;
	color: #7e9b9f;
}

.tiny {
	font-size: 10px;	
}

.red {
	color: #c1272d;	
}

strong {
	font-weight: bold;	
}

em {
	font-style: italic;
}

u {
	text-decoration: underline;		
}

.two_column {
	-moz-column-count: 2;
	-moz-column-gap: 20px;
	-webkit-column-count: 2;
	-webkit-column-gap: 20px;
	column-count: 2;
	column-gap: 20px;	
}

a.btn_item {
	display: block;
	height: 32px;
	cursor: pointer;
}

a.btn_item div.left {
	float: left;
	width: 46px;
	height: 32px;
	background: url(../_img/btn_left.png) no-repeat 0 0;	
}

a.btn_item div.middle {
	float: left;
	padding-top: 8px;
	height: 24px;
	color: #ffffff;
	font-weight: bold;
	background: #607d84;
	text-align: center;
}

a.btn_item div.right {
	float: left;
	width: 19px;
	height: 32px;
	background: url(../_img/btn_right.png) no-repeat 0 0;	
}

a.btn_item:hover div.left {
	background: url(../_img/btn_left.png) no-repeat -46px 0;
}

a.btn_item:hover div.middle {
	background: #981b1e;
}

a.btn_item:hover div.right {
	background: url(../_img/btn_right.png) no-repeat -19px 0;
}

/* regular container (centered horizontally) */

div#container {
	margin: 0 auto;
	width: 1000px;
}

div#top_bar {
	position: relative;
	margin-bottom: 35px;
	width: 1000px;
	height: 145px;
}

div#top_callout {
	float: right;
	margin-top: 10px;
	width: 230px;	
}

div#top_callout a {
	color: #ffffff;	
}

div#top_callout a:hover {
	text-decoration: underline;	
}

div#free_assessment {
	margin-top: 5px;
	width: 230px;
	height: 37px;
	background: url(../_img/top_callout.png) no-repeat 0 0;
}

div#top_callout a:hover div#free_assessment {
	background: url(../_img/top_callout.png) no-repeat -230px 0;
}

#home {
	position: absolute;
	top: 50px;
	left: 648px;
	display: block;
	width: 50px;
	height: 16px;
	text-indent: -4000px;
	background: url(../_img/nav_home.png) no-repeat 0 0;
}

div#home_inactive {
	position: absolute;
	top: 50px;
	left: 714px;
	display: block;
	width: 50px;
	height: 16px;
	text-indent: -4000px;
	background: url(../_img/nav_home.png) no-repeat -100px 0;
}

#home:hover {
	background: url(../_img/nav_home.png) no-repeat -50px 0;	
}

div#nav {
	position: absolute;
	top: 89px;
	left: 0px;
	min-height: 62px;
	z-index: 10;
}

img#logo {
	margin-right: 26px;
}

div#nav li {
	position: relative;	
}

li#correction {
	margin-right: 2px;
	display: block;
	width: 182px;
	height: 56px;
	cursor: pointer;
	background: url(../_img/nav_correction.png) no-repeat 0 0;
}

li#correction:hover {
	background: url(../_img/nav_correction.png) no-repeat -182px 0;
}

li#correction_active {
	margin-right: 2px;
	display: block;
	width: 182px;
	height: 56px;
	cursor: pointer;
	background: url(../_img/nav_correction.png) no-repeat -182px 0;
}

li#service {
	margin-right: 2px;
	display: block;
	width: 116px;
	height: 56px;
	cursor: pointer;
	background: url(../_img/nav_service.png) no-repeat 0 0;
}

li#service:hover {
	background: url(../_img/nav_service.png) no-repeat -116px 0;
}

li#service_active {
	margin-right: 2px;
	display: block;
	width: 116px;
	height: 56px;
	cursor: pointer;
	background: url(../_img/nav_service.png) no-repeat -116px 0;
}

li#applications {
	margin-right: 2px;
	display: block;
	width: 137px;
	height: 56px;
	cursor: pointer;
	background: url(../_img/nav_applications.png) no-repeat 0 0;
}

li#applications:hover {
	background: url(../_img/nav_applications.png) no-repeat -137px 0;
}

li#applications_active {
	margin-right: 2px;
	display: block;
	width: 137px;
	height: 56px;
	cursor: pointer;
	background: url(../_img/nav_applications.png) no-repeat -137px 0;
}

li#portfolio {
	margin-right: 2px;
	display: block;
	width: 116px;
	height: 56px;
	cursor: pointer;
	background: url(../_img/nav_portfolio.png) no-repeat 0 0;
}

li#portfolio:hover {
	background: url(../_img/nav_portfolio.png) no-repeat -116px 0;
}

li#portfolio_active {
	margin-right: 2px;
	display: block;
	width: 116px;
	height: 56px;
	cursor: pointer;
	background: url(../_img/nav_portfolio.png) no-repeat -116px 0;
}

li#resources {
	margin-right: 2px;
	display: block;
	width: 116px;
	height: 56px;
	cursor: pointer;
	background: url(../_img/nav_resources.png) no-repeat 0 0;
}

li#resources:hover {
	background: url(../_img/nav_resources.png) no-repeat -116px 0;
}

li#resources_active {
	margin-right: 2px;
	display: block;
	width: 116px;
	height: 56px;
	cursor: pointer;
	background: url(../_img/nav_resources.png) no-repeat -116px 0;
}

li#contact {
	margin-right: 2px;
	display: block;
	width: 115px;
	height: 56px;
	cursor: pointer;
	background: url(../_img/nav_contact.png) no-repeat 0 0;
}

li#contact:hover {
	background: url(../_img/nav_contact.png) no-repeat -115px 0;
}

li#contact_active {
	margin-right: 2px;
	display: block;
	width: 115px;
	height: 56px;
	cursor: pointer;
	background: url(../_img/nav_contact.png) no-repeat -115px 0;
}

.no_sub_nav {
	display: block;
	width: 100%;
	height: 56px;
	text-indent: -4000px;
}

ul.sub_nav {
	margin-top: 56px;	
	background: #c1272d;
}

ul.sub_nav li {
	padding: 5px 10px;
	border-top: 1px solid #981b1e;
}

ul.sub_nav li:hover {
	background: #981b1e;
}

ul.sub_nav a {
	color: #ffffff;
}

div.sub_nav {
	position: absolute;
	top: 56px;
	left: 0px;
	width: 100%;
	border-bottom: 1px solid #c1272d;
	background: #c1272d;
}

div.sub_nav a {
	display: block;
	padding: 5px 10px;
	border: 1px solid #c1272d;
	border-top: 1px solid #981b1e;	
	color: #ffffff;
}

div.sub_nav a:hover, div.sub_nav a.active {
	border-bottom: 1px solid #981b1e;
	background: #981b1e;
}

div#content {
	
}

img#homepage_feature {
	margin-bottom: 35px;
}

div#homepage_left {
	float: left;
	width: 580px;
}

div#homepage_left p {
	margin-bottom: 15px;
	line-height: 22px;	
}

div.home_vision_links {
	margin-right: 10px;
	margin-bottom: 10px;
}

div.home_vision_btn {
	width: 100px;
	text-align: center;
}

p.home_vision_desc {
	padding-top: 4px;	
}

div#homepage_right {
	float: right;
	width: 320px;	
}

img#homepage_callout {
	margin-bottom: 15px;
	width: 320px;
	height: 164px;
}	

p#right_small {
	float: left; 
	width: 188px;
}

div#left_column {
	float: left;
	width: 260px;	
}

div#left_nav ul {
	margin-bottom: 35px;
	background: #981b1e;
}

div#left_nav ul a {
	display: block;
	color: #ffffff;
	padding: 5px 10px;
	border-bottom: 1px solid #c1272d;
}

div#left_nav ul a:hover, div#left_nav ul a.left_active {
	border-bottom: 1px solid #981b1e;
	background: #c1272d;	
}

div#quote img {
	float: left;
	margin-right: 5px;
}

div#quote p {
	float: right;
	color: #7e9b9f;
}

h2#quote_text {
	padding-top: 12px;	
	font-weight: bold;
	line-height: 22px;
}

div#right_column {
	float: right;
	width: 674px;
}

div#right_column p {
	margin-bottom: 10px;
	line-height: 18px;
}

div#right_column li {
	margin-bottom: 10px;
	line-height: 18px;
}

ul.bullets {
	margin-left: 10px;
	margin-bottom: 18px;	
}

ul.bullets_right {
	margin-left: 355px;
	margin-bottom: 18px;	
}

ul.bullets_sm_right {
	margin-left: 255px;
	margin-bottom: 18px;	
}

ul.bullets li, ul.bullets_right li, ul.bullets_sm_right li {
	list-style: disc;
	margin: 0 0 10px 16px;	
}

ul.bullets_no_margin li {
	list-style: disc;
	margin: 0 0 10px 16px;	
}

.circle {
	padding: 2px 6px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border: 3px solid #fff;
	font-weight: bold;
}

.box_area {
	margin-bottom: 20px;	
}

div#pdf {
	padding: 5px 5px 12px 8px;
	width: 305px;
	border: 1px solid #363534;
}

div#pdf_right {
	float: left;
	padding: 5px 5px 10px 5px;
	border: 1px solid #363534;
	line-height: 24px;
}

div.question_box {
	margin-bottom: 20px;
	border: 1px solid #4b4b4b;
}

a.question {
	display: block;	
	padding: 10px 0 10px 0;
	cursor: pointer;
}

a.question:hover {
	background: #363534;	
}

a.question h1 {
	float: left;
	margin: -4px 0 0 20px;
	padding: 0;
	font-size: 40px;
	color: #ccc;
}

a.question h3 {
	float: left;
	margin: 0 0 0 20px;
	padding: 15px 0 0px 0;
	width: 580px;
	font-size: 14px;
}

div.answer {
	display: none;
}

div.answer_open {
	display: block;
	position: relative;	
}

div.answer_open h1 {
	position: absolute;
	top: 0px;
	left: 24px;
	margin: 0;
	padding: 0;
	font-size: 40px;
	color: #ccc;
}

div.answer_open p {
	margin-left: 70px;	
	padding-top: 8px;
	width: 580px;
}

div.faq_btn {
	float: right;
	position: relative;
	top: -53px;
	display: block;
	width: 32px;
	height: 32px;
	background: url(../_img/faq_btn.png) no-repeat 0 0;
}

div.faq_btn_active {
	position: absolute;
	bottom: 1px;
	right: 1px;
	display: block;
	width: 32px;
	height: 32px;
	background: url(../_img/faq_btn.png) no-repeat -32px 0;
}

div#three_column {
	width: 674px;	
}

div.column {
	float: left;
	width: 204px;	
	margin-right: 20px;
}

img.inner_image_right {
	float: right;
	margin: 0 0 5px 15px;
}

img.inner_image_left {
	float: left;
	margin: 0 15px 5px 0;
}

div.image {
	position: relative;
	margin-bottom: 25px;
	z-index: -1;
}

img.corner {
	position: absolute;
	bottom: 0px;
	right: 0px;
}

div#footer {
	margin-top: 35px;
	padding-bottom: 10px;
	color: #80807f;
}

div#footer a {
	color: #80807f;
	border-bottom: 1px dotted #80807f;
}

div#footer a:hover {
	color: #7e9b9f;
	border-bottom: 1px dotted #7e9b9f;
}

div#non_standard p {
	margin-bottom: 10px;
}

div#non_standard ul {
	list-style: outside disc;
	line-height: 24px;	
}

div#non_standard ul li {
	margin-left: 18px;
}	

div#non_standard ul li ul {
	list-style: outside circle;	
}

table#assessment_table {
	margin-top: 20px;
	width: 390px;
	font-size: 12px;
}

table#assessment_table td {
	height: 30px;	
	vertical-align: top;
}

table#assessment_table td textarea {
	margin-left: 10px;
	padding: 0 4px 0 4px;
	width: 420px;
	height: 140px;
	background: none;
	color: #fff;
	border: 1px solid #4b4b4a;
}

input.box {
	margin-left: 10px;
	padding: 0 4px 0 4px;
	width: 210px;
	background: none;
	color: #fff;
	outline: none;
	border: 1px solid #4b4b4b;	
}

input.captcha-box {
	margin-left: 10px;
	padding: 0 4px 0 4px;
	background: none;
	color: #fff;
	outline: none;
	border: 1px solid #4b4b4b;	
}

#slider {
    position:relative;
    width:1000px; /* Change this to your images width */
    height:263px; /* Change this to your images height */
    background:url(_img/loading.gif) no-repeat 50% 50%;
}
#slider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
}
#slider a {
    border:0;
    display:block;
}
