/* 
-----------------------------------------------
\\\ Reset 
----------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}
:focus {   /* remember to define focus styles! */
    outline: 0;
}
body {
    line-height: 1;
    color: black;
}
ol, ul {
    list-style: none;
	list-style-position: outside;
}
table {    /* tables still need 'cellspacing="0"' in the markup  */
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td {
    text-align: left;
    font-weight: normal;
}

/* 
-----------------------------------------------
\\\ General
----------------------------------------------- */

input { 
line-height: 1; 
}

body { 
background: #fff;
color: #111; 
font: normal 13px/1.6 Georgia, Times, serif;
text-align: center; 
background: #f7f8fa url(/images/bg.png) repeat-x;
}

#container {
	width: 100%;
	text-align: center;
	float: left;
	background: url(/images/drop_shadow.png) no-repeat center 305px;
}

#container_inner {
	width: 940px;
	background-color: transparent;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

#content {
	float: left;
	width: 940px;
	display: inline;
}

.clearboth {
	clear: left;
	height: 1px;
} 

p, ul, li {
	margin-bottom: 10px;
}

a:link, a:visited  {
	text-decoration: none;
	color: #316a98;
}

a:hover {
	text-decoration: underline;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}


/* 
-----------------------------------------------
\\\ Masthead
----------------------------------------------- */
#masthead {
	float: left;
	position: relative;
	width: 940px;
	height: 109px;
}

#mark {
	position: absolute;
	top: 27px;
	left: 0;
	width: 438px;
	height: 21px;
	line-height: 21px;
	text-indent: -5000px;
	background: url(/images/mark.png) no-repeat scroll 0 0;
}

#mark a {
	display:block;
	height:21px;
}

#printmark {
	display: none;
}

#tactical {
	position: absolute;
	right: 0;
	top: 26px;
/* 	width: 79px; */
	height: 24px;
}

#contact {
	width: 79px;
	height: 24px;
	line-height: 24px;
	text-indent: -5000px;
	background: url(/images/contact_search.png) no-repeat scroll 0 0;

	float:right;
}

#contact a {
	display:block;
	height:24px;
}

#contact a:hover {
	background: url(/images/contact_search.png) no-repeat scroll 0 -24px;
}

#blog_link {
	width: 62px;
	height: 24px;
	line-height: 24px;
	text-indent: -5000px;
	background: url(/images/contact_search.png) no-repeat scroll -285px 0;
	float:right;
}

#blog_link a {
	display:block;
	height:24px;
}

#blog_link a:hover {
	background: url(/images/contact_search.png) no-repeat scroll -285px -24px;
}

#nav {
	position: absolute;
	top: 72px;
	left: 0;
	width: 945px;
	height: 19px;
/* 	background: url(/images/nav.png) no-repeat; */
}

ul#nav li {
padding: 0;
margin: 0;
height: 19px;
display: inline;
list-style-type: none;
float: left;
text-indent: -9999px;
}

ul#nav li a {
height: 19px;
border: 0;
text-decoration: none;
display: block;
background: transparent url(/images/nav.png) no-repeat;
}

li#comp_nav a {
width: 225px;
margin-right: 9px;
}

li#comp_nav a:link, li#comp_nav a:visited {
background-position: 0 0;
}

li#comp_nav a:hover, li#comp_nav a:focus {
background-position: 0px -19px;
}

#completion_shortfall ul#nav li#comp_nav a {
background-position: 0px -38px;
}

li#path_nav a {
width: 155px;
margin-right: 9px;
}

li#path_nav a:link, li#path_nav a:visited {
background-position: -249px 0;
}

li#path_nav a:hover, li#path_nav a:focus {
background-position: -249px -19px;
}

#path_forward ul#nav li#path_nav a {
background-position: -249px -38px;
}

li#alliance_nav a {
width: 160px;
margin-right: 9px;
}

li#alliance_nav a:link, li#alliance_nav a:visited {
background-position: -965px 0;
}

li#alliance_nav a:hover, li#alliance_nav a:focus {
background-position: -965px -19px;
}

#alliance_of_states ul#nav li#alliance_nav a {
background-position: -965px -38px;
}

li#state_nav a {
width: 93px;
margin-right: 9px;
}

li#state_nav a:link, li#state_nav a:visited {
background-position: -431px 0;
}

