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

body {
	color: #444;
	font-size: 13px;
	font-family: "Trebuchet MS";
	margin: 0px 0px 0px 0px;
	background-color: #FFCC00;

	}
a, a:visited{
	color: #c90302;
	text-decoration: none;
	border: none; 
	
	}
	
a:hover{
	color: #000;
	border: none;
	text-decoration: underline;
	}
	
h1 {
		font-size:18px;
		font-weight:normal;
		color:#C9A302;
}

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; */

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

#content { 
	width: 829px;
	margin:0px 15px 0px 15px;
	padding-top: 1px;

	
 
	}
#left { 
	width: 555px;
	margin:0px 0px 0px 15px;
	padding-top: 1px;
	float: left; 
	

	}

#right {
	width: 274px;
	margin:0px 15px 0px 0px;
	padding-top: 1px;
	float: right;
	
	}


#orange_cal {
	width:500px;
	border: 2px solid #e5b256;
	background:#fef9d3;

}

#green_cal {
	width:500px;
	border: 2px solid #aad865;
	background:#e5fed3;

}

#blue_cal {
	width:500px;
	border: 2px solid #6d8bac;
	background:#e4e8ee;

}

#brown_cal {

	width:260px;
	background-color: #F2E7CE;
	border: 2px solid #CC9933;
	
}

#brown_cal, #blue_cal, #green_cal, #orange_cal p {
	padding-left:5px;
	padding-right:5px;
}
	
#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 {
										
											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;
												
											}