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


/* PAGE ELEMENTS */

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #2B4D03;
	margin: 0px;
	padding: 0px;
	background-color: #D5D0B0;
}

#wrap {
	width: 816px;
	margin-right: auto;
	margin-left: auto;
}

#container {
	background-image: url(images/bg.jpg);
	margin: 0px;
}

#masthead {
}

#masthead img {
	display: block;
}

#nav a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

#mainMenu1, #mainMenu1on {
	background-image: url(images/home.jpg);
	width: 66px;
	height: 28px;
	float: left;
	padding-left: 35px;
	padding-top: 5px;
}
#mainMenu1on {
	background-image: url(images/home-on.jpg);
}

#mainMenu2, #mainMenu2on {
	background-image: url(images/products.jpg);
	width: 88px;
	height: 28px;
	float: left;
	padding-left: 30px;
	padding-top: 5px;
}
#mainMenu2on {
	background-image: url(images/products-on.jpg);
}
#mainMenu3, #mainMenu3on {
	background-image: url(images/services.jpg);
	width: 85px;
	height: 28px;
	float: left;
	padding-left: 24px;
	padding-top: 5px;
}
#mainMenu3on {
	background-image: url(images/services-on.jpg);
}
#mainMenu4, #mainMenu4on {
	background-image: url(images/location.jpg);
	width: 155px;
	height: 28px;
	float: left;
	padding-left: 19px;
	padding-top: 5px;
}
#mainMenu4on {
	background-image: url(images/location-on.jpg);
}

#mainMenu5, #mainMenu5on {
	background-image: url(images/location.jpg);
	width: 90px;
	height: 28px;
	float: left;
	padding-left: 33px;
	padding-top: 5px;
}
#mainMenu5on {
	background-image: url(images/location-on.jpg);
}
#mainMenuEnd {
	width: 191px;
	height: 33px;
	float: right;
}

#subNav {
	display: inline;
	float: left;
	width: 160px;
	margin: 10px 3px 5px 24px;
}

#promos {
	display: inline;
	float: right;
	width: 178px;
	margin: 10px 22px 10px 0px;
}

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

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

#subNav li {
	list-style-type: none;
	margin: 0px 0px 2px 0px;
	padding: 2px 0px 0px 10px;
}

#subNav li {
	margin: 15px 0px 2px 0px;
}

#subNav li li {
	margin: 0px 0px 2px 0px;
	border-bottom: 1px solid #dadada;
}

#subNav li.noborder {
	border-bottom: none;
}

#subNav ul ul li {
	font-size: smaller;
}

#subNav li a {
	text-decoration: none;
}

#content {
	margin: 3px 208px 3px 185px;
	padding: 0px 5px 0px 5px;
}

#content img {
	margin: 10px;
	border: 2px solid #F37E0C;
}

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

#footer {
	display: block;
	background-color: #2B4D03;
	color: #fff;
	margin-left: 18px;
	margin-right: 16px;
	padding: 15px 10px 10px 190px;
}

#footerEnd {
	width: 816px;
	height: 28px;
	background: url(images/footer.jpg) no-repeat bottom;
}




/* HTML TAGS */

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

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

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

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

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



/* CLASSES */
.title1, .promoTitle1 {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	border: 1px solid #2B4D03;
	background-color: #688B40;
	padding: 3px;
	margin-right: 5px;
}

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

.promoDetail {
	margin-top: 5px;
	margin-bottom: 10px;
	color: #808080;
	font-size: smaller;
}

.noborder {
	border: 0px;
}

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: #F37E0C;
	text-decoration: underline;
	}

a:hover { 
	font-weight: normal;
	color: #6E3906;
	text-decoration: underline;
	}


