/*==================================*/
/*    Author: Lane Roberts          */
/*    Company: Corporate 3 Design   */
/*    Date: November 6, 2009        */
/*==================================*/

/*==================================*/
/*---------- PAGE/GENERAL ----------*/
/*==================================*/
* {
	margin: 0;
	padding: 0;
}
html {
	width: 100%;
	height: 100%;
	overflow-y:scroll;
}
body {
	width: 100%;
	height: 100%;
	font-family:"Trebuchet MS", "Arial", Helvetica, sans-serif;
	font-size: 81%;
	line-height: 100%;
	background:#fff url(/images/main/bg_body.png) repeat-x 0 0;
	position:relative;
}
font {color: inherit !important;margin: inherit !important;padding: inherit !important;font: inherit !important;text-decoration: inherit !important;border: inherit !important;/*background: inherit !important;*/bottom: inherit !important;top: inherit !important;left: inherit !important;right: inherit !important;position: inherit !important;clear: inherit !important;float: inherit !important;height: inherit !important;width: inherit !important;letter-spacing: inherit !important;text-transform: inherit !important;outline: inherit !important;overflow: inherit !important;display: inherit !important;visibility: inherit !important;text-indent: inherit !important;white-space: inherit !important;word-spacing: inherit !important;z-index: inherit !important;text-align: inherit !important;max-height: inherit !important;max-width: inherit !important;min-height: inherit !important;min-width: inherit !important;cursor: inherit !important;}

.clear {
	clear:both !important;
	height:auto !important;
	width:auto !important;
	float:none !important;
}
.nomargin {
	margin:0;
	padding:0;
}
/* Change colors and options for your default on links */
a:link {
	color: #c71a1a;
	text-decoration: underline;
}
a:visited {
	color: #c71a1a;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
	color: #9d5353;
}
a:active {
	text-decoration: none;
	outline:none;
}
a:focus {
	outline:none
}
img {
	border: 0;
}
img[align=left] {
	float:left;
	padding: 0 1em .5em 0;
}
img[align=right] {
	float:right;
	padding: 0 0 .5em 1em;
}
img:-moz-broken{
    -moz-force-broken-image-icon:1;
    width:24px;
    height:24px;
  }

h1, h2, h3, h4, h5, h6 {
	
	font-weight:normal;
	color:#c71a1a;
	padding:5px 0 0 0;
	line-height:130%;
	position: relative;
	font-family:Georgia, "Times New Roman", Times, serif;
}
h1 {
	padding:5px 0 0 0;
	font-size:1.9em;
}

h2 {
	padding-top:15px;
	font-size:1.6em;
}
h3,h4,h5 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#2b384f;
}
h3 {
	font-size:1.4em;
	padding-bottom:10px;
}
.news h3 {
	padding-bottom:0;
	padding-top:1em;
}
.news h3:first-child {
	padding-top:0;
}

h4 {
	padding-top:1ex;
	font-size:1.2em;
	padding-bottom:.5em;
}
h5 {
	font-size:1.1em;
	font-weight:bold;
}
h6 {
	font-size:1.05em;
	font-style:italic;
}
.right {
	float:right;
}
.left {
	float:left;
}
sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
	font-size:.6em;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}
p, li, td, div.pagination {
	color:#31433b;
	line-height:140%;
	font-size:1em;
}
li p,
li li,
td p {
	font-size:1em;
}
p + p {
	padding-top:2ex;
}

ul, ol {
	margin: 1ex 0 1ex 2em;
}

table * {
	font-size:1em;
}

.wrapper {
	/* Wraps around the content */
	width:900px;
	background: transparent;
	margin: 0 auto;
	padding:0 ;
	position:relative;
	z-index:auto;
	/*outline: 1px dotted green;*/
}
* html .wrapper {
	height:auto;
}

/*==================================*/
/*------------- Header  ------------*/
/*==================================*/
#header {
	height:113px;
	position:relative;
	margin-bottom:-16px;
	z-index:3;
}
#header h1 {
	padding:0;
	width:365px;
	height:180px;
	overflow:visible;
	position:relative;
	left:0;
	z-index:4;
	text-indent:-3000em;
	overflow:hidden;
	background:url(/images/main/logo_header.png) no-repeat 5px 0;

}
#header a#title {
	display:block;
	position:absolute;
	top:0;
	left:15px;
	width:320px;
	height:135px;
	z-index:5;
}
#nav {
	position:absolute;
	top:0;
	right:0;
	width:730px;
	height:148px;
	background:url(/images/main/bg_topnav.jpg) no-repeat -123px 0;
}

