/* CSS Document */

/* = yahoo ui css reset = */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {margin:0; padding:0;}
table {border-collapse:collapse; border-spacing:0; font-size:1em;}
input, select, textarea, button {font-size:1em; font-family:"Helvetica Neue", Helvetica, Arial, "Lucida Sans", sans-serif; position:relative;}
input {padding:.1em 0;}
fieldset, img {border:0;}
address, caption, cite, code, dfn, em, strong, th, var {font-style:normal; font-weight:normal;}
ol, ul {list-style:none; font-size:100%;}
caption, th {text-align:left;}
h1, h2, h3, h4, h5, h6 {font:100%/1.2em "Helvetica Neue", Helvetica, Arial, "Lucida Sans", sans-serif; margin-top:.3em; color:#03336d;}
q:before, q:after {content:'';}
abbr, acronym {border:0;}
/* = end = */


html, body {width:100%; height:100%;}

body {
	color:#333;
	font:.65em/1.6em "Helvetica Neue", Helvetica, Arial, "Lucida Sans", sans-serif;
	background:#5e6c91 url(../image/bg_1_2.jpg) no-repeat bottom center fixed;
	height:100%;
	min-height:100%;
	text-align:center;
}

a {
	color:#00abe2;
	text-decoration:none;
	font-size:100%;
	position:relative; /*gets over links not being clickable due to alpha image loader for ie5.5 and 6*/
}
a:hover {
	text-decoration:underline;
	color:#f0068d;
}

a.vlink, a.link {
	padding-left:16px;
	background:url(../image/bg_vlink.gif) no-repeat left 50%;
	/*margin-left:4px;*/
}
a.link {
	background-image:url(../image/bg_link.gif);
}

p {padding:.6em 0;}

h1 {font-size:2.4em;}
h2 {font-size:2.1em; line-height:1.2em; margin-top:0;}
h3 {font-size:1.9em;}
h4 {font-size:1.8em;}
h5 {font-size:1.7em;}
h6 {font-size:1.6em;}


#cntnr {
	width:990px;
	text-align:left;
	color:#333;
	font-size:1.3em;
	margin:0 auto;
	padding:20px 0;
	position:relative;
}

h1 {
	background:url(../image/logo_cwp.gif) no-repeat top right;
	height:78px;
	width:114px;
	float:left;
	display:inline;
	text-indent:-200000px;
}

#hdr li, #ftr li {
	display:inline;
	float:left;
}

#hdr ul {
	float:right;
	width:840px;
	padding:6px 0;
	display:inline;
	margin-top:12px;
	font-size:1.4em;
	line-height:1.8em;
}

#hdr li.cwp {font-size:1.2em;}

#hdr li a {
	padding:3px;
	color:#fff;
	font-weight:300;
	border-bottom:#99a6d3 solid 3px;
	margin-right:15px;
}

#hdr li a:hover {
	text-decoration:none;
	color:#013467;
}

#hdr li a.current {border-bottom:#f9c solid 3px;}


#wrpr {
	margin:20px 0;
	float:left;
	display:inline;
	background:url(../image/bg_all.png);
	float:left;
	width:100%;
}

#rcol {
	padding:10px 20px;
}

blockquote {
	background:url(../image/bg_openQuote.gif) left top no-repeat;
	margin:12px;
}
blockquote p, blockquote h4 {
	background:url(../image/bg_closeQuote.gif) right bottom no-repeat;
	padding:0 35px;
}



fieldset {padding:8px 0;}

legend {
	font-size:1.3em; 
	width:100%; 
	border-bottom:1px dotted #888; 
	padding:6px 0; 
	margin-bottom:12px;
}

fieldset p {padding:.3em 0;}

select {
	width:auto; 
	border:1px solid #888;
}

label {
	width:15em;
	text-indent:0;
	float:left;
}

span.checkbox {clear:both;}

span.checkbox input {border:none;}

span.checkbox label{
	float:none;
	margin-left:10px;
	width:auto;
}

label.comments {width:auto;}

input {
	margin-left:.6em;
	border:1px solid #888;
}

input.small {width:8em;}
input.medium {width:16em;}
input.large {width:24em;}

input.btn {
	padding:.2em 1.4em;
	width:auto;
	background:#fff;
	border:1px solid #888;
	cursor:pointer;
	border-bottom:1px solid #333;
	border-right:1px solid #333;
}

input#ctl00_ContentPlaceHolder1_btnPrevious {
	margin-left:15.6em;
}

input#email, input#why {width:300px;}

textarea {
	width:300px;
	height:12em;
	margin-left:15.6em;
	clear:both;
}

.radioInline label {float:none; margin:0 20px 0 10px;}
.radioInline input {width:auto;}

strong {width:10em; display:inline; float:left;}

button {
	margin-left:15.6em;
	cursor:pointer;
}


#ftr fieldset {
	float:right;
	display:inline;
	width:auto;
	text-align:right;
	margin-right:10px;
	padding:0;
}

#ftr label {
	width:auto;
	margin-right:10px;
}

#ftr {
	background:url(../image/bg_all.png);
	float:left;
	padding:6px 0;
	width:100%;
}

#ftr ul {
	float:left;
	width:auto;
	display:inline;
	margin-left:10px;
}

#ftr li {
	margin-right:4px;
}


a.skip {
	position:absolute;
	top:-200px;
	right:0;
}

a.skip:focus, a.skip:hover {
	top:0;
	color:#fff;
}

p.FlashObject {float:left; width:400px;}
p.FlashObjectAfter {float:left; width:auto;}