/* SCREEN LAYOUT: */

body {
margin: 0 auto;
padding: 0;
font:12px Verdana,Tahoma,Arial,sans-serif;
background:  #f4f4f4 url(images/bg.gif) top center repeat-y;

}

#wrap {
background: #ffffff;
color: #303030;
margin: 0 auto;
width: 760px;
}


/* HEADER LOGOS , TEXT  AND MENU */

#header {
position:relative;

width: 760px;
height: 120px;
}

.logo1{
position:absolute;
top:10px;
left:0px;
display:block;
margin: 0px 0 0 0;

}

 .logo2{

position:absolute;
top:8px;
right:10px;
display:block;
margin-left:500px;
}

.mainmenu{
position:absolute;
bottom:5px;
left:170px;
padding:  0;
}

.mainmenu ul {
font-size:14px;
font-weight:bold;
margin:0;
padding:0;

}

.mainmenu li {
float:left;
height:20px;
list-style:none;
margin:0 0 5px 0;
padding:0;
}

.mainmenu a{

border-right:1px solid #b0b0b0;
color: #a0a0a0;
padding: 0 10px 0 10px;
margin:0 0 0px 0;
background-color:transparent;

}
.mainmenu li a:hover {
background: #eaeaea;
color: #286ea0;
}


#header p {
position:absolute;
top:15px;
left:150px;
width: 300px;
text-align: center;
color: #a0a0a0;
margin:0;
font-size: 0.9em;
line-height: 1.2em;
}


/* TOP PHOTO  */

#photo{
position : relative;
height:175px;
width: 580px;
margin: 0 0 10px 0;
float: right;
}




/* FIRST COLUMN MENU AND NEWS */

.hide {
display: none;
}

#avmenu {
clear: left;
float: left;
width: 160px;
margin: 0 0 10px 0;
padding: 0;
font-size: 0.9em;

}

#avmenu ul {	
list-style: none;
width: 160px;
margin: 0 0 20px 0;
padding: 0;
font-size: 0.9em;
}	

#avmenu li {
margin-bottom: 4px;
}

#avmenu li a {
font-weight: bold;
height: 20px;
text-decoration: none;
color: #505050;
display: block;
padding: 6px 0 0 5px;
background: #f4f4f4;
border-left: 4px solid #cccccc;border-right: 4px solid #cccccc;
}	
	
#avmenu li a:hover {
background: #eaeaea;
color: #286ea0;
border-left: 4px solid #286ea0;
}


/* NEWS */

.textright {
text-align: right;
}

.announce {
margin: 10px 0 10px 0;
padding: 10px;
width: 130px;
color: #505050;
background-color: #f4f4f4;
line-height: 1.3em;
}


/* THIRD COLUMN LINKS AND BANNERS */

#thirdcolumn {
float: right;
width: 170px;
margin: 0 0 10px 0;
padding: 0;
font-size: 0.9em;
line-height: 1.5em; 
}

#thirdcolumn p{
float: right;

}

.contact{ 
width:160px;

font-size: 15px;
font-weight:bold;
margin:20px 0 20px 0;
}


/* MIDDLE COLUMN */

#content {
width:380px;
margin: 0 160px 20px 165px;
border-left: 1px solid #f0f0f0;
border-right: 1px solid #f0f0f0;
padding: 0 10px 0 10px;
line-height: 1.6em;
text-align: left;

}

#content h2 {
font-size: 1.3em;
margin: 0 0 0.5em 0;
}

.left {
margin: 10px 10px 5px 0;
float: left;
}



h3 {
font-size: 1.3em;
margin: 0 0 10px 0;
}

a {
text-decoration: none;
color: #286ea0;
}

a:hover {
text-decoration: underline;
color: #286ea0;
}

a img {
border: 0;
}


/* FOOTER */

#footer {
clear: both;
margin: 0 auto;
padding: 10px 0 20px 0;
border-top: 4px solid #f0f0f0;
width: 760px;
text-align: center;
color: #808080;
font-size: 0.9em;
}

#footer a {
color: #808080;
text-decoration: none;
}

#footer a:hover {
text-decoration: underline;
}












