*{
	margin: 0;
	padding: 0;
	border: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
	font-size: 100%;
}


body{
	background: #0d0808 ;
	font-size: 100.01%; /* Fix for some browser bugs */
	font: normal 9pt/18px Verdana, Arial;
	padding: 0px;
	margin: auto;
	text-align: center;
	color: #cfc8c8;
}

a:link, a:visited , a:active{
	color: #DEBC83;
	text-decoration: none;
	font-weight: normal;
}   
   
a:hover {
	color: #DFA137;
	TEXT-DECORATION: none;
} 

input, .file{
	font: normal 12px Tahoma;
	color: #000;
	border: 1px #fff solid ;
	padding: 3px;
}

.checkBox{
	width: 15px!important;
	border: 0px!important;
}

.file{
	height: 25px!important;
}

#frameHolder textarea:hover, #frameHolder input:hover, .file:hover{
	border: 2px #CFBFB5 solid ;
}

textarea{
	font: normal 11px/25px Tahoma;
	height: 120px;
	width: 335px;
	color: #000;
	border: 1px #fff solid ;
	padding: 2px;
	margin-bottom: 12px;

}

.select{
	font: normal 13px Tahoma;
	color: #000;
	border: 0px solid #666666;
}

.iSError{
	color: #ff0000;
}

h1{
	font: normal 12px/25px tahoma;
	padding: 7px 0;
	color: #009E9F;
	letter-spacing:1px;
}

hr{
	color:#222;
	height:1px;
	border-top:1px solid #222;
}

h2{
	color: #ff6600;
}


.clear{
	clear: both;
	width: 100%;
}

.rFloat{
	float: right;
}

.lFloat{
	float: left;
}

div.wrap{
	text-align: left;
	width: 1000px;
	margin: 0 auto;
}


/* Header */

div#headerPlaceHolder{
	background: url(../images/bg-header.gif) repeat-x scroll top left;
	height: 408px;
	margin: 0 auto;
}

div#logoNavContainer{
	height: 125px;
}

div#logoHolder{
	background: url(../images/bg-logo.gif) repeat-x scroll top left;
	height: 124px;
	width: 326px;
	float: left;
	text-align: center;
}

div#navigationHolder{
	background: url(../images/bg-top-navigation.gif) no-repeat scroll top left;
	height: 38px;
	width: 625px;
	margin: 52px 5px 0 0;
	float: right;
	text-align: center;
}

#logo{
	margin: 1px 2px 0 0;
}

/* End Of Header */



/*   Top Navigation     */

ul#menu {
	list-style: none;
	margin: 9px 0 0 9px ;
}

ul#menu li {
	float: left;
}

ul#menu li a {
	font: bold 11pt Arial;
	color: #6ca1d7;
	display: block;
	background: url(../images/spliter_navigation.gif) no-repeat scroll center right;
	padding: 0 8px;
}

ul#menu li a:hover {
	color: #ffffff;
}

ul#menu li a span {
	display: block;
}


ul#menu li a span.active {
	color: #ffffff;
}

.lastNav{
	background: none!important;
}

/*   End of Top Navigation  */



/* Footer */

div#footerHolder {
	background: url(../images/bg-footer.gif) repeat-x scroll top left;
	height: 277px;
	color: #fff;
	font: normal 9pt/26px Verdana;
	text-align: center;
}

div#footerCopyrightContainer{
	border-top: 1px solid #796d6d;
	color: #796d6d;
	text-align: right;
	padding: 35px 0 0 0;
}

div#footerNavContainer{
	height: 170px;
}

div#footerNavContainer div{
	margin: 0 18px 0 0;
	font-size: 8pt;
}

div#footerNavContainer h3{
	color: #fff;
	font: bold 13pt Arial;
	padding: 25px 0 5px 0;
}

div#footerNavContainer ul{
	list-style: none outside none;
}

div#footerNavContainer li{
	background: url(../images/bullet_footer.gif) no-repeat scroll center left;
}

div#footerNavContainer a{
	color: #6ca1d7;
	padding: 2px 3px;
	margin: 0 0 0 9px;
}

div#footerNavContainer a:hover{
	color: #ffffff;
	/*background: #2B1F1F;*/
	border-bottom: 1px dotted #ffffff;
}

/* End of Footer */



/* Slide Show */

div#slideShowContainer{
	height: 275px;
}

/* End of  Slide Show  */



/* General Forms  */

div#wrapper label{
	float: left;
	width: 140px;
	margin: 7px 5px 0 0;
	text-align: right;
}	

div#wrapper label.error {
	background:  url(../images/error_arrow_bg.gif) no-repeat scroll right center;
	font-size: 12px;
	margin-left: 4px;
	margin-bottom: 5px;
	padding: 4px 18px 4px 8px;
	text-align: left;
	float: none!important;
	color: #BF0400;
}

.btn{
	background:  url(../images/bg_btn.gif) no-repeat scroll  top left;
	width: 147px;
	height: 36px;
	color: #000;
	border: 0;
	cursor: pointer;
	font-weight: bold;
}

.btn:hover{
	background:  url(../images/bg_btn.gif) no-repeat scroll  bottom left;
	
	border: 0;
}

div#messages{
	font-size: 11px;
	margin: 10px 0;
	padding: 10px 40px;
	color: #333;
	font: normal 11px verdana;
	border: 1px solid #DBDBD3;
	/*float: left;
	width: 80%;*/
	clear: both;
}

div#wrapper form p{
	margin: 10px 0;
}

div.warning{
	background: #FBFCDA url(../images/error_bang.gif) no-repeat scroll 5px 10px;
}

div.success{
	background: #D8EFB3 url(../images/ok.png) no-repeat scroll 5px 10px;
	padding: 10px 45px;
}

