*
{
	margin: 0;
	padding: 0;
}

.clear { clear: both; }
img { border: 0; }
img.imgleft { float: left; padding: 5px; margin: 0 10px 10px 0; padding: 5px; }
img.imgright { float: right; padding: 5px; margin: 0 0 10px 10px; padding: 5px; }
a { color: #272D85; text-decoration: none; }
a:hover { text-decoration: underline; }

#detailsleft, #detailsright { float: left; width: 235px; }
#detailsleft p, #detailsright p { padding: 0 15px; }

/* 404 Error Form */

.errorform fieldset
{
	margin: 0 0 15px 0;
	padding: 0;
	border: 0;
}

.errorform fieldset input { border: 0; padding: 5px; background: #333; color: #FFF; }
.errorform fieldset input.searchbutton { background: none; border: 0; font-weight: bold; font-size: 10px; text-transform: uppercase; cursor: pointer; }

/* Main Styles */

body
{
	background: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}




#headercont
{
	width: 100%;
	height: 50px;
	background: #800000;
}

#header
{
	margin: 0 auto;
	width: 830px;
	height: 50px;
	text-align:center
}

#header ul
{
	list-style-type: none;
	margin: 0 0 0 240px;
}

#header ul li
{
	display: inline;
}

#header ul li a
{
	float: left;
	line-height: 50px;
	padding: 0 40px;
	font-weight: bold;
	color: #FFB9B9;
	text-decoration: none;
}

#header ul li a.active
{
	color: #FFB9B9;
	background: #6A0000 url('../images/bg-menu-active.png') no-repeat center;
}

#header ul li a:hover
{
	color: #FFF;
	background: #6A0000 url('../images/bg-menu-hover.png') no-repeat center;
	text-decoration: none;
}





#logocont
{
	width: 100%;
	height: 100px;
}

#logo
{
	margin: 0 auto;
	width: 800px;
	height: 100px;
}

#logoleft
{
	float: left;
	width: 500px;
	height: 100px;
}

#logoleft a img { filter:alpha(opacity=100); opacity:1.0; }
#logoleft a:hover img { filter:alpha(opacity=70); opacity:0.7; }

#logoright
{
	float: left;
	width: 300px;
	height: 100px;
	background: url('../images/bg-logoright.png') no-repeat;
}

#logoright p
{
	text-align: right;
}





#graphiccont
{
	width: 100%;
	height: 200px;
}

#graphic, #graphic2, #graphic3
{
	margin: 0 auto;
	width: 800px;
	height: 200px;
	background: url('../images/bg-graphic2.png') no-repeat;
}

#graphic2 { background: url('../images/bg-graphic3.png') no-repeat; }
#graphic3 { background: url('../images/bg-graphic.png') no-repeat; }

#maincont
{
	width: 100%;
	margin: 15px 0 0 0;
}

#main
{
	margin: 0 auto;
	width: 800px;
	background: url('../images/bg-maincont.gif') repeat-y;
	line-height: 22px;
}

#main ul { list-style-type: circle; margin: 0 0 15px 25px; }

#main p
{
	margin: 0 0 15px 0;
}

#main h1, #main h2, #main h3, #main h4, #main h5
{
	margin: 0 0 15px 0;
	font-weight: normal;
	font-size: 20px;
	color: #272D85;
}

#mainleft
{
	float: left;
	width: 470px;
	padding: 5px 20px 5px 10px;
}

#mainright
{
	float: left;
	width: 260px;
	padding: 5px 20px;
}

#mainright ul
{
	list-style-type: none;
	margin: 0 0 15px 0;
	padding: 0;
}

#mainright form
{
	margin: 0 0 15px 0;
}



#footercont
{
	width: 100%;
	margin: 15px 0 0 0;
}

#footer
{
	margin: 0 auto;
	width: 800px;
	padding: 15px 0;
	border-top: 1px solid #CCC;
	font-size: 11px;
	text-align: center;
}

#footercont a
{
	text-transform: capitalize;
	color: #272D85;
}




#contactform { margin: 0 0 15px 0; }
#main form p, #contactform p { margin: 0; padding: 0; }
#main label { font-weight: bold; padding: 0; }
#main fieldset { border: 0; }
#main input, textarea { background: #F5F5F5; margin: 0 10px 8px 0; border: 1px solid #CCC; padding: 5px; font-size: 12px; font-family: "Arial", Verdana, Helvetica, sans-serif; color: #40545F; }
#contactform p.green { color: #7E9D5F; font-weight: bold; }
#contactform p.red { color: #C00; font-weight: bold; }




#mainright .imggallery { float: left; margin: 0 15px 0 0; }
#mainright .imggallery a img { padding: 3px; margin: 0 3px 3px 0; border: 1px solid #CCC; filter:alpha(opacity=70); opacity:0.7; }
#mainright .imggallery a:hover img { border: 1px solid #333; filter:alpha(opacity=100); opacity:1.0; }
