@charset "utf-8";
/* CSS Document */

@import url("../fonts/stylesheet.css");
@import url("form.css");
@import url("nav.css");
@import url("datatable.css");
@import url("calendar.css");

body {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#232222;
	background:#FFFFFF;
	margin:0px;
}
a {
	color:#131753;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
.left {
	float:left;
}
.right {
	float:right;
}
.orange {
	color:#ff6402;
}
.trans {
	-webkit-transition: background-color 150ms ease-out; /* Saf3.2+, Chrome */
    -moz-transition: background-color 150ms ease-out; /* FF3.7+ */
    -o-transition: background-color 150ms ease-out; /* Opera 10.5+ */
    transition: background-color 150ms ease-out; /* futureproofing */
}

/*** CONTAINERS ***/

#header_container {
	clear:both;
	margin:0px auto;
	height:116px;
	background:#131753;
	border-bottom:#6b6d91 solid 1px;
}
#nav_container {
	clear:both;
	margin:0px auto;
	
}
#content_container {
	clear:both;
	margin:0px auto;
	background:#FFFFFF url(../images/bg_pattern.jpg);
	border-top:#FFFFFF solid 1px;
}
#content_wrap {
	padding:36px 0px 0px 0px;
	min-height:434px;
	background:url(../images/top_bg.jpg) top center no-repeat;
}
#footer_container {
	clear:both;
	margin:0px auto;
	min-height:206px;
	padding:26px 0px 14px 0px;
	background:#232222 url(../images/footer_shad.png) top repeat-x;
	border-bottom:#ff6402 solid 10px;
}
#baseline_container {
	z-index:99;
	position:fixed;
	bottom:0px;
	left: 0px;
	right:0px;
}

/*** BASELINE ***/

#baseline {
	clear:both;
	margin:0px auto;
	width:960px;
}

/*** HEADER ***/

#header {
	clear:both;
	margin:0px auto;
	width:960px;
	height:116px;
}
#header_left {
	display:block;
	float:left;
	width:285px;
	height:116px;
	background:url(../images/logo.png) bottom no-repeat;
}
#header_right {
	float:right;
	width:675px;
	height:116px;
	font-family:"HelveticaNeueMediumCond", Tahoma, Arial, Helvetica, sans-serif;
}
#header_right-top {
	margin:19px 0px 0px 0px;
	width:675px;
	height:36px;
}
#header_right-top #header-email {
	display:block;
	float:right;
	padding:0px 40px 0px 65px;
	height:36px;
	line-height:36px;
	font-size:14px;
	color:#FFFFFF;
	text-decoration:none;
	background:url(../images/icon_email.png) left center no-repeat;
}
#header_right-top #header-email:hover {
	text-decoration:underline;
}
#header_right-top #header-phone {
	display:block;
	float:right;
	padding:0px 10px 0px 30px;
	height:36px;
	line-height:36px;
	font-size:14px;
	color:#FFFFFF;
	text-decoration:none;
	background:url(../images/icon_phone.png) left center no-repeat;
}
#header_right-top #header-phone:hover {
	text-decoration:underline;
}

/*** NAV (The rest of nav styling is handled in nav.css) ***/

#nav {
	margin:16px 0px 0px 0px;
	width:675px;
	height:46px;
	font-family:"HelveticaNeueMediumCond", Tahoma, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}
#nav ul {
	width:675px;
	height:46px;
}
#nav a, #nav .on {
	display:block;
	padding:17px 18px 15px 18px;
	height:14px;
	line-height:14px;
	font-size:16px;
	color:#FFFFFF;
	text-decoration:none;
	background-color:#04083e;
}
#nav a img {
	border:none;
}
#nav a:hover, #nav .on, #nav ul li:hover a {
	text-decoration:none;
	background-color:#ff6402;
}
#nav .on {
	background-color:#DB5400;
}
#nav ul .sub a {
	padding:15px 20px 17px 20px;
	cursor:pointer;
}

/*** SLIDESHOW ***/

#slideshow_wrapper {
	clear:both;
	margin:0px auto;
	padding:0px 90px 0px 90px;
	width:960px;
	height:434px;
	background:url(../images/home_box-shad.jpg) bottom center no-repeat;
	overflow:hidden;
}
#slideshow {
	clear:both;
	margin:0px auto;
	width:960px;
	height:360px;
	background:#FFFFFF url(../images/lightbox/loading.gif) center center no-repeat;
	overflow:hidden;
}
#slide_nav {
	position:absolute;

}
#slide_nav .carousel-jumper {
	display:block;
	float:left;

}
#slide_nav .carousel-jumper:hover, #slide_nav .carousel-selected {

	cursor:pointer;
}
#slideshow #slides {
	/* Sames as #slideshow height */
}
#slideshow #slides .slide {
	float:left;
	width:960px;
	height:360px;
	background-color:#FFFFFF;
}

