body
{
	background-color: #F2F2F2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #3C3C3C;
	line-height: 130%;
	margin-top: 0px;
}

h1
{
	font-size: 130%;
}

h2
{
	font-size: 120%;
	margin: 0 0 7px 0;
}

.boldtext
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color:#000066;
	font-weight:bold;
}

#leftnavbar ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#leftnavbar li
{
	padding: 0 0 0 15px;
	margin: 5px 0 5px 0;
}

#leftnavbar li li
{
	margin-left:5px;
}

#leftnavbar li.active
{
	background-image: url('../images/layout/arrows.gif');
	background-position: 0 5px;
	background-repeat: no-repeat;
}

#leftnavbar .email
{
	margin: 30px 0 0 10px;
	padding: 0 0 0 25px;
	background-image: url('../images/email.jpg');
	background-repeat: no-repeat;
	background-position: 0 2px;
}

#leftnavbar .tel
{
	margin: 5px 0 0 10px;
	padding: 0 0 0 25px;
	background-image: url('../images/phone.jpg');
	background-repeat: no-repeat;
	background-position: 3px 0;
	font-weight: bold;
}


a
{
	text-decoration: none;		
	color: #143062;
}

a:hover
{
	text-decoration: underline;
}

#container
{
	position: relative;
	width: 971px;
	margin: 0 auto 0 auto;
	background-image: url('../images/layout/shadow.gif');
	background-repeat: repeat-y;
	background-position: center;
	min-height: 50px; /* IE6 min-height hack */
	height: auto !important;
	height: 50px;
	z-index: 1;
	
}

#botshadow
{
	height: 32px;
	width: 971px;
	background-image: url('../images/layout/botshadow.gif');
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 2;
}

#shadowpadding
{
	padding: 0 14px 17px 12px;
}

#content
{
	background-color: #ffffff;	
	width: 945px;
	height: 1%;
	margin: 5px 0 0 0;
}

#flash
{
	width: 945px;
	height: 135px;
}

#header
{
	position: relative;
	z-index: 10;
	width: 100%;
}

#left
{
	float: left;
	width: 665px;		
}

#right
{
	float: right;
	width: 220px;
	margin-right: 50px;	
}

#logo
{
	margin: 0 0 15px 15px;
}

#tagline
{
	color: #898989;
	font-size: 140%;
	float: left;
	font-weight: bold;
	padding-bottom: 5px;
	margin: 56px 0 0 15px;
}

#tagline1
{
	color: #898989;
	font-size: 140%;
	float: left;
	font-weight: bold;
	padding-bottom: 5px;
	margin: 0px 0px 0px 120px;
}

#callus
{
	float: right;
	color: #274E7D;	
	font-size: 140%;
	font-weight: bold;
	margin: 31px 0 0 0;
	padding-bottom: 5px;
	width: 217px;
}

#logo
{
	float:left;
}	

#linktext
{
	float: right;
	color: #C2C2C2;
	font-size: 80%;	
	margin: 10px 15px 0 0;	
}

#linktext a
{
	color: #C2C2C2;
}

#linktext a:hover
{
	text-decoration: none;
	border-bottom: 1px dotted #C2C2C2;
}

#navbar
{
	height: 35px;
	border-top: solid 1px #154176;
	
}

#leftnavbar
{
	float:left;
	width:180px;
	margin: 0 0 0 10px;
	
}

#text
{
	float:right;
	width:690px;
	margin:0 40px 0 0;
	border-left: 1px solid gray;
	padding-left:20px;
}

#banner
{
	margin: 0;
	padding: 0;
	height: 287px;
}

#footer
{
	color: #666666;	
	position: relative;
	z-index: 5;
	padding: 10px;
	font-size: 80%;	
	border-top: 1px solid #666666;
}

#footer a
{
	color: #856666;
}

#footer a:hover
{
	text-decoration: none;
	border-bottom: 1px dotted #C0C0C0;
}

#footertext
{
	float:left;
}

#footerimage
{
	float:right;
}

div.block
{
	float: left;
	margin: 5px 0px 20px 0;
	padding: 3px;
	width: 297px;
}

div.block .graphic
{
	float: left;	
	border: 1px solid #ffffff;
	margin: 0px 6px 4px 0;
}

div.block h1
{
	margin: 0;
	border-bottom: 1px solid #ffffff;
	padding-bottom: 7px;
	font-size: 120%;
	
}

div.block h1 a
{
	color: #143062;
	text-decoration:none;
	
}

div.block h1 a:hover
{
	text-decoration:underline;
}

a.more
{
	background-image: url('../images/layout/arrow.gif');
	background-position: 0 3px;
	background-repeat: no-repeat;
	padding-left: 8px;
	color: #666666;
}

div.intro
{
	width: 324px;
}

div.standard
{
	width: 60px;
	margin: 15px 0 0 10px;
	float: left;
}

.norightmargin
{
	margin-right: 0;
}

.nomargin
{
	margin: 0;
}

.nopadding
{
	margin: 0;
}

.padding
{
	padding: 5px;
}

.center
{
	text-align: center;
}

.clear
{
	clear: both;
}

a img
{
	border: none;
}

.small
{
	font-size: 80%;
}


.headselected
{
	background-color:#ffffff;
	background-image: url('../images/layout/arrow5.gif') !important;
	background-repeat: no-repeat;	
	padding:  0 0 0 15px !important;
	
	
}	

.style3 {font-size: x-small}

ul.news
{
	margin: 0 0 0 20px;
	padding: 0;
}

#award
{
	float:right;
	width:170px;
	margin: 0 0 5px 5px;
}

.mainaward
{
	float: left;
	width: 320px;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 10px;
	text-align: center;
}

.mainaward p
{
	text-align: left;
}

.footertext
{
	font-size: 11px;
}