li#state_nav a:hover, li#state_nav a:focus {
background-position: -431px -19px;
}

#state_data ul#nav li#state_nav a {
background-position: -431px -38px;
}

li#res_nav a {
width: 179px;
margin-right: 9px;
}

li#res_nav a:link, li#res_nav a:visited {
background-position: -552px 0;
}

li#res_nav a:hover, li#res_nav a:focus {
background-position: -552px -19px;
}

#resources_and_reports ul#nav li#res_nav a {
background-position: -552px -38px;
}

li#about_nav a {
width: 84px;
/* margin-right: 10px; */
}

li#about_nav a:link, li#about_nav a:visited {
background-position: -756px 0;
}

li#about_nav a:hover, li#about_nav a:focus {
background-position: -756px -19px;
}

#about ul#nav li#about_nav a {
background-position: -756px -38px;
}

li#up_nav a {
width: 70px;
}

li#up_nav a:link, li#up_nav a:visited {
background-position: -864px 0;
}

li#up_nav a:hover, li#up_nav a:focus {
background-position: -864px -19px;
}

#up_page ul#nav li#up_nav a {
background-position: -864px -38px;
}

/* 
-----------------------------------------------
\\\ Homepage
----------------------------------------------- */
#home_feature {
	float: left;
	display: inline;
	position: relative;
	overflow: hidden;
	height: 362px;
	width: 942px;
	margin-left: -1px;
}

#feature_wrap {
	overflow: hidden;
	height: 362px;
	width: 942px;
}

.feature_story {
	float: left;
	display: inline;
	position: relative;
	height: 362px;
	width: 942px;
}

#bars {
	position: absolute;
	background: url(/images/bars.png) no-repeat 0 0;
	top: 1px;
	left: 1px;
	width: 942px;
	height: 362px;
	z-index: 10;
	display: none;
}

.video_wrap {
	position: absolute;
	top: 1px;
	left: 1px;
	width: 550px;
	height: 361px;
	background: transparent;
	z-index: 29;
}

a.video_link {
	position: absolute;
	display: block;
	top: 1px;
	left: 1px;
	width: 550px;
	height: 362px;
	z-index: 3;
}

a.myPlayer {
	display:block;
	width:550px;
	height:308px;
	z-index: 40;
}

.overlay {
	display: none;
	text-align: left;
	position: absolute;
	width: 550px;
	height: 308px;
	left: 0;
	top: 0;
	z-index: 900;
}

.overlay .close {
	background-image:url(/images/close.png);
    cursor:pointer;
    height:35px;
    position:absolute;
    right:-195px;
    top:-25px;
    width:35px;
	z-index: 1000;
}

.feature_story h2 {
	position: absolute;
	top: 5px;
	left: 550px;
	width: 386px;
	height: 231px;
	line-height: 231px;
	text-indent: -5000px;
}

.feature_story h2 a {
	height: 231px;
	line-height: 231px;
	display: block;
}

#feature_nav_head {
	position: absolute;
    bottom: 104px;
	right: 13px;
	width: 360px;
	height: 10px;
	line-height: 10px;
	text-indent: -5000px;
	background: url(/images/home/feature_more.png) no-repeat scroll 0 0;
	z-index: 9;
}

#feature_nav {
	position: absolute;
	background: url(/images/home/feature_nava.jpg);
	right: 10px;
	bottom: 2px;
	z-index: 9;
	width: 364px;
	height: 82px;
}

#feature_nav li {
padding: 0;
margin: 0;
height: 82px;
display: inline;
list-style-type: none;
float: left;
text-indent: -9999px;
}

#feature_nav li a {
height: 82px;
line-height: 82px;
border: 0;
text-decoration: none;
display: block;
background: transparent url(/images/home/feature_nava.jpg) no-repeat;
z-index: 200;
}

li#feature1_nav a {
width: 119px;
}

li#feature1_nav a:link, li#feature1_nav a:visited {
	background-position: 0 0;
}

li#feature1_nav a:hover, li#feature1_nav a:focus {
	background-position: 0px -82px;
}

#feature1_nav a.activeSlide {
	background-position: 0px -164px !important;
	cursor: default !important;
}

li#feature2_nav a {
width: 123px;
}

li#feature2_nav a:link, li#feature2_nav a:visited {
	background-position: -119px 0;
}

