* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #2A5311;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
a img {
	border: none;
}
p {
	margin-bottom: 16px;
}

a {
	color: #62894c;
 }
a:hover {
	color: #000000;
}
td {
	vertical-align: top;
}

#layout {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
}
#masthead {
	height: 150px;
	background-color:#FFFFFF;
}

/* BEGIN: List Style Menu */

#navigation {
	font-size: 16px;
	font-weight: normal;
	background-color: #e9f1e8;
	height: 50px;
}

#navigation .mainmenu{
    padding-top:12px;
    white-space:nowrap;
}



#navigation .mainmenu li /* All List Items */
{
    background: #e9f1e8;
}

#navigation .mainmenu ul.AspNet-Menu /* Tier 1 */
{
    width: 30em; 
    padding-left: 50px;
}

#navigation .mainmenu ul.AspNet-Menu ul  /* Tier 2 */
{
    padding: 0px 6px 0px 0px;
    background-color:#e9f1e8;
    width: 12em;
    text-align:Left;
    top: 100%;
    left: 0px;
}

#navigation .mainmenu ul.AspNet-Menu ul li  /* Tier 2 */
{
    width: 12em;
    text-align:left;
    top:0em;
    left:0em;
}

#navigation .mainmenu ul.AspNet-Menu li.AspNet-Menu-Leaf,
#navigation .mainmenu ul.AspNet-Menu li.AspNet-Menu-WithChildren
{
    padding:  2px 8px 5px 8px;
    background: #e9f1e8 url(../images/MenuSpacer.gif) right center no-repeat;
}

#navigation .mainmenu ul.AspNet-Menu ul li.AspNet-Menu-Leaf,
#navigation .mainmenu ul.AspNet-Menu ul li.AspNet-Menu-WithChildren
{
    padding: 1px 0px 1px 6px;
    background-image:none;
    background-color: #e9f1e8;
}

#navigation .mainmenu ul.AspNet-Menu ul li:hover, /* list items being hovered over */
#navigation .mainmenu li.AspNet-Menu-Hover
{
    padding: 1px 0px 1px 6px;
    background-color:  #2A5311;
}

#navigation .mainmenu a, /* all anchors and spans (nodes with no link) */
#navigation .mainmenu span
{
    color: #62894c;
}

#navigation .mainmenu li:hover a, /* hovered text */
#navigation .mainmenu li:hover span
{
    color: Black;
}

#navigation .mainmenu li:hover li:hover a,
#navigation .mainmenu li:hover li:hover span
{
    color: White;
}

/* the tier above this one is hovered */
#navigation .mainmenu li:hover li a, 
#navigation .mainmenu li:hover li span
{
    color: #62894c;
}

#navigation .mainmenu .AspNet-Menu-Selected
{
    color: Black;
}

/* END: List Sytle Menu */



/* Left Column Items */
#left_column {
	font-size: 13px;
	color: #666666;
	background-color: #c9dbc7;
	text-align: left;
}
#left_column  .left_content {
	font-size: 13px;
	color: #666666;
	background-color: #c9dbc7;
	padding: 25px;
}
#left_column h2 {
	font-size: 17px;
	color: #000000;
	margin-bottom: 10px;
	padding-bottom: 6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9ea9ba;
}
#left_column h3 {
	font-size: 14px;
	margin-bottom: 4px;
}
#left_column ul {
	margin-bottom: 16px;
	list-style-type: none;
}
#left_column li {
	background-image: url(../images/generic_bullet.gif);
	background-repeat: no-repeat;
	background-position: 2px 5px;
	padding-left: 13px;
	margin-bottom: 3px;
}
/* Right Column Items */
#right_column {
	font-size: 14px;
	line-height: 19px;
	color: #333333;
	background-color: #FFFFFF;
	text-align: left;
}
#right_column .home_content  {
	padding-top: 37px;
	padding-right: 42px;
	padding-left: 42px;
	margin-bottom: 40px;
}
#right_column .breadcrumbs {
	padding-top: 10px;
	padding-right: 25px;
	padding-left: 25px;
	font-size: 12px;
	color: #999;
}
#right_column .breadcrumbs a {
	font-weight: bold;
	text-decoration: none;
	color: #999;
}
#right_column .breadcrumbs a:hover {
	color: #62894c;
	text-decoration: underline;
}

#right_column .main_content {
	margin-bottom: 40px;
	padding-top: 25px;
	padding-right: 25px;
	padding-left: 25px;
}
#right_column ul {
	margin-bottom: 16px;
	list-style-type: none;
}
#right_column ul li {
	background-image: url(../images/grey_bullet.gif);
	background-repeat: no-repeat;
	background-position: 6px 5px;
	margin-bottom: 6px;
	padding-left: 20px;
}
#right_column h1 {
	font-size: 26px;
	color: #000000;
	margin-bottom: 24px;
	font-weight: normal;
}

#right_column h2 {
	font-size: 16px;
	margin-bottom: 16px;
}
#right_column h3 {
	font-size: 14px;
	margin-bottom: 4px;
}

#right_column h4 {
	font-size: 12px;
	margin-bottom: 4px;
	font-weight:bold;
}


/* Home Lists */
#right_column .homelist_pics {
	text-align: left;
	vertical-align:middle;
    padding: 2px 2px 2px 2px;
    width:300px;
}

#right_column .homelist_details {
	text-align: left;
	vertical-align:middle;
    padding: 2px 2px 2px 5px;
    width:175px;
}

#right_column .homelist_resources {
	text-align: left;
	vertical-align:middle;
    padding: 2px 2px 2px 2px;
    width:160px;
}


/* Management Bios */
#right_column .managmentbios_pics {
	text-align: left;
	vertical-align: top;
    padding: 2px 2px 2px 2px;
    width:150px;
}

#right_column .managmentbios_details {
	text-align: left;
	vertical-align:top;
    padding: 2px 2px 2px 5px;
    width:480px;
}

/* Footer styles */
#footer {
	font-size: 11px;
	color: #cccccc;
	text-align: center;
	padding-top: 12px;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer h3 {
	font-size: 13px;
	margin-bottom: 8px;
}
#left_column ul.subnav{
	list-style-type: none;
	margin-bottom: 20px;
	font-size: 13px;
	font-weight: bold;
}
#left_column ul.subnav li{
	list-style-type: none;
	margin-bottom: 0px;
	display: block;
	background-image: none;
	padding-left: 0px;
}
#left_column ul.subnav li a {
	color: #62894c;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #a0ae9e;
	text-decoration: none;
	padding-top: 6px;
	padding-bottom: 6px;
}
#left_column ul.subnav li a:hover {
	color: #000000;
}


/* Misc styles */
.caption {
	font-size: 12px;
	font-style: italic;
}

.bordered_box
{
    border: solid 1px gray;
    padding:5px 5px 5px 5px;
    margin:5px 5px 5px 5px;
}