@charset "utf-8";
* {
	margin:0px;
	padding:0px;
}
/* fix slider margins here because they are being overridden somehoe by *{} style above*/
ol#controls{
		margin-left:525px;
		}
body {
	background:#E2E2E2;
	font-family: "Helvetica Neue", Helvetica,Tahoma, Verdana, Arial, sans-serif;
	/*font-family:"Lato Regular", "Helvetica Neue", Helvetica, Verdana, Arial,sans-serif;*/
	/*font-family:"Lato Light", "Helvetica Neue", Helvetica, Verdana, Arial,sans-serif;*/
	font-size: 14px;
	line-height:1.625;
	font-weight:300;
	text-align:left;
	color:#373737;
}
p{margin-bottom:1.5em;
}
h1 {
	color:#222;
	font-size:22px;
	font-weight:bold;
	line-height: 1.5em;
    padding-bottom: 0.3em;
    padding-top: 15px;
}
h2 {
	color:#222;
	font-size:18px;
	font-weight:bold;
	line-height: 1.25em;
    padding-bottom: 0.1em;
    padding-top: 10px;}
h3 {
	color:#222;
	font-size:14px;
	font-weight:bold;
	padding-top:10px;
}

table, tr, th, td{
	border: 1px solid #336;
	border-collapse:collapse; 
}

th, td{padding:4px;
}

th {
/*background-color:#EEE;*/
background: linear-gradient(#F9F9F9, #E5E5E5);
}

a:link {
	text-decoration: none;
	font-weight:bold;
	color:#660000;
}
a:visited {
	text-decoration: none;
	font-weight:bold;
	color:#660000;
}
a:hover {
	color:#fff;
	background-color:#660000;
}
img {
	/*border:0px;*/
	border: 1px solid #DDD;
	padding: 6px;
}
blockquote{
	padding: 10px 20px 10px 20px;
}

.nohover a:hover{
	text-decoration:none;
	background-color:#FFF;
}
.clear {
	clear:both;
}
.stylenormal {
	font-weight: normal;
}

#wrapper {
	position:relative;
	overflow:auto;
	width:1000px;
	/*margin:10px auto;*/
	margin:auto;
	background-color:#FFF;
}


#header {
	/*position: relative;*/
	width: 1000px;
	overflow: auto;
	height:110px;
	border: 0;
	margin-bottom: 2px;
	text-align: center;
	background: url(assets/logo1000-textSide-burg.png) no-repeat left 10px;
	background-color:#600;
}

#header_logo {
	position:absolute;
	/*right:30px;*/
	bottom:10px;
	z-index:1500;
}
#menuBarDiv {
	position:relative;
	float:left;
	width:980px;
	font-size:12px;
	border-bottom:#EEE solid 1px;
	padding-left:20px;
	z-index:2000;
}

#right {
	position: relative;
	float: left;
	margin:5px 50px 0 50px;
	width: 900px;
	background-color: #fff;
	/*background-color: #FFFFFF;*/
	line-height: 1.5em;
	padding-bottom: 10px;
}
#right p {
	padding-bottom:6px;
}
.welcome {
	clear:both;
	padding-top: 0;
	padding-left: 16px;
	padding-right: 10px;
	padding-bottom: 0px;
	margin-left: 6px;
	margin-right: 6px;
	margin-top:0;
	text-align: left;
}


.hot_topics {
	float: right;
	line-height:normal;	
	margin-right:20px;
}
.hot_topics th{
	text-align:center;
}

.hot_topics ul {
	margin-left: 20px;
	list-style: square outside none;
}
.hot_topics ul li {
	margin-left: 10px;
	margin-right:10px;

}
.announcements {
	float: left;
	padding-top: 0px;
	margin-top:0;
	padding-left: 8px;
	padding-right: 10p012px;
	margin-right: 6px;
	margin-left: 6px;
	text-align: left;
	font-size:12px;
}
.announcements img {
	float:left;
	padding:6px;
}
.announcements table,.announcements tr, .announcements thead,.announcements th,.announcements td{
	border:none;
}
.bottomtag {
	color: #600;
	text-align: center;
	padding: 24px 6px;
	background: #EEE;
	/*border-radius: 0px 0px 10px 10px;*/
}
.bottomtag a:link {
	color:#FFFFFF;
	text-decoration:none;
}
.bottomtag a:hover {
	color:#660000;
	background-color:#FFFFFF;
}