li#feature2_nav a:hover, li#feature2_nav a:focus {
	background-position: -119px -82px;
}

li#feature2_nav a.activeSlide {
	background-position: -119px -164px !important;
	cursor: default !important;
}

li#feature3_nav a {
width: 122px;
}

li#feature3_nav a:link, li#feature3_nav a:visited {
	background-position: -242px 0;
}

li#feature3_nav a:hover, li#feature3_nav a:focus {
	background-position: -242px -82px;
}

li#feature3_nav a.activeSlide {
	background-position: -242px -164px !important;
	cursor: default !important;
}

#home_bottom {
	float: left;
	width: 940px;
	position: relative;
	display: inline;
	margin-top: 28px;
	background: url(/images/vert.png) no-repeat scroll 646px 0;
	line-height: 1.4;
}

#numbers_head {
	width: 622px;
	float: left;
	display: inline;
	margin: 4px 0 15px;
	height: 14px;
	line-height: 14px;
	text-indent: -5000px;
	background: url(/images/home/subheads.png) no-repeat scroll 0 0;
}

#numbers {
	float: left;
	width: 622px;
	display: inline;
}

#state_head {
	width: 622px;
	float: left;
	display: inline;
	height: 14px;
	line-height: 14px;
	text-indent: -5000px;
	background: url(/images/home/subheads.png) no-repeat scroll 0 -14px;
	margin-bottom: 12px;
	margin-top: 12px !important;
}

#state {
	float: left;
	width: 622px;
	display: inline;
	margin-bottom: 22px;
}

#state #state_intro {
	font-size: 13px;
	margin-bottom: 12px;
}

#state_intro strong {
	font-size: 14px;
	font-weight: bold;
	color: #4c2528;
}

#updates_head, #blog_head {
	width: 622px;
	float: left;
	display: inline;
	height: 14px;
	line-height: 14px;
	text-indent: -5000px;
	background: url(/images/home/subheads.png) no-repeat scroll 0 -28px;
	margin-bottom: 20px;
}

#blog_head {
	background: url(/images/home/from_the_blog.png) no-repeat scroll 0 0;
	margin-bottom: 10px;
}

#updates {
	width: 622px;
	float: left;
	display: inline;
	min-height: 200px;
}

.sub #updates {
	width: 570px;
}

#updates li {
	background: url(/images/bullet.png) no-repeat 1px 4px;
	padding-left: 26px;
	margin-bottom: 12px;
	font-size: 14px;
	width: 564px;
	float: left;
	clear: left;
}

#updates li p {
	margin-bottom: 4px;
}

.sub #updates li {
	list-style-type: none;
	background: url(/images/bullet.png) no-repeat 1px 5px;
	margin: 0 0 0 0;
	list-style: none;
	font-size: 14px;
}

.update_more {
	font-style: italic;
	font-size: 12px;
}

#blog_home {
	float: left;
	width: 622px;
	margin-bottom: 20px;
}

.blog_blurb {
	float: left;
	width: 301px;
	margin-right: 20px;
}

#blurb2 {
	margin-right: 0;
}

.blog_blurb h3 {
	margin-bottom: 3px;
	font-weight: bold;
	font-size: 16px;
}

#blog_home p.blog_blurb_date {
	margin-bottom: 3px;
	color: #7b7b7b;
	font-size: 11px;
	font-family: 'Helvetica Neue',helvetica,arial,sans-serif;
	text-transform: uppercase;
}

#blog_home p {
	margin-bottom: 7px;
	line-height: 19px;
}

#home_right {
	width: 292px;
	position: absolute;
	right: 0;
	top: 0;
}

#missed_head {
	width: 180px;
	float: left;
	display: inline;
	height: 34px;
	line-height: 14px;
	text-indent: -5000px;
	background: url(/images/home/subheads.png) no-repeat scroll 0 -56px;
	margin: 6px 0 3px;
}

#missed {
	position: relative;
	float: left;
	display: inline;
	width: 180px;
	border-bottom: 1px solid #cccm;
	margin: 4px 0 0 113px;
	min-height: 220px;
}

#missed p {
	padding-left: 1px;
	font-size: 13px;
	line-height: 1.3;
}

#report_dl {
	width: 296px;
	height: 28px;
	line-height: 28px;
	text-indent: -5000px;
	background: url(/images/home/report_dl.png) no-repeat 0 0;
	margin-left: -114px;
}