div.info{
	background: #F9EFFF url(../images/info.png) no-repeat scroll 8px 10px;
}

/* End of General Forms */


div#contentHolder{
	overflow-y: auto;
	overflow-x: hidden!important;
	min-height: 200px;
	background: #2b1f1f url(../images/bg-content.gif) repeat scroll top left;
}

div#contentContainer{
	padding: 26px 0;
}


div#contentContainer h1{
	color: #71aae4;
	font: normal 22pt/36pt Arial,Helvetica,sans-serif;
}

div#contentContainer h2{
	color: #71aae4;
	font: normal 20pt/36pt Arial,Helvetica,sans-serif;
}

div#contentContainer h3{
	color: #71aae4;
	font: normal 16pt Arial,Helvetica,sans-serif;
}

div#contentContainer .text{
	padding: 0 0 25px 0;
}

div#contentContainer .img{
	margin: 0 25px 22px 0;
	border: 5px solid #fff;
}


div#colLeft{
	float: left;
	width: 44%;
	border-right: 1px solid #1c1415;
	padding-right: 40px;
}

div#colRight{
	float: right;
	width: 48%;
}


.welcomtxt{
	font: normal 11pt/23px Georgia, Helvetica,sans-serif;
	color: #a79c9c;
}

.welcomtxt .img{
	margin-top: 7px!important;
}

.briefNews{
	margin-top: 5px;
}

.nHeadLine{
	color: #debc83;
	font-weight: bold;
	
}

.nDate{
	font-size: 8pt;
}

.nBrief{
	font-size: 8pt;
}

.nSpacer{
	padding: 7px 0;
}

.readMore{
	text-align: right;
	padding-top: 8px;
}

.readMore a{
	color: #aca3a3!important;
	text-decoration: underline;
}

.readMore a:hover{
	text-decoration: none;
}

.clear{
	clear: both;
	width: 100%;
}

.briefHolder{
	float: left;
	background: url(../images/bg_brief.gif) no-repeat top left;
	width: 465px;
	height: 165px;
	margin: 5px 45px 35px 0;
	font-size: 8pt;
}

.bL{
	margin-right: 0!important;
}

.briefHolder img{
	border: 3px solid #fff;
	margin: 30px 25px 0 28px;
	width: 100px;
}

.briefHolder img:hover{
	border: 3px solid #DEBC83;
}

.briefHolder h4{
	color:#DEBC83;
	font-weight:bold;
	margin: 12px 0 0 12px;
	font-size: 9pt;
}
.briefHolder h4:hover{
	color:#DFA137!important;
}
.briefHolder p{
	padding: 5px 25px 15px 0;
}

.briefHolder a{
	color: #CFC8C8;
	text-decoration: none;
}

.briefHolder a:hover{
	color: #f8e9cf;
	text-decoration: none;
}

.staticPages p{
	padding: 7px 0;
	line-height: 25px;
}

.tblStatic {
	border: 1px solid #1C1415;
	margin: 15px 0;
}

.tblStatic td{
	text-align: left;
	padding: 10px;
	border-bottom: 1px solid #1C1415;
	border-left: 1px solid #1C1415;
}

.tblStatic .last td{
	border-bottom: 0!important;
}

.tblStatic h3{
	color: #CFC8C8!important;
}

.tblStatic a{
	color: #DEBC83;
}

.tblStatic a:hover{
	color: #fff;
	font-weight: bold;
}


.contactSection{
	margin: 5px 0 25px 25px;
}

.contactSection ul{
	margin: 0 0 0 15px;
	line-height: 25px;
}

.contactSection p{
	font-size: 14pt;
	color: #DEBC83;
}

.listHolder{
	margin: 10px 0 0 35px;
}

.listHolder li{
	padding: 5px 2px;
}

.listHolder li span{
	padding: 5px;
	color: #DEBC83;
	font-weight: bold;
	cursor: pointer;
}

.listHolder li span:hover{
	color: #fff;
}

.listHolder li span.active{
	color: #71AAE4!important;
	border-bottom: 0;
}

.toggle div{
	display: none;
	border: 1px solid #3F332E;
	border-left: 2px solid #473C38;
	border-bottom: 2px solid #473C38;
	padding: 10px 13px;
	margin: 5px 5px 0 5px;
	width: 92%;
	clear: both;
	line-height: 22px;
}


.listHolderLinks{
	text-transform: uppercase;
}


.listHolderR{
	margin: 10px 0 0 35px;
}

.listHolderR li{
	padding: 5px 2px;
}

.listHolderR li span{
	padding: 5px;
	color: #DEBC83;
	cursor: pointer;
}

.listHolderR li span:hover{
	color: #fff;
}

.listHolderR li span.active{
	border-bottom: 0;
}

.toggleR div{
	border-left: 3px solid #473C38;
	border-bottom: 3px solid #473C38;
	padding: 10px 13px;
	margin: 5px 5px 0 5px;
	width: 92%;
	clear: both;
	line-height: 22px;
}

.bio  img {
	border:5px solid #FFFFFF;
	margin:0 22px 22px 25px;
}

.sLeft{
	float: left;
	width: 780px;
}

.sRight{
	float: right;
	width: 150px;
	border-left: 1px solid #1C1415;
	padding-left: 30px;
	line-height: 22px;
	margin-top: 32px;
}

.sRight h4{
	font-weight: bold;
	font-size: 15px;
	color: #71AAE4;
}

.sRight a{
	font-weight: bold!important;
}
.sl_badge_120 {
	margin: 0 22px 25px 66px;
}

.sl_badge_120 img{
	border: 0!important;
	margin: 0!important;
}

.exteraInfo{
	float: right;
	margin-bottom: 30px;
}
