/* ---------------------------------------[ Header Tags ]-------------------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-family: "Palatino Linotype", "Book Antiqua", Palatinio, serif;
}
h1 {
	color: #b44141;
	font-size: 2em;
	padding: 0px;
	margin-top: 50px;
	margin-right: 0;
	margin-bottom: 30px;
	margin-left: 5px;	
}
h2 {
	margin: 10px 0;
	padding-bottom: 2px;
	color: #b44141;
}

h3 {
	margin: 0 0 5px;
	color: #b0b069;
	font-size: 1.2em;
}
h4 {
	margin: 10px 0;
	color: #B84D4D;
	font-size: 1.4em;
}
h5 {
	margin: 10px 0px;
	color: #B84D4D;
	font-size: 1.5em;
}

/* ---------------------------------------[ Image Content ]-------------------------------------------------------- */
.featImgBorderless {
	padding: 5px;
	display: inline;
	float:left;
	margin-right: 10px;
	margin-bottom: 10px;
}
a img.featImg { 
opacity: .9; 
border: 2px solid #B5D7F0; 
} 
a:hover img.featImg { 
opacity: 1; 
border-color: #B44141; 
} 
.featImg { 
padding: 5px; 
display: inline; 
float:left; 
margin-right: 8px; 
margin-bottom: 10px; 
}
.featImgHead {
	background: #fff;
	border: 1px solid #bcc2be;
	padding: 5px;
	display: inline;
	float:left;
	margin-right: 10px;
	margin-bottom: 10px;
} 
.featImgNorm {
	background: #fff;
	border: 1px solid #bcc2be;
	padding: 5px;
	display: inline;
	float:left;
	margin-right: 10px;
	margin-bottom: 10px;
	width: 277px;
}
.flowon {
	clear:both;
}
.thumbs {
	height: 110px;
	border-bottom: dashed 1px #999;
	margin-right: 20px;
}
/* ---------------------------------------[ Main Navigation ]-------------------------------------------------------- */

#topnav {
	/*position: absolute;*/
	float:right;
	margin-top: 0px;
	margin-left: 5px;
}
#topnav ul {
	position: relative;
	font: 1.5em Arial,sans-serif;
	margin: 0;
	padding: 0;
}
#topnav ul li {
	float: left;
	/*background: #FFF url(../img/layout/topnav/topnav_bg.png) no-repeat left top;*/
	margin: 0;
	padding: 0;
	margin-right: 2px;
	list-style: none;
}
#topnav ul li a {
	height: 27px;
	display: block;
	background:url(../img/layout/topnav/topnav_rt.png) no-repeat right top;
	color: #FFF;
	text-decoration: none;
	white-space: nowrap;
	padding: 70px 13px 0px 13px;
}
#topnav ul li a span {
	display: block;
	cursor: pointer;
}
#topnav ul li a:hover {
	/*color: #FFF !important;*/
}
* html #topnav ul li a {
	width: 0.1em;
}
#topnav ul li#current {
	background: #FFF url(../images/mainNav_left.gif) no-repeat left top;
}
#topnav ul li#current a{
	background: url(../images/mainNav_right.gif) no-repeat right top;
	color: #417cb6;
}
#topnav ul li#current a:hover {
	color: #417cb6;
}

/* ---------------------------------------[ Right Rounded Box ]-------------------------------------------------------- */

.bigNavWrap {
	margin: 0 0 10px 0;
	padding: 0;
	background: url(../images/topRound_bg.gif) repeat-y left top;
	width:204px;
}
.bigNavInnerWrap {
	background: url(../images/topRound_Nav.gif) no-repeat left top;
}
.bigNav {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	background: url(../images/bottomRound_Nav.gif) no-repeat left bottom;

}
.bigNav h2 {
	margin-left: 8px;
}
.bigNav h3 {
	margin-left: 8px;
	font-weight:bold;
}
.bigNav p {
	padding: 5px 0 0 6px;
	color: #417cb6;
}
.bigNav a {
	color: #b44141;
	border-bottom: 1px dashed #c0c0c0;
	text-decoration:none;
	padding: 0px;
	margin: 0 5px 20px 8px;
	display:block;
}
