/* CSS Document By Dieter Schneider 2006 | www.csstemplateheaven.com*/

* {margin: 0px;
   padding: 0px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#container {
	font-size: 1.2em;
	margin-left: 0;
}
#content {
  width:800px;
  margin-left:300px;
  margin-right:20px;
}
#header {
	height: 80px;
	background-image: url(images/header_bg.jpg);
	background-repeat: repeat-x;
}

#linkbar {
	background-image: url(images/linkbar_bg.jpg);
	background-repeat: repeat-x;
	height: 59px;
}
#linkbar a {
font-weight:bold;
}

#footer {
	clear: both;
	padding: 10px;
	text-align: center;
	border-top: 1px solid #CCCCCC;
}

/******************** Top Navigation ************************/

#navcontainer ul
{
	background-color: #036;
	float: left;
	width: 100%;
	font-family: arial, helvetica, sans-serif;
	background-image: url(images/linkbar_bg.jpg);
	background-repeat: repeat-x;
	height: 39px;
}

#navcontainer ul li {display: inline;}

#navcontainer ul li a
{
padding-top: 20px;
padding-left:20px;
padding-right:20px;
color: #fff;
text-decoration: none;
float: left;
}

#navcontainer ul li a:hover
{
	background-image: url(images/hover_link_bg.jpg);
	background-repeat: repeat-x;
	height: 35px;
	color: #FFFFFF;
}

/********************* End top navigation ***************************/


p {margin-bottom: 15px;
    margin-top: 0px;}

h1 {
	font-size: 2em;
	padding-top: 20px;
	padding-left: 50px;
	color: #FFFFFF;
	font-style: italic;
	font-weight: bold;
    text-align:center;
}

h2 {
	font-size: 1em;
	padding-left: 50px;
	color: #FFFFFF;
	font-style: italic;
	font-weight: bold;
}

h3 {
	font-size: 1.3em;
	margin-bottom: 20px;
	color: #666666;
	font-style: italic;
	font-weight: bold;
	text-align:center;
}


a:link {
	color: #6E2B32;
	text-decoration:underline;
}     /* unvisited link */
a:visited {
	color: #6E2B32;
	text-decoration:underline;
}  /* visited link */
a:hover {
	color: #333333;
	text-decoration: none;
}   /* mouse over link */
a:active {
	color: #006633;
	text-decoration: none;
}   /* selected link */


 /***************************** sidebar navigation ****************************/
			
#nav {
width:300px;
background-image: url(images/navbar_header.jpg);
background-repeat: no-repeat;
padding-top: 74px;
float:left;
} 
#navcont {
	width:300px;
    background-image: url(images/navbar.jpg);
    float:left;
}
#navfooter {
    width:300px;
	height:50px;
	background-image: url(images/navbar_footer.jpg);
	background-repeat: no-repeat;
    float:left;
}
#navcont ul
{
list-style-type: none;
margin-left: 40px;
}

#navcont a
{
display: block;
padding: 5px;
width: 200px;
background-color: #FFFFFF;
border-bottom: 1px solid #eee;
color: #000000;
font-size:12px;
font-weight: bold;
text-decoration:none;
}

#navcont a:link, #navl a:visited
{
text-decoration: none;
}

#navcont a:hover
{
background-color: #76333A;
color: #fff;
}

#footer1 
{
text-align:center;
color:  #777;
}

#footer1 a, 
#footer1 a:active, 
#footer1 a:link, 
#footer1 a:visited
{
text-align:center;
font-size:11px;
color: #777;
text-decoration:none;
}

#footer1 a:hover {text-decoration:underline;}

#footer2
{
text-align:center;
color:  #777;
}

#footer2 a, 
#footer2 a:active, 
#footer2 a:link, 
#footer2 a:visited
{
text-align:center;
font-size:11px;
color:  #777;
text-decoration:none;
}

#footer2 a:hover {text-decoration:underline;}