/* MAIN STYLES */
body {
background-image: url(../images/bg.gif);
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #d0d0d0;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	background-color:#3f3f3f;
	margin-bottom: 0px;
}



#main{
	width: 730px;
	margin: 0 auto;
	border: 1px solid black;
	font-size: 11px;
	overflow:hidden;
	background-color:#262626;
}


#main a {
	color: #ffffff;
}
#main a:hover {
	color: #ffffff;
}

/* TEXT STYLES */
h1{
	font-size: 20px;
	color: #cf040a;
	margin:  0 0 0 0;
	text-transform: uppercase;
}
h2{
	font-size: 14px;
	color: #ffffff;
	margin:  0 0 0 0;
}

#navcontainer ul
{
background-image: url(../images/menu_bg.jpg);
background-color:#000000;
background-repeat: repeat-x;
height: 25px;	
padding:  12px 0 0 0;
margin: 0;
list-style-type: none;
color: #ffffff;
width: 100%;
text-align: center;
font-weight: bold;
letter-spacing: .2px;
border-bottom: 1px solid white;
}

#navlist li { display: inline; }

#navlist li a
{
text-decoration: none;
color: #D6D4D3;
padding: 0 7px 0 7px;
border-right: 1px dotted #fff;
}

#navlist li a:hover
{
color: #ffffff;
}




#content {
	padding: 15px 15px 15px 15px;	
	font-size: 13px;
}


#content td {
	font-size: 13px;	
}


#header {
	width: 730px;
	margin: 0 auto;
	height: 342px;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-top: 1px solid black;
	border-bottom: 1px solid white;
}

#footer {
	font-size: 11px;
	background-color: #000000;
	border-top: 1px solid white;
	padding: 11px;
	color: #ffffff;
}

#footer a
{
	text-decoration: underline;
	color: #ffffff;
}
#footer a:hover
{
	text-decoration: underline;
	color: #ffffff;
}
#footercontainer ul
{
padding: 0px 0 5px 0;
margin: 0;
list-style-type: none;
width: 100%;
text-align: center;
color: #ffffff;
}

#footerlinks li { display: inline; color: #ffffff;}

#footerlinks li a
{
	text-decoration: none;
	color: #ffffff;
	padding: 0 10px 0 5px;
	text-transform: lowercase;
	border-right: 1px dotted #fff;
}

#footerlinks li a:hover
{
	color: #ffffff;
}

#footer a {
	font-size: 11px;
	color: #ffffff;
}


li {
	list-style-position: outside;
	list-style-type: disc;
	margin-bottom: 9.5px;
}

.thumbnail{
	padding: 1px 1px 1px 1px;
	background-color: #ffffff;
	border: 1px solid #ffffff;
	float: left;
	margin-right: 42px;
	margin-bottom: 10px;
	}	
	
.photoCaption {
	font-size:10px;	
	text-align: center;
	font-weight: bold;
	
}	

/* Begin Contact Form ][ CSS */
.contactform {
	position: relative;
	overflow: hidden;
	margin: 0px auto;
	width: 760px;
}

.contactleft {
	width: 25%;
	text-align: right;
	clear: both;
	float: left;
	display: inline;
	padding: 1px;
	margin: 1px 0;
    font-weight: bold;
}

.contactright {
	width: 70%;
	text-align: left;
	float: right;
	display: inline;
	padding: 1px;
	margin: 1px 0;
}

div#left {
	width: 460px;
	float: left;
    overflow: hidden;
	padding: 0px;
}

div#right {
	width: 235px;
	float: right;
	padding: 0px;
}
