/* //////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* General Site Settings */

p {
	margin-top: 0;
	margin-bottom: 0;
}

a {
	color: #000;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}

body {
	text-align: center;
	background-color: #FFFFFF;
	margin-top: 0;
	background: url(../images/main-bg.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: top center;
}

#site {
	width: 1065px;
	position:relative;
	margin-left: auto;
	margin-right:auto;
	text-align: left;
}

#siteheader {
	position: relative;
	margin-top: 0px;
	background-image:url(../images/header-public.png);
	background-repeat: no-repeat;
	width: 1065px;
	height: 341px;
}

#logo {
	float: left;
	margin-top: 7px;
	margin-left: 25px;
	width: 680px;
	height: 110px;
}

#searchStr {
	position: absolute;
	top: 28px;
	left: 842px;
	height: 18px;
	width: 137px;
	border: 0px;
	border: none;
	background-color: #f6f6f6;
}

input#searchStr:focus {
	outline-width:0;
}

#searchButton {
	position: absolute;
	top: 25px;
	left: 981px;
	width: 27px;
	height: 20px;
	cursor: pointer;
}

#bannerSystem {
	position: absolute;
	top: 49px;
	left: 279px;
	margin: 0;
	padding :0;
}

div.banners {
	position: relative;
}

div.banners div.banner { 
	position: absolute;
	top: 0px;
	left: 0px;
	width: 514px;
	height: 213px;
	display: none;
}

#contentArea {
	width: 1065px;
	min-height:433px;
	height:auto !important;
	height:433px;
	padding-top: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	background-image:url(../images/bg_tile.png);
	background-repeat:repeat-y;
}

#contentAreaHolder {
	background-image:url(../images/content_bg.png);
	background-repeat:no-repeat;
	min-height:433px;
	height:auto !important;
	height:433px;
}

#sitefooter {
	width: 1065px;
	height: 65px;
	background-image:url(../images/bg_footer.png);
	background-repeat:no-repeat;
	text-align: left;
	position: relative;
}

#sitefooter table {
	width: 890px;
	margin-left: 14px;
}

#websitename {
	color: #ffffff;
	font-weight: bold;
	font-family: <SFont />;
	font-size: 12px;
	float: right;
	text-align: right;
}

#globalHolder {
	float: right;
	margin-right: 48px;
	margin-top: 3px;
}

#socialIcons {
	position: absolute;
	top: 12px;
	left: 663px;	
	width: 250px;
}

#socialIcons .icon {
	float: right;
	top: 1px;
	left: 1px;
	margin-left: 6px;
}

#plugins {
	text-align: left;
	width: 287px;
}

#plugins #sm_buttons {
	position: relative;
	height: 37px;
}

#plugins #sm_facebook_button {
	position: absolute;
	top: 0px;
	left: 77px;
	width: 102px;
	height: 37px;
}

#plugins #sm_twitter_button {
	position: absolute;
	top: 0px;
	left: 180px;
	width: 102px;
	height: 37px;
}

#plugins #sm_plugin_holder {
	margin-left: 10px;
	margin-top: 10px;	
}

/* //////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* Content Regions. */

.title {
	padding-top: 7px;
	padding-left: 250px;	
	font-family: century gothic, sans-serif;
	font-size:21px;
	font-weight: bold;
	text-transform: uppercase;
	color: #807868;
	text-align: left;
	width: 560px;
	margin-bottom: 3px;
}

.breadcrumbs {
	padding-top: 4px;
	padding-left: 250px;
	font-family: century gothic, sans-serif;
	font-size:10px;
	color: #807868;
	text-align: right;
	text-transform: uppercase;
	width: 560px;
	z-index: 99;
}

.breadcrumbs a {
	color: #807868;
	text-decoration: none;
}

.breadcrumbs a:hover {
	text-decoration: underline;
}

.content {
	padding-top: 4px;
	padding-left: 250px;
	font-family: century gothic, sans-serif;
	font-size:12px;
	color: #807868;
	text-align: left;
	width: 560px;
	z-index: 99;
}

.content2, .contentMem {
	font-family: 'century gothic', sans-serif;
	font-size: 15px;
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
	overflow: hidden;
	text-align: left;
	position: absolute;
	left: 855px;
	top: 400px;
	width: 130px;
	height: 23px;
}

.contentSec {
	overflow: hidden;
	text-align: left;
	position: absolute;
	left: 89px;
	top: 378px;
	width: 130px;
	height: 40px;
}

.contentSec td {
	font-family: 'century gothic', sans-serif;
	font-size: 15px;
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
	width: 130px;
	height: 40px;
}

.content3 {
	font-family: 'century gothic', sans-serif;
	font-size: 12px;
	color: #51493a;
	text-align: left;
	margin: 0px;

	position: absolute;
	left: 855px;
	top: 435px;
	width: 130px;
}

/* //////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* NAVIGATION */

#topNav {
	position: absolute;
	left: 19px;
	top: 388px;
}

#topNav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#topNav li {
	display: block;
	float: left;
	height: 52px;
	padding-left: 0px;
	padding-right: 0px;
	margin-right: 2px;
}

#topNav li.last {
	margin-right: 0px;
}

#topNav a {
	padding: 0;
	margin: 0;
	width: 112px;
	display: block;
	height: 52px;
	position:relative;
	color: #ffffff;
	text-decoration: none;
	font-family: <SFont />;
	font-size: 14px;
}


