body {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	line-height: normal;
	font-weight : normal;
	background-color:#894e1c;
	background-image: url(../images/assets/bg_main.jpg);
	margin: 0;
}

.homeBg {
	background-image: url(../images/assets/bg.jpg);
	background-repeat: repeat-x;
}

.subNavBg {
	background-image: url(../images/assets/sub_nav_bg_main.png);
	background-repeat: no-repeat;
}

textfield{
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	line-height: normal;
	font-weight : normal;
	color: #ffffff;	
}

.commentBox{
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	line-height: normal;
	font-weight : normal;
	color: #000000;	
}


/*-----------------------Basic Font Styles-----------------------*/	

/* Fonts */
.bodyFont {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	line-height: normal;
	font-weight : normal;
	color: #ffffff;
}

.grayFont {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	line-height: normal;
	font-weight : normal;
	color: #7c7a6f;
}

.title{
	font-family: Tahoma, Verdana, Arial;
	font-size: 20px;
	line-height: normal;
	font-weight : bold;
	color: #ffffff;
}

.subTitle{
	font-family: Tahoma, Verdana, Arial;
	font-size: 13px;
	line-height: normal;
	font-weight : bold;
	color: #e4800a;
}

/* Links */
A:link, A:visited {
	text-decoration: underline; 
	color: #e4800a;
}


A:active, A:hover {
	text-decoration: underline; 
	color: #844215;
}

/* Small Font Nav */
.smallFont {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	line-height: normal;
	font-weight : normal;
	color: #ffffff;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 20px;
}

a.smallFont:link, a.smallFont:visited {
	font-family: Tahoma, Verdana, Arial;
	font-size: 10px;
	line-height: normal;
	font-weight: normal;
	text-decoration: underline;
	color: #e4800a;
	margin-left: 0px;
}

a.smallFont:hover, a.smallFont:active {
	font-family: Tahoma, Verdana, Arial;
	font-size: 10px;
	line-height: normal;
	font-weight: normal;
	text-decoration: underline; 
	color: #844215;
	margin-left: 0px;
}

/* Footer Nav */
.footer {
	font-family: Tahoma, Verdana, Arial;
	font-size: 9px;
	line-height: normal;
	font-weight : normal;
	color: #ffffff;
}

a.footer:link, a.footer:visited {
	font-family: Tahoma, Verdana, Arial;
	font-size: 9px;
	line-height: normal;
	font-weight : normal;
	text-decoration: none;
	color: #ffffff;
}

a.footer:hover, a.footer:active {
	font-family: Tahoma, Verdana, Arial;
	font-size: 9px;
	line-height: normal;
	font-weight : normal;
	text-decoration: none; 
	color: #e4800a;
}

/* Sub Nav */
.subNavBtn {
	font-family: Tahoma, Verdana, Arial;
	font-size: 10px;
	line-height: normal;
	font-weight : normal;
	color: #ffffff;
	background-image: url(../images/nav/subnav_btn.png);
}

.subNav {
	font-family: Tahoma, Verdana, Arial;
	font-size: 10px;
	line-height: normal;
	font-weight : normal;
	color: #e4800a;
	margin-left: 34px;
}

a.subNav:link, a.subNav:visited {
	font-family: Tahoma, Verdana, Arial;
	font-size: 10px;
	line-height: normal;
	font-weight: normal;
	text-decoration: none;
	color: #ffffff;
}

a.subNav:hover, a.subNav:active {
	font-family: Tahoma, Verdana, Arial;
	font-size: 10px;
	line-height: normal;
	font-weight: normal;
	text-decoration: none; 
	color: #e4800a;
}


/* Tertiary Nav */
.tertiaryBtn {
	font-family: Tahoma, Verdana, Arial;
	font-size: 10px;
	line-height: normal;
	font-weight : normal;
	color: #ffffff;
	background-image: url(../images/nav/tertiary_btn.png);
}

.tertiaryNav {
	font-family: Tahoma, Verdana, Arial;
	font-size: 10px;
	line-height: normal;
	font-weight : normal;
	margin-left: 48px;
	color: #e4800a;
}

a.tertiaryNav:link, a.tertiaryNav:visited {
	font-family: Tahoma, Verdana, Arial;
	font-size: 10px;
	line-height: normal;
	font-weight: normal;
	text-decoration: none;
	color: #ffffff;
}

a.tertiaryNav:hover, a.tertiaryNav:active {
	font-family: Tahoma, Verdana, Arial;
	font-size: 10px;
	line-height: normal;
	font-weight: normal;
	text-decoration: none; 
	color: #e4800a;
}