/* CSS RESET */
/* ---------------------------------------------------------------------------------------------------*/
html, body, div, span, h1, h2, h3, h4, h5, h6, p, a, em, img, ol, ul, li, form, table, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	list-style-type: none;
}

body { overflow: scroll }

/* GENERAL */
/* ---------------------------------------------------------------------------------------------------*/

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333;
	text-align: left;
	font-size: 14px;
	line-height: 20px;
	background: url(../images/bg.jpg) repeat-x #0d529a;
}

p {margin-bottom: 10px;}

a{
	text-decoration: underline;
	color: #36292a;
	font-weight: bold;
}

a:hover {text-decoration: none;}

.clear{clear: both;}

.float-right{float:right;}
.float-left{float:left; clear: left;}

iframe{
	border: 5px solid #CCC;
	margin-top: 10px;
}

.imagesmall{margin-bottom:10px;}

/* FRAMEWORK*/
/* ---------------------------------------------------------------------------------------------------*/

#container{
	padding: 8px;
	width: 888px;
	overflow: hidden;
	margin: 30px auto 10px auto;
	background: #FFF;
}

#logo{
	padding: 36px;
	width: 108px;
	height: 91px;
	background: #0075b2;
	float: left;
	margin-right: 8px;
}

#header{
	height: 163px;
	width: 700px;
	background: url(../images/general/header-bg.jpg) repeat-x;
	float: left;
}

/* MAIN MENU*/
/* ---------------------------------------------------------------------------------------------------*/
#menu{
	font-size: 18px;
	height: 40px;
	width: auto;
	color: #FFF;
	border-bottom: 2px solid #FFF;
	margin-left: 13px;
	margin-top: 15px;
}

#menu li{
	float: left;
	margin-right: 25px;
}

#menu a{
	color: #FFF;
	text-decoration: none;
	font-weight: 400;
	display: block;
	padding: 3px;
}

#menu a:hover, #menu .active{
	background: #98999c;
	color: #333;
}

#content-wrapper{
	width: 888px;
	overflow:hidden;
	margin-top:8px;
	background: url(../images/general/content-bg.jpg) repeat-y;
}

#content-wrapper-single{
	width: 888px;
	overflow:hidden;
	margin-top:8px;
	background: url(../images/general/content-bg2.jpg) repeat-y;
}

#content{
	width: 700px;
	float: right;
}

#content ul{margin-bottom: 10px;}

#content li{
	padding-left: 20px;
	margin-bottom: 5px;
	background: url(../images/general/bullet.jpg) no-repeat left 6px;
}

.header-image{
	background: #FFF;
	padding-bottom: 8px;
	margin-bottom:8px;
}

#content-text{
	width: 500px;
	float: left;
}

#content-contact{
	width: 170px;
	float: left;
	margin-top: 10px;
	margin-left: 20px;
	color: #FFF;
}

#small-images{
	width: 180px;
	float: left;
	margin-top: 10px;
	margin-left: 20px;
}

#content-contact a{
	color: #FFF;
	font-weight: normal;
}

/* FOOTER*/
/* ---------------------------------------------------------------------------------------------------*/
#footer{
	background: #3a8cc1;
	color: #FFF;
	font-size: 12px;
	padding: 5px;
	margin-top: 8px;
}

#footer a{
	color: #FFF;
}

#reflection{
	width: 904px;
	height: 50px;
	background:url(../images/general/reflection.jpg) no-repeat;;
	margin: 0 auto 30px auto;
}



/* SUB_MENU**/
/* ---------------------------------------------------------------------------------------------------*/
#sub-menu{
	width: 173px;
	margin-left: 5px;
	margin-top: 10px;
	float: left;
	color: #333;
	font-weight: bold;
}

#sub-menu li{
	margin-bottom: 7px;
}
.current{color: #004790;}

#sub-menu a{
	color: #FFF;
	text-decoration: none;
	display: block;
}

#sub-menu a:hover{
	color: #004790;
}

#sub-menu ul ul{
	margin-left: 5px;
	margin-bottom: 15px;
	margin-top: 5px;
}

#sub-menu ul ul li{
	margin-bottom: 3px;
}

#sub-menu ul ul li a{
	font-weight: normal;
}


/* HEADINGS AND TEXT STYLES*/
/* ---------------------------------------------------------------------------------------------------*/

h1{
	font-size: 23px;
	color: #FFF;
	font-weight: 100;
	border-bottom: 3px solid #FFF;
	height: 35px;
	margin-left: 13px;
	margin-top: 50px;
}

h2{
	font-size: 20px;
	color: #FFF;
	font-weight: 100;
	border-bottom: 2px solid #FFF;
	height: 25px;
	margin-bottom: 15px;
}

h3{
	font-size: 16px;
	color: #0075b2;
	border-bottom: 1px solid #CCC;
	padding-bottom:5px;
	margin-bottom: 5px;
}

h4{font-size: 16px; font-weight:bold;margin-bottom: 10px;}
h5{font-weight:bold;font-size: 14px}

.blue-text{color: #0075b2;}

.smallprint{
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 14px;
}

/* FORMS*/
/* ---------------------------------------------------------------------------------------------------*/

textarea, input{
	width: 350px;
	border: 1px solid #bbb
}