/*

[Table Of Contents] 

	0- Reset
	1- Global
	2- Links
	3- Headings
	4- Header 
	5- Navigation
	6- Middle 
	7- Forms
	8- Extras
	9- Footer 

*/

/* =0 Reset
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
@import url('reset.css');


/* =1 Global
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
html, body {
	height:100%;
}

body {
	line-height: 15px;
	font-weight: normal;
	font-size: 11px ;
	font-family: 'Trebuchet MS', Helvetica, Arial, sans-serif;
	background: #949699;
	color: #666666;
	text-align:center; /* horizontal centering for IE Win quirks */
	background-image:url(../images/pageBG.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
}

#distance { 
	width:1px;
	height:50%;
	margin-bottom:-290px; /* half of container's height */
	float:left;
}

#container, #containerHomeWhite {
	margin:0 auto;
	position:relative; /* puts container in front of distance */
	text-align:left;
	height:580px;
	width:950px;
	clear:left;
	background-color:#FFFFFF;
	}
	
.right {
	float: right;
}
.left {
	float: left;
}
.hide {
	display: none;
}
.clear {
	clear: both;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}

ul {
	list-style-image:url(../images/redbullet.gif);
	list-style-position:outside;
	margin-left:15px;
}

strong {
	font-size:110%;
	color:#333333;
}
#leftCol_Block strong {
	color:#FFFFFF;
}

/* =2 Links
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
a, a:link, a:visited {
	color: #666666;
	text-decoration:none;
}
a:hover {
	color: #CC0000;
}
a:active {
	color: #CC0000;
}


/* =3 Headings
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
h1 {
	font-size:16px;
	line-height:18px;
	font-weight:bold;
	color:#003366;
	margin-bottom:10px;
}
h2 {
	font-size:14px;
	line-height:18px;
	font-weight:bold;
	color:#003366;
	margin-bottom:10px;
}
h3 {
	font-size:12px;
	line-height:18px;
	font-weight:normal;
	color:#003366;
	margin-bottom:10px;
}

#leftCol_Contact a, leftCol_Contact a:visited, #homeFooter a, #homeFooter a:visited {
	color:#003366;
}
#leftCol_Contact a:hover, #homeFooter a:hover {
	color:#cc0000;
}
h4 {
	font-size:11px;
	line-height:15px;
	font-weight:bold;
	margin-bottom:3px;
}
h5 {
}
p {margin:0px 0px 10px 0px;
}
.namebold_grey {
	font-family: 'Trebuchet MS', Helvetica, Arial, sans-serif;
	color: #333333;
	font-weight: bold;
}	
	
/* =4 Header
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/

/* =5 Navigation
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/

ul#nav {
	display:block;
	margin-top:80px;
	list-style:none;
	background-image:url(../images/navBG.gif);
	background-repeat:repeat-x;
	height:26px;
	margin-left:0px;
}
ul#nav li {
	display:inline-block;
	float:left;
	width:114px;
	border-right:1px solid #ffffff;
	text-align:center;
}
ul#nav li.last {
	border:none;
}
ul#nav li a {
	display:block;
	border-top:2px solid #ffffff;
	padding-top:5px;
}
ul#nav li a:hover {
	color:#CC0000;
}

ul#nav li a.current {
	border-top:2px solid #CC0000;
}

/* =6 Middle
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/

#homeMiddle {
	height:368px;
}

/* LEFT COL */
#leftCol {
	float:left;
	width:258px;
	height:580px;
}
#leftCol_Block {
	position:relative;
	height:125px;
	background-color:#003366;
	font-size:12px;
	line-height:15px;
	color:#FFFFFF;
	padding:20px 10px 10px 40px;
}
#leftCol_Block h1 {
	color:#FFFFFF;
}
#tipsClick {
	position:absolute;
	bottom:8px;
	right:10px;
}
#tipsClick a, #tipsClick a:visited {
	color:#FFFFFF;
	font-size:10px;
}
#tipsClick a:hover {
	color:#666666;
}


#leftCol_Contact {
	height:173px;
	padding:20px 40px;
}

/*RIGHT COL */
#rightCol {
	float:right;
	width:692px;
	height:580px;
}
#imageArea {
	height:155px;
}
#content {
	height:289px;
	margin:20px 10px;
	overflow:auto;
}
#content ul{
margin:0 0 7px 15px;
}
#mainContent {
	margin:0px 10px;
}
#mainContent_left {
	float:left;
	width:295px;
}
#mainContent_right {
	float:right;
	width:295px;
}

/* =7 Form
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
form span {
	color:#FF0000;
}

/* =8 Extra
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/

hr {
	display:block;
	color:#E1E1E1;
	height:1px;
	margin-bottom:10px;
}

.grey {
	color:#666666;
}
.blue {
	color:#003366;
}

/* =9 Footer
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#homeFooter {
	height:106px; 
	width:950px; 
}
#homeContact {
	float:left;
	margin-left:40px;
	margin-top:60px;
}
