/* CSS Document */

*{
margin: 0;
padding: 0;
border: 0;
}

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000066;
	background: #276da5 url(../images/bgN_long2px.gif) repeat-x;
}

p{
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 18px;
}
h1{
	font-size: 22px;
	margin-top: 10px;
	margin-bottom: 10px;
}
h2{
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 18px;
}
h3{

	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 18px;
}

h4{
	line-height: 18px;
}


li{
	margin: 5 0 0 5px;
	line-height: 15px;
	list-style-type: square;
	
}
 
a{
	text-decoration: underline;
	line-height: 20px;
}

/*IDs------------------------------------------*/


/*	background: #fff url(../images/bg_middle_lg.gif) repeat-y;*/

/* CONTAINER */

#container1 {
	position: relative;
	width: 791px;
	margin: 30px;
	background: url(../images/bgN_2pxacross.gif) repeat-y 0px 0px;
	border: 0px solid red;
}
#container2 {
	width: 751px;
	padding: 20px 20px 20px 20px;
	background: url(../images/bgN_large.gif) no-repeat;
	border: 0px solid red;
}


/*
#container {
	position: relative;
	width: 751px;
	padding: 22px 22px;
	margin: 30px;
	background: url(../images/bgN_large.gif) no-repeat;
	border: 0px solid red;
}
*/
/* HEADER*/

#header{
	position: relative;
	height: 94px;
	border: 0px solid red;
}

#logo a{
	position: absolute;
	top: 16px;
	left: 16px;
	height: 63px;
	width: 295px;
	background-image: url(../images/LOGO_FINALNEW.jpg);
	/*background-image: url(../images/LOGOnew_sharp.jpg);*/
	
	background-repeat: no-repeat;
	border: 0px solid red;
}

#mainnav{
	position: absolute;
	top: 72px;
	left: 365px;	
	list-style: none;
	border: 0px solid red;
}

#mainnav ul {
	 
}

#mainnav li{
	list-style: none;
	float: left;
	text-align: center;
	margin: 0 0 0 3px;
	background: #286FA8;
		
}

#mainnav li a {
	display: block;
	margin: 0px 0px 0 0px;
	padding: 3px 0 0 0px;
	height: 19px;
	width: 71px;
	color: #FFFFFF;
	text-decoration: none;
}
#mainnav li a:hover {
	background-color: #073962;
}

/* MAINIMAGE */
#mainimage{
	position: relative;
	height: 188px;
	border: 0px solid red;
	margin: 0 0 0 0px;
}

#image{
	position: absolute;
	top: 11px;
	width: 100%;
	height: 164px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}


/* CONTENT */

/*#section1, #section2 {
	background: #ccc;
}*/

#section1 a{
	text-decoration: none;
}
	
#section1 a:hover{
	text-decoration: underline;
}

#section1 ul li {
	list-style: none;
	margin: 0 0 0 0px;
	padding: 0 0 0 18px;

}

#section1 ul li ul li{
	font-weight: normal;
	list-style: none;
}


/* FOOTER */
#footer {
	clear: both;
	/*background: url(../images/bgN_longbottom.gif) no-repeat;
	height: 84px;*/
}

.clear {
	clear: both;
}