#report_dl a {
	display: block;
	height: 28px;
}

#missed_report {
	position: absolute;
	z-index: 5;
	top: 2px;
	left: -115px;
	width: 98px;
	height: 198px;
}

#freeform {
	float: left;
	width: 295px;
	display: inline;
	margin-top: 4px;
	padding-top: 2px;
}

#freeform h3 {
	width: 272px;
	float: left;
	display: inline;
	height: 11px;
	line-height: 11px;
	text-indent: -5000px;
	margin-left: 22px;
	margin-bottom: 15px;
	background: url(/images/behind.png) no-repeat scroll 0 0;
}

#free_slide_wrap {
	margin-left: 22px;
	float: left;
	display: inline;
	width: 272px;
	height: 446px;
	overflow: hidden;
}

/*
#free_nav {
	float: left;
	width: 200px;
	height: 13px;
	margin: 24px 0 0 133px;
	display: inline;
}

#free_nav li {
padding: 0;
margin: 0;
height: 13px;
display: inline;
list-style-type: none;
float: left;
text-indent: -9999px;
}

#free_nav li a {
height: 13px;
width: 13px;
line-height: 13px;
border: 0;
text-decoration: none;
display: block;
margin-right: 7px;
background: transparent url(/images/infographics/info_nav.png) no-repeat -13px 0;
}

#free_nav li a.activeSlide {
cursor: default !important;
background: transparent url(/images/infographics/info_nav.png) no-repeat 0 0;
}
*/

#free_nav {
	margin:24px 0;
	text-align:center;
	padding:0;
}

#free_nav li {
	padding: 0 12px;
	margin: 0;
	display: inline;
	list-style-type: none;
	font-size: 36px;
}

#free_nav li a {
	text-decoration: none;
	border-bottom: dashed 1px;
}

#state_subhead {
	width: 622px;
	float: left;
	display: inline;
	height: 14px;
	line-height: 14px;
	text-indent: -5000px;
	background: url(/images/home/scroller_head.png) no-repeat scroll 0 0;
}

/*	Invisible left hotspot */
	
#state_scroller {
	float: left;
	width: 622px;
	display: inline;
	position: relative;
	margin-top: 7px;
}	
	
div.scrollingHotSpotLeft
{
	width: 39px;
	height: 55px;
	background: url(/images/home/slider_arrows.png) no-repeat top left;
	position: absolute;
	z-index: 200;
	left: 0;
	top: 0;
	/*	When positioning the mouse over one of the hot spots, 
		the cursor should change. I've noticed that this varies 
		from browser to browser though. */
}

/*	Visible left hotspot */
div.scrollingHotSpotLeftVisible
{
	background: url(/images/home/slider_arrows.png) no-repeat top left;				
	zoom: 1; /* Trigger "hasLayout" in Internet Explorer 6 or older versions */
}

/* Invisible right hotspot */
div.scrollingHotSpotRight
{
	width: 39px;
	height: 55px;
	background: url(/images/home/slider_arrows.png) no-repeat top right;
	position: absolute;
	z-index: 200;
	right: 0;
	top: 0;
}

/* Visible right hotspot */
div.scrollingHotSpotRightVisible
{
	background: url(/images/home/slider_arrows.png) no-repeat top right;				
	zoom: 1; /* Trigger "hasLayout" in Internet Explorer 6 or older versions */
}

/*	The scroll wrapper is always the same width and 
	height as the containing element (div). Overflow 
	is hidden because you don't want to show all of 
	the scrollable area.
*/
div.scrollWrapper
{
	position: relative;
	overflow: hidden;
	width: 622px;
	height: 100%;
}

div.scrollableArea
{
	position: relative;
	width: auto;
	height: 100%;
}

.scrollableArea div {
	width: 136px;
	float: left;
	background: url(/images/home/slider_bg.png) no-repeat right top;
}

.scrollableArea p {
	width: 136px;
	height: 55px;
	float:left;
	margin: 0 0 0 0;
	padding: 9px 0 0 0;
	position:relative;
	text-align: center;
	text-transform: uppercase;
	font-size: 11px;
	color: #444;
}

.scrollableArea p strong {
	font-weight: bold;
	font-size: 12px;
}

p#Alabama {
	background: url(/images/home/slider_left.png) no-repeat left top;
}

