/* CSS Document - alliedpixel.com - TEMP CSS Screen Stylesheet for Video Interstitial
/*
/* version:   1.1.5
/* date:      06/03/2009
/* author:    brian.crumley@alliedpixel.com
/* website:   http://www.alliedpixel.com
/*
----------------------------------------------------------*/

/* Begin Init Styles
----------------------------------------------------------*/

/* reset elements padding and margin */
html, body, form, fieldset {
	padding: 0;
	margin: 0 }

/* reset elements vertical padding and margin */
h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address {
	padding: 0;
	margin: 1em 0 }

/* reset elements left margin */
li, dd, blockquote {
	margin-left: 2.5em }
blockquote {
	padding-right: 5px }

/* reset miscellaneous element consistency */
form label {
	cursor: pointer }
fieldset { }
input, select, textarea {
	font-size: 100% }

.left {
	float: left }
.right {
	float: right }
.img-right {
	padding: 1em 0 1em 1em }


/* Begin Body Styles
----------------------------------------------------------*/	
body {
	background: url('../assets/image/body_decoHR.gif') repeat-x;
	font: 100%/120% Arial, Helvetica, sans-serif }


/* Begin Container Styles
----------------------------------------------------------*/
#container {
	width: 853px;
	text-align: left;
	margin: 0 auto }


/* Begin Header Styles
----------------------------------------------------------*/
#header {
	position: relative;
	border-bottom: 1px solid #ccc;
	height: 110px;
	padding: 0 0 10px 10px;
	margin-bottom: 30px }
/*#header #title {
	position: absolute;
	top: 42px;
	left: 1px;
	width: 201px;
}*/
#header #title {
	position: absolute;
	top: 77px;
	left: 240px }
#header h1 {
	font-size: 18px;
	font-weight: bold;
	line-height: 18px;
	color: #333;
	margin: 0 }
#header h1 span {
	font-size: 24px;
	text-transform: uppercase;
	color: #61b770 }
#header h2 {
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
	color: #666;
	margin: 0 }
#logo {
	float: left;
	padding: 32px 40px 0 0;
	margin: 0 }


/* Begin Banner Styles
----------------------------------------------------------*/
#banner {
	text-align: center }
	

/* Begin Content/Column Styles
----------------------------------------------------------*/
#content {
	clear: both }


/* Begin Index Styles
----------------------------------------------------------*/
#indexcontent #disclaimer {
	background: url('../assets/image/bkg_disclaimer.gif') 0 0 no-repeat;
	height: 60px;
	font-size: 12px;
	font-style: italic;
	color: #999;
	line-height: 18px;
	text-align: center;
	padding-top: 10px;
	margin: 30px auto }
#indexcontent {
	margin: 0 0 40px 0 }
#indexcontent .panel {
	float: left;
	background: url('../assets/image/bkg_panel.gif') 0 0 no-repeat;
	width: 231px;
	height: 217px;
	padding: 20px 20px 0 20px;
	margin: 0 0 2em 0 }
#indexcontent .panel h3 {
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
	color: #666;
	margin-top: 0 }
#indexcontent .panel p {
	font-size: 12px;
	line-height: 18px;
	color: #666 }
.demo #indexcontent .panel p {
	line-height: 21px }
#indexcontent .panel a:link, #indexcontent .panel a:visited, #indexcontent .panel a:active {
	display: block;
	color: #45abcc;
	text-decoration: none;
	margin-top: 1em }
#indexcontent .panel a:hover {
	color: #45abcc;
	text-decoration: underline }
.demo #indexcontent .panel a:link, .demo #indexcontent .panel a:visited, .demo #indexcontent .panel a:active {
	display: inline }
#indexcontent .center {
	margin-left: 20px;
	margin-right: 20px }
#indexcontent #continue {
	clear: left;
	background: url('../assets/image/bkg_btn_home.gif') 0 0 no-repeat;
	width: 360px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	margin: 0 auto }
#indexcontent #continue a:link, #indexcontent #continue a:visited, #indexcontent #continue a:active {
	font-size: 18px;
	font-weight: bold;
	color: #999;
	text-decoration: none }
#indexcontent #continue a:hover {
	text-decoration: underline }




/* Begin Footer Styles
----------------------------------------------------------*/
#footer {
	clear: both;
	border-top: 1px solid #ccc;
	font: 100%/120% Arial, Helvetica, sans-serif;
	font-size: .7em;
	color: #52565b;
	padding: 14px 10px;
	margin-bottom: 14px }
#footer ul {
	list-style-type: none;
	padding: 0;
	margin: 0 }
#footer li {
	list-style-type: none;
	display: inline;
	overflow: hidden;
	padding: 0 8px 0 0;
	margin: 0 }
#footer a:link, #footer a:visited, #footer a:active {
	color: #1fb25a;
	text-decoration: underline }
#footer a:hover {
	color: #45abcc;
	text-decoration: none }