#nav a {
	display:block;
	height:80px;
	width:87px;
	text-indent:-3000em;
	overflow:hidden;
	position:absolute;
	top:10px;
	right:0px;
	z-index:10;
}
#nav a:hover,
#nav a.active {
	background:url(/images/main/sprites.png) no-repeat -282px 5px;
}
#nav .contact {
}
#nav .news {
	width:100px;
	right:113px;
}
#nav .resources {
	width:112px;
	right:236px;
}
#nav .services {
	width:87px;
	right:363px;
}
#nav .about {
	width:75px;
	right:465px;
}

#hdrimg {
	margin-bottom:-60px;
}

#topShadow {
	position:absolute;
	top:96px;
	left:0;
	z-index:2;
}
/*==================================*/
/*------------ CONTENT  ------------*/
/*==================================*/

#content {
	position:relative;
	background:url(/images/main/bg_content.png) repeat-x 0 0;
	min-height:60px;
	padding-top:51px;
	margin-bottom:100px;
}
.home #content {
	margin-bottom:0;
}

#copy {
	position:relative;
	width:530px;
	padding:10px 0 0 20px;
	float:left;
}

.home #copy {
	width:auto;
	float:none;
	padding:10px 0 0;
}
#content .wrapper {
	background:url(/images/main/bg_sidebar.png) repeat-y 13px 0;
	padding-bottom:100px;
	margin-bottom:-90px;
}
.home #content .wrapper {
	background-image:none;
	padding-bottom:0;
	margin-bottom:0;
}

.col1 {
	display:block;
	float:left;
	width:400px;
	padding:0 15px;
}
.home .col1 {
	margin-bottom:70px;
}

/*==================================*/
/*------------- HOME  --------------*/
/*==================================*/

#splash {
	position:relative;
	width:900px;
	height:380px;
	overflow:hidden;
	margin-bottom:-60px;
	z-index:0;
}
#splash div.items {
	/* this cannot be too large */ 
    width:20000em; 
    position:absolute; 
	z-index:0;
} 
 
#splash div.items div { 
    float:left; 
	width:900px;
} 

.next,
.prev {
display:block;
position:absolute;
width:60px;
height:60px;
top:250px;
background:url(/images/main/sprites.png) no-repeat 0 0;
cursor:pointer;
}
.next {
	right:-35px;
	background-position:-175px 0;
}
.prev {
	left:-25px;
	background-position:-100px 0;
}

#news {
	position:relative;
	float:left;
	left:15px;
	background:url(/images/main/sprite_homeNewsBox.png) repeat-y -491px 0;
	width:470px;
}
#news h3 {
	padding:10px 0 0 30px;
	margin:0;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#af0d0b;
	background:url(/images/main/sprite_homeNewsBox.png) no-repeat 0 -40px;
}

#news ul {
	list-style:none;
	margin:0;
	padding:0 10px 0 30px;
	width:415px;
}

#news ul li {
	list-style:none;
	position:relative;
	padding-left:35px;
	margin:0;
	background:url(/images/main/sprites.png) no-repeat -450px 10px ;
}
#news ul li h4 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.2em;
	color:#af0d0b;
}
#news h4 span {
	color:#999999;
	font-size:.8em;
}


#news .bottom {
	height:38px;
	background:url(/images/main/sprite_homeNewsBox.png) no-repeat 0 0;
}



/*==================================*/
/*----------- SIDEBAR  -------------*/
/*==================================*/

#sidebar {
	padding:0 0 0 13px;
	width:332px;
	float:left;
}

#sidebar #navHeader {
	font-size:1.8em;
	color:#af0d0b;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding:14px 0 0 50px;
	height:auto !important;
	height:55px;
	min-height:55px;
	background:#ffffff url(/images/main/sprites.png) no-repeat -438px 21px;
	line-height:150%;
}
#sidebar .menu {
	list-style:none;
	padding:0;
	margin:0;
	width:100%;
}
#sidebar .menu li {
	list-style:none;
	height:51px;
	background:#ffffff url(/images/main/sprites.png) no-repeat 0 -88px;
}