p#Wyoming {
	background: url(/images/home/slider_right.png) no-repeat right top;
}

#sub_thanks {
	display: none;
	background-color: #ffffdd;
	padding: 8px 0 2px;
	font-size: 14px;
	font-style: italic;
}

/* 
-----------------------------------------------
\\\ Subpages
----------------------------------------------- */
#content.sub {
	background: #fff no-repeat 0 0;
	border: 1px solid #d7d9db;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}

#content_inner {
	float: left;
	width: 940px;
	padding-bottom: 14px;
	min-height:400px;
	height:auto !important;
	height:400px;
}

#main {
	width: 599px;
	float: left;
	display: inline;
	margin-left: 8px;
}

p#breadcrumb {
	height: 29px;
	float: left;
	width: 582px;
	margin: 25px 0 0 22px;
	display: inline;
	margin-bottom: -10px;
	line-height: 1;
	text-transform: uppercase;
	font-size: 11px;
}

h1.headline {
	float: left;
	width: 582px;
	margin: 0 0 0 22px;
	display: inline;
	font-weight: bold !important;
	font: 27px Rockwell,"Lucida Fax",Georgia;
	line-height: 1em;
}

#main h2 {
	color: #572428;
	float: left;
	line-height: 27px;
	padding-left: 22px;
	width: 560px;
	background: url(/images/bullet.png) no-repeat 2px 9px;
	margin-bottom: 16px;
	margin-top: 0;
	font-weight: normal;
	font-size: 22px;
}

.updates #main h2 {
	background: none;
}

.updates #updates li {
	margin-bottom: 10px;
}

#main ul li {
	margin: 0 0 0 15px;
	list-style: disc outside;
}

#content_body {
	float: left;
	width: 572px;
	margin-left: 22px;
	padding-bottom: 10px;
	display: inline;
}

#content_body.staff_listing {
	margin-top: 12px;
}

#body p {
	margin-bottom: 16px;
}

.intro {
	font-size: 16px;
	line-height: 1.4;
	margin-bottom: 20px !important;
}

.drop {
	float: left;
	height: 43px;
	width: 53px;
	line-height: 43px;
	text-indent: -5000px;
	background: url(/images/drop.png) no-repeat scroll 0 0;
}

#content_body p.body_img {
	float: right;
	padding: 5px 0 0 12px;
	margin-bottom: 0;
}

p.body_img img {
	border: 1px solid #ddd;
}

#sidebar {
	float: left;
	width: 312px;
	display: inline;
	margin: 25px 0 0 21px;
	background: url(/images/sub/vert.png) no-repeat scroll 0 0;
}

#resources_and_reports #sidebar, #contact_us #sidebar, #state_data #sidebar {
		background: none !important;
}

#sidebar h2 {
	margin: 2px 0 21px 22px;
	width: 107px;
	height: 10px;
	line-height: 10px;
	float: left;
	display: inline;
	text-indent: -5000px;
	background: url(/images/sub/subnav_head.png) no-repeat 0 0;
	font-size: 11px;
}

#subnav  {
	width: 328px;
	float: left;
	margin-left: -7px;
	margin-right: -9px;
	margin-bottom: 17px;
	padding-bottom: 10px;
	background: url(/images/dashed.png) no-repeat 10px bottom;
}

#subnav dt, #subnav dd {
	width: 328px;
	height: 41px;
	margin-top: -12px;
}

#subnav a {
	display: block;
	width: 268px;
	padding: 5px 28px 5px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 13px;
	color: #2f9ed5;
}

#subnav .active {
	background: url(/images/sub/subnav_bg.png) transparent no-repeat 0 0;
	margin-bottom: 5px;
}

#subnav .active a {
	color: #fff;
	cursor: default;
}

#subnav .active a:hover {
	text-decoration: none;
}

#content.sub #missed {
	clear: left;
}

#content.sub #missed_report {
	position: absolute;
	z-index: 5;
	top: 2px;
	left: -113px;
	width: 98px;
	height: 198px;
}

#content.sub #report_dl {
	width: 293px;
	height: 28px;
	line-height: 28px;
	text-indent: -5000px;
	background: url(/images/home/report_dl.png) no-repeat 0 0;
	margin-left: -111px;
}

