body {
	font-family: Georgia;
	font-size: 14px;
	color: #333;
	line-height: 17px;
	background: #CCC;
	margin: 0;
	padding: 0;
}

h1.header {
	color: #FFF;
	font-size: 24px;
	font-weight: normal;
	float: left;
	margin-top: 55px;
}	
	
h1.topofpage {
	color: #AD0808;
	font-size: 21px;
	font-weight: normal;
	text-align: left;
	margin-top: 12px;
	margin-bottom: 15px;
}	

h1 {
	color: #AD0808;
	font-size: 21px;
	font-weight: normal;
	text-align: left;
	margin-top: 20px;
	margin-bottom: 18px;
}	

h2.feature {
	font-family: Verdana;
	font-size: 15px;
	color: #AD0808;
	font-weight: bold;
	text-indent: 12px;
	margin-bottom: 12px;
}
	
h2 {
	font-size: 17px;
	color: #000;
	font-weight: normal;
	margin-bottom: 1px;
	line-height: 19px;
}
	
h2.execboard {
	font-size: 16px;
	font-weight: normal;
	color: #AD0808;
	font-weight: normal;
	margin: 8px 0 1px 10px;
	padding-top: 8px;
}
	
h3 {
	font-size: 14px;
	color: #000;
	font-weight: normal;
	margin-bottom: 1px;
}
	
div#mainWrap {
	width: 100%;
	text-align: center;
	margin-top: 0;
}

div#headerWrap {
	width: 100%;
	height: 130px;
	background: #AD0808 url(/images/page/header_background.jpg) repeat-x bottom;
	border-bottom: 1px solid #CF0B0B;
	margin: 0;
	padding: 0;
}

div.header {
	width: 950px;
	height: 130px;
	margin-right: auto;
	margin-left: auto;
}

div.headerLogo {
	width: 113px;
	float: left;
	margin: 32px 10px 0 55px;
}

div#mainNavWrap {
	width: 100%;
    height: 35px;
    background-color: #AD0808;
}

div#mainNav {
	font-family: Verdana;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
    height: 35px;
    text-align: center;
}

/****************************
*** Custom MenuMatic styles
*****************************/

.nav a:link {
    font-size: 12px;
    font-weight: normal;
    text-align: center;
	text-decoration: none;
	display: block;
	float: left;
	padding: 8px 12px 10px 12px;
	color: #FFF;
	background-color: transparent;
}

.nav a:visited {
    font-size: 12px;
    font-weight: normal;
    text-align: center;
	text-decoration: none;
	display: block;
	float: left;
	padding: 8px 12px 10px 12px;
	color: #FFF;
	background-color: transparent;
}

.nav a:hover {
	color: #000;
	text-decoration: none;
}

.navdivider {
	width: 2px;
    background-image: url(/images/page/navbar_divider.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    height: 35px; 
    float: left;
}

.nav_lastitem a:link {
    font-size: 12px;
    font-weight: normal;
    text-align: center;
	text-decoration: none;
	display: block;
	float: left;
	padding: 8px 12px 14px 12px;
	color: #FFF;
	background-color: transparent;
}

.nav_lastitem a:visited {
    font-size: 12px;
    font-weight: normal;
    text-align: center;
	text-decoration: none;
	display: block;
	float: left;
	padding: 8px 12px 14px 12px;
	color: #FFF;
	background-color: transparent;
}

.nav_lastitem a:hover {
	color: #333;
	text-decoration: none;
}

/* Just main menu links --[for non-javascript users this applies to submenu links as well]*/
.nav a{
	margin: 0;
	float: left;	
}

#nav a.login, #subMenusContainer a.login
{
    font-size: 14px; 
    font-weight: bold; 
    width: 119px;
}
/****************************
*** End Custom MenuMatic styles
*****************************/

div#homePageGalleryWrap {
	width: 950px;
	height: 319px;
	margin-right: auto;
	margin-left: auto;
	background: #AD0808 url(/images/page/intro_background.jpg) repeat-x top;
	position: relative;
	z-index: 1;
}

div.homePageGalleryText {
	width: 520px;
	position: absolute;
	font-size: 13px;
	line-height: 16px;
	text-align: left;
	color: #FFF;
	top: 31px;
	left: 55px;
	z-index: 10;
}

div#contentWrap {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background: #FFF url(/images/page/content_background.jpg) repeat-x top;
}

#contentPadding {
	padding: 18px 55px 8px 55px;
	text-align: left;
	line-height: 120%;
	font-size: 13px;
	line-height: 17px;
}

#contentPadding a:link {
	color: blue;
	text-decoration: underline;
}

#contentPadding a:hover {
	color: purple;
	text-decoration: underline;
}

#contentPadding a:visited {
	color: purple;
	text-decoration: underline;
}

.featureWrap {
	width: 264px;
	float: left;
	margin-right: 24px;
	margin-bottom: 14px;
}

.featureWrapRight {
	width: 264px;
	float: left;
	margin-bottom: 14px;
}

.featureContentWrap {
	width: 264px;
	font-size: 13px;
	border-top: 2px dotted #999;
}

.featurePadding {
	padding: 12px;
}

.greyrow {
	width: 840px;
	background: #ECECEC;
	margin: 0;
}
 	
.whiterow {
	width: 840px;
	background: #FFF;
	margin: 0;
}

.rowcell {
	width: 270px;
	min-height: 20px;
	float: left;
	margin-left: 10px;
}

p.name_title {
	text-align: left;
	width: 260px;
	padding-bottom: 8px;
	margin: 10px 0 0 0;
	border-bottom: 0;
}

p.left_para {
	text-align: left;
	width: 260px;
	float: left;
	margin: 1px 0 10px 0;
}
	
p.right_para {
	text-align: right;
	width: 140px;
	float: right;
}
	 	
#footerwrap {
	width: 950px;
	background: #CCC url(/images/page/footer_background.jpg) repeat-x top;
	margin-right: auto;
	margin-left: auto;
}

#footerlinks ul {
	width: 910px;
	background: #CCC url(/images/page/footer_shadow.jpg) no-repeat top;
	font-size: 11px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0; 
	padding-top: 20px;
	color: #999;
}

#footerlinks li {
	margin: 0 5px 0 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}

#footerlinks a:link, #footerlinks a:visited {
	color: #333;
	text-decoration: none;
}

#footerlinks a:hover {
	color: #AD0808;
	text-decoration: none;
}

#copyright {
	font-size: 11px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #333;
}

#copyright a:link, #copyright a:visited {
	color: #AD0808;
}

#copyright a:hover {
	color: #000;
}

.clear {
	clear: both;
}