/*** CONTENT ***/

#content, #wysiwyg {
	clear:both;
	margin:0px auto;
	padding:0px 0px 40px 0px;
	width:960px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	color:#232222;
}
#content iframe {
	display:none;
}
#content ul, #wysiwyg ul {
	margin:0px;
	padding:0px;
}
#content li, #wysiwyg li {
	margin:0px;
	padding:0px;
	
}
#content h1, #wysiwyg h1 {
	margin:0px 0px 20px 0px;
	font-family:"HelveticaNeueMediumCond", Tahoma, Arial, Helvetica, sans-serif;
	line-height:32px;
	font-size:32px;
	letter-spacing:-1px;
	color:#131753;
	text-shadow:#FFFFFF 1px 1px 1px;
}
#content h2, #wysiwyg h2 {
	margin:0px 0px 20px 0px;
	font-family:"HelveticaNeueMediumCond", Tahoma, Arial, Helvetica, sans-serif;
	line-height:24px;
	font-size:24px;
	color:#131753;
	text-shadow:#FFFFFF 1px 1px 1px;
}
#content h3, #wysiwyg h3 {
	margin:0px 0px 20px 0px;
	font-family:"HelveticaNeueMediumCond", Tahoma, Arial, Helvetica, sans-serif;
	line-height:18px;
	font-size:18px;
	color:#131753;
	text-shadow:#FFFFFF 1px 1px 1px;
}
#content p, #wysiwyg p {
	margin:0px 0px 20px 0px;
	line-height:30px;
	font-size:14px;
	color:#232222;
}
#content small, #wysiwyg small {
	
}
#content a, #wysiwyg a {
	
}
#content .btn {
	display:block;
	margin:10px 0px 10px 0px;
	padding:2px 50px 0px 50px;
	font-family:"HelveticaNeueMediumCond", Tahoma, Arial, Helvetica, sans-serif;
	line-height:34px;
	font-size:18px;
	color:#828282;
	text-shadow:#FFFFFF 1px 1px 1px;
	background-color:#fafafa;
	background-image:-moz-linear-gradient(
		center bottom,
		rgb(255,255,255) 0%,
		rgb(245,245,245) 100%
		);
	background-image:-webkit-gradient( 
		linear,
		left bottom,
		left top,
		to(rgb(245,245,245)),
		from(rgb(255,255,255))
		);
	border:#cdcdcd solid 1px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	border-radius:20px;
	-moz-box-shadow:#ababab 1px 1px 8px;
	-webkit-box-shadow:#ababab 1px 1px 8px;
	box-shadow:#ababab 1px 1px 8px;
}
#content .btn:hover {
	color:#FFFFFF;
	text-shadow:none;
	text-decoration:none;
	background-image:none;
	background-color:#ff6402;
}
#content .left_col {
	float:left;
	width:640px;
}
#content .right_col {
	float:right;
	width:240px;
}
#content .right_col h1 {
	margin:0px 0px 20px 0px;
	padding:14px 9px 10px 9px;
	font-family:"HelveticaNeueMediumCond", Tahoma, Arial, Helvetica, sans-serif;
	line-height:18px;
	font-size:18px;
	font-weight:normal;
	color:#FFFFFF;
	background:#131753;
	text-transform:uppercase;
	text-shadow:none;
}
#content .right_col ul {
	margin:8px 0px 20px 0px;
}
#content .right_col li {
	margin:0px 0px 8px 0px;
	padding:0px 0px 0px 34px;
	font-family:"HelveticaNeueMediumCond", Tahoma, Arial, Helvetica, sans-serif;
	line-height:20px;
	font-size:24px;
	color:#131753;
	background:url(../images/arrow_right.png) top left no-repeat;
	list-style:none;
	text-transform:uppercase;
	text-shadow:#FFFFFF 1px 1px 1px;
}
#content .right_col li a {
	display:block;
	padding:2px 0px 0px 2px;
}
#content .right_col li a:hover {
	display:block;
	color:#FFFFFF;
	text-decoration:none;
	text-shadow:none;
	background-color:#FF6402;
}

.blog_line {
	height:3px;
	padding-top:20px;
	padding-bottom:20px;
	background:url(../images/blog_line.png) center no-repeat;
}

#content .testimonial_links a:hover {
	color:#E65119;
}
#content .testimonial_links .cell {
	padding:0px 10px 0px 10px;
}
#content .testimonial {
	background: url(../images/quotes_open.png) no-repeat;
	padding: 2px 0 0 60px;
	margin: 12px 0 30px 10px;
}

#content .testimonial .sep {
	margin: 8px 0 3px 0;
	height: 2px;
	background:url(../images/blog_line.png) center repeat-x;
}

#content .testimonial .quote {
	background: url(../images/quotes_close.png) no-repeat  bottom right;
	padding: 0 60px 2px 0;
}

