﻿
/* CSS Document */
* { margin:0px; padding:0px;
}

a
{
	border-width:0;
}
p
{
	font-size: medium;
	line-height: 18pt;
	padding-bottom: 12px;
}

ul

{
	font-size: medium;
	line-height: 18pt;
	list-style-type: square; 
	padding: 0px 0px 12px 20px;
}

#contentcontainer h1{
	margin: 0;
	font-weight: normal;
	color: #300;
	padding-bottom: 0.3em;
	font-size: 18pt;
	background-image: url('images/titlebg.png');
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 25px;

}

#titlephone{

}

#titlephone h1
{
	margin: 0;
	font-weight: normal;
	color: #300;
	padding-bottom: 0.3em;
	font-size: 18pt;
	background-image: url('images/titlephone.jpg');
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 25px;
	margin-bottom: 15px;
	border-bottom: 1px solid #003031;
}
#contentcontainer h2{
	margin: 0;
	font-weight: normal;
	color: #003031;
	padding-bottom: 0.5em;
	font-size: 16pt;
}

#contentcontainer h3 {
	margin: 0;
	font-weight: normal;
	color: #003031;
	padding-bottom: 0.5em;
	font-size: 14pt;
}


.title {
	margin-bottom: 15px;
	padding-bottom: 5px;
	border-bottom: 1px solid #003031;
}

.content a:link {
	color: #cc0000;
	border: 0px;
}

.content a:hover, a:active {
	text-decoration: none;
	color: #300;
	border: 0px;
}

.content a:visited {
	color: #300;
	
}

body {
	margin-bottom:0px;
	padding-bottom:0px;
	background-color:#300;
	background-image:url('images/halo2.png');
	background-position: center top;
	background-repeat: no-repeat;
	color:#000;


}

body, input, select, textarea {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
}


/* ---menu*/

#menuwrapper {
	/*background-image: url('images/redstrip.jpg');*/
	text-align:center;
	width:100%;
	
}

#menucontainer {
	/*border:1px solid #00ff00;*/
	height:75px;
	width:784px;
	margin:0px auto;
	text-align:left;
	padding: 0px 0px 0px 35px;
	margin: 0px 0px 0px 0px;
}

#edge {
	/*border:1px solid #00ffff;*/
	height:9px;
	background-image:url('images/tri.png');
	background-position:top left;
	background-repeat:repeat-x;
	text-align:center;
	position:fixed;
	width:100%;
	margin:56px 0px 0px 0px;
}

/* Top Nav_____________________________________________*/

ul#topNav {
	float:left;
	width:480px;
	margin:0px 0px 0px 0px;
	padding:18px 0px 0px 0px;
	font-size:large;
	letter-spacing:-1px;
}

ul#topNav li {
	padding:0px 13px 0px 0px;
	margin:0px 0px 0px 0px;
	list-style-type:none;
	display:inline;
}

ul#topNav li a.menu {
	color:#FFF;
	text-decoration:none;
}

ul#topNav li a:hover {
	color:#C9C9C0;
}

/*----content---*/

#doublewopper
{
text-align:center;	
}

#contentwrapper {
	text-align:center;
	padding:0px 0px 0px 0px;
	width: 800px;
	background-image: url('images/mainbg3.png');
	background-position: center;
	background-repeat: repeat-y;	
	margin-left: auto;
	margin-right: auto;
}

#contentcontainer {
	width:762px;
	padding: 0px 0px 0px 0px;
	min-height: 768px;
	/*background-image: url('images/mainhoriz.png');*/
	background-repeat: repeat-x;
	background-position: center top;
	margin: 0 auto;
	text-align: left;
}
#contenttopper
{
	width: 800px;
	padding: 45px 0px 0px 0px;
	background-image: url('images/mainbg3top.png');
	background-position:center bottom;
	margin-left: auto;
	margin-right:auto;
	background-repeat: no-repeat;
}
#contentbottom
{
	width: 800px;
	padding: 0px 0px 0px 0px;
	background-image: url('images/mainbgbottom.png');
	background-position:center top;
	margin-left: auto;
	margin-right:auto;
	background-repeat: no-repeat;
	height: 8px;
}
.content
{
	padding: 0px 10px 10px 10px;
}

#footer
{
	width: 800px;
	padding: 30px 0px 0px 0px;
	text-align: center;
	margin-left: auto;
	margin-right:auto;
	height: 150px;
	color: #CC0000;
	font-size: small;
}

#footer a{
	color: #FFF;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
	color: #F00;
}

img 
{
border: 0px;
}