@charset "UTF-8";
/* CSS Document */

body {
	background-color: #8FA4AD;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/edge_stripe.jpg);
	background-repeat: repeat-x;
}


#global_center
	{
	float: left;
	width: 900px;
	position: absolute;
	left: 50%;
	z-index: 500;
	margin-left: -450px;
	height: 200%;
	background-image: url(images/bottom_edge.jpg);
	background-repeat: repeat-y;
}


#text_box {
	position:absolute;
	width:235px;
	z-index:1;
	left: 73px;
	top: 123px;
}

a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #000000;
}
a:active {
	color: #000000;
}


.heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

.heading_splash {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #D47F50;
	font-style: italic;
}

.sub_heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
}
.body_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;
}
.spacer {
	text-align: center;
}
.floatcenter {
	text-align: center;
}



/* Menu style ************************************************** */
#nav_div {
	height: 77px;
	width: 407px;
	top: 20px;
	left: 48px;
	position: absolute;
	z-index: 2;
}


#nav {
	margin: 0;
	padding: 0 0 0 0;
	/*border-radius: 0.5em;
	border: 1px solid  #757575;
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;*/
	/*background: -webkit-gradient(linear, left top, left bottom, from(#e2e2e2), to(#757575));
	background: -moz-linear-gradient(top,  #e2e2e2, #757575);*/
}
#nav li {
   /* -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;*/
    background: none repeat scroll 0 0 #C0CED1;
    float: left;
    list-style: none outside none;
    margin-right: 2px;
    padding: 5px 10px;
    position: relative;
}

#nav a {
    display: block;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 14px;
    margin: 0;
    text-decoration: none;
}

#nav li.first {
	/*border-left: 1px solid  #757575;*/
}
#nav li.last {
	/*border-right: 1px solid  #e2e2e2;*/
}

#nav li.fb {
    padding:0px;
	border: none;
}

#nav li.fb a {
    padding:0px;
	border: 0px;
}

#nav a:hover {
	background: #000;
	color: #D47F50;
}
#nav .current a, #nav li:hover > a {
	/*-moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;*/
    background: none repeat scroll 0 0 #D1E3E6;
}
#nav ul li:hover a, #nav li:hover li a {
	/*-moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 0px;*/
	/*border-left: 1px solid  #757575;
	border-right: 1px solid  #757575;*/
}
#nav li:hover > ul {
	display: block;
}
/* Sub Menu style ************************************************** */
#nav ul {
	display: none;
	width: 180px; /* Change this to change the buttons width */
	margin: 0;
	padding: 0;
	position: absolute;
	top: 23px;
	left: 10px;
	/*background: #979797;
	background: -webkit-gradient(linear, left top, left bottom, from(#e2e2e2), to(#757575));
	background: -moz-linear-gradient(top,  #e2e2e2, #757575);*/
}
#nav ul li {
	float: none;
	margin: 0;
	padding: 0;
}
#nav ul ul {
	left: 179px; /* Change this to move the sub-menu to right */
	top: -1px;
	*top: 1px;
	border-top: 1px solid  #757575;
}

#nav ul a, #nav ul ul a {
	border-bottom: 1px solid  #757575;
	border-top: 1px solid  #e2e2e2;
}
/* Some Fix ************************************************** */
#nav:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#nav {
	display: inline-block;
} 
html[xmlns] #nav {
	display: block;
}
* html #nav {
	height: 1%;
}

