@charset "utf-8";
/* CSS Document */

body, h1, h2, h3, h4, h5, h6, p, blockquote, ul, ol{

margin:0;
padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #244B73;
}

p {
margin-bottom:15px;
}

h3 {
	font-size:1.1em;
	margin-bottom: 0.7em;
	color: #244B73;

}
h4 {
	font-size:1.3em;
	color: #F2AE43;
	margin-top: 40px;
}

h5 {
	font-size: 1.1em;
	color: #244B73;
	margin-top: 20px;
	border-top: 1px solid #CCCCCC;
	padding-top: 20px;
	padding-bottom: 5px;

}

h6 {

	font-size:1.3em;
	color: #F2AE43;
	margin-top:0.7em;
	margin-bottom:0.5em;

}
#header {
	background-image: url(../images/header_bg.jpg);
	background-position: right top;

}

#topmenu {
	float: right;
	width: 375px;
	background-color: #DFE7D3;
	margin-right: 20px;
}
#topmenu img {

border:0;

}

#topmenu form {
	float: right;
	width: 120px;
	height: 20px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;

}

*html #topmenu form {
	margin-right:15px;
}

#topmenu .words{
	font-size:10px;
	float: left;
	margin-top: 5px;
	margin-right: 7px;
}

#topmenu .submitbutton {
	margin-top: 5px;
}



#contentholder {
	background-image: url(../images/content_bg.jpg);
	padding-top: 25px;

}

#content {
	font-size: 0.8em;
	padding-left: 25px;
	padding-right: 25px;
	line-height: 1.4em;
	vertical-align: top;

}

#content ul {
	margin-left:30px;
	margin-bottom: 15px;

}

#content ol {
	margin-left:30px;
	margin-bottom: 15px;

}

#content ol ul {
	list-style-type: disc;

}

#sidebar {
	background-color: #E8EDE0;
	vertical-align: top;

}

/*
submenu styles start here
*/
#submenu {
	font-size: 11px;
	width: 240px;
	background-image: url(../images/submenu_bg.jpg);
	margin-left: 25px;
	margin-top: 25px;

}



#submenu ul {
	margin-left: 15px;
	list-style-type: none;
	margin-top: 10px;
	margin-bottom: 10px;

}
#submenu li {
	background-image: url(../images/bullet_orange.gif);
	background-repeat: no-repeat;
	padding-left: 12px;
	background-position: 0px 5px;
	padding-top: 2px;
	padding-bottom: 2px;

}

#submenu a {
	font-weight: bold;
	color: #1D3B64;
	text-decoration: none;

}

#submenu a:hover{
text-decoration:underline;

}





/*
bright ideas box styles start here
*/

#brightideas {
	font-size: 11px;
	background-image: url(../images/sidebar_box_bg.jpg);
	width: 240px;
	margin-left: 25px;
	margin-top: 10px;
	color: #244B73;
	background-repeat: repeat-y;
}


#brightideas .tip {
	margin-left: 18px;

}

#brightideas p {
	margin-right: 30px;
	margin-top: 10px;

}

#brightideas a {
	color:#669649;
	font-weight: bold;
	margin-left: 5px;

}



#safetytip {
	background-image: url(../images/sidebar_box_bg.jpg);
	width: 240px;
	margin-left: 25px;
	margin-top: 25px;
}

#seealso {
	font-size: 11px;
	background-image: url(../images/sidebar_box_bg.jpg);
	width: 240px;
	margin-top: 15px;
	margin-left: 25px;

}

#seealso .content {
	margin-left: 15px;
	margin-top: 10px;

}

#seealso ul {
	list-style-type: none;
	margin-top: 5px;
	margin-bottom: 10px;

}

#seealso li {
	background-image: url(../images/bullet_blue.gif);
	background-repeat: no-repeat;
	padding-left: 12px;
	background-position: 0px 3px;

}

#seealso a{
	color: #244B73;
	text-decoration: none;
}
#seealso a:hover{
	text-decoration: underline;
}

#footer {
	background-image:url(../images/footer_bg.jpg);
}

#footer a{
	color:black;
	text-decoration:none;
}

#footer .content {
	font-size: 10px;
	margin-left: 300px;
	margin-top: 5px;
	margin-bottom: 5px;

}

img.figure {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;


}


/* drop-down menu styles for submenu go here */

#community_inv_dropdown {
	display: none;
}
#community_inv_dropdown a{
	font-weight: normal;
}
#company_inv_dropdown {
	display: none;
}
#company_inv_dropdown a{
	font-weight: normal;
}
#planning_inv_dropdown {
	display: none;
}
#planning_inv_dropdown a{
	font-weight: normal;
}
#rates_inv_dropdown {
	display: none;
}
#rates_inv_dropdown a{
	font-weight: normal;
}
#facilities_inv_dropdown {
	display: none;
}
#facilities_inv_dropdown a{
	font-weight: normal;
}
#investor_inv_dropdown {
	display: none;
}
#investor_inv_dropdown a{
	font-weight: normal;
}
#leadership_inv_dropdown {
	display: none;
}
#leadership_inv_dropdown a{
	font-weight: normal;
}
#enviro_inv_dropdown {
	display: none;
}
#enviro_inv_dropdown a{
	font-weight: normal;
}

