@charset "UTF-8";
/* CSS Document */

body {
background:#fff;
color:#807f7f;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
line-height:28px;
text-align:center;
}

h1 {
font-size:16px;
color:#333;
margin-top:30px;
}

p {
padding-top:10px;
}

  .bold {
  font-weight:bold;
  }
  
  .red {
  color:#bf1c13;
  }
  
a {
text-decoration:none;
color:#666;
}

a:hover {
text-decoration:underline;
color:#807f7f;
}

#wrapper {
width:938px;
margin:0 auto;
padding:0;
}

#header {
height: 87px;
text-align:left;
padding-top:10px;
}

.banner {
height:189px; 
background:url(images/banner.jpg) no-repeat;
}

.bannerAlt {
height:189px; 
background:url(images/banner2.jpg) no-repeat;
}

#nav {
background:#333;
}

#nav ul {
padding:0;
list-style-type:none;
color:#cbcbcb;
background-color:#333;
width:850px;
overflow:hidden;
margin:0 auto;
}

#nav li {
letter-spacing:1px;
float:left;
padding:5px 30px;
background-color:#333;
}

#tick ul {
margin-left:0;
}

#tick li {
background-image:url(images/tick-icon.png);
background-repeat:no-repeat;
list-style:none;
padding-left:20px;
}

#content {
margin-top:23px;
text-align:left;
line-height:22px;
}

.greyLine {
width:auto;
height:10px;
background:#ebebe9;
}

.columnText {
width:290px;
float:left;
height:auto;
margin:20px 10px 0 0;
}

.ex {
width:550px !important;
}

.columnTextalt {
width:290px;
float:right;
height:auto;
margin:20px 10px 0 0;
}

#footer {
height:100px;
width:auto;
background:#ebebe9;
text-align:center;
margin-top:30px;
margin-bottom:0;
color:#7f7f7d;
}

.dgreyBox {
background-color:#333;
color:#ebebe9;
padding: 15px;
font-size:14px;
}

.dgreyBox li {
float:left;
padding-right:100px;

}

.ticons {
width:50px;
}

/*-------------------- HORIZ-NAV STYLES --------------------*/
#menu {
background-color:#333;
width:938px;
}

#horiz-nav{
	list-style:none;
	padding:0;
	margin:0 auto;
	display:block;
	font-size:12px;
	width:850px;
}
#horiz-nav li{
	float:left;
	text-align:center;
	line-height:28px;
}
#horiz-nav li a{
    font-family:Arial;
	background:#333;
	color:#ccc;
	letter-spacing:1px;
	padding:5px 30px;
	display:block;
	margin-right:0;
	text-decoration:none;
}
#horiz-nav li a:hover, #horiz-nav li a:focus{
	color:#ccc;
}
#horiz-nav li:hover *{
	display:block;
}
#horiz-nav li ul{
	display:none;
	position:absolute;
}
#horiz-nav li ul li{
	float:none!important;
}
#horiz-nav li ul li a{
	color:#666;
	background:#fff;
	display:block;
	text-decoration:none;
	width:150px;
	white-space:normal;
	border-bottom:1px solid #fff;
	background:#e7e7e7;
}
/*END HORIZ-NAV*/
