/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.7.0
*/
/**
 * YUI Reset
 * @module reset
 * @namespace
 * @requires 
 */

body, html {
overflow:hidden;
}

html {
	color: #999;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,
img {
	border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
optgroup {
	font-style: inherit;
	font-weight: inherit;
}

del,
ins {
	text-decoration: none;
}

li {
	list-style: none;
}

caption,
th {
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before,
q:after {
	content: '';
}

abbr,
acronym {
	border: 0;
	font-variant: normal;
}

sup {
	vertical-align: baseline;
}

sub {
	vertical-align: baseline;
}

/*because legend doesn't inherit in IE */
legend {
	color: #000;
}

input,
button,
textarea,
select,
optgroup,
option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}

/*@purpose To enable resizing for IE */
/*@branch For IE6-Win, IE7-Win */
input,
button,
textarea,
select {
	*font-size: 100%;
}

.hidden{
	display: none;
}
.bold{
	font-weight: bold;
}

/*
########################  MAIN CSS  ######################## 
*/

html {
	padding : 0px;
	margin : 0px;

}


body {
	font-family:  "Helvetica neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	height: 100%;
}


b {
	color: #DDD;
}

a {
	color: #5B729F;
	text-decoration: none;
}

a:hover {
	color: #91B8FF;
}

h1,h2,h3,h4 {
	font-family:  "Helvetica neue", Helvetica, Arial, sans-serif;
	color: #91B8FF;
}

h1 {
	font-size: 42px;
	line-height: 50px;
	margin-bottom: 10px;
}

h3 {
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 10px;
}

h4 {
	font-size: 20px;
	line-height: 24px;
	margin: 15px 0 5px 0;
}

p {
	font-family:  "Helvetica neue", Helvetica, Arial, sans-serif;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.orange {
	color: #F36100 !important;
}

.red {
	color: red !important;
}

.vtop {
	vertical-align: top;
}

#container {
	float:fixed;
	z-index: 10;
	margin: 0 auto;

}


/*############## HEADER ################*/


#header, #menu, #sideBar, #footer ,.signUpButton {
	display: none;
}





/*############## MAIN CONTENT ################*/

#content {
	float:none;

}



/*############## PLAIN PAGE ################*/

#sideBar {
	float:left;
	width: 280px;
}

#sideBarMenu {
	margin: 30px 25px 0 45px;
}

#sideBarMenu .menuLink {
	padding: 0 0 15px 0;
}
#pageContent {
	float:left;
	width: 600px;
	padding: 0 20px 0 20px;
	margin: 0 0 40px 0;
}



.pageContentCenterW {
	float: left;
	width: 850px;
	display: block;
	padding-bottom: 30px;
}

.pageContentCenterW p{
	padding-bottom: 10px;
}

#pageContentCenter {
	width: 500px;
	padding: 0 20px 30px 20px;
	margin: 0 auto;
}

.lB {
	border-left: 1px solid #45597E;	
}

.rB {
	border-right: 1px solid #45597E;	
}

#pageContent select {
	float:left;
	padding: 5px 10px;
	margin: 0 5px 0 0;
	font-weight: bold;
	font-size: 14px;
	color: #999;
	border: 1px solid #7695D0;
	background-color:#191F2D;
}

#pageContent p {
	margin: 0 0 10px 0;
	font-size: 14px;
	line-height: 18px;
	color: #CCC;
}

#pageContent ul {
	font-size: 14px;
	color: #CCC;
	padding-left: 55px;
	margin-bottom: 10px;
}
#pageContent ul li{
	list-style-type: square;
}

.sideBarBox {
	padding: 25px 10px 0 25px;
}

#sideBar p {
	margin: 0 0 10px 0;
	font-size: 12px;
	line-height: 15px;
}

#sideBar ul {
	font-size: 12px;
	padding-left: 20px;
	margin-bottom: 10px;
}
#sideBar ul li{
	list-style-type: square;
}

#bigHeader {
	padding-top: 100px;
}

.largeHeader2 {
	font-size:30px;
}

#bigHeader,.largeHeader2 {
	width: 650px;
}

.formAgreement {
	width: 350px;
}


