/* CSS Document */

body {
	background-color: #3d3d3d;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.login {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #999999;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.gradientcell {
	background-image: url(images/gradient_orange.gif);
	background-repeat: repeat-x;
	border: 1px solid #a9a9a9;
	padding: 2px;
}

.bodytable {
	background-color: #FDFDFD;
	background-image: url(images/gradient_grey.gif);
	background-repeat: repeat-x;
}

#homeintro {
	background:#000000 url(images/home_photo.jpg) no-repeat;
	height: 288px;
	}

#homeintro h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
	margin-left: 380px;
	margin-right: 15px;
}
#homeintro p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	margin-right: 15px;
	margin-left: 380px;
	line-height: 16px;
}

#feautres li {
	color: #990000;
	font-size: 12px;
	margin-left: 0px;
	font-weight: bold;
	list-style:none;
	line-height: 15px;
}
#feautres li a{
	color: #990000;
	text-decoration:none;
}
#feautres li a:hover{
	color:#660000;
	text-decoration:underline;
}


.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: normal;
	color: #336699;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	text-align: center;
}
.footer:hover {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-align: center;
}
.subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	
}
.homebutton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
	text-align: right;
	text-decoration: underline;
	margin: 10px 10px 10px 0;
}
.forgot {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #888888;
	text-align: center;
}



/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2008 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.menu { width:725; height:25px; position:relative; z-index:100;border-right:1px solid #000; font-family:arial, sans-serif;}


/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none;}
.menu ul ul { }
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left;width:120px;position:relative; background:url(images/topnav_bg.gif) center no-repeat;}
/* style the links for the top level */
.menu a, .menu a:visited {display:block;font-size:12px;text-decoration:none; color:#fff; height:25px; border:0px solid #000; border-width:0px; padding-left:0px; line-height:20px;  text-align:center;}





/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {background:#0099FF url(http://www.cssplay.co.uk/menus/breadcrumbs/grey-arrow.gif) no-repeat 130px center;}
/* style the second level hover */
.menu ul ul a.drop:hover{background:#c9ba65 url(http://www.cssplay.co.uk/menus/breadcrumbs/blue-arrow.gif) no-repeat 130px center;}
.menu ul ul :hover > a.drop {background:#c9ba65 url(http://www.cssplay.co.uk/menus/breadcrumbs/blue-arrow.gif) no-repeat 130px center;}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#e2dfa8;}
/* style the third level hover */
.menu ul ul ul a:hover {background:#b2ab9b;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:25px;left:0; width:120px;border-top:1px solid #000;}



/* position the third level flyout menu */
.menu ul ul ul{left:120px; top:-1px; width:120px;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-120px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {background:#316395; color:#fff; height:auto; line-height:1em; padding:5px 10px; width:120px;border-width:0 1px 1px 1px;}

.menu ul ul a:hover{color:#fff; background:#19334C;}

.menu ul ul :hover > a {color:#fff; background:#19334C;}

/* style the top level hover */
.menu a:hover {color:#fff; background:#000 url(images/topnav_bg_over.gif) center no-repeat;}
.menu :hover > a {color:#fff; background:#000 url(images/topnav_bg_over.gif) center no-repeat;}

/* make the second level visible when hover on first level list OR link */
li:hover ul, li.over ul{ visibility:visible; }

/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}


/* hack to correct IE5.5 faulty box model */
* html .menu {width:700px; w\idth:725px;}

* html .menu li {text-align:center;}

/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:110px; w\idth:98px; text-align:center;}

/* another hack for IE5.5 */
* html .menu ul ul {top:20px;t\op:21px;}

/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:110px;w\idth:98px;}