/*--------------------------Let's start with text, links and HTML-------------------------*/

html,body{
margin:0;
padding:0;
background:#ededed url(images/bg.gif) repeat-x fixed;
text-align:left;
}

a:link{
color:#EF8139;
text-decoration:none;
}

a:visited{
color:#EF8139;
text-decoration:none;
}

a:hover{
color:#CCCCCC;
text-decoration:none;
}

a:active{
color:#EF8139;
text-decoration:none;
}

h1{
font:bold 12px verdana;
width: 350px;
border-bottom:1px solid #dedede;
margin:0;
padding:0;
color:#EF8139;
margin-bottom:8px;
}

h2{
font:bold 12px verdana;
width: 200px;
border-bottom:1px solid #dedede;
margin:0;
padding:0;
color:#EF8139;
margin-bottom:8px;
margin-left:20px;
}

h3{
font: bold 16px Verdana;
margin:0;
color:#a0d500;
padding:0;
float:left;
margin-top:30px;
margin-left:30px;
}

* html h3{
margin-left:20px;
}

h4{
font: bold 14px Verdana;
margin:0;
color:#646464;
padding:0;
float:left;
margin-top:90px;
margin-left:30px;
}

* html h4{
margin-left:20px;
}

.style1{
float:left;
font:9px Verdana;
color:#666666;
}

.style2{
	padding:10px;
	font:10px Verdana;
}

#footer a{
color:#EF8139;
}

#footer a:hover{
color:#CCCCCC;
}

/*--------------------------End-------------------------*/

/*--------------------------start Image styles-------------------------*/

.pic{
	float:left;
	border:1px solid #CCCCCC;
	margin-right: 5px;
}

/*--------------------------End-------------------------*/

/*--------------------------Start divs-------------------------*/

#container{
width:780px;
height:100%;
text-align:left;
margin:0 auto;
}

#top{
width:780px;
height:50px;
background:#1071B3;
border-bottom:2px solid #FFFFFF;
}

#menu{
width:780px;
background:url(images/navbg.gif) repeat-x;
height:30px;
border-bottom:1px solid #c8d6e6;
}

#banner{
background:url(images/banner.jpg);
float:left;
width:441px;
height:200px;
border-bottom:1px solid #c8e0ff;
}


#headertext{
width:339px;
height:200px;
background:url(images/headertext.gif) repeat-x;
float:left;
border-bottom:1px solid #c8e0ff;
}

#content{
width:780px;
min-height:332px;
background:#FAFCFF url(images/contentbg.gif) repeat-x;
margin:0;
border-top:1px solid #FFFFFF;
float:left;
}

* html #content{
}

#welcomecontainer{
width:390px;
height:100%;
float:left;
margin-left:10px;
padding:0;
border-right:1px solid #dedede;
margin-top:10px;
margin-bottom:10px;
}

.welcome{
width:390px;
height:100%;
float:left;
margin:0;
padding:0;
}

.news{
	width:370px;
	float:left;
	margin:10px;
}


#footer{
	width:780px;
	height:70px;
	background:#1071B3;
	font:10px Verdana;
	color:#FFFFFF;
	padding:0;
	float:left;
	margin:0;
	text-align: center;
}

/*--------------------------End-------------------------*/

/*--------------------------Start menu css-------------------------*/

#menu ul{
list-style-type:none;
margin:0;
font:bold 10px Verdana;
text-decoration:none;
float:left;
padding:8px;
width:760px;
}

#menu li{
display:inline;
}

#menu li a{
color:#646464;
padding:8px;
}

#menu li a:hover{
background:url(images/navover.gif) repeat-x;
}

