/* CSS Document */

body{
	background-color: #D1D2D3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	
	margin: 0px;
}

#contentwrap {background-color: #FFFFFF;
background-repeat: repeat-x;
	background-position: center top;
	background-image: url(images/pagebg.jpg);
}
h1{
	color: #333333;
	font: normal 22px Times New Roman, Times, serif;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}

h2{color: #333333; text-transform:uppercase; font-size: 14px;}

h3{
	color: #ffffff;
	background-color: #B20839;
	font-size:14px;
	line-height: 25px;
	padding-left: 10px;
}

ul {list-style:disc; line-height:17px;}

#main {
	background-color: #ffffff;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 950px;
	background-image: url(images/none);
	background-repeat: no-repeat;
	background-position: center top;
}

#header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	height: 200px;
	width: 950px;
}

#headimage {
	height: 183px;
	width: 275px;
	float: right;
	margin-right: 30px;
	display: inline;
}

#navcontainer {
	margin-top: 130px;
	font-size: 11px;
	width: 600px;
	float: left;
}

#navlist
{
	margin: 0;
	padding: 0 0 20px 10px;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #ffffff;
	font-family: "Trebuchet MS", Geneva, Arial, sans-serif;
}

#navlist ul, #navlist li
{
margin: 0;
padding: 0;
display: inline;
list-style-type: none;
}

#navlist a:link, #navlist a:visited
{
	float: left;
	line-height: 14px;
	font-weight: bold;
	margin: 0 10px 4px 10px;
	text-decoration: none;
	color: #D1D2D4;
	font-variant: normal;
	text-transform: uppercase;
}

#navlist a:link#current, #navlist a:visited#current, #navlist a:hover
{
border-bottom: 4px solid #ffffff;
padding-bottom: 2px;
background: transparent;
color: #000;
}

#navlist a:hover { color: #ffffff; }


#news{
	width:200px;
	margin:10px 10px 0px 0px;
	float: left;
	font-size: 0.70em;
	line-height: 1.5em;
}

#news h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#990000;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #990000;
	font-style: italic;
	font-weight: bold;
	margin-top: 20px;
	padding-bottom: 3px;
	margin-bottom: -10px;
}
#news ul{
	list-style:square;
	list-style-position:inherit;
	line-height:1.4;
	font-size: 1.0em;
}

#news a:link, #news a:visited, #news a:hover {color:#990000; text-decoration:none;}
#news a:hover {color:#990000; text-decoration:underline;}
#news li a:link {color: #990000}


#content{
	width: 700px;
	margin-left: auto;
	background-color: transparent;
	color: #333333;
	font-size: 0.8em;
	line-height: 1.6em;
	margin-bottom: 0px;
	float: right;
	margin-top: 0px;
}

#content a:link, #content a:visited {
	color: #990000;
	text-decoration: none;
	font-weight: normal;
	
	}


#content a:hover {
	color: #990000;
	text-decoration: underline;
}	

#footer {
	background-image: url(images/footer.gif);
	background-repeat: repeat-x;
	background-position: center top;
	background-color:#D1D2D3;
	clear: both;
	margin: 0px;
	width: 100%;
	height: 50px;
	color: #333333;
	text-align: center;
	font-size: 0.65em;
	padding-top: 30px;
	padding-bottom:40px;
	border-top-width:thick;
	border-top-style:solid;
	border-top-color:#919292;
}

#footer a:link, #footer a:visited {
color:#333333;
text-decoration:none;
}

#footer a:hover {
color:#990000;
text-decoration:underline;}


#gallery{
	width: 500px;
	margin-right: 10px;
	margin-left: auto;
	position:relative;
	background-color: transparent;
	margin-top:0px;
	margin-bottom: 0px;
	float: right;
	z-index: 2;
}


.rightpic {
	float: right;
	margin-left: 5px;
}

.leftpic {float:left;
margin-right:5px;}

#main #content .gallery {
	margin: 10px;
	text-align: center;
	border: 1px solid #000000;
}
#main #content .gallery h2 {
	color: #ffffff;
	background-color: #000000;
	line-height: 25px;
	margin-top: 0px;
}

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
	.clearfix {display:block;}
/* End hide from IE Mac */
	
