/**
 * 100% height layout with header and footer
 * ----------------------------------------------
 * Feel free to copy/use/change/improve
 */

html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background:#000;
	font-family:"Tahoma", Arial, Helvetica, sans-serif;
}


h2 {
	font-size:15px;
	font-weight:bold;
	color:#666;
	padding:0px;
	margin:30px 0px 20px 0px;
}

hr {
	color:#CCC;
	background-color:#CCC;
	height:1px;
	}

#containerRed {
	position:relative; /* needed for footer positioning*/
	margin:0px 0px 25px 0px;; /* center, not in IE5 */
	width:200px;
	padding:0px;
	float:right;
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
}

#nav {
  float:left;
  width: 150px;
  padding:0px 20px 0px 0px;
  text-align:left;
}

#nav ul {
  list-style-type: none;
  font-size:11px;
  margin:0px;
  padding:0px;
  font-weight:100;
}

#nav li {
	line-height:25px;
}

#nav li a {
  color:#FFFFFF;
  background:#666;
  padding:5px 10px 5px 10px;
  text-decoration:none;
}

#nav li a:hover {
  color:#FFFFFF;
  background:#333;
}

#content {
	float:left;
	padding:30px 10px 30px 30px;
	margin:0px;
}


#header {
  width: 860px;
  padding:0px 20px;
  height: 65px;
  border-bottom:2px solid #FFFFFF;
  text-align:center;
  background: #FF0000;
}

.headBox {
	width: 860px;
	margin:0 auto;
	text-align:right;
}

.strapline {
  font-size:18px;
  font-weight:100;
  color:#FFFFFF;
  padding-top:22px;
}

.subLine {
  font-size:12px;
  color:#FFFFFF;
  padding-top:5px;
}

#subheader {
  width: 900px;
  height: 25px;
  background: #555;
  text-align: center;
  border-bottom:2px solid #FFF;
}

#footer {
	clear:both;
	display:none;
	height:0px;
	position:absolute;
	width:100%;
	bottom:0; /* stick to bottom */
}

.box {
  width:170px;
  padding:15px;
  text-align:left;
}

.boxHead {
  width:200px;
  padding:5px 0px;
  margin:0px;
  font-weight:bold;
  color:#FFFFFF;
  background:#FF0000;
  text-indent:15px;
  font-size:12px;
}

h1 {
  font-size:22px;
  font-weight:100;
  color:#FF0000;
}

h3 {
  margin-bottom:-10px;
  color:#FF0000;
  font-size:12px;
}

h3 a {
	color:#999;
	font-size:12px;
	text-decoration:none;
}

h3 a:hover {
	color:#333;
	font-size:12px;
	text-decoration:none;
}

p {
  font-size:12px;
  color:#666666;
  line-height:20px;
}

ul {
	margin-left:0;
	padding-left:10px;
	line-height:20px;
	}

li {
	font-size:12px;
  	color:#444444;
}

.highlight {
  color:#FF0000;
}

.phone {
  font-size:20px;
  color:#FF0000;
}

.email {
  font-size:16px;
  color:#FF0000;
  text-decoration:none;
}

.email:hover {
  text-decoration:underline;
}


#container {
background:#FFFFFF url(images/bg.jpg) no-repeat scroll left bottom;
height:800px;
margin:0 auto;
position:relative;
width:900px;
}


#copy {
float:right;
width:480px;
}

.foot {
background-color:#FF0000;
color:#FFFFFF;
margin:0;
padding:10px;
text-align:center;
width:98%;
}
