@charset "utf-8";
/* CSS Document */

/* Body */
body {
background-image:url(../images/bg.jpg);
background-repeat:repeat-x;
background-position:top;
background-color:#72a2e4;


}




/*Clear*/
.clear {
clear:both;
}



/* Headline Styles */
h1, h2, h3 {
	font-weight: bold;
	margin-left: 10px;
	font-family:Arial, Helvetica, sans-serif;
	
}

h1 {
font-size:30px;
color: #bfa130;
}

h2 {
font-size:20px;
color: #0000CC;
}

h3 {
font-size:16px;
}

/*Paragraph*/
p {
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
line-height:1.5;
color:#666666;
padding-right: 10px;
padding-left: 5px;
}

/* Un-Ordered Lists */
ul {
line-height:normal;
list-style-image:url(../images/list_dot.gif);
font-family:Arial, Helvetica, sans-serif;
color:#666666;
font-size:14px;
}
/* Container */
#wrap {
margin: 0 auto ;
width: 862px;
height:auto;
margin-top: -10px;

}
/* Header */
#header {
width: 100%;
height: 100px;
/* background-color:#00FFFF; */
background-image:url(../images/header_logo.png);
background-repeat:no-repeat;

}

/* Header Slogan */

#header_slogan {
float:right;
margin-top: 70px;
margin-right: 30px;
color:#FFFFFF;
font-family:Arial, Helvetica, sans-serif;
font-style: italic;
font-size: 18px;

}

/* Navigation */
#nav {
background-image:url(../images/nav_bar.png);
background-repeat:no-repeat;
width: 100%;
height: 70px;
float: left;
}

/* Menu  */

#menu{
width:700px;
height:30px;
float:left;
margin-top: 0px;
padding:0px 0px 0px 10px;
font-family:Arial, Helvetica, sans-serif;
font-weight:600;
}
#menu ul{
display:block;
list-style:none;
padding:9px 0 0 10px;
margin:0px;
}
#menu ul li{
display:inline;
padding:0px;
margin:0px;
height:20px;
}
#menu ul li a{
height:20px;
display:block;
padding:0px 10px 0 10px;
margin:0 4px 0 4px;
_margin:0 2px 0 2px;
float:left;
text-decoration:none;
text-align:center;
color:#fff;
font-size:14px;
line-height:25px;
}
#menu ul li.selected a{
height:20px;
display:block;
padding:0px 10px 0 10px;
margin:0 5px 0 5px;
float:left;
text-decoration:none;
text-align:center;
color:#fff;
font-size:14px;
line-height:25px;
}
#menu ul li a:hover{
color:#fff;
background-color:#957b1a;
}


/* Content */
#content_back {
width: 862px;
height:100%;
background-color:#FFFFFF;
background-image:url(../images/spacer.gif);
float:left;
margin-top: -20px;
}


#main_content {
width: 500px;
float: left;
height: auto;
background-color: transparent;

}


/* Sidebar */
#sidebar {
width: 362px;
float: left;
height: 100%;
background-color: transparent;
}

/* Footer */
#footer {
background-image:url(../images/footer.png);
background-repeat:no-repeat;
width: 100%;
height: 53px;
margin: 0 auto;
margin-top: 20px;
clear:both;
}