html {
	overflow-x: hidden;
	overflow-y: scroll;
}

html, body {
	color: #FFF;
	background: #FFF;
	font-size: 16px;
	font-family: Helvetica;
}

a {
	color: #FFF;
	text-decoration: none;
}

a:visited {
	color: #FFF;
}

a:hover, a:active {
    text-decoration: underline;
}

h1 {
	color: #090909;
}

h2, h3 {
	color: #C05B9F;
}

h1 { font-size: 24px; }
h2 { font-size: 20px; }
h3 { font-size: 18px; }
h4 { font-weight: bold; }

h1, h2 {
	margin-bottom: .75em;
	text-align: center;
}

h3 {
	margin-bottom: 12px;
}

p {
	line-height: 146%;
}

.center {
	display: block;
	margin: 0 auto;
	text-align: center;
}

#container {
	border: 1px solid #000;
	position: relative;
}

#header {
	color: #CCC;
	background-image: url('../img/header.jpg');
	background-repeat: repeat-x;
	padding-left: 75px;
}

#header #logo {
	position: relative;
	top: 3px;
	
} /* the bottom of these has to line up */
#header span {
	position: relative;
	top: -2px;
	
	font-size: 14px;
	padding-left: 15px;
}

#nav {
	font-size: 11px;
	font-family: Helvetica;
	background-image: url('../img/nav.jpg');
	background-repeat: repeat-x;
	padding-left: 65px;
}

#nav li {
	padding: 8px 1em;
}

#nav li.selected {
	background: #97CC40;
	padding-bottom: 5px;
}

#nav li.selected a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
	cursor: default;
}

#content {
	font-family: Times;
	color: #000;
}

#content a {
	color: #2685BB;
}

#content .group.center {
	text-align: center;
}

#footer {
	color: #CCC;
	background-image: url('../img/footer.jpg');
	background-repeat: repeat-x;
}

#footer span {
	font-size: 9px;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * */

#c_header {
	background-position: 0 47px;
	background-image: url('../img/horiz-divider.gif');
	background-repeat: no-repeat; 
	margin:0 auto 15px;
	padding-bottom:15px;
	text-align:center;
	width:60%;	
}

#c_main {
	background-position: 100% 0;
	background-image: url('../img/vert-divider.gif');
	background-repeat: no-repeat;
	padding-right: 18px;
}

#c_main ul {
	margin: 5px 0 10px;
	list-style-position: outside;
}

#c_main li {
	margin-bottom: 5px;
}

#c_right {
	font-family: Verdana;
	color: #565656;	
}

#c_right p {
	line-height: 135%;
}

#c_right ul {
	margin: 5px 0 10px;
	list-style-position: outside;
}

#c_right li {
	margin-bottom: 5px;
}

#content .tight li {
	margin-bottom: 0;
}

#content .tight li img {
	position: relative;
	top: 5px;
	left: -3px;
}

ul.green_dot li {
	padding-left: 20px;
	margin-left: -20px;
	background: url('../img/green_dot.gif') no-repeat -2px 3px;
}

ul.green_dot.half li {
	margin-left: 0;
	padding-left: 20px;
}

ul.tips li {
	font-size: 12px;
	padding-left: 20px;
	margin-left: -20px;
	background: url('../img/light.gif') no-repeat -2px 2px;
}

ul.quick li {
	font-size: 14px;
	padding-left: 20px;
	margin-left: -20px;
	background: url('../img/triangle.gif') no-repeat -2px 2px;
}

ul.checkmark li {
	font-size: 12px;
	font-style: italic;
	padding-left: 25px;
	margin-left: -25px;
	background: url('../img/checkmark.png') no-repeat 2px 2px;
}

#content .quick a {
	color: #565656;
	position: relative;
	top: -2px;
}

#quick_guide {
	font-family: Verdana;
	color: #FFF;

	background-position: 0px 0px;
	background-image: url('../img/quick_start/blue-box.jpg');
	background-repeat: no-repeat;
}

#qg_selector {
	background-image: url('../img/quick_start/learn_more.jpg');
	background-repeat: no-repeat;
	background-attachment:relative;
	background-position: -1px -1px;
}

#qg_selector li {
	cursor: pointer;
}

#qg_selector li a {
	display: none;
}

#qg_main {
	float:left;
	padding:20px;
	width:460px;
}

/* * * * * * * * WHY SO SERIOUS!? * * * * * * * * */

#why {
	padding: 35px 0 33px;
	background-image: url('../img/why_background2.jpg');
	background-repeat: repeat-x;
	background-attachment:relative;
	background-position: 0px 0px;
}

#why #c_main,
#why #c_right {
	color: #FFF;
	font-family: Verdana;
}

#why #c_main {
	min-height: 0;
	background-image: none;
}


