/* Master Screen CSS for GM SPO Guide	  	*
 *											*
 * Last edited by Gary on 4/3/09			*
 ********************************************/
 
 
/* = General tag styles
*********************************/

body {
	margin: 0 auto 40px;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	background: url(images/bg.jpg) top center no-repeat #12254A;
}

h1,h2,h3,h4,h5,p,ul,ol,li,div {
	margin: 0;
	padding: 0;
}

a {
	color: #336B9E;
	text-decoration: none;
}

a:hover {
	color: #ad631a;
	cursor: pointer;
}

a img {
	border: none;
}


/* = General Formatting
*********************************/

.clearall {
	clear: both;
}

.hide {
	display: none;
}


/* = UI
*********************************/

.ui {
	height: 0px;
	padding-top: 33px;
	overflow: hidden;
	text-decoration: none;
	display: inline-block;
}

.demosite {
	width: 201px;
	margin-top: -3px;
	padding-top: 44px;
	background: url(images/ui-openwebsite.png) top left no-repeat;
	behavior: url(iepngfix.htc);
}

.contact {
	width: 122px;
	margin: 0 17px -10px 4px;
	background: url(images/ui-contactus.png) top left no-repeat;
	behavior: url(iepngfix.htc);
}

.lock {
	width: 110px;
	margin: 0 17px -10px 4px;
	background: url(images/ui-lock.png) top left no-repeat;
	behavior: url(iepngfix.htc);
}

.submit {
	behavior: url(iepngfix.htc);
}


/* = Site Wrapper
*********************************/

#wrapper {
	width: 1000px;
	margin: 0 auto;
}


/* = Header
*********************************/

#header {
	margin-top: 20px;
	height: 72px;
	position: relative;
	overflow: hidden;
	text-align: left;
	background: url(images/header-bg.png) top left no-repeat;
	behavior: url(iepngfix.htc);
}

#header .cobaltlogo {
	display: block;
	top: 16px;
	left: 18px;
	position: absolute;
	behavior: url(iepngfix.htc);
}

#header h1 {
	color: #C1DFEC;
	font-size: 19px;
	font-weight: normal;
	top: 23px;
	left: 160px;
	position: absolute;
	text-shadow: 0 -1px  #000;
}

#header .cta {
	color: #fff;
	font-size: 19px;
	text-align: right;
	padding-top: 17px;
}


/* = Header Navigation
*********************************/

#header .nav {
	list-style: none;
	height: 72px;
	padding-top: 29px;
	padding-right: 29px;
	float: right;
}

#header .nav li {
	float: left;
	margin: 0;
	padding: 0 0 0 1px;
	height: 72px;
}

#header .nav li a {
	display: block;
	height: 31px;
	padding-right: 17px;
	padding-top: 12px;
	padding-left: 38px;
	float: left;
	font-size: 15px;
	color: #333;
	text-shadow: 0 1px  #fff;
	background: url(images/tab-left.png) top left no-repeat;
	position: relative;
}

#header .nav li a span.tab {
	display: block;
	width: 4px;
	height: 41px;
	background: url(images/tab-right.png) top left no-repeat;
	margin: 0;
	padding: 0;
	top: 0;
	right: 0;
	position: absolute;
}

#header .nav li a:hover {
	color: #336B9E;
}

#header .nav li a.selected,
#header .nav li a.selected span {
	background-position: 0 -43px;
}

#header .nav a span.icon {
	display: block;
	width: 22px;
	height: 21px;
	margin: 0;
	padding: 0;
	top: 10px;
	left: 12px;
	position: absolute;
	z-index: 100;
}

#header .nav .faq a span.icon {
	background: url(images/nav-faq.png) top left no-repeat;
	behavior: url(iepngfix.htc);
}

#header .nav .keep a span.icon {
	background: url(images/nav-keep.png) top left no-repeat;
	behavior: url(iepngfix.htc);
}

#header .nav .remove a span.icon {
	background: url(images/nav-remove.png) top left no-repeat;
	behavior: url(iepngfix.htc);
}


/* = Support Numbers
*********************************/

#numbers {
	padding: 15px 20px;
	width: 280px;
	background: url(images/numbers-bg.png) bottom repeat-x #fff;
	border: 1px solid #ccc;
	float: left;
	top: 0;
	right: 29px;
	position: absolute;
	z-index: 200;
}

#numbers h3 {
	font-size: 13px !important;
	font-weight: normal !important;
	color: #333 !important;
	text-align: left !important;
}

#numbers h4 {
	font-size: 14px !important;
	color: #336B9E;
	margin-bottom: 4px !important;
	margin-top: 15px !important;
}

