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

#wrapper{
	width: 800px;
	margin: 0 auto;
}

#loginbox{
	height: 24px;
	text-align: right;
	width: 750px;
}

#header{
	width: 800px;
	height: 135px;
	background-image: url(../images/layout_02.gif);
}

#headermenu{
	width: 300px;
	left: 0px;
	top: 10px;
	color: #FFFFFF;
	text-align: right;
	position: relative;
	float: left;
}

#headermenu form{
	margin: 0px;
	padding: 0px;	
}
.textfield {
	margin-bottom: 3px;
	font-size: 12px;
}

.login {
	margin-bottom: 3px;
	font-size: 12px;
	background-image: url(../images/loginb.gif);
	height: 19px;
	width: 52px;
	background-color: #FFFFFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

.flashfloater{
	float: left;
}

.phonenumber{
	font-weight: bold;
	font-size: 24px;
}

#headermenu a{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

/*........................*/

#nav{
	background-color: #333333;
	height: 30px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #0E8DDD;
	border-left-color: #0E8DDD;
	border-right-width: 1px;
	border-left-width: 1px;
}


#nav ul {
	padding: 0px;
	list-style-type: none;
	margin: 0px;
	position: relative;
	left: 15px;
}
#nav li {
	background-color: #333333;
	float: left;
	width: 23%;
	height: 25px;
	text-align: center;
	padding-top: 5px;
}
#nav a {
	font-weight: bold;
	text-decoration: none;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 3px;
	color: #FFFFFF;
	text-transform: uppercase;
}

#page {
	margin-left: 170px;
}

#nav li.current {
	background-color: #FFFFFF;
}

#nav li.current a{
	color: #9E1535;
}

/* SUB PAGE MENU
........................*/

#sideNav{
	width: 195px;
	float: left;
	text-align: right;
}


#sideNav li{
	top: 1px;
	margin: 0px;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	clear: both;
	font-weight: bold;
	text-align: right;
	padding-top: 4px;
	padding-bottom: 4px;
}

#sideNav li.current{
	background-image: url(../images/submenuarrow.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

#sideNav ul{
	list-style-type: none;
}

#sideNav a{
	color: #333333;
	padding-right: 15px;
}

#sideNav a:hover {
	background-image: url(../images/submenuselect.gif);
	background-repeat: no-repeat;
	background-position: right top;
	color: #666666;
}


#ContantPartDiv{
	width: 570px;
	padding-left: 10px;
	float: left;
}




/*........................*/


.menuitem{
	float: left;
	padding: 8px;
}

#menu a{
	color: #FFFFFF;
}

#content{
	width: 798px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #0E8DDD;
	border-right-color: #0E8DDD;
	border-bottom-color: #0E8DDD;
	border-left-color: #0E8DDD;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	background-color: #FFFFFF;
}

#submenu{
	width: 170px;
	float: none;
	font-size: 24px;
	font-weight: bold;
	color: #9E1535;
	text-align: right;
	text-transform: uppercase;
}

.innercontent{
	padding: 10px;
}

.footerside{
	float: left;
	height: 55px;
}

#footer{
	width: 718px;
	height: 55px;
	float: left;
	background-color: #0E8DDD;
	text-align: center;
	color: #FFFFFF;
}

#footer a{
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}

body{
	background-color: #E9E9EA;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a{
	color: #0E8DDD;
	text-decoration: none;
	font-weight: bold;
}

a: hover{
	text-decoration: underline;
}

.sectionTitle{
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #9E1535;
}

.thirdcol{
	float: left;
	width: 32%;
	padding-left: 5px;
}

.twothirdcol{
	float: left;
	width: 66%;
}
.greybox{
	background-color: #333333;
	color: #FFFFFF;
	margin: 0px;
	padding: 3px;
	text-align: left;
}

#contentcol{
	width: 500px;
	float: left;
	padding-right: 5px;
}

/* HOME PAGE
---------------------*/

#newscol{
	float: left;
	width: 260px;
	border: 1px solid #0E8CDB;
	background-color: #C0D3DD;
	padding: 5px;
}

.newsitembox{
	background-color: #D9EDFB;
	padding: 3px;
}

.newssectiontitle{
	color: #042C44;
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
}

.newsitemtitle{
	color: #9E1535;
	font-size: 12px;
}

.pageTitle{
	font-size: 22px;
	font-weight: bold;
	text-transform: uppercase;
	color: #9E1535;
}


.subTitle{
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #0E8DDD;
}

.imageFloatL{
	float: left;
}

.imageFloatR{
	float: right;
}