#sidebar #missed_head {
	width: 180px;
	float: left;
	display: inline;
	height: 28px;
	line-height: 28px;
	text-indent: -5000px;
	background: url(/images/sub/missed.png) no-repeat scroll 0 0;
	margin: 9px 0 6px;
}

#content.sub #freeform {
	float: left;
	display: none;
	width: 295px;
	margin-top: 4px;
}

#content.sub #freeform.show_side {
	display: inline;
}

.staff_listing h3 {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 12px;
	margin: 22px 0 2px;
}

h3.staff_title_sub {
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 12px;
	margin: 12px 0 8px;
}

.staff_listing h3 {
	font-weight: normal;
}

.staff_listing h3.top {
	margin-top: 6px;
}

p.staff_more {
	margin-top: -8px;
	font-size: 11px;
}

/* 
-----------------------------------------------
\\\ State data page
----------------------------------------------- */

#map_wrap {
	float: left;
	width: 892px;
	margin-left: 26px;
	display: inline;
	padding-bottom: 18px;
}

#usmap {
	float: left;
	width: 590px;
	display: inline;
}

#state_panel {
	margin-top: 16px;
	float: left;
	width: 290px;
	margin-left: 12px;
	display: inline;
	color: #555;
}

.state {
	margin: 20px 0;
	display: none;
}

.state h4 {
	font-weight: bold;
	font-size: 22px;
	font-family: Rockwell,Georgia;
	padding-left: 20px;
	color: #222;
}

.state_intro {
	font-style: italic;
		padding-left: 20px;
}

.state li { 
	float: left;
	line-height: 20px;
	padding-left: 22px;
	background: url(/images/bullet.png) no-repeat 1px 3px;
	margin-bottom: 12px;
	font-weight: normal;
}

.state li strong {
	font-size: 17px;
	font-family: helvetica,arial,sans-serif;
	color: #b02831;
}

.state_sub {
	margin-left: 20px;
	float: left;
	display: inline;
	width: 270px;
	padding-top: 2px;
}

.rulep {
	margin-bottom: 0;
	border-bottom: 1px solid #ccc;
	height: 8px !important;
	line-height: 8px;
	overflow: hidden;
}


#instruction_panel {
	margin-top: 38px;
	float: left;
	width: 270px;
	margin-left: 32px;
	font-size: 16px;
	line-height: 21px;
	font-family: Rockwell,Georgia;
}

/* 
-----------------------------------------------
\\\ Download buttons and file upload form
----------------------------------------------- */
#download_buttons {
	width: 100%;
	float: left;
	padding-bottom: 18px;
}

#download_buttons p {
	float: left;
	width: 184px;
	height: 64px;
	line-height: 64px;
	background: url(/images/buttons/tech_guide.png) no-repeat 0 0;
	text-indent: -5000px;
	margin-right: 8px;
	margin-bottom: 0;
}

#download_buttons a {
	display: block;
	height: 64px;
	line-height: 64px;
}

p#state_template {
	background: url(/images/buttons/state.png) no-repeat 0 0;
}

p#campus_template {
	margin-right: 0;
	background: url(/images/buttons/campus.png) no-repeat 0 0;
}

#upload_form_outer {
	float: left;
	width: 568px;
	background: url(/images/upload_form/form_top.png) no-repeat 0 top;
	margin-bottom: 8px;
}

#upload_form {
	width: 568px;
	background: url(/images/upload_form/form_bottom.png) no-repeat 0 bottom;
	min-height: 100px;
	padding-bottom: 10px;
}

#upload_form h3 {
	width: 145px;
	height: 11px;
	line-height: 11px;
	background: url(/images/upload_form/upload.png) no-repeat 0 0;
	text-indent: -5000px;
	margin: 20px 0 10px 19px;
}

#upload_form p {
	font-size: 12px;
	line-height: 19px;
	margin: 0 20px 18px;
}

#upload_form label {
	float: left;
    width: 188px;
	text-align: right;
	font-weight: bold !important;
    margin: 0 10px 0 0;
	padding-top: 2px;
	font-weight: normal;
	font-size: 12px !important;
}

#upload_form label span {
	font-size: 10px;
	font-family: Arial,helvetica,sans-serif;
	font-weight: normal;
	color: #555;
}

#upload_form fieldset {
	margin-bottom: 8px;
}

#upload_form div.field {
	float: left;
	width: 325px;
}

#upload_form fieldset input {
	width: 210px;
	padding: 2px 1px;
}

