@charset "UTF-8";
/* CSS Document */

/* Zero Out */

html, body, p, h1, h2, h3, h4 {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

body {
	background-image: url(../images/global_images/background_gradient.png);
	background-repeat: repeat-x;
	background-color: #C5E7FD;
}

/*For the O2*/

sub {
	font-size: 0.65em;
	line-height: 1;
	vertical-align: baseline;
	position: relative;
	height: 0px;
	top: 3px;
}


a {
	color: #FFFFFF;
	text-decoration: none;

}

/*Container for the whole site.  Left Side layout*/

#container {
	width: 970px;
	height: 305px;
	background-image:url(../images/global_images/main_container_image.jpg);
}

/*Logo and intro*/

#masthead {
	height: 276px;
	width: 416px;
	float: left;
}



/*p.introduction {
	margin-top: 5px;
	padding-left: 47px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 19px;
	padding-right: 150px;
	margin-bottom: 10px;
}*/

/*Logo set as h1 with negative text indent*/

h1.masthead {
	background-image: url(../images/global_images/header_masthead.png);
	height: 269px;
	width: 416px;
	background-repeat: no-repeat;
	background-position: 44px 37px;
	text-indent: -9999px;
	display: block;
}

/*Float right contains all body/main content*/

#float_right_content {
	width: 554px;
	float: right;
	height: 269px;
}
 /*Site navigation for top of page*/

#top_navigation ul  a.current_page {
	display: inline;
	color: #99CCFF;
}

#top_navigation {
	height: 30px;
	margin-bottom: 10px;
	margin-top: 10px;
	background-image: url(../images/global_images/camera_small_trans.png);
	background-repeat: no-repeat;
	background-position: 50px;
	padding-left: 100px;
	padding-top: 10px;
	position: relative;
}

#container #float_right_content #top_navigation ul {
	margin-top: 0px;
	display: inline;
}

#container #float_right_content #top_navigation li {
	float: left;
	list-style-type: none;
	margin-right: 10px;
}

/*Decorative only*/

#float_right_smiley_face {
	background-image: url(../images/home_images/top_col2_smiley_face.png);
	background-repeat: no-repeat;
	height: 113px;
	width: 113px;
	position: absolute;
	left: 400px;
	z-index: 10;
	top: -2px;
}

/*Class for content introduction title*/

.right_title {
	color: #99CCFF;
	margin-bottom: 5px;
	padding-top: 10px;
}

/*Actual content sits in here*/

#content_container {
	margin: auto;
	width: 460px;
}

/*#container #float_right_content #content_container #CollapsiblePanel5 .CollapsiblePanelContent h3 {
	padding-left: 20px;
	padding-right: 20px;
}*/

/*Div containing alternative link for entire video fitting guide*/

#video_select_full {
	height: 93px;
	margin-top: 20px;
	background-image: url(../images/global_images/video_play_full.png);
	background-repeat: no-repeat;
	background-position: right;
	padding-top: 20px;
	width: 420px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}

/*Paragraph outlining the above*/

p.video_select_full {
	font-size: 16px;
	color: #CCFFFF;
}

/*Float left contains form element and is floated left so that it will the be in the right place in the doccument flow (after the main content)*/

#float_left_content {
	width: 385px;
	height: 20px;
	float: left;
	clear: both;
	padding-left: 30px;
	padding-top: 10px;
}

/*Title for form*/

h1.information_request {
	color: #0099CC;
	letter-spacing: -.05em;
}

#form_introduction {
	font-size: 16px;
	color: #000033;
	width: 100%;
}

/*Take borders out of fieldset*/

fieldset {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/*Selectors to render the appearance of form fields correctly*/

#container #float_left_content .form_paragraph #spry_name label {
	display: block;
}

/*?*/
span.span_float_left {
	width: 100%;
	color: #0099CC;
	display: block;
	padding-top: 2px;
}

/*Legend for form goes in here*/

#form_key {
	color: #000033;
	font-size: 14px;
	margin-top: 10px;
}

/*These h3s are background images illustrating the form key (with negative text indent)*/

h3.required {
	background-image: url(../images/global_images/required.png);
	background-repeat: no-repeat;
	height: 45px;
	float: left;
	padding-left: 50px;
	padding-top: 15px;
	margin-right: 7px;
}

h3.invalid {
	background-image: url(../images/global_images/error.png);
	height: 45px;
	background-repeat: no-repeat;
	float: left;
	padding-top: 15px;
	padding-left: 50px;
	color: #CC0000;
}

/*Paragraph is refered to because all fields re within paragraphs*/

.form_paragraph  input   {
	width: 60%;
	height: 20px;
	padding-top: 2px;
	padding-left: 2px;
	font-size: 18px;
	margin-top: 2px;
	color: #666666;
}

#container #float_left_content #information_request .submit #button {
	margin-top: 10px;
	margin-left: 2px;
}

/*Form*/

#registered_info {
	width: 400px;
	float: left;
	font-size: 12px;
	color: #3CC0F9;
	padding-top: 10px;
	padding-left: 7px;
	clear: both;
}

