/* CSS Document */

body {
	margin:0;
	padding:0;
	background:#dcdcdc;
	font-family:Helvetica, Arial, sans-serif;
}
a {
	color:#00b5cc;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
.aqua {
	color:#00b5cc;
}
.blue {
	color:#004b8d;
}
img {
	border:0;
}
#wrapper {
	width:942px;
	margin:30px auto;
}

#container {
	width:900px;
	float:left;
	margin:0;
	padding:20px;
	background:#f5f5f5;
	border:1px solid #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

/************************************************************
 HEADER
************************************************************/

#headerWrapper {
	width:860px;
	float:left;
	margin:0;
	padding:10px 20px 0 20px;
}
#logo {
	width:160px;
	height:100px;
	float:left;
}
#headerTextLeft {
	width:500px;
	height:40px;
	float:left;
	padding:30px 0;
}
#headerTextLeft h2 {
	font-size:18px;
	margin:0;
	line-height:20px;
	color:#00b5cc;
	font-weight:normal;
}

#headerTextRight {
	width:200px;
	height:60px;
	float:left;
	padding-top:20px;
	text-align:right;
}
#headerTextRight h3 {
	color:#888;
	font-size:13px;
	margin:0;
	font-weight:normal;
}
#headerTextRight h2 {
	font-size:24px;
	color:#888;
	margin:5px 0 0 0;
	font-weight:normal;
}
	
/************************************************************
 NAV
************************************************************/

#navWrapper {
	width:860px;
	height:20px;
	float:left;
	padding:10px 20px;
	background:url(../images/nav-bg.png) repeat-x #009db0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin:20px 0 0 0;
}
#nav ul {
	margin:0;
	padding:0;
}
#nav li {
	margin:0;
	padding:0;
	list-style:none;
	display:inline;
}
#nav li a {
	font-size:12px;
	font-weight:bold;
	color:#fff;
	display:inline-block;
	padding:0 8px;
	margin:0 10px 0 0;
	line-height:20px;
	text-decoration:none;
}
#nav li a:hover {
	background:#fff;
	color:#009db0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

/************************************************************
 HERO
************************************************************/

#heroWrapper {
	width:900px;
	height:250px;
	float:left;
	margin-top:10px;
	padding-bottom:20px;
	display:inline;
	background:url(../images/hero-shadow.png) bottom no-repeat;
}
#heroWrapper #heroTop {
	width:840px;
	height:150px;
	float:left;
	padding:30px;
	background:url(../images/hero-bg.png) repeat-y #fff;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
#heroWrapper #heroTop h1 {
	width:540px;
	font-size:24px;
	font-weight:normal;
	line-height:36px;
	color:#333;
	margin:0;
	padding:0;
}
#heroWrapper #heroTop h1 a {
	font-weight:bold;
}
#heroWrapper #heroTop h1 a:hover {
	text-decoration:underline;
}
#heroWrapper #heroBot {
	width:840px;
	height:20px;
	float:left;
	padding:10px 30px;
	margin:0;
	background:#555;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
#heroWrapper #heroBot h4 {
	font-size:14px;
	line-height:20px;
	font-weight:normal;
	color:#fff;
	margin:0;
}
#heroWrapper .positionFix {
}
#heroWrapper #heroImage {
	width:270px;
	height:280px;
	position:absolute;
	margin:-70px 0 0 630px;
	display:inline;
}

/************************************************************
 HERO IP
************************************************************/

#heroWrapperIP {
	width:900px;
	height:60px;
	float:left;
	margin-top:10px;
	padding-bottom:20px;
	background:url(../images/hero-shadow.png) bottom no-repeat;
}
#heroWrapperIP #heroTop {
	width:870px;
	height:30px;
	float:left;
	padding:15px;
	background:url(../images/hero-bg.png) repeat-y #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#heroWrapperIP #heroTop h1 {
	width:840px;
	font-size:24px;
	font-weight:normal;
	line-height:30px;
	color:#333;
	margin:0;
	padding:0;
}
#heroWrapperIP #heroTop h1 .small {
	color:#aaa;
	font-size:18px;
	padding-left:20px;
}
#heroWrapperIP #heroTop h1 a {
	font-weight:bold;
}
#heroWrapperIP #heroTop h1 a:hover {
	text-decoration:underline;
}


/************************************************************
 CONTENT
************************************************************/

#contentWrapper {
	width:840px;
	float:left;
	margin:30px;
}

/***************************
 CONTENT LEFT
***************************/

#contentLeft {
	width:540px;
	float:left;
	margin-right:40px;
}
#contentLeft h1 {
	margin-top:0;
	font-size:24px;
	line-height:24px;
	color:#555;
	font-weight:normal;
}
#contentLeft h2 {
	font-size:18px;
	font-weight:normal;
	color:#555;
	line-height:24px;
}
#contentLeft p, #contentLeft li {
	font-size:14px;
	color:#555;
	line-height:22px;
}

/***************************
 CONTENT RIGHT
***************************/

#contentRight {
	width:260px;
	float:left;
}
#contentRight img {
	margin:20px 0;
}
#contentRight .featureBox {
	width:240px;
	float:left;
	padding:10px;
	margin:0 0;
	background:#fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size:12px;
	color:#999;
	line-height:18px;
}
#contentRight .featureBox img {
	float:right;
	padding-left:10px;
	margin:0;
}

/************************************************************
 FOOTER
************************************************************/

#footerWrapper {
	width:900px;
	float:left;
	margin:0;
	padding:20px;
}
#footerWrapper ul {
	margin:0;
	padding:0;
	
}
#footerWrapper li {
	margin:0 30px 0 0;
	padding:0;
	font-size:11px;
	color:#666;
	line-height:18px;
	list-style:none;
	display:inline;
}