#upload_form #file1 {
	width: 210px;
	padding: 2px 1px;
}

.submit_upload {
	margin-left: 193px;
}


/* 
-----------------------------------------------
\\\ FAQ
----------------------------------------------- */
#faq_title {
	margin: 20px 0 8px;
	font-weight: bold !important;
	padding-top: 12px;
	font-size: 15px;
	color: #222;
}

#faq_toc {
	font-weight: bold;
	font-size: 14px;
	font-style: italic;
}

#faq_toc li {
	padding-bottom: 3px;
}

#faq_toc li.faq_subhead {
	margin: 8px 0 0 0;
	list-style: none;
	text-transform: uppercase;
	font-style: normal;
	font-size: 12px;
	letter-spacing: 1px;
}

#faq_toc li.faq_subhead a {
	color: #28567c;
}

.faq_q {
	font-style: italic;
	font-weight: bold;
	font-size: 13px;
	padding-top: 10px;
}

.faq_q_subhead {
	text-transform: uppercase;
	margin-bottom: 4px;
	font-style: normal;
	letter-spacing: 1px;
}

p.faq_top {
	font-size: 10px;
}

/* 
-----------------------------------------------
\\\ Webinars
----------------------------------------------- */
.webinar {
	display: none;
}


/* 
-----------------------------------------------
\\\ Intruder modules
----------------------------------------------- */
div.sidebar_mod {
	float: left;
	clear: left;
	width: 272px;
	background: url(/images/side/module_top.png);
	margin-left: 20px;
}

div.sidebar_end {
	float: left;
	clear: left;
	width: 272px;
	background: url(/images/side/module_bottom.png);
	height: 9px;
	margin: 0 0 20px 20px;
}

div.sidebar_inner {
	float: left;
	display: inline;
	margin: 16px 0 10px 20px;
	width: 234px;
}

div.sidebar_inner h4, #home_signup h4 {
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: Rockwell, Georgia;
	color: #143a58;
	margin-bottom: 0;
}

#home_signup h4 {
	font-size: 13px;
	line-height: 13px;
	margin: 11px 0 0 12px;
}

div.sidebar_inner p {
	margin-bottom: 0;
	font-size: 12px;
	line-height: 18px;
}

div.sidebar_inner form {
	margin-top: 5px;
}

#subscribeForm label {
	clear: both;
}

#email1 {
	background:url(/images/side/signup_box.png) no-repeat 0 0;
	border:medium none;
	float:left;
	margin:0 0px 0 -1px;
	padding:0 0 3px 3px;
	width:203px;
	height: 24px;
	color: #aaa;
	line-height: 12px !important;
}

#subButton {
	float: left;
	width: 28px;
}

#sidebar1 {
	margin-top: 7px;
}

#sidebar3 {
	float: left;
	margin-left: 20px;
	display: inline;
	position: relative;
	width: 272px;
	height: 62px;
	background: url(/images/home/keep_up_cca.png) no-repeat 0 0;
}

#home_facebook {
	position: absolute;
	top: 15px;
	left: 170px;
}

#home_twitter {
	position: absolute;
	top: 15px;
	left: 210px;
}

label.error {
	color: red;
	font-size: 11px;
}

#freeform.hide_free {
	display: none;
}

#home_signup {
	float: left;
	margin-left: 0;
	display: inline;
	width: 622px;
	height: 65px;
	background: url(/images/home/signup_home.png) no-repeat 0 0;
}

#home_signup p {
	float: left;
	display: inline;
	margin: 2px 3px 0 13px;
}

#home_signup form {
	float: left;
	position: relative;
}

#home_signup label {
	position: absolute;
	top: -20px;
	left: 0;
}

p#lead_module {
	background: url(/images/side/essential.png) no-repeat 0 0;
    width: 230px;
	margin: 2px 2px 0 0;
	height: 118px;
	line-height: 118px;
	text-indent: -5000px
}

#lead_module a {
	display: block;
	height: 118px;
}

p#report_module {
	background: url(/images/side/report_module.png) no-repeat 0 0;
    width: 230px;
	margin: 2px 2px 0 0;
	height: 118px;
	line-height: 118px;
	text-indent: -5000px
}

#report_module a {
	display: block;
	height: 118px;
}

