﻿@charset "utf-8";
/* CSS Document */

body {
	color: #444;
	font-size: 13px;
	font-family: "Trebuchet MS";
	margin: 0px 0px 0px 0px;
	background-color: #FFCC00;

	}
a:hover{
	color: #000;
	}
	
h1 {
		font-size:18px;
		font-weight:normal;
}

#content h1 {
		color:#C9A302;
}

#left h1 {
		color:#6D8BAC;
}

#right h1 {
		color:#AAD865;
}

h2 {
		font-size:15px;
		font-weight:normal;
		color:#C9A302;
}	
#signup {
	float:right;
	margin: 25px 35px 0px 0px;
}

#container {
	width: 874px;
	margin: 0px auto;
	background-attachment: scroll;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-y;	/* border: 10px solid #fff; */

	
	}

#header {
	height: 207px;
	margin:0px;
	padding: 1px 0px 0px 0px;
	background-image: url(images/header.jpg);
	}
					

#content {
	width: 395px;
	height:490px;
	margin: 0px 0px 10px 250px;
	border: 2px solid #e5b256;
	background:#fefed3;
	
	}
	
#left { 
	width: 220px;
	height:490px;
	margin:0px 0px 0px 15px;
	float: left; 	
	border: 2px solid #6d8bac;
	background:#e4e8ee;
	}

#right {
	width: 190px;
	height:490px;
	margin:0px 15px 0px 15px;	
	float: right;
	border: 2px solid #aad865;
	background:#e5fed3;


	}
#content p{
	margin: 0px;
	line-height: 22px;
	padding: 1px 10px 0px 10px;
	margin-top: 5px;
	}
	
#left p{
	margin: 0px;
	line-height: 22px;
	padding: 1px 10px 0px 10px;
	margin-top: 5px;
	
	}
	
#right p{
	margin: 0px;
	line-height: 22px;
	padding: 1px 10px 0px 10px;
	margin-top: 5px;
	}

#content a, a:visited{
	color: #E5B256;
	}

#left a, a:visited{
	color: #6D8BAC;
	}

#right a, a:visited{
	color: #6E8C41;
	}


#footer {
	background: #c90202;
	width: 874px;
	overflow: hidden;
	margin: 0px auto 0px;
	padding:  9px 0px 7px 0px;
	text-align: center;
	line-height: 17px;
	clear: both;
	}
	
#footer p {
	color: #fff;
	padding: 0px;
	margin: 0px;	
	}
	
#footer a, #footer a:visited {
	color: #EAEAEA;
	text-decoration: none;
	border: none;
	border-bottom: 1px dotted #eaeaea;
	}
	
#footer a:hover {
	text-decoration: none;
	border: none;
	}
	
img {
	border: none;
	
	}

	/*color options*/
												.red_text {
													font-weight:bold;
													color:#c90302;
												}
												.brown_text {
													color:#CC9933;
												}
												
										/*menu options*/
								
						
 
											#menu {
										
											position:relative;
											margin:150px  0px 0px 150px;
											
											}
 


											#drop_menu a,a:link,a:visited {
											color:#c90302;
											}
											#drop_menu ul {
												padding:0;
												margin:0 0 0 6px;
												width:690px;
											} 
											/* Nested ULs */ 
											#drop_menu li ul {
												position:absolute;
												top:25px;
												left:-1800px;
											}
											/* All LIs */
											#drop_menu li {
												float:left;
												width:auto;
												margin:0;
												padding:0;
												list-style-type:none;
												font-weight:bold;
											}
											
											/* no good for Mac5 display:block; */
											#drop_menu li a {
												padding:.1em .4em;
											height:2em;
											line-height:2em;
												text-decoration:none;
											
											}
											
											#drop_menu li a:hover {
												color:#000000;
											}
											
											#drop_menu li ul li a {
												line-height:20px;
												height:20px;
												font-weight:bold;
												color:#000000;
												text-decoration:none;
											}
											
											/* we reset the margin for the children */
											#drop_menu li ul li {
												margin:0;
												border-bottom:0;
												border-right:1px solid #c90302;
												
											}
											
											/* the background color is requires because of recent version of Safari that keep previous sub-level "alive" */
											#drop_menu li:hover ul,#drop_menu li.msieFix ul {
												left:9px;
												background:#fef9d3;
												
											}
											
											#drop_menu li a:hover,#drop_menu li a:focus,#drop_menu li a:active {
												border-bottom:2px solid #c90302;
											}