#numbers p {
	font-size: 13px;
	color: #333;
	line-height: 1.6em;
	text-align: right;
	margin-bottom: 0 !important;
}

#numbers p span {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}

#numbers p.note {
	text-align: left;
	line-height: 1.3em;
	margin-bottom: 15px !important;
}

#numbers a {
	font-weight: bold;
}


/* = Content
*********************************/

#content {
	padding: 25px 0 20px;
	text-align: left;
	background: url(images/content-bg.png) top left repeat-x #fff;
	clear: right;
	position: relative;
}

#content h2 {
	margin-bottom: 15px;
	text-align: center;
	font-size: 36px;
	color: #333;
}

#content h3 {
	margin-top: 20px;
	text-align: center;
	font-size: 27px;
	color: #333;	
}

#content .cta {
	padding: 15px 0 30px;
	text-align: center;
}


/* = Content Modules
*********************************/

#content .row {
	clear: both;
	padding-left: 45px;
	width: 955px;
	position: relative;
	float: left;
}

#content .module {
	width: 312px;
	padding: 0 45px 25px 119px;
	position: relative;
	float: left;
}

#content .module .icon {
	display: block;
	margin: 0;
	padding: 0;
	top: -5px;
	left: 0;
	position: absolute;
}

#content .module h3 {
	font-size: 16px;
	color: #333;
	margin-top: 0;
	margin-bottom: 6px;
	text-align: left;
}

#content .module p {
	font-size: 13px;
	line-height: 1.4em;
	color: #666;
	margin-bottom: 10px;
}

#content .module a {
	font-weight: bold;
}


/* = Video Player
*********************************/

#innerwrapper {
	margin: 0 auto;
	padding: 0 37px 1px;
	width: 600px;
	height: 401px;
	background: url(images/video-shadow.png) bottom center no-repeat;
}

/* = Form
*********************************/

#content.form {
	background: url(images/form-bg.png) top left repeat-x #fff;
	padding-bottom: 40px;
}

#content.form #innerwrapper {
	height: auto;
	line-height: 1.3em;
}

#form {
	background-color: #EDF6FC;
	border: 1px solid #9DADBC;
}

#form form {
	margin: 0;
	padding: 0;
}

#form #forminfo {
	padding: 10px 15px;
	background: url(images/form-header-bg.png) top left repeat-x #4093D0;
	font-size: 14px;
	color: #fff;
}

#form div {
	padding: 6px 12px;
}

#form .zebra {
	background-color: #D7EEFC;
}

#form .check {
	font-size: 14px;
	height: 32px;
	overflow: hidden;
}

#form .check div {
	float: left;
	padding-right: 10px;
}

#form .check input {
	font-size: 1.2em;
}

#form em {
	color: #666;
}

#form .txt {
	height: 65px;
	overflow: hidden;
}

#form .txt div {
	float: left;
}

#form .txt input {
	height: 1.1em;
	font-size: 1.1em;
	width: 180px;
}

#form .txt input.error {
	background-color: #fffbe8;
}

#form .txt label {
	display: block;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 3px;
}

#form .txt label.error {
	color: #ad1f00;
	position: relative;
	z-index: 500;
}

#form .button {
	text-align: center;
	padding: 10px 12px;
}

#form .success {
	padding: 40px 40px;
	font-size: 15px;
	color: #333;
	line-height: 1.4em;
}


/* = FAQ
*********************************/

#wrapper div.faq {
	background: url(images/form-bg.png) top left repeat-x #fff;
	padding: 25px 300px 40px 50px;
}

#content.faq h2 {
	text-align: left;
}

#content.faq h3 {
	font-size: 16px;
	color: #336B9E;
	margin-bottom: 5px;
	text-align: left;
}

#content.faq p {
	font-size: 14px;
	color: #333;
	margin-bottom: 20px;
	line-height: 1.4em;
}

#content.faq ul {
	margin-top: -15px;
	margin-left: 30px;
	font-size: 14px;
	color: #333;
}

#content.faq li {
	margin-bottom: 7px;
	padding-right: 150px;
	line-height: 1.2em;
}


/* = Footer
*********************************/

#footer {
	height: 83px;
	text-align: center;
	background: url(images/footer-bg.png) bottom left no-repeat;
	behavior: url(iepngfix.htc);
}

#footer.form {
	height: 30px;
}

#footer .cta {
	font-size: 20px;
	text-align: center;
	color: #fff;
	padding-top: 20px;
}


/* = Footnote
*********************************/

#footnote p {
	text-align: center;
	padding-top: 20px;
	font-size: 12px;
	color: #8EAABD;
	margin: 0 auto;
	width: 650px;
}


