@charset "UTF-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
}
html, body, ul, li {
	margin: 0; padding: 0; border: 0;
}
/* hides from IE5-mac \*/
* html .fixme {height: 1%;}
#header {
	height: 75px;
	background-color: #CC0001;
	min-width: 995px;
	background-image: url(images/grad_topbar.jpg);
	background-repeat: repeat-x;
}
.titlebar {
	font-size: 16px;
	font-weight: lighter;
	color: #FFFFFF;
	padding-bottom: 5px;
}
	

	
/* \*/ /*/ 
#menu ul li ul {position: static;}
/* */

#container {
	width: 100%;
	min-width: 995px;
	margin-bottom: 5px;
	margin-top: 5px;
	background-color: #F7F7F7;
}
#holder {
	background-color: #996666;
	margin: 0px 175px 0px 0px;
}
#content {
	margin: 0px 0px 0px 175px;
	padding: 10px;
	background-color: #FFFFFF;
	border-left: solid 5px #FFFFFF;
	border-right: solid 5px #FFFFFF;
}
#rightcoloumn {
	width: 175px;
	background-color: #F7F7F7;
	float: right;
}
#imagearea {
	background-color: #ECECEC;
	float: right;
	overflow: hidden;
	
}
#menu {
	width: 175px;
	background-color: #996666;
	float:left;
	margins: 0 0 0 0;
}

#menu ul {
	width: 175px;
	background: #FFFFFF;
}
#menu ul li {
	list-style: none; /* kills the list item "bullet" markers */
	position: relative;
	font-family: arial, sans-serif;
	border-top: 1px solid #666666; /* Makes bottom border on flyouts */
	vertical-align: bottom; /* for IE5/win */
}
#menu ul li a {
	display: block;
	padding: 5px 10px;
	vertical-align: bottom; /* needed for IE5/win */
	text-align: left;
	text-decoration: none;
	color: #000000;
	background-image: url(images/menu_down_back.gif);
}
#menu ul li a:hover, #menu ul li a.active {
	color: #FFFFFF;
	background-image: url(images/menu_up_back.gif);
}	
#menu ul li ul {
	position: absolute;
	left: -3000px;
	background: #FFFFFF;  /* flyout elements need a background image or color to avoid bugs in IE/win */
	border-bottom: 1px solid #666666; /* Makes top border on flyouts */
	display: block;
	padding-left: 5px;
}
#menu ul li:hover ul {
	left: 175px;
	top: -1px;
}
#menu ul li ul li {
	
}
#menu ul li ul li a {
	vertical-align: bottom; /* needed for IE5/win */
	width:165px;
	display: block;
	text-decoration: none;
	background-image: url(images/menu_down_back.gif);
	padding: 5px;
	
}

#footer {
	margin: 0px 0px 0px 175px;
	padding: 5px;
	background-color: #FFFFFF;
	text-align: center;
	font-size: 10px;
	color: #666666;
	border-right: solid 5px #FFFFFF;
}
#footer ul {
	margin: 0;
	padding: 0;
	text-align: center;
}
#footer ul li {
	display: inline;
	text-align: center;
}
#footer ul li a {
	text-decoration: none;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: lighter;
	background-position: center center;
	margin: 0px;
	padding-right: 3px;
	padding-left: 3px;
	padding-top: 0px;
	text-align: center;
	line-height: 16px;
}
#footer ul li a:hover {
	color: #996666;
} 
hr {
	color: #996666;
	background-color: #996666;
	height: 1px;
	border: 0;
}
.title {
	font-size: 16px;
	color: #CC0001;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.quote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 100;
	color: #FFFFFF;
	padding-right: 10px;
}
.bluetext {
	color: #8491AB;
	font-weight: bold;
	font-size: 14px;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a {
	color: #666666;
}
.required {
	color: #CC0001;
}
a:hover {
	color: #996666;
}
a:visited {
	color: #666666;
}
#imgarea {
	margin: 0px 0px 0px 175px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	background-image: url(images/home_image.jpg);
	background-repeat: repeat-x;
	height: 180px;
	background-position: left;
	border-right: solid 5px #FFFFFF;
}
#content ul {
	margin-left: 20px;	
}
.blue {
	color: #003E76;
}
