/****************Generic Selectors ****************/


{
margin:0;
padding:0;
}

img
{ÊÊborder-style: none;
}


body {
background-color:#ffffff;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:9pt;
color: #333333;
text-align: left;
background-image:url("images/background.png");
background-repeat:repeat;
}

p {
width: 100%;
}


h1 {
font-family: Verdana, Arial, Helvetica, sans-serif;
text-align: center;
font-size: 16px;
font-weight: bold;
color: #5a1928;
}

h2 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: bold;
color: #666666;
/*border-bottom: 1px solid #8C0000;*/
}

h3 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #666666;
font-weight: bold;
text-decoration:none;
}

h4 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #666666;
font-weight: normal;
}

h5 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
font-style:italic;
color: #666666;
font-weight: normal;
}


/**************** Pseudo classes ****************/

a:link {
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #333333;
}

a:hover {
	text-decoration: none;
	color: #5a1928;
}

a:active {
	text-decoration: none;
	color: #5a1928;
}


/************************* ID's *************************/


#container {
	padding-top: 20px;
	padding-bottom: 10px;
	margin: auto;
	width: 850px;
}


#header {
background-image:url("images/title_logo.jpg");
background-repeat:no-repeat;
background-position:center;
margin: auto;
padding-top:20px;
width:200px;
height:86px;

}


#main {
	background-color:#ffffff;
	border-top-width: 2px;
	border-bottom-width: 0px;
	border-left-width: 2px;
	border-right-width: 2px;
	border-top-style:solid;
	border-bottom-style:none;
	border-left-style:solid;
	border-right-style:solid;
	border-top-style:solid;
	border-top-color:#d4d478;
	border-left-color:#d4d478;
	border-right-color:#d4d478;
	min-height:520px; 
	height:auto; 

}


#footer {
	background-image:url("images/footer_logo.jpg");
	background-repeat:no-repeat;
	background-color:#ffffff;
	border-top-width: 0px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-width: 2px;
	border-top-style: none;
	border-bottom-style: solid;
	border-left-style:solid;
	border-right-style:solid;
	border-bottom-color: #d4d478;
	border-left-color:#d4d478;
	border-right-color:#d4d478;
	background-position:center;
	margin: auto;
	padding-bottom:0px;
	width:846px;
	height:60px;


}

/*Navigation*/


#navcontainer ul
{
	margin: 10px 0px 0px 0px; 
	padding: 4px 0px 5px 0px;
	position:relative;
	list-style-type: none;
	font-size: 1em;
	text-align: center;
	width: 846px;
	background: url("images/navigation_top.gif") repeat-x;
}

#navcontainer ul li { 
	display: inline; 
	margin: 0px; padding: 0px;
}


#navcontainer ul li a
{
	display: inline;
	padding: 5px 25px;
	color: #ffffff;
	text-decoration: none;	
}

#navcontainer ul li:hover { background: #5a1928 url("images/navigation_active.gif") repeat-x;
	padding: 4px 0px 5px 0px;

}

#navcontainer ul li span {

	padding: 5px 0px 5px 0px;
	position: absolute;
	list-style-type: none;
	font-size: 1em;
	text-align: center;
	left: 0px; top:23px;
	display: none; /*--Hide by default--*/
	width: 846px;
	background: #5a1928; none repeat scroll 0 0;
	color: #ffffff;
	
	}

#navcontainer ul li:hover span { display: block; } /*--Show subnav on hover--*/
#navcontainer ul li span a { display: inline; } /*--Since we declared a link style on the parent list link, we will correct it back to its original state--*/
#navcontainer ul li span a:hover {text-decoration: underline;}


#content {
	margin: 35px 50px 0px 50px;

}

#olb {

	margin: auto;
	padding: 6px 0px;
	width: 846px;
	text-align: center;
	background-color:#ffffff;
	border-width: 2px;
	border-style:solid;
	border-color:#d4d478;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	font-weight: normal;
}  

.thumbnail {
	padding: 4px 4px 1px 4px;
	background-color: #ffffff;
	border: 1px solid #5a1928;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	}




