*{
padding:0px;
margin:0px;
font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
}
.clear{
clear:both;
}

#emailLoginBase{
background:rgb(197, 59, 54);
height:17px;
padding-right:25px;
text-align:right;
border-bottom:2px solid red;
}
#emailLoginBase a{
font-size:12px;
color:white;
text-decoration:none;
}
#emailLoginBase a:hover{
color:#ababab;
}
#emailLoginHolder{
width:1195px;
margin:auto;
}
#headerBreaker{
width:1200px;
margin:auto;
padding-top:5px;
background:white;
height:40px;
text-align:right;
}
#headerBreaker ul li{
display:inline;
}

#navigationBase{
margin-top:10px;
}
#navigationHolder{
width:1193px;
margin:auto;
padding-top:10px;
background:#222222;
border-left:2px solid rgb(197, 59, 54);
border-right:2px solid rgb(197, 59, 54);
}
#logoImage{
float:left;
}
#navigationHolder ul li{
	position:relative;
	float:left;
	list-style:none;
}
#navigationHolder ul li ul {
position:absolute;
z-index:1000;
float:left;
margin-top:3px;
background:#494848;
width:300px;
display:none;
}
#navigationHolder ul li:hover > ul
{
	display:block;
}

#navigationHolder ul li ul li {
	display:block;
	float:none;
	margin:8px;
}
#navigationHolder ul li a{
color:#999999;
text-decoration:none;
padding:4px;
margin-left:10px;
font-size:14px;
}
#navigationHolder ul li .main-nav:hover{
	color:white;
	background:#080808;
	border-top:3px solid rgb(197, 59, 54);
}

#navigationHolder ul li .sub-nav:hover{
	color:white;
}
.naviSelected{
	color:white !important;
	background:#080808;
	border-top:3px solid rgb(197, 59, 54);
}
#saerchBar{
float:right;
margin-right:20px;
margin-top:-5px;
background:url("../images/searchBase.png");

}
#saerchBar input[type=text]{
width:216px;
height:24px;
padding-left:16px;
padding-right:25px;
background:transparent;
border:none;
color:rgb(197, 59, 54);
}
#saerchBar input[type=text]:focus{
outline:none;
}
#searchIcon{
margin-left:-35px;
margin-top:5px;
}
#idHolder{
width:1200px;
margin:auto;
}
#imageSlider{
width:1200px;
}
#newsFeedBase{
background:url('../images/newsFeedbg.png');
width:1200px;
margin:auto;
padding-top:5px;
padding-bottom:5px;
border-bottom:2px solid rgb(197, 59, 54);
}

#newsFeedHolder{
width:1000px;
margin:auto;
}
#newsFeedHolder b {
cursor:pointer;
color:#888;
font-size:16px;
font-family:'Open Sans', sans-serif;
}
#newsFeedHolder b:hover{
color:rgb(197, 59, 54);
}
#bottomMainContent{
width:1200px;
margin:auto;
}
#otherPanel{
width:750px;
padding:15px;
float:left
}
#pageWrapper{
width:1200px;
padding:10px;
margin:auto;
}
#pageLeftContent{
width:830px;
padding:10px;
float:left;
border-right:1px solid rgb(213, 209, 209);
min-height:500px;
}
#pageRightContent{
width:345px;
float:right;
}

.otherPanelBox{
background:url("../images/otherPanelBG.gif");
float: left;
width: 740px;
height: 123px;
overflow: hidden;
padding:7px;
margin-right:40px;
margin-left:40px;
font-size:16px;
}
.otherPanelBoxFirst  img{
float:left;
margin:3px
}

.otherPanelBoxFirst p{
color:#707070;
font-size:13px;
}
.otherPanelBoxFirst h1{
color:rgb(197, 59, 54);
font-size:16px;

}
.otherPanelBoxFirst a{
text-decoration:none;
}

.otherPanelBoxSecond img{
float:right;
margin:3px
}

.otherPanelBoxSecond p{
color:#707070;
font-size:13px;
}
.otherPanelBoxSecond h1{
color:rgb(197, 59, 54);
font-size:16px;
}
.otherPanelBoxSecond a{
text-decoration:none;
}
#navigationFooterBase{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c53b36+0,892e27+100 */
background: rgb(197,59,54); /* Old browsers */
background: -moz-linear-gradient(top, rgba(197,59,54,1) 0%, rgba(137,46,39,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(197,59,54,1)), color-stop(100%,rgba(137,46,39,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(197,59,54,1) 0%,rgba(137,46,39,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(197,59,54,1) 0%,rgba(137,46,39,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(197,59,54,1) 0%,rgba(137,46,39,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(197,59,54,1) 0%,rgba(137,46,39,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c53b36', endColorstr='#892e27',GradientType=0 ); /* IE6-9 */
padding:10px;
}
#navigationFooterHolder{
width:1200px;
margin:auto;
}
.naviFooterDiv{
float:left;
width:170px;
margin:10px;
}

.naviFooterDiv li{
list-style:none;
margin:4px;
}
.footNaviHeader{
font-size:15px;
text-decoration:none;
font-weight:bold;
color:white;
}
.naviFooterDiv ul {
margin-top:10px;
}
.naviFooterDiv ul li a{
text-decoration:none;
color:rgba(255, 255, 255, .7);
font-weight:bold;
font-size:12px;
}
.naviFooterDiv ul li a:hover{
color:white;
}
.topicList{
width:780px;
min-height: 110px;
margin-bottom:20px;
border-bottom:2px dotted rgba(0, 0, 0, .4);
}
.topicList img {
float:left;
margin-right:15px;
}
.topicList a{
color:rgb(197, 59, 54);
font-size:15px;

}
.topicList p{
color:grey;
font-size:13px;
margin-top:10px;
}
.topicList p:hover{
text-decoration:underline;
}
#footerCopyRight{
background:rgb(197, 59, 54);
padding:3px 10px 3px 10px;
}
#footerCopyRight ul li a{
color:rgba(255, 255, 255, .7);
text-decoration:none;
font-size:12px;
}
#footerCopyRight ul li a:hover{
color:white;
}
#footerCopyRight ul li{
display:inline;
color:rgba(255, 255, 255, .7);
margin:3px;

}
#footerCopyRight i {
float:right;
color:rgba(255, 255, 255, .7);
}
.newsList {
margin-left:5px;
word-wrap: break-word;
color:#5f5f5f;
font-size:12px;
margin-top:15px;
border-bottom:1px solid #5f5f5f;
font: 13px/1.25 'Helvetica Neue',Helvetica,Arial,sans-serif;
padding-bottom:5px;
}
.newsList img{
float:left;
margin-right:5px;
width:60px;
}
.newsList h3{
color:#324fe1;
font-size:13px;
font-weight: 700;
 -webkit-font-smoothing: antialiased;
}

#contactUsHolder label{
display:block;
width:400px;
text-align:right;
margin:15px;
color:#707070;
font-weight:bold;
}
#contactUsHolder input[type=text]{
width:250px;
padding:3px;
}

#contactUsHolder textarea{
width:250px;
height:150px;
}
#contactUsHolder input[type=submit]{
padding:10px;
}
#MyWindowHolder{
width:100%;
height:100%;
background:rgba(0, 0, 0, .6);
position:absolute;
z-index:100;
display:none;
}
#MyWindow{
background:white;
width:220px;
margin:20px auto 0px auto; 
padding:15px;
text-align:center;
}