body {
	color:#513198;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	background-color: #67b035;
	background-image: url(../img/green-bg.png);
	background-repeat: repeat-y;
	background-position: center;
}

h1 {
	font-size:2em;
	letter-spacing:-1px;
	font-style: bold;
	background-image: url(../img/h1-bg.png);
	background-repeat: no-repeat;
	width: 592px;
	height: 57px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-bottom: -10px;
}

h2 {
	font-size: 1.1em;
}

h3 {
	font-size:1.2em;
}

h4 {
	font-size:1em;
}

a {outline:none;}
a:visited{text-decoration:none;color:#e7970c;}
a:link{text-decoration:none; color:#e7970c;}
a:hover{text-decoration:underline; color:#e7970c; }


ul {margin:1.5em 0em 2.5em 0em;
}

/* Site Structure */

#topbar {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	height: 107px;
	background-image: url(../img/bg-topbar.png);
	background-repeat: repeat-x;
}

#top {
	width: 878px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	font-size: 14px;
	color: #FFFFFF;	
}

#loggedin {
	color:#00a2d6;
	padding-top: 7px;
	width: 290px;
	height: 31px;
	text-align:center;
	float: right;
	background-image: url(../img/logged-in-as.png);
	background-repeat: no-repeat;
}


#signin {
	color:#00a2d6;
	padding-top: 7px;
	margin-left: 30px;
	width: 89px;
	height: 31px;
	text-align:center;
	float: right;
	background-image: url(../img/login-bg.png);
	background-repeat: no-repeat;
}
.key {
	background-image: url(../img/icon-key.png);
	background-repeat: no-repeat;
	margin-right: 10px;
	margin-top: -4px;
}

#phone {
	padding-top: 10px;
	width: 200px;
	text-align:left;
	float: left;
}

#banner {
	padding-top: 10px;
	text-align: right;
	float: left;
	margin-left: 600px;
}


#mainbody {
	width: 868px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	padding-left: 45px;
	padding-right:45px;
	margin-top: 30px;
}


#logo {

}

#leftcol {
	text-align: center;
	float: left;
}

#rightcol {
	width: 600px;
	text-align: left;
	float: right;
	padding-left: 20px;
	background-image: url(../img/blue-divide.png);
	background-repeat: no-repeat;
	background-position: left;
}
.floatr {
	float: right;
	padding-left: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
}

.commentt {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}
.commentb {
	float: right;
	padding-left: 10px;
	padding-bottom: 10px;
}

#footer {
	width: 100%;
	float: left;
	margin-top: 40px;
	text-align: center;
}

#footerleft {
	text-align: left;
	float: left;
	color: #513198;
	font-size: 11px;
	width: 350px;
}

#footerright {
	text-align: right;
	float: right;
	width: 200px;
	color: #513198;
	font-size: 11px;
}

#menubar {
	height: 29px;
	width: 100%;
}

#menuwrapper {
	width: 100%;
	height: 34px;
	margin-top: -55px;
	border-bottom: solid 10px #00a2d6;
}

.menucontainer {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

.menu {
	float:left;
	width:900px;
	position:relative;
	font-size: 12px;
	margin-left: 13px;
}

.menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
	float:left;
	position:left;
	width: 100%;
	margin-top: 7px;
}

.menu ul ul {	width:900px; padding: 5px;
}

/* 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:auto;
	position:relative;
	text-align: center;
	margin-right: 10px;
}

/* style the links for the top level */



.menu a, .menu a:visited {

	display:block;
	text-decoration:none;
	background:#00a2d6;
	color:#FFFFFF;	width:auto; 
	height:27px; 
	border-width:1px 1px 0 0; 
	line-height:27px;
	padding-right: 10px;
	padding-left: 10px;
}



/* a hack so that IE5.5 faulty box model is corrected */



* html .menu a, * html .menu a:visited {	width:auto;

w\idth:130px;


}



/* style the second level background */



.menu ul ul a.drop, .menu ul ul a.drop:visited {

	display:block;

	color:#FFFFFF;

	height:auto;

	line-height:27px;

	padding:2px 16px 2px 16px;	width:auto;
	

	text-align: left;

}



/* style the third level background */



.menu ul ul ul a, .menu ul ul ul a:visited {
	color:#FFFFFF;
	text-align: left;
}



/* 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:27px;

	left:0;	width:auto;

	text-align: left;

}



/* another hack for IE5.5 */



* html .menu ul ul {

	top:20px;

	t\op:21px;

}



/* position the third level flyout menu */



.menu ul ul ul{

	left:130px; 

	top:0;	width:auto;

}



/* position the third level flyout menu for a left flyout */



.menu ul ul ul.left {

	left:-150px;

}



/* style the table so that it takes no part in the layout - required for IE to work */



.menu table {

	position:absolute;

	top:0;

	left:0;

}



/* style the second level links */



.menu ul ul a, .menu ul ul a:visited {

	color:#FFFFFF; 

	height:auto; 

	line-height:1em; 

	padding:5px 10px;	width:auto;

	text-align: left;

	/* yet another hack for IE5.5 */	

}



* html .menu ul ul a {	width:auto;

	w\idth:130px;

}



/* style the top level hover */



.menu a:hover, .menu ul ul a:hover {
	color:#FFFFFF;
	background:#018fbd;

}

.menu :hover > a, .menu ul ul :hover > a {
	color:#FFFFFF;
}

.tableHeader {
	color: #FFFFFF;
}





/***************************************************************************/



/***************************************************************************/



/* style the second level hover */



.menu ul ul a.drop:hover {

	color:#ffffff;

}



.menu ul ul :hover > a.drop {

	color:#ffffff;




/***************************************************************************/

/* style the third level hover */
.menu ul ul ul a:hover {
	color:#2963a3;
}

/***************************************************************************/

/* make the second level visible when hover on first level list OR link */

.menu ul li:hover ul,

.menu ul a:hover 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;
}
.greentext {
	color: #77ba44;
}