#sidebar .menu a {
	padding-left:50px;
	padding-top:17px;
	display:block;
	margin:0;
	width:282px;
	height:51px;
	color:#2b384f;
	text-decoration:none;
	font-size:1.1em;
	overflow:hidden;
}
#sidebar .menu a:hover,
#sidebar .menu .active a {
	background:url(/images/main/sprites.png) no-repeat 0 -149px;
	color:#ffffff;
}

#sidebar .sidecontent {
	padding:1em 1em 0;
	font-size:.9em;
}
/*==================================*/
/*----------- jQtools  -------------*/
/*==================================*/
#newsletterWrap {
	display:none;
	position:fixed;
	top:35%;
	right:-5px;
	width:43px;
	height:280px;
	overflow: hidden;
	background:url(/images/main/newsletter_sprite.png) no-repeat -417px 0 ;
}
#newsletterSignupTrigger {
	display:none;
	float:left;
	width:43px;
	height:280px;
}
#newsletterSignupTrigger a {
	display:block;
	width:100%;
	height:100%;
	background:url(/images/main/newsletter_sprite.png) no-repeat 0 0 ;
	cursor:pointer;
}

#newsletterSignupTrigger a:hover {
	background-position:-100px 0;
}
#newsletterSignupTrigger.open a {
	background-position:-200px 0;
}
#newsletterSignupTrigger.open a:hover {
	background-position:-300px 0;
}

#newsletterSignup {
	display:none;
	position:absolute;
	top:0;
	left:60px;
	width:218px;
	height:250px;
	margin-left:-1px;
	padding:20px 10px 10px 20px;
}

#newsletterSignup form input {
	width:200px;
	border: 1px solid #999;
}
#newsletterSignup form b {
	margin:0;
}
#newsletterSignup h4 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#af0d0b;
}
#newsletterSignup label.error {
	color:#900;
}


/*==================================*/
/*------------- FORMS  -------------*/
/*==================================*/

b input,
b textarea {
	background:url(/images/main/bg_input.png) no-repeat 0 0;
	width:260px;
	border:1px solid #ffffff;
	padding:2px 2px 0
}
b input:focus,
b textarea:focus {
	border-color:#c01e1c;
}


form b {
	display:block;
	position:relative;
	margin: 0;
	margin-left:15px;
	font-weight:normal;
	padding-bottom:8px;
}
.collapse b {
	min-height:22px;
}
b input {
	height:14px;
	padding-top:6px;
}
b label {
	position:absolute;
	top:6px;
	left:4px;
	color:#6e7a74;
	
}
b label.error {
	display:block;
	position:static;
	color:#9ff;
}
button.submit {
	display:block;
	clear:both;
	width:80px;
	height:21px;
	border:none;
	text-indent:-3000em;
	background:url(/images/main/sprites.png) no-repeat 0 0;
	cursor:pointer;
}

/*==================================*/
/*------------- FOOTER  ------------*/
/*==================================*/
.collapse {
	display:none;
}
#footerwrap {
	background:#242e44 url(/images/main/bg_footer_shadow.png) repeat-x bottom center;
	position:relative;
	height:auto !important;
	height:175px;
	min-height:175px;
	margin-top:75px;
}
.home #footerwrap {
	margin-top:30px;
}
#footer {
	position:absolute;
	bottom:20px;
	/*outline: 1px dashed orange;*/
	background:url(/images/main/bg_footer.png) repeat-x center top;
	width:100%;
	height:auto !important;
	height:250px;
	min-height:250px;
}
#footer h2 {
	color:#ffffff;
	padding-bottom:10px;
}
#footer .col1 {
	position:relative;
	margin:15px 0 0 30px;
	padding: 0 0 0;
	width:310px;
}
#footer .col1 * {
	cursor:pointer;
}
#footer.open .col1 * {
	cursor:auto;
}
#footer .col2 {
	position:relative;
	float:left;
	margin-left:20px;
	margin-top:90px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#eee;
	font-size:1.2em;
	font-weight:normal;
	line-height:150%;
}
#footer a {
	color:#ffffff;
}

a.close {
	display:none;
	position:absolute;
	right:5px;
	top:15px;
	text-decoration:underline;
}
#footer.open a.close {
	display:block;
	cursor:pointer;
}




















