/* START TYPE STYLES ========================================== */

p, td, li {
	color: #ffffff;
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 13px;
	line-height: 18px;
	letter-spacing: .0em;
	margin: 0 0 10px 0;
	}

.bold {font-weight:bold}

li {margin: 0 0 5px 15px;list-style-type:square}
	
ul, ol {
	margin: 0 0 0 0;
	padding: 0 0 0 15px;
	}
			
h1, h2 {
	color: #ffcc00;
	font-family: Helvetica, Arial, Sans-Serif;
	font-weight: bold;
	font-size: 18px;
	line-height: 20px;
	letter-spacing: .02em;
	margin-bottom: 10px;
	padding: 0;
	margin: 0;
	}
	
h2 {
	color: #ffffff;
	font-size: 16px;
	}
	
#sidebar h2 {
	padding: 0;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 16px;
	color: #ffcc00;
	}
	
#sidebar p {
	line-height:15px;
	color:#fff;
	}
		
p a:link	{color: #ffcc00; text-decoration: underline}
p a:visited	{color: #ffcc00; text-decoration: underline}
p a:hover	{color: #000; background-color: #ffcc00; text-decoration: none}

li a:link	{color: #ffcc00; text-decoration: underline}
li a:visited	{color: #ffcc00; text-decoration: underline}
li a:hover	{color: #000; background-color: #ffcc00; text-decoration: none}

/* END TYPE STYLES ============================================ */



/* START STRUCTURE ============================================ */

html, body	{
	background-color: #010101;
	margin: 0;
	padding: 0;
	text-align: center;
	}
		
#frame {
	background-image: url('../images/background.jpg');
	background-repeat: no-repeat;
	position: relative;
	margin: auto;
	padding: 0px 70px 0px 70px;
	width: 660px;
	height: 1153px;
	text-align: left;
	}

#header {
	position: relative; 
	background-image: url('../images/header.jpg');
	background-repeat: no-repeat;
	background-position: -70px 0px;
	width: 660px; 
	height: 190px;
	}

#header-tag {
	color: #ffffff;
	font-family: Times, Serif;
	font-size: 15px;
	font-style: oblique;
	font-weight: normal;
	letter-spacing: .02em;
	text-align: center;
	margin-top: 86px;
	width: 660px;
	}
	
#header-phone {
	color: #ffffff;
	font-family: Times, Serif;
	font-size: 14px;
	font-weight: normal;
	font-style: oblique;
	letter-spacing: .02em;
	padding: 30px 0px 0px 0px;
	text-align: right;
	}

#header-phone a:link	{color: #fff; text-decoration: none}
#header-phone a:visited	{color: #fff; text-decoration: none}
#header-phone a:hover	{color: #000000; background-color: #ffcc00; text-decoration: none}

#maintext, #maintext_sidebar {
	position: relative; 
	width: 610px;
	margin: 0px 0px 20px 0px;
	padding-right: 50px;
	float: left;
	}

#maintext_sidebar {
	width: 330px;
	padding-right: 0px;
	}
			
#sidebar {
	width: 290px;
	margin: 0px;
	float: right;
	padding-left: 20px;
	min-height: 460px;
	}

#footer_frame {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 660px;
	clear: both;
	}
	
#footer {
	height: 43px;
	padding: 0px;
	color: #999999;
	font: 11px Helvetica, Arial, Sans-Serif;
	line-height: 15px;
	text-align: center;
	}

#footer a:link	{color: #999999; text-decoration: underline}
#footer a:visited	{color: #999999; text-decoration: underline}
#footer a:hover	{color: #000000; background-color: #ffcc00; text-decoration: none}
				
.quotebox {
	color: #000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 16px;
	background-color: #ffff66;
	width: 450px;
	padding: 10px;
	margin-left: 20px;
	}

.quotefooter{
	color: #fff;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-style: italic;
	line-height: 14px;
	background: url(../images/arrow.png) 60px 0 no-repeat; /*20px 0 equals horizontal and vertical position of arrow. Adjust as desired (ie: 20px -5px).*/
	padding-left: 98px;
	padding-top: 5px;
	margin-bottom: 2em;
	}

.sample {margin-top:10px}
		
/* END STRUCTURE ============================================== */



/* NEW MENU */

.mainMenu{
	display: block;
	text-align: center;
	clear: both;	
	width: 660px;
	position: relative;
/*	border-top: 1px solid #000;
	background-color:#cccc99;
	border-bottom: 1px solid #000;*/
	margin-bottom:30px;
	height: 20px;
	}

.mainMenuItem{
	padding: 8px 10px 0px 10px;	
	margin: 0px;
	font: 14px Helvetica, Arial, Sans-Serif;
	font-weight: bold;
	letter-spacing: .12em;
	display: inline-block;
	}

.mainMenu a,.mainMenu a:visited{
	text-decoration:none;
	margin: 0px;
	color: #660000; 
	}

a:hover .mainMenuItem{
	color: #ffcc00;
	background-color: #660000;
	display: inline-block;
	height: 22px;
	}