#topNav a:hover {
	background: url("../images/top_nav_over.png");
	color: #fff;
}

#topNav a span {
	position: absolute;
	top: 13px;
	width: 112px;
	text-align: center;
	cursor: pointer;
	cursor: hand;
}
	
#bottomNav {
	float: left;
	text-align: left;
}
	
#bottomNav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
	
#bottomNav li {
	width: 114px;
	height: 75px;
	line-height: 72px;
	background-image:url(../images/bg_footer_nav.png);
	background-repeat: no-repeat;
	display: block;
	float: left;
text-align:center;
}

#bottomNav li.last {
}

#bottomNav a {
	color: #ffffff;
	text-decoration: none;
	font-family: <SFont />;
	font-size: 12px;
	width:114px;
	padding: 0;
	margin: 0;
	vertical-align: middle;
}
	
#bottomNav a:hover {
	color: <SFontColor />;
}

.drop_down_menu a:link, .drop_down_menu a:visited, .drop_down_menu a:active {
	color: <SFontColor2 />;
	text-decoration: none;
	font-size: 12px;
	font-family: <SFont />;
	margin: 0;
	padding: 0;
}

.drop_down_menu a:hover {
	color: <SFontColor />;
	text-decoration: none;
}

#topSection {
	position: absolute;
	left:269px;
	top:6px;
	width: 530px;
	height: 36px;
}

#topSection td {
	font-family: century gothic, sans-serif;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 11px;
}

#leftNav {
	position: absolute;
	top:429px;
	left:64px;
}

#leftNav div.mainContainer {
	width:161px;
	color:#5e574a;
	cursor:pointer;
	background:#fff url(../images/leftmenu-bg.png);
	min-height:22px;
	background-repeat:no-repeat;
	background-position:bottom;
}

#leftNav div.mainText {
	padding: 5px;
	font-family: century gothic, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	width:150px;
	color: inherit;
	line-height: 13px;
	text-align: right;
}

#leftNav div.subContainer {
	width:161px;
	color:#5e574a;
	cursor:pointer;
	background:#fff url(../images/leftsubmenu-bg.png);
	min-height:22px;
	background-repeat:no-repeat;
	background-position:bottom;
}

#leftNav div.subText {
	padding: 5px;
	font-family: century gothic, sans-serif;
	font-size: 12px;
	width:150px;
	color: inherit;
	line-height: 13px;
	text-align: right;
}

#footerNav {
	position: absolute;
	top:20px;
	left:534px;
	width: 300px;
}

#footerNav div.footerContainer {
	float:right;
	color:#504839;
	cursor:pointer;
	background: url(../images/footer_line.png);
	height:30px;
	background-repeat:no-repeat;
	background-position: left;
}

#footerNav div.footerText {
	padding: 8px 10px 0px 10px;
	font-family: century gothic, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color: inherit;
	line-height: 13px;
	text-align: right;
}

#memberNav {
	position: absolute;
	top:429px;
	left:848px;
}

#memberNav div.memberContainer {
	width:158px;
	color:#5e574a;
	cursor:pointer;
	background:#fff url(../images/leftmenu-bg.png);
	min-height:22px;
	background-repeat:no-repeat;
	background-position:bottom;
}

#memberNav div.memberText {
	padding: 3px;
	font-family: century gothic, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	width:150px;
	color: inherit;
	line-height: 13px;
	text-align: left;
}

div.bannerhide {
	display: none;
}

div.bannerText {
	background: url(../images/banner-bg.png);
	background-repeat: no-repeat;
	overflow: hidden;
	font-size: 10px;
	padding: 3px;
	font-family: century gothic, sans-serif;
	margin-top: 189px;
	margin-left: 0px;
	width: 514px;
	height: 66px;
	line-height: 12px;
	color: #413D34;
}

div.bannerText b.bannertitle {
	font-size: 15px;
	line-height: 18px;
}

div#buttonFind {
	position: absolute;
	top:250px;
	left:782px;
}

div#buttonLogin {
	position: absolute;
	top:305px;
	left:782px;
}

div.fbMain {
	cursor: pointer;
	position: absolute;
	top: 16px;
	left: 68px;
	width: 28px;
	height: 28px;
}

div.twitterMain {
	cursor: pointer;
	position: absolute;
	top: 16px;
	left: 101px;
	width: 28px;
	height: 28px;
}

div.blogMain {
	cursor: pointer;
	position: absolute;
	top: 16px;
	left: 134px;
	width: 28px;
	height: 28px;
}

div#txtChange {
	position: absolute;
	top: 291px;
	left: 755px;
}

div#txtChange a{
	font-family: century gothic, sans-serif;
	font-size:13px;
	font-weight: bold;
	color: #807868;
	text-decoration: none;
}

.videoModule {
	width: 210px;
	height: 86px;
	background-image:url(../images/videoIcon.png);
	background-repeat: no-repeat;
	cursor: pointer;
}

.videoModuleText {
	font-family: century gothic, sans-serif;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left:10px;
	width: 100px;
	height: 65px;
	overflow: hidden;
	font-size: 10px;
	cursor: pointer
} 

.audioModule {
	width: 210px;
	height: 86px;
	background-image:url(../images/audioIcon.png);
	background-repeat: no-repeat;
	cursor: pointer;
}
