/*--------------------------------------------------------------------------------------------------
	global styles and wrapper
--------------------------------------------------------------------------------------------------*/
a  {
	text-decoration: none;
	color:#55a1d5;
}
a:hover {
	color:#55a1d5;
	text-decoration : underline;
}

body {
	vertical-align:top;
	background-color: #FFFFFF;
	padding:0;
	margin: 0;
}

h1, h2, h3, h4, h5, h6, p, ol {
	padding:0;
	margin:0;
}

h1 {
	font-family: "Trebuchet MS", Trebuchet, Verdana, sans-serif;
	font-size: 19px;
	line-height: 17px;
	color: #000000;
	margin: 0;
	padding: 0 0 10px 0;
	font-style: normal;
	font-weight: bold;
}
h2 {
	font-family: "Trebuchet MS", Trebuchet, Verdana, sans-serif;
	font-size: 17px;
	line-height: 16px;
	color: #000000;
	margin: 0;
	padding: 0 0 10px 0;
	font-style: normal;
	font-weight: bold;
}
p {
	font-family: "Trebuchet MS", Trebuchet, Verdana, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	margin: 0;
	padding: 0 0 10px 0;
	font-style: normal;
	font-weight: normal;
}
table {
	font-family: "Trebuchet MS", Trebuchet, Verdana, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	margin: 0;
	padding: 0 0 10px 0;
	font-style: normal;
	font-weight: normal;
}

ul { 
	list-style-type: none;
	font-family: "Trebuchet MS", Trebuchet, Verdana, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	margin:0;
	padding:0 0 10px 0;
	font-style: normal;
	font-weight: normal;
}

li { 
	background: url(../images/bullet.gif) left top no-repeat;
	padding-left: 7px;
}

img {
	display:block;
	margin:0;
}	

#wrapper {
	width:950px;
	height:auto;
	margin:0 auto 0 auto;
	padding:0;
}

#policywrapper {
	width:800px;
	height:auto;
	margin:0 auto 0 auto;
	padding:0;
}

/*--------------------------------------------------------------------------------------------------
	header and image hooks 
--------------------------------------------------------------------------------------------------*/
#header {
	width:830px;
	float:left;
	margin:0;
	padding:20px 0 0 120px;
}
#header h2{
	padding: 10px 0 10px 0;
}
#header img {
	display:block;
	margin:0;
	float:left;
	padding:0;
}

.hook {
}


/*--------------------------------------------------------------------------------------------------
	policy 
--------------------------------------------------------------------------------------------------*/
#policy {
	width:800px;
	float:left;
	margin:0;
	padding:20px 0 0 20px;
}
#policy h2{
	padding: 10px 0 10px 0;
}


/*--------------------------------------------------------------------------------------------------
	content area
--------------------------------------------------------------------------------------------------*/
#container {
	width:950px;
	margin:0;
	float:left;
}

#container img {
	display:block;
	margin:0;
	float:left;
	padding:8px 0 0 0;
}

.home {
	background-image: url(../images/image_home.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	padding:20px 0 570px 0;
}

.peek {
	background-image: url(../images/image_peek.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	padding:20px 0 560px 0;
}

.surprise {
	background-image: url(../images/image_surprise.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	padding:20px 0 560px 0;
}

.support {
	background-image: url(../images/image_support.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	padding:20px 0 550px 0;
}

.subscribe {
	background-image: url(../images/image_subscribe.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	padding:20px 0 570px 0;
}

.read {
	background-image: url(../images/image_read.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	padding:20px 0 550px 0;
}
/*--------------------------------------------------------------------------------------------------
	form
--------------------------------------------------------------------------------------------------*/
#formbox {
	width:402px;
	padding:10px 0 10px 10px;
	margin:0 0 10px 0;
	float: left;
	text-align:left;
	background-color:#e0ebf3;
	border: 1px solid #80a3b7;
}

.form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	color: #000000;
	padding: 0 0 5px 0;
	font-style: normal;
	font-weight: normal;
}

.continue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 11px;
	color: #FFFFFF;
	padding: 1px 5px 1px 5px;
	margin: 10px 0 0 0;
	font-style: normal;
	font-weight: bold;
	border: 1px solid #80a3b7;
	background-color: #3a6e8f;
}

/*--------------------------------------------------------------------------------------------------
	footer
--------------------------------------------------------------------------------------------------*/
#footer {
	width:950px;
	margin:0;
	float:left;
	padding:0;
	background-color:#fff200;
	text-align:center;
}

#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 13px;
	color: #000000;
	margin: 0;
	padding: 10px 0 10px 0;
	font-style: normal;
	font-weight: bold;
}

/*--------------------------------------------------------------------------------------------------
	misc
--------------------------------------------------------------------------------------------------*/
.spacer {
	clear:both;
}