p#challenge_module {
	background: url(/images/side/challenge.png) no-repeat 0 0;
    width: 230px;
	margin: 2px 2px 0 0;
	height: 118px;
	line-height: 118px;
	text-indent: -5000px
}

#challenge_module a {
	display: block;
	height: 118px;
}

/* 
-----------------------------------------------
\\\ Subscribe overlay
----------------------------------------------- */
#subscribe h2 {
	margin-bottom: 3px;
	font-weight: bold;
	font-family: helvetica,arial,sans-serif;
	font-size: 22px;
	line-height: 23px;
}

#subscribe p {
	font-family: helvetica,arial,sans-serif;
}

#email2 {
	color: #999;
	border: 1px solid #bbb;
	font-size: 18px;
	padding: 4px;
	width: 250px;
	font-family: helvetica,arial,sans-serif;
}

div#signup {
	width: 330px;
	margin: 0 auto;
}

div#signup input {
	float: left;
}

#signup_button {
	margin-top: 1px;
}

#nothanks {
	clear: left;
	padding-top: 10px;
	margin-bottom: 3px;
}

/* 
-----------------------------------------------
\\\ Footer
----------------------------------------------- */
#footer {
	float: left;
	width: 940px;
	margin: 7px 0 0;
	padding-top: 10px;
	display: inline;
	padding-bottom: 20px;
}

#home_page #footer {
	margin-top: 40px;
	background: url(/images/rule.png) no-repeat 0 0;
}

#footer_contact {
	text-transform: uppercase;
	font-size: 11px;
	color: #777;
	float: left;
	width: 500px;
}

#footer_contact a {
	color: #777;
}

#share_this {
	float: right;
	width: 120px;
	text-align: right;
	font-size: 12px;
}

#share_this a {
	color: #111;
}

/* 
-----------------------------------------------
\\\ Email Form
----------------------------------------------- */
#email_form {
	display:none;
	float:left;
	font-family: Rockwell,Georgia;
	margin-right:10px;
}

#email_form input#emailInput {
	background-image: none;
	border:solid 1px #000;
}

/*****************************************************************************
scalable Inman Flash Replacement (sIFR) version 3.

Copyright 2006 – 2008 Mark Wubben, <http://novemberborn.net/>

Older versions:
* IFR by Shaun Inman
* sIFR 1.0 by Mike Davidson, Shaun Inman and Tomas Jogin
* sIFR 2.0 by Mike Davidson, Shaun Inman, Tomas Jogin and Mark Wubben

See also <http://novemberborn.net/sifr3> and <http://wiki.novemberborn.net/sifr3>.

This software is licensed and provided under the CC-GNU LGPL.
See <http://creativecommons.org/licenses/LGPL/2.1/>
*****************************************************************************/

@media screen {
  .sIFR-flash {
    visibility: visible !important;
    margin: 0;
    padding: 0;
  }
  
  .sIFR-replaced, .sIFR-ignore {
    visibility: visible !important;
  }
  
  .sIFR-alternate {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    display: block;
    overflow: hidden;
  }
  
  .sIFR-replaced div.sIFR-fixfocus {
    margin: 0pt; 
    padding: 0pt; 
    overflow: auto; 
    letter-spacing: 0px; 
    float: none;
  }
}

@media print {
  .sIFR-flash {
    display    : none !important;
    height     : 0;
    width      : 0;
    position   : absolute;
    overflow   : hidden;
  }
  
  .sIFR-alternate {
    visibility : visible !important;
    display    : block   !important;
    position   : static  !important;
    left       : auto    !important;
    top        : auto    !important;
    width      : auto    !important;
    height     : auto    !important;
  }
}

/*
Place CSS rules for to-be-replaced elements here. Prefix by .sIFR-active
so they only apply if sIFR is active. Make sure to limit the CSS to the screen
media type, in order not to have the printed text come out weird.
*/
@media screen {
  .sIFR-active h1.headline {
    font-family: Verdana;
    visibility: hidden;
  }

  .sIFR-active div.sidebar_inner h4, .sIFR-active #home_signup h4 {
	margin-bottom: -4px;
	}
}

/* 
-----------------------------------------------
\\\ Misc
----------------------------------------------- */

/* clearfix */

.group:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
    }

/* IE6 */
* html .group {
	height: 1%;
}

/* IE7 */
*:first-child+html .group {
	min-height: 1px;
}

