﻿@charset "utf-8";
/* CSS Document */

html {
	margin: 0;
	padding: 0;
	min-width: 1024px;
}
body {
	margin: 0 auto;
	font-family: Calibri, Arial, sans-serif;
	font-size: 14px;
	color: #666;
}
a {
	cursor: pointer;
}
/* Headlines */
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: black;
}
h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:red;
}
h3 {
	color: gray;
}
/* Links */
a {
	text-decoration: none;
	color: #666;
}

/* Floating Header */
#float_header {
	z-index: 1000;
	top: 0;
	width: 100%;
	min-width: 1024px;
	height: 150px;
	position: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(images/floating_header.png);
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
}
#nav {
	position: relative;
	height: auto;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
#float_header ul#navigation {
	position: relative;
	margin: 0 auto;
	list-style: none;
	width: 800px;
	height: auto;
}
#float_header ul a {
	text-decoration: none;
	color: white;
}
#float_header ul a:hover {
	color: red;
	text-decoration: none;
}
#float_header li#home {
	position: absolute;
	left: 5px;
	top: 88px;
	padding: 5px;
	height: auto;
	width: auto;
}
#float_header li#help {
	position: absolute;
	left: 80px;
	top: 88px;
	padding: 5px;
	height: auto;
	width: auto;
}
#float_header li#learn {
	position: absolute;
	left: 250px;
	top: 88px;
	padding: 5px;
	height: auto;
	width: auto;
}
#float_header li#experience {
	position: absolute;
	left: 325px;
	top: 88px;
	padding: 5px;
	height: auto;
	width: auto;
}
#float_header li#succeed {
	position: absolute;
	left: 440px;
	top: 88px;
	padding: 5px;
	height: auto;
	width: auto;
}
#float_header li#results {
	position: absolute;
	left: 635px;
	top: 88px;
	padding: 5px;
	height: auto;
	width: auto;
}
#top_nav_bar {
	position: relative;
	width: 350px;
	left: 270px;
	margin: 0 auto;
	height: auto;
	padding-top: 5px;
}
p#top_nav {
	width: 320px;
	font-size: 14px;
}
p#profile {
	position: relative;
	width: 100px;
	height: auto;
	font-size: 14px;
	left: 215px;
}
p#top_nav a:hover {
	text-decoration: none;
	color: red;
}
p#profile a {
	color: red;
	text-decoration: none;
}
p#profile a:hover {
	color: orange;
	text-decoration: none;
}
p#hidden_h {
	display: none;
}
/*Main Containers*/
#container {
	z-index: 0;
	width: 1034px;
	margin: 0 auto;
	position: relative;
}
#main_column {
	position: relative;
	float: left;
	clear: right;
	width: 724px;
	min-height: 650px;
	background-image: url(images/main_column_bkgd.png);
	background-repeat: repeat-y;
	padding-top: 140px;
}
#sub_column {
	position: relative;
	float: right;
	clear: none;
	z-index: 1;
	width: 300px;
	min-height: 650px;
	padding-top: 170px;
	padding-left: 10px;
}
#main_column_content {
	clear: both;
	width: 660px;
	min-height: 300px;
	padding: 20px;
}
/* FAQ */
h2#faq_h {
	color: red;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	width: 600px;
	padding-left: 20px;
	padding-top: 20px;
}
h2#faq_h a {
	color: red;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	text-decoration:none;
	width: 600px;

}
h2#faq_h a:hover {
	text-decoration:none;
	color:red;
}

h3#faq_h3 {
	color: #333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	width: 650px;
}
h3faq_h3 a {
	text-decoration:none;
	color: #333;
}
h3faq_h3 a:hover {
	text-decoration:none;
	color: #333;
}
ul#faq_ul1 {
	width: 500px;
	list-style: outside;
	font-style: normal;
}
ul#faq_ul2 {
	width: 500px;
	list-style: outside;
	font-style: normal;
}
#sub_column_faq {
	position:static;
	float: right;
	clear: none;
	z-index: 5;
	width: 300px;
	min-height: 850px;
	padding-top: 160px;
}
#faq_nav {
	position:relative;
	width: 280px;
	height: 850px;
	padding-left: 10px;
	z-index: 10;
}
#faq_nav h3 {
	font-size: 12px;
	width: 300px;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#faq_nav a {
	text-decoration: underline;
	color: #333;
}
#faq_nav a:hover {
	text-decoration: none;
	color: red;
}
h2#jump {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
}
h2#jump a {
	color:red;
}
/* Footer */
#footer {
	width: 100%;
	min-height:20px;
	clear: both;
	position: relative;
	padding-top: 10px;
	margin: 0 auto;
}
p#copyright {
	font-size: 12px;
	margin: 0 auto;
	width: 1024px;
	text-align: center;
	padding-bottom: 10px;
}
p#copyright a {
	color: #333;
}
p#copyright a:hover {
	color: red;
	text-decoration: none;
}
/* CPP */
#main_column_cpp {
	position: relative;
	float: left;
	clear: right;
	width: 1024px;
	min-height: 650px;
	padding-top: 140px;
	padding-left:20px;
}
/*sitemap*/
h2#white_papers {
	color:#333;
}
h2#site_h {
	font-size:24px;
	color:#333;
	padding-left:15px;
	padding-top:15px;
}
h2#site a {
	color:red;
	text-decoration:underline;
}
h2#site a:hover {
	color:orange;
	text-decoration:none;
}
#sitemap h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
}
#sitemap h3 a {
	color:#666;
	text-decoration:underline;
}
#sitemap h3 a:hover {
	color:orange;
	text-decoration:none;
}
h2#cppresults_h {
    width:800px;
    clear:both;
}
#cppresults1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:Black;
	position:absolute;
	float:left;
	clear:right;
	width:300px;
	height:800px;
	padding-left:10px;
	top:250px;
    left: 0px;
}
#cppresults2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:Black;
	position:absolute;
	float:right;
	clear:left;
	width:250px;
	height:800px;
	left:290px;
	top:0px;
}        
#cppresults3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:Black;
	position:absolute;
	float:right;
	clear:left;
	width:300px;
	height:800px;
	padding-left:20px;
	left:259px;
	top:2px;
}
/*request page*/
#main_column_request {
	position: relative;
	float: left;
	clear: right;
	width: 900px;
	padding-top: 140px;
	padding-left:20px;
}
h1#request_h {
	color:red;
}
img#request_img {
	position:relative;
	width:150px;
	height:185px;
	clear:right;
	float:left;
	padding-right:10px;
}
p#request_ul {
	height:auto;
	width:740px;
	top:180px;
}
h2#request_h2 {
	position:relative;
	width:800px;
	height:50px;
	clear:both;
	padding-top:20px;
}
p#thanks a {
	color:red;
}
p#thanks a:hover {
	color:orange;
}
p#dashboard1 {
	width:600px;
}
p#dashboard2 {
	width:600px;
}
p#dashboard3 {
	width:600px;
}
p#dashboard4 {
	width:600px;
}
p#dashboard5 {
	width:600px;
}
p#dashboard5 a {
	color:blue;
	font-weight:bold;
	text-decoration:underline;
	font-size:16px;
}
p#dashboard5 a:hover {
	color:orange;
}
p#dashboard6 {
	width:600px;
}
