/*====================================================================
Global Styles
======================================================================*/
* {margin: 0; padding: 0; border: 0; font-family: Georgia, "Times New Roman", Times, serif;}
.clear {clear: both;}
h1 .faint {
	color: #99A2C0;
	font-size: 36px;
}
a {color: #99A2C0; }
a:hover {color: #BFE3F8; text-decoration: none;}
.tel {
	font-size: 18px;
	font-weight: bold;
}
.shorts h3 {
	color: #dddbc9;
	font-size: 21px;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 30px;
}
h1 {
	font-size: 43px;
	color: #212121;
	text-align: left;
	margin-left: 20px;
	line-height: 119px;
}
#logo {
	position: absolute;
	height: 150px;
	width: 128px;
	left: 854px;
	top: 80px;
	z-index: 100;
	background-image: url(../imgs/badge.gif);
	background-repeat: no-repeat;
}
h1, h2, h3, h4 {font-weight: normal;}
h2 {font-size: 30px; color: #212121; margin: 40px 30px 25px 20px; border-bottom: 1px solid #e0e0e0; padding-bottom: 15px;}
h4 {font-size: 14px; line-height: 24px; letter-spacing: normal; color: #000033; margin: 4px 0px;}
p {color: #111; font-size: 14px; line-height: 20px; margin: 0 30px 30px 50px;}
#leftcol h3 {
	color: #000000;
	font-size: 18px;
	line-height: 20px;
	margin: 10px 30px 5px 50px;
	font-weight: bolder;
	text-transform: uppercase;
}


/*====================================================================
PAGE LAYOUT
======================================================================*/

body {
	text-align: center;
	background: #fff url(../imgs/bg.jpg) repeat-x center top;
}
#container {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}

#header {width: 1000px; height: 119px; position: relative;}
#content {
	width: 1000px;
	text-align: left;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
}

#leftcol {
	display: inline;
	float: left;
	width: 540px;
}
#content .mainimg {
	padding: 2px;
	border: 1px solid #0E3067;
	margin: 0 0 0 75px;
}
#shortcut {
	height: 234px;
	width: 1000px;
}
#bgbot {background: url(../imgs/bg_bot.gif) repeat-x center bottom;}

#shortcut .shorts {
	float: left;
	width: 200px;
	margin-top: 30px;
	text-align: left;
}
.shorts ul {
	color: #DDDBC9;
	font-size: 12px;
	line-height: 18px;
	margin: 0 40px 20px 40px;
}

#footer {width: 1000px; margin: 0 auto; height: 43px;}
#footer p {
	font-size: 11px;
	line-height: 43px;
	margin: 0;
	padding: 0;
}

/*MAIN NAV*/

#nav {height: 51px; width: 1000px; position: relative; display: block; no-repeat;}
#datacol .table {
	margin-left: 20px;
	text-align: center;
}
#datacol .table h3 {
	background-color: #DDDBC9;
	font-size: 18px;
	line-height: 40px;
	padding-right: 20px;
	padding-left: 20px;
	color: #000;
	font-weight: normal;
}
#datacol .table h4 {
	font-size: 14px;
	line-height: 25px;
	padding-right: 5px;
	padding-left: 5px;
	color: #333;
	font-weight: normal;
}
#datacol .table tr.odds {
	background-color: #c2cae3;
}

