@charset "UTF-8";
/* CSS Document */

body {
	margin:0px;
	padding:0px;
	background:url(images/back.gif) #999999;
	font-family:Arial,Helvetica,Sans-Serif;
	font-size:12px;
}
h1 {
	margin:0px;
	color:#134f95;
}
a {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

#mainWrapper {
	background:url(images/contentBack.png) repeat-y;
	text-align:center;
	width:985px;
	height:663px;
	margin:0px auto;
	padding-top:1px;
}
#headerWrapper {
	background:url(images/headerBack.jpg) #FFFFFF no-repeat;
	width:965px;
	height:104px;
	margin:auto;
	text-align:left;
}
.logo {
	width:145px;
	height:104px;
	text-align:center;
	float:left;
}
.logo img {
	margin-top:4px;
}
.replicated {
	padding-top:6px;
	padding-right:6px;
	font-size:14px;
	font-weight:bold;
	text-align:right;
}

#navWrapper {
	background:url(images/navBack.gif) #FFFFFF repeat-x;
	width:965px;
	height:32px;
	margin:0px auto;
	position:relative;
	z-index:99;
}
.joinNow {
	width:232px;
	height:32px;
	position:absolute;
	right:0px;
}
.joinNow a {
	display:block;
	color:#000;
	font-weight:bold;
	background:url(images/joinBack.gif) #FFFFFF repeat-x;
	padding:9px 0px;
}
.joinNow a:hover {
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
	background:url(images/joinBack.gif) #FFFFFF repeat-x;
	padding:9px 0px;
}
#contentWrapper {
	width:965px;
	height:auto;
	margin:1px auto;
	position:relative;
	text-align:left;
}

.homePhoto {
	width:733px;
	height:440px;
	background:url(images/photoHome.jpg) #FFFFFF no-repeat;
}
.contentArea {
	width:693px;
	height:400px;
	padding:20px;
	background:url(images/intBack.jpg) #FFFFFF no-repeat;
}
.contentArea a {
	color:#134f95;
}
.scrollArea {
	height:360px;
	overflow:auto;
}
.scrollArea p {
	line-height:16px;
	margin-right:10px;
}
.scrollArea ol,ul {
	line-height:16px;
	margin-right:10px;
}
.scrollArea b {
	color:#134f95;
	font-size:13px;
}
.scrollArea .bio {
	border-bottom:1px solid #134f95;
	float:left;
	margin-right:10px;
	padding:14px 0px;
}
.scrollArea .floatleft {
	float:left;
	border:1px solid black;
	margin:0px 20px 10px 0px;
}
.scrollArea .floatright {
	float:right;
	border:1px solid black;
	margin:0px 0px 0px 20px;
}
.scrollArea span {
	display:block;
	text-align:center;
	height:20px;
	background-color:#ccc;
	margin:10px 0px;
	padding-top:4px;
}
.scrollArea span a {
	font-size:14px;
	font-weight:bold;
}
.promoArea {
	background:url(images/promoBack.jpg) #FFFFFF no-repeat;
	position:absolute;
	left:733px;
	top:0px;
	width:233px;
	height:526px;
}
.promoArea b {
	color:#e2c35a;
	font-weight:normal;
}
.promoArea a {
	color:#e2c35a;
}
.promo1 {
	position:absolute;
	left:64px;
	top:20px;
	width:156px;
	font-size:15px;
	line-height:26px;
	color:#FFF;
}
.promo2 {
	position:absolute;
	left:16px;
	top:184px;
	width:200px;
	color:#FFF;
	line-height:26px;
	border-top:1px solid #666;
	border-bottom:1px solid #666;
}
.promo3 {
	position:absolute;
	left:16px;
	bottom:12px;
	width:200px;
	font-size:14px;
	line-height:18px;
	color:#FFF;
}
.homeFooter {
	background:url(images/homeFooterBack.gif) #FFFFFF repeat-x;
	position:absolute;
	left:0px;
	top:440px;
	width:732px;
	height:85px;
}
.homeFooter p {
	color:#FFF;
	font-size:16px;
	line-height:22px;
	text-align:left;
	margin:10px 15px;
}


/* Scroller Text */

#pscroller1{
	width: 200px;
	height: 60px;
}



/* HORIZONTAL FREESTYLE MENU LAYOUT */


/* All <ul> tags in the menu including the first level */
.menulist, .menulist  ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* Submenus (<ul> tags) are hidden and absolutely positioned downwards from their parent */
.menulist ul {
	display: none;
	color:#FFFFFF;
	position: absolute;
	margin-top:5px; /* I'm using ems and px to allow people to zoom their font */
	_margin-top:4px;
	left: 0px;
	width:170px;
	
}

/* Second and third etc. level submenus - position across from parent instead */
.menulist ul ul {
	margin-top: 0;
	left: 170px;
}

/*
 All menu items (<li> tags). 'float: left' lines them up horizontally, and they are
 positioned relatively to correctly offset submenus. Also, they have overlapping borders.
*/
.menulist li {
	float: left;
	display: block;
	position: relative;
	list-style: none;
	letter-spacing:.75px;
	text-transform:uppercase;
	border-right: 2px solid #e8a844;
	margin-top: 5px;
}

/* Items in submenus - override float/border/margin from above, restoring default vertical style */
.menulist ul li {
	float: none;
	margin-top: -1px;
 	border: 1px solid #000;
 	background-color:#000;
	-moz-opacity: 0.85;
	opacity: 0.85;
	filter:alpha(opacity=85); /* IE's opacity*/
}
.menulist ul>li:last-child {
	margin-bottom: 1px; /* Mozilla fix */
}

/* Links inside the menu */
.menulist a {
	font-weight: bold;
	display: block;
	padding: 4px 9px;
	color: #FFFFFF;
	text-decoration: none;
}

.menulist a:hover{
	color:#000;
}

.menulist ul li a {
	color: #FFFFFF;
	text-decoration: none;
	text-align:left;
	text-transform:none;
	letter-spacing:0px;
}

.menulist ul li a:hover {
	color: #e2c35a;
	
}


/* List  items: 'hover' is mouseover, 'highlighted' are parent items to visible menus 
.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus {
	color: #000000;
}
.menulist a.highlighted {
	color: #000000;

}*/


/* Only style submenu indicators within submenus. */
.menulist a .subind {
	display: none;
}
.menulist ul a .subind {
	display: block;
	float: right;

}


/* 'Escaped Comment' hack for horizontal menubar width in IE5/Mac */
.menulist a {
	float: left;
}
.menulist ul a {
	float: none;
}
/* \*/
.menulist a {
	float: none;
}
/* */


/*
 HACKS: IE/Win:
 A small height on <li> and <a> tags and floating prevents gaps in menu.
 * html affects <=IE6 and *:first-child+html affects IE7.
 You may want to move these to browser-specific style sheets.
*/
*:first-child+html .menulist ul li {
	float: left;
	width: 100%;
}

* html .menulist ul li {
	float: left;
	height: 1%;
}
* html .menulist ul a {
	height: 1%;
}
/* End Hacks */

.footer {
	margin:10px auto;
	text-align:center;
	color:#333;
}
.footer a {
	margin:0px 10px;
	color:#333;
}