#content .testimonial .quote p {
	font-size: 12px;
	font-style:normal;
	line-height:18px;
}

#content .testimonial .read_more {
	font-weight: bold;
	color: #e6581a;
}

/*** FOOTER ***/

#footer {
	clear:both;
	margin:0px auto;
	width:960px;
	
}

#footer #footer_top {
	width:960px;
	padding:0px 0px 10px 0px;
	border-bottom:#000000 solid 1px;
}
#footer #footer_top #footer_nav {
	float:left;
	padding:5px 0px 0px 0px;
	width:260px;
	min-height:120px;
	font-family:"HelveticaNeueMediumCond", Tahoma, Arial, Helvetica, sans-serif;
	border-right:#000000 solid 1px;
}
#footer #footer_top #footer_nav .col {
	float:left;
	width:124px;
}
#footer #footer_top #footer_nav ul {
	margin:0px;
	padding:0px;
}
#footer #footer_top #footer_nav li {
	margin:0px 0px 12px 0px;
	padding:0px;
}
#footer #footer_top #footer_nav a {
	display:block;
	line-height:14px;
	font-size:14px;
	color:#FFFFFF;
	text-align:left;
	text-transform:uppercase;
	text-decoration:none;
}
#footer #footer_top #footer_nav .sub a, #footer #footer_top #footer_nav .orange {
	color:#ff6402;
}
#footer #footer_top #footer_nav li:last-child {
	margin:0px;
}
#footer #footer_top #footer_nav a:hover {
	color:#ff6402;
}
#footer #footer_top #footer_signup {
	float:left;
	padding:3px 0px 0px 20px;
	width:230px;
	min-height:120px;
	border-left:#676666 solid 1px;
}
#footer #footer_top #footer_signup h1 {
	margin:0px 0px 10px 0px;
	font-family:"HelveticaNeueMediumCond", Tahoma, Arial, Helvetica, sans-serif;
	line-height:18px;
	font-size:18px;
	font-weight:normal;
	letter-spacing:-1px;
	color:#FFFFFF;
	text-align:left;
	text-shadow:#232222 1px 1px 1px;
}
#footer #footer_top #footer_signup form {
	maring:0px;
}
#footer #footer_top #footer_signup .input {
	margin:0px 0px 10px 0px;
	padding:6px 10px 6px 10px;
	width:200px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#3f3f3f;
	background:#FFFFFF;
	border:none;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
}
#footer #footer_top #footer_signup .button {
	margin:0px 0px 10px 0px;
	padding:6px 10px 6px 10px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
	background:#ff6402;
	border:none;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
}
#footer #footer_top #footer_signup .button:hover {
	cursor:pointer;
}
#footer #footer_top #footer_right {
	float:right;
	padding:0px;
	width:424px;
}
#footer #footer_top #footer_right h1 {
	margin:-3px 0px 0px 0px;
	font-family:"HelveticaNeueMediumCond", Tahoma, Arial, Helvetica, sans-serif;
	line-height:28px;
	font-size:18px;
	font-weight:normal;
	letter-spacing:-1px;
	color:#FFFFFF;
	text-align:left;
	text-shadow:#232222 1px 1px 1px;
}
#footer #footer_top #footer_right #links {
	margin:12px 0px 0px 0px;
	padding:16px 228px 0px 0px;
	width:196px;
	height:72px;
	background:url(../images/footer_logo.png) top right no-repeat;
}
#footer #footer_top #footer_right #links .icon {
	display:block;
	float:left;
	padding:0px 20px 0px 0px;
	height:42px;
}
#footer #footer_top #footer_right #links .icon:last-child {
	padding:0px;
}
#footer #footer_bottom {
	width:960px;
	border-top:#676666 solid 1px;
}
#footer #footer_bottom .left_col {
	float:left;
	padding:5px 0px 0px 0px;
	width:45%;
	font-family:Arial, Helvetica, sans-serif;
	line-height:18px;
	font-size:10px;
	color:#FFFFFF;
}
#footer #footer_bottom .right_col {
	float:right;
	width:45%;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	line-height:24px;
	font-size:10px;
	color:#949494;
	text-align:right;
}

#ionline {
	font-family:"Segoe UI", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#999999;
	margin-top:5px;
	}
#ionline a {
	/*position:absolute;
	clear:both;
	margin-top:5px;*/
    background-color: #EEEEEE;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    color: #7F7F7F !important;
    padding: 4px;
    text-decoration: none;
	-webkit-transition: background-color 150ms ease-in-out 0s;
	-moz-transition: background-color 150ms ease-in-out 0s;
	transition: background-color 150ms ease-in-out 0s;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
	-moz-box-shadow: 0px 0px 15px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 0px 15px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 15px rgba(0,0,0,0.5);
	}
#ionline a:hover {
	background-color:#666;
	text-decoration:none;
}

#ionline img {
	vertical-align:middle;
	margin-bottom:3px;
}
