/* -----------------  page styles -------------------------------------------------------*/

body {
	padding:0;
	margin:0;
	font:11px Verdana, sans-serif;
	line-height: 17px;
	background:#f4f4f4 url(../images/bodybg.gif) center repeat-y;
	color: #555;
}
#wrapper {
	margin:2px auto;
	width:900px;
	padding:0;
	background:#fff;
}

/* -----------------  class definition -------------------------------------------------------*/
/*Hide texts*/
.hide {
	position: absolute;
	left: -999em;
}
/*clearfix*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}

/* -----------------  general styles  -------------------------------------------------------*/

a {
	color:#1e0402;
	text-decoration: none;
	background:none;
	font-weight:bold;
}
a:hover {
	color:#b55650;
	background:none;
	text-decoration:none;
}
p {
	margin:0;
	padding-top:2px;
}
.mtop {
	margin-top:10px;
}
h2 {
	font-weight:bold;
	font-size:12px;
	padding:0px 0 4px 0px;
	margin: 0 0 2px 0;
	color:#444;
	background:none;
	border-bottom: 2px dotted #444;
}
ul {
	margin: 0;
	padding : 0;
	list-style : none;
}
img {
	border: 0;
}
h4 {
	font: 30px 'HelveticaNeue-CondensedBold', 'Arial Narrow', Helvetica, Arial, sans-serif;
	margin:0;
}
.pic {
	margin-top:8px;
}
/* -----------------  top info  -------------------------------------------------------*/

#header {
	clear:both;
	width:900px;
	height:80px;
	background: url(../images/headerBg.png) repeat-x;
	margin-top:-2px;
}
#title {
	float:left;
	margin-left:20px;
	margin-top:5px;
}

#hright {
	float:right;
	width:540px;
	height: 60px;
	margin:15px 0 0 0;
}

.secCol {
	margin-top:20px;
}
/*Navigation***********************************************************************************************************/
#menu {
	width: 450px;
	float:right;
	margin:30px 10px 0 0;
}

#nav {
	font-size:110%;
	list-style:none;
	text-decoration:none;
}
#nav li {
	display: inline;
	text-decoration:none;
	text-align:right;
	padding-top:5px;
	padding-bottom:5px;
}
#nav li a {
	float:left;
	color: #666;
	padding: 0 13px;
	text-decoration:none;
}
/* ----------------- Bottom content -------------------------------------------------------*/
#footer {
	clear: both;
	text-align:center;
	line-height: 1.8em;
	color:#999;
	background: #fff;
	margin:5px 0 0 0;
}

