* {margin: auto 0px; padding: 0px;}

html, body, #wrap {
	height: 100%;
	background-repeat: repeat-x;
	background-position: top;	
}

body > #wrap {
	height: auto;
	min-height: 100%;
	background-image: url(../images/body_bg.jpg);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #fdfdfc;
}

#main {
	padding-bottom: 92px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	
}  /* must be same height as the footer */


 
#container {
	position: relative;
	width: 985px;
	margin: 0px auto;
	text-align: left;
} 

/* CLEAR FIX*/
.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;}
/* End hide from IE-mac */




h1 {
	font-size: 18px;
	color: #021737;
	text-transform: uppercase;
	letter-spacing: 0px;
	font-weight: bold;
	height: 24px;
}

h1 a {
	font-size: 18px;
	color: #062E61;
	text-transform: uppercase;
	letter-spacing: 0px;
	font-weight: bold;
	text-decoration:none;
}

h1 a:hover {
	font-size: 18px;
	color: #891007;
	text-transform: uppercase;
	letter-spacing: 0px;
	font-weight: bold;
}  


.red {
	color: #CB1A14;
	text-decoration: none;
}
.white{
	color: #FFFFFF;
	text-decoration: none;
}

.grey{
	color: #006;
	text-decoration: none;
}

a:hover{
	color: #C61A10;
}

 /* HEADER */


#header {
	position: relative;
	margin:auto 0px;
	padding: 0px;
	height: 93px;
	width: 985px;
}
 

#logo {
	float: left;
	margin-left: 0px;
	width: 265px;
	height: 38px;
	display: inline;
	padding-top: 0px;
	#padding-top: 24px;
	
}




 /* LEFT COLUMN */

#contentcolumn {
	padding: 0px;
	width: 985px;
	float: left;
	display: inline;
	clear: left;
	margin-top: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding-left: 0px;
}

#contentheader {
	width: 985px;
	color: #FFFFFF;
	font-size: 18px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#contentheader h1{
	color: #990000;
	float: left;
}

#contentheader #left {
	width:300px;
	float:left;
	padding-top:15px;
	padding-left: 10px;
}
#contentheader #right {
	width:453px;
	float:right;
	text-align:right;
	padding-top:15px;
	padding-right: 0px;
}

#contentmain {
	width: 985px;
	padding-left: 0px;
	padding-right: 0px;
	float: left;
}
#contentmain a{
	color: #333333;
	text-decoration: none;
}

#contentmain a:hover{
	color: #990000;
}

#contentfooter {
	background-image: url(../images/content-footer.gif);
	width: 985px;
	height: 14px;
	font-size: 11px;
	float: left;
}

#contentfooter a{
	color:#990000;
}

#leftfooter a:hover{
	color:#000;
}

#leftitem {
	width: 453px;
	height: 337px;
	float: left;
	display: inline;
	margin-left: 0px;
	margin-top: 15px;
	font-size: 12px;
	text-align: left;
	background-color: #EFEFEF;
	background-image: url(../images/uk-bg.jpg);
	padding: 7px;
	background-repeat: no-repeat;
	background-position: center;
	color: #FFF;

}

#leftitem a {
	color: #FFF;
	font-weight: bold;
}


#leftitem a:hover{
	color: #999;
}

#leftcontent {
	width: 330px;
	float: left;
	display: inline;
	margin-left: 20px;
	margin-top: 150px;
	font-size: 12px;
	text-align: left;
	color: #FFF;
}

#leftcontent h2 {
	font-size: 15px;
	color: #FFF;
	text-transform: uppercase;
	letter-spacing: 0px;
	font-weight: bold;
	height: 20px;
}

#leftcontent h2 a {
	color: #FFF;
	text-transform: uppercase;
	letter-spacing: 0px;
	font-weight: bold;
	text-decoration:none;
}

#leftcontent h2 a:hover {
	color: #999;
	text-transform: uppercase;
	letter-spacing: 0px;
	font-weight: bold;
}  

#rightcontent {
	width: 70px;
	float: right;
	display: inline;
	margin-left: 0px;
	margin-top: 150px;
	font-size: 12px;
	text-align: left;
	color: #FFF;
	line-height: 16px;
}

#rightitem {
	width: 453px;
	height: 337px;
	float: right;
	display: inline;
	margin-left: 0px;
	margin-top: 15px;
	font-size: 12px;
	text-align: left;
	margin-right: 0px;
	background-color: #EFEFEF;
	background-image: url(../images/irl-bg.jpg);
	padding: 7px;
	background-repeat: no-repeat;
	background-position: center;
}

#rightitem a {
	color: #FFF;
	font-weight: bold;
}


#rightitem a:hover{
	color: #999;
}

#rightcontent h2 {
	font-size: 15px;
	color: #FFF;
	text-transform: uppercase;
	letter-spacing: 0px;
	font-weight: bold;
	height: 20px;
}

#rightcontent h2 a {
	color: #FFF;
	text-transform: uppercase;
	letter-spacing: 0px;
	font-weight: bold;
	text-decoration:none;
}

#rightcontent h2 a:hover {
	color: #999;
	text-transform: uppercase;
	letter-spacing: 0px;
	font-weight: bold;
}  



p {
	margin: 0 auto;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

 /* FOOTER */ 
 
 #footer {
	position: relative;
	margin-top: -92px; /* negative value of footer height */
	height: 92px;
	clear:both;
	background-color: #EFEFEF;
	background-position: top;
	padding-top: 0px;
	vertical-align: middle;
} 
 
#foot {
	width:985px;
	margin:0 auto;
	height:92px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-repeat: no-repeat;
	background-position: top;
}

#foot a{
	color: #333333;
	text-decoration: none;
}


#foot a:hover{
	color: #CC0000;
	text-decoration: none;	
}


#foot #left {
	width:680px;
	float:left;
	padding-top:15px;
	padding-left: 10px;
}
#foot #right {
	width:290px;
	float:right;
	text-align:right;
	padding-top:15px;
	padding-right: 20px;
}
