/* CSS RESET =============================================== */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin:0; padding:0;}
table { border-collapse:collapse; border-spacing:0;}
fieldset,img { border:0;}
address,caption,cite,code,dfn,em,strong,th,var { font-style:normal; font-weight:normal;}
ol,ul { list-style:none; }
caption,th { text-align:left;}
h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight:normal; }
q:before,q:after { content:'';}
abbr,acronym { border:0;}



/* GLOBAL CSS =============================================== */
body {
	background: #5686c0 url(../images/bg_main.jpg) no-repeat;
	background-position: top center;
	font-family: Verdana, Verdana, san-serif;
	font-size: 11px;
	color: #000;
	margin: 0;
	padding: 0;
}

a:link, a:visited, a:active {
	color: #807f83;
	text-decoration: none;
}
a:hover {
	color: #4181cb;
	text-decoration: none;
}



/* TEXTSTYLE CSS downwards =============================================== */
.textStyle1 {
	color: #fff;
	font-family: Verdana, sans-serif;
	font-size: 10px;
}

.textStyle1 a:link, .textStyle1 a:active, .textStyle1 a:visited {
	color: #c0d1e7;
	font-family: Verdana, sans-serif;
	font-size: 10px;
}

.textStyle1 a:hover {
	color: #fff;
	font-family: Verdana, sans-serif;
	font-size: 10px;
}

.textStyle2 {
	color: #c0d1e7;
	font-family: Verdana, sans-serif;
	font-size: 11px;
}

.textStyle3 {
	color: #fff;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 17px;
}

.textStyle4 {
	color: #3770b5;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 17px;
}

.textStyle5 {
	color: #fff;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: bold;
}

.listStyle {
	list-style: disc;
	padding-left: 40px;
	line-height: 18px;
}

	
/* TEXTSTYLE CSS upwards =============================================== */



#wrapper {
	/*background: url(../images/bg_strip.png) repeat-y;*/
	width: 800px;
	margin: auto;
	height: auto;
}



/* DIV CONTENT =============================================== */
#header {
	background: url(../images/bg_header.jpg) repeat-y;
	width: 780px;
	height: 36px;
	padding-top: 86px;
	padding-left: 20px;
	float: left;
}


#contentMAIN {
	background: url(../images/bg_content.jpg) repeat-y;
	width: 800px;
	float: left;
}

#contentTEXT {
	width: 490px;
	padding: 30px;
	float: left;
}

.sidebar {
	width: 200px;
	padding: 30px 30px 30px 20px;
	float: right;
}

#call {
	background: #011e6c;
	width: 200px;
	padding: 20px 30px 20px 20px;
	float: left;
}


#menu {
	width: 335px;
	float: right;
}


#footer {
	background: #011e6c;
	padding-top: 20px;
	padding-left: 35px;
	padding-bottom: 15px;
	width: 765px;;
	float: left;
}


.menu ul{
width: 335px;
margin:0;
padding:0;
list-style-type:none;
float:right;}

.menu ul li{
margin:0;
padding:0;
float:left;
}

.menu ul li a:link, .menu ul li a:visited {
height:36px;
display:block;
float:left;
background:url(../images/nav1.jpg) top;
}

.menu ul li a.nav1{
background-image:url(../images/nav1.jpg);
width:79px;
}

.menu ul li a.nav1:hover{
background-position:bottom;
}

.menu ul li a.nav2{
background-image:url(../images/nav2.jpg);
width:91px;
}

.menu ul li a.nav2:hover{
background-position:bottom;
}

.menu ul li a.nav3{
background-image:url(../images/nav3.jpg);
width:82px;
}

.menu ul li a.nav3:hover{
background-position:bottom;
}

.menu ul li a.nav4{
background-image:url(../images/nav4.jpg);
width:83px;
}

.menu ul li a.nav4:hover{
background-position:bottom;
}
