/* ========================================================
    CSS STYLES FOR FRONTIER ASSET MANAGEMENT
   ======================================================== */   


/* PAGE ELEMENTS */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #183025;
	margin: 0px;
	padding: 0px;
	background-color: #F0F4EE;
}


#wrap {
	background-image: url(images/summer/pageBg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	padding-top: 19px;
}

#container {
	text-align: left;
	width: 974px;
	margin-right: auto;
	margin-left: auto;
}

#masthead {
	background-image: url(images/summer/headerBg.jpg);
	padding: 0px;
	height: 106px;
	width: 974px;
}

#mastlogo {
}

#mastpicture {
	float: right;
	display: inline;
}

#nav {
	background: url(images/summer/menuBg.jpg) #151B55 no-repeat center;
	height: 85px;
	display: block;
	margin: 0px;
	border-top: 1px solid #000;
	padding-top: 0px;
}

#mainMenu {
	margin: 40px 0px 0px 0px;
	padding: 10px 0px 0px 20px;
}

#mainMenu li {
	display: block;
	float: left;
	font-family: Verdana;
}

#mainMenu li a {
	display: block;
	float: left;
	color: #151C53;
	text-decoration: none;
	font-size: 14px;
	padding: 0px 7px 5px 7px;
}

#mainMenu li.mainMenuItem-on a {
	background-color: #316F22;
}

#mainMenu li a:hover {
	background-color: #316F22;
	padding: 0px 7px 5px 7px;
}

.vbar {
	color: #B05624;
}

#callToAction {
	float: right;
}

#subNav {
	float: left;
	width: 160px;
}

#subNav ul {
	margin: 0px;
	padding: 0px;
}

#subNav li {
	list-style-type: none;
	margin: 0px;
	background: url('images/summer/submenubg.jpg');
	width: 150px;
	height: 27px;
	margin-bottom: 2px;
	padding: 2px 0px 0px 10px;
}

#subNav li a {
	text-decoration: none;
	font-size: 12px;
	color: #fff;
}

#subNav li a:hover {
	text-decoration: underline;
}

#upcoming {
	background: url('images/summer/upcomingbg.jpg');
	margin: 0px;
}

#upcomingtext {
	padding-left: 10px;
	height: 240px;
	overflow: auto;
}

#upcoming img {
	display: block;
}

#signUpForm {
	text-align: right;
	border: 2px solid #C2510F;
	background-color: #D8DEEE;
	padding: 5px;
	margin: 0px;
}

#photoGroup {
	position: absolute;
	z-index: 2;
	width: 480px;
	margin-top: 480px;
	margin-left: 480px;
}

#photoGroup img {
	margin-right: 5px;
}

#contentHomePage {
	background: url(images/summer/contentBg.jpg) no-repeat top right;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 20px;
	color: #183025;
	font-size: 14px;
}
#content {
	margin-left: 161px;
	padding: 10px 40px 10px 40px;
}

#copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	margin-top: 0px;
	margin-bottom: 12px;
}

#footerContainer {
	width: 992px;
	margin-right: auto;
	margin-left: auto;
	background: url(images/summer/pageFooter.jpg) no-repeat bottom;
}

#footer {
	color: #1A1941;
	font-size: 10px;
	padding-left: 20px;
	padding-bottom: 20px;
}

.package {
	border: 2px solid #346A36;
	background-image: url('images/summer/packageBg.jpg');
}

.packageTitle {
	padding: 25px 5px 5px 5px;
	height: 43px;
	font-size: 14pt;
	font-weight: bold;
	color: #183025;
	text-transform: uppercase;
}

.packageSummary {
	color: #c2510f;
	font-size: 14pt;
	font-weight: normal;
}

.viewPackageDetails {
	float: right;
	font-size: 12pt;
	padding-top: 8px;
	margin-right: 7px;
}

.packageDetail {
	font-size: 12pt;
	margin-top: 10px;
	border: 2px solid #346A36;
	padding: 5px 5px 5px 5px;
	background: url('images/summer/packageDetailsBg.jpg') repeat-x bottom;
}

.eventTitle {
	font-weight: bold;
	margin-top: 10pt;
	color: #c2510f;
	font-size: 8pt;
	text-transform: uppercase; 
}

.eventSummary {
	border-top: 1px solid #000;
	font-size: 8pt;
}


/* HTML TAGS */

p {
	margin-top: 0px;
	margin-bottom: 12px;
}

h1 {
	font-size: 14pt;
	color: #c2510f;
	text-transform: uppercase; 
}

h2 {
	font-size: 12pt;
	text-transform: uppercase; 
	border-bottom: 1px dashed #c2510F;
	color: 183025;
}

h3 {
	text-transform: capitalize;
	font-size: 12pt;
	color: #183025;
}

h4 {
	text-transform: capitalize;
	font-size: 11pt;
	color: #c2510F;
}



/* CLASSES */
.title1 {
	color: #22295D;
	font-size: 24px;
	font-weight: bold;
}

.title2 {
	color: #B15725;
	font-size: 24px;
	font-weight: bold;
}

div.clearer {clear: both; display: block; margin: 0; padding: 0; height: 0; line-height: 1px; font-size: 1px;}


/* LINK STYLES */

a:link, a:active, a:visited { 
	font-weight: normal;
	color: #003399;
	text-decoration: underline;
	}

a:hover { 
	font-weight: normal;
	color: #6685C2;
	text-decoration: underline;
	}
	
a:link.footer, a:active.footer, a:visited.footer { 
	font-weight: normal;
	color: #1A1941;
	text-decoration: underline;
	}

a:hover.footer { 
	font-weight: normal;
	color: #37337F;
	text-decoration: underline;
	}
	


