/*
	CSS file for asaprograms.com V 1.0
	Author:	Net Theory 
			http://www.nettheory.com/

Orange	f78f1e
Green	bdd610
grey dividers	999
50% grey 	808080

*/

/* Body and global
------------------------------------ */
*{
	margin: 0;
	padding: 0;
	z-index: 0;
}


body {
	font: 62.5% "Helvetica Neue", Arial, sans-serif;
	color: #4d4d4d;
	background-color: #f1f1f3;
}

/*ul, li { list-style: none; }*/

.disabled {
	color: #666;
}

img{ border: 0; }

a:link 		{ color: #F78F1E; text-decoration: none; }
a:visited { color: #F78F1E; text-decoration: none; }
a:hover 	{ color: #F78F1E; text-decoration: none; }
a:active 	{ color: #F78F1E; text-decoration: none; }
	
a:hover {
	text-decoration:underline;
}	

p, address { 
	margin-bottom: 1.5em; 
}

address {
    font-style: normal;
}

p, 
address, 
.main table, 
.main li, 
/*.main form, */
.main dl, 
.main label {
	font-size: 1.2em; 
	line-height: 1.5em; 	
}

table {
	border-collapse: collapse;
	}

th {
	font-weight:bold;
	text-align:left;
}

.sidebar table, .sidebar li, .sidebar p {
	font-size:1.1em;
	color:#808080;
}

.sidebar li{
	margin-bottom:10px;
}


#address li{
	margin-bottom:0;
}
/*  Header and Footer / Structure
---------------------------------------------------------*/
h1#asa {
/*	margin-right: 50px;*/
	float: right;
	background: transparent url(../images/logo10.png) top left no-repeat; 			
}

	h1#asa a, h1#asa09 a {
		display: block;
		width: 203px;
		height: 86px;
		text-indent: -9999px;
		overflow:hidden;
	}


h2 a{
	color:#808080 !important;
}

#summersion-mod-logo,
#summerfuel-mod-logo {
	padding:0 !important;
	overflow:hidden;
	margin-left: 10px;
	font-size: 12px !important;
	line-height: 12px;
}

#summersion-mod-logo {
	background: url(../images/summersion-mod.png) 0 2px no-repeat;
}

#summerfuel-mod-logo {
	background: url(../images/summerfuel-mod.png) 0 2px no-repeat;
}

	#summersion-mod-logo a, 
	#summerfuel-mod-logo a, 
	#summersion_small, 
	#summerfuel_small,
	#fcb_small {
		text-indent: -9999px;
		display: block;
		width:184px;
		line-height: 1em;
/*		height:21px;*/
	}
	
	#summersion-mod-logo a, 
	#summerfuel-mod-logo a {
		padding-top: 10px;
		padding-bottom: 5px;
	}

	#summersion_small, 
	#summerfuel_small {
		padding: 0;
	}
	
	.program-type {
		margin-bottom: 20px;
	}
	
#summersion_small{
	background: url(../images/summersion_small.png) top left no-repeat; 			
	width:147px;
	height:22px;
}
#summerfuel_small{
	background: url(../images/summerfuel_small.png) top left no-repeat; 			
	width:141px;
	height:22px;
}
#fcb_small{
	background: url(../images/fcb_small.png) top left no-repeat; 			
	width:187px;
	height:39px;
}



#upper-container {
/*	margin-bottom: 30px;*/
	float: left;
	width: 100%;
	background: #afb0b4 url(../images/global-header-grad.png) bottom left repeat-x; 
}

#upper-container a:hover, #upper-container a:active {
    text-decoration: underline; 
}

#global-nav-wrapper { 
	float: left; 
	width: 100%; 
/*	border-bottom:15px solid #f2f2f2;
*/}

#global-nav-inner { 
/*	width: 1020px; */
	width: 960px;
	margin: 0 auto; 
}

#global-nav { 
	float: left; 
	width: 960px;
}

	#global-links {
		float: left;
		width: 470px;
		margin-left: -7px;
		position: relative;
	}
	
	#global-links ul {
		list-style: none;
	}
	
	#global-links li {
		float: left;
		margin-right: 8px;
	}

	#global-links li.selected a {
		text-decoration: underline;
	}

	#global-links li a { 
		font-weight: bold; 
		color: #fff; 
		text-decoration: none; 
		padding: 7px; 
		float: left;
		font-size: 1.2em;
	}
    
    #global-links li a:hover,  #global-links li a:active,
    #company-links li a:hover,  #company-links li a:active {
        background: #c4c4c4;
        color: #fff;
	}

	#nav-right {
		margin: 5px 0;
		float: right;
		width: 460px;
/*		background-color: green;*/

	}
	
		#company-links { 
			margin-top: 2px;
			margin-left: 20px;
			width: 20em;
			float: right;
			list-style: none;
/*			background-color: red;*/
		}
	
		#company-links li { 
			float: right;  
			display: inline;
/*			padding: 7px 0;*/
		}
	
			#company-links li a {
				color: #e6e6e6;
				text-decoration: none;
				float: left;
				padding: 0 7px;
				text-transform: uppercase;
				border-right: 1px solid #e6e6e6;
				font-size: 1em;
			}
	
			#company-links li.selected a {
				text-decoration: underline;
			}
		
			#company-links li.last a {
				border: none;
			}
		

		
#header-wrapper {
	/*margin-bottom: 10px;*/
	width: 960px;	
	float: left;
}

	#header-wrapper h2 {
		margin-top: 16px;
	}



#program-nav-wrapper {
	background: #f2f2f2;
	float: left;
	width: 100%;
	clear: left;
}

	#program-nav-inner {
		width: 960px;
		margin: 0 auto;
	}

	#program-nav {
		margin: 0 auto;
		float: left;
		width: 960px;
		position: relative;
	}

		#program-links {
			margin: 0 auto;
			float: left;
			width: 960px;
			list-style: none;
			margin-left: -7px;
			position: relative;
		}
	
		#program-links li {
			float: left;
			display: inline;
			margin-right: 11px;
			font-size: 1.2em;
		}
	
		#program-links li a {
			/*color: #808080*/;
			text-decoration: none;
			padding: 4px 7px;
			float: left;
		}
		#program-links li.selected a{
			font-weight: bold;
		}

        #program-links li a:hover,  #program-links li a:active {
            background: #fafafa;
    	}


#footer-wrapper {
	background: #f4f4f4 url(../images/footer-grad.png) bottom left repeat-x;
	float: left;
	width: 100%;
/*	margin-top: 30px;*/
	margin-bottom: 40px;
}

#footer-inner {
	width: 960px;
	margin: 0 auto;
}

#footer-content {
	float: left;
	width: 960px;
}
	#footer-content p{
		line-height:1.2em;
	}
	#footer-content a.nt:hover{
		color:#F78F1E;	
	}
	#footer-links {
		float: left;
		width: 960px;
		list-style: none;
	}
	
	#footer-links li {
		float: left;
		padding: 7px 0;
	}
	
	#footer-links li a {
		color: #045d91;
		text-decoration: none;
		float: left;
		text-transform: uppercase;
		padding: 0 6px;
		border-left: 1px solid #015a93;
	}
	#footer-links li.first a{
		border: none;
		padding-left: 0;
	}
	
	#footer-content p {
		clear: left;
		padding: 3px 0 7px 0;
		color: #b3b3b3;
		margin: 0;
	}
	
	#footer-content p a {
		color: #b5b5b5;
		text-decoration: none;
	}


#content-wrapper {
	padding: 20px 0 30px 0;
	width: 100%; 
	margin: 0 auto; 
	float: left;
	background-color: #fff;
}

#content { 
	margin: 0 auto;
	width: 960px; 
}

	#primary-content {
/*		background: transparent url(/images/grid-overlay.png) top left repeat-y;*/
		position:relative;
	}

	#primary-content .legal {
		color:#999;
		padding-top:15px;
	}
#content h2 { 
	font-weight: normal; 
	font-size: 3em; 
	color: #808080; 
	margin-bottom: .3em; 
}

#content h3, .h3 { 
	font-weight: normal; 
	font-size: 2.4em;
	margin-bottom: .3em; 
	color: #808080; 
}

.h3{
	margin-bottom:0 !important; 	
}

#content h4 {  
	font-size: 1.6em; 
	margin-top: .4em; 
	margin-bottom: .3em; 
	color: #808080;
	line-height: 1.455em;
}

	#content h4 span {
		font-weight: normal;
	}

#content h5 {
	color:#F78F1E;
	font-size:1.8em;
	font-weight:normal;
	margin-bottom:0.1em;
	margin-top:0.4em;
	font-family: Georgia, "Times New Roman", serif;
}

#content .section h5 { 
	font-size: 32px; 
	margin-bottom: .3em; 
	/*margin-top: 1.2em; */
	color: #f78f1e;
	font-weight:normal;
}

#content h6 { 
	font-size: 1.8em; 
	margin-bottom: .3em; 
	margin-top: .8em; 
	color: #333;
	font-weight:normal;
}
		
#program-locations { 
	float: left; 
	width: 700px;
	list-style: none;
/*	margin-bottom: 45px; */
}

#program-locations li { 
	float: left; 
	font-size: 1.1em;
	position: relative;
}

#program-locations li.selected a { 
	text-decoration: underline;
	color:#F78F1E;
}

#program-locations li.dropdown, #program-locations li a { 
	float: left; 
	padding: 0 6px; 
	border-left: 1px solid #bfbfbf; 
	text-decoration: none; 
	color:#808080;
}

	.highlight-nav { color: #F78F1E !important; }
	.hidden-nav { 
		display: none; 
		clear:left; 
		float: left;		
		position: absolute; 
		top: 1em; 
		list-style: none; 
		padding-top: 10px; 
		border: 1px solid #ccc; 
		border-top: none; 
		}
	.hidden-nav-display { 
		display: block !important; 
		z-index: 100; 
		}
	.hidden-nav li { 
		float: left; 
		clear: left;  
		}
	.hidden-nav li a { 
		padding: 5px 5px; 
		border-left: none !important; 
		border-top: 1px solid #ccc; 
		float: left; 
		display: block; 
		width: 300px;
		}

#program-locations li a:hover { 
	color:#F78F1E;
}
#program-locations li.grp_last a{
	padding-right:10px;	
}
#program-locations li.grp_first {
	border-left: 2px solid #555; 
	padding-left:10px;
}
am-locations li a:hover { 
	color: #F78F1E;
}


#program-locations li.first a{ 
	border: none; 
	padding-left: 0; 
}


/* Homepage
------------------------------------------------------------------------------*/

#homeFlashContainer { 
	border-bottom: 4px solid #a5a5a5; 
	width:960px;
	height:310px;
	padding-bottom: 13px; 
	margin-bottom: 15px; 
}


.ad img{
	margin-top: 10px;
	margin-bottom: 10px;
}

/*#apply-now a {
	color: #fff;
	display: block;
	background: #F78F1E;
	padding: 30px 30px;

	margin-top: 8px;
	font: italic 1.2em Georgia, "Times New Roman", serif;
	line-height: 1.6em;
	
}
	
		#apply-now .apply-grab { 
			text-transform: uppercase; 
			font-weight: bold !important; 
			color: #FFF; 
			font: 1.4em "Helvetica Neue", Arial, sans-serif;
			display: block;
		}*/

.module { 
	margin-top: 15px; 	
}

.module h3 { 
	padding: 2px 12px; 
	font-size:1.6em !important;
}
.module h3,
.green-header,
.orange-header,
.light-green-header,
.light-orange-header { 
	margin-bottom:0 !important;
	padding-left: 10px !important;
}
.module.last { 
	float: left; 
/*	margin-right: 0px !important; */
/*	margin-bottom: 15px; */
/*	width: 224px */
}

.module-container { 
	background: transparent url(../images/4col-bg.png) bottom left no-repeat;
}

.module-container-2 { 
	background: transparent url(../images/3-1-orange-bg.gif) bottom left no-repeat; 
}

.secondRow{
	margin-top:25px;
}


/* All the different scenarios for orphan modules on Landing Pages*/

.module-container-3-1-green { 
	background: transparent url(../images/3-1-green-bg.gif) bottom left no-repeat; 
}
.module-container-2-2-green { 
	background: transparent url(../images/2-2-green-bg.gif) bottom left no-repeat; 
}
.module-container-1-3-green { 
	background: transparent url(../images/1-3-green-bg.gif) bottom left no-repeat; 
}
.module-container-3-1-orange { 
	background: transparent url(../images/3-1-orange-bg.gif) bottom left no-repeat; 
}
.module-container-2-2-orange { 
	background: transparent url(../images/2-2-orange-bg.gif) bottom left no-repeat; 
}
.module-container-1-3-orange { 
	background: transparent url(../images/1-3-orange-bg.gif) bottom left no-repeat; 
}



.module-content {  
/*	padding: 8px 15px 15px 15px;*/
	padding: 8px 0 15px 0;
	background: #f3f4f4 url(../images/mod-grad.png) bottom left repeat-x;
	border-bottom:solid 3px #B3B3B3; 	 
}

	.module-content h4,
	.module-content p {
		margin-right: 15px;
		margin-left: 15px;
		float: none !important; /* I swear, the weirdest freakin' thing. IE 6 needs this, but Firebug isn't showing anything floating here. This bugs me. */
	}

.module-content-fixed {  
	background: transparent;
	padding: 8px 15px 15px 15px;
	width:192px;
}

	.program-description {
		margin-top: 1.25em;
	}

	#content .module-content-fixed h4 {
/*		margin: 0;*/
		line-height: 1.125em;
		font-weight: normal;
	}

.quote{
	font-size:2em;
	font-family: Georgia, "times new roman", serif;
	padding:15px;
	line-height: 1.5em;
}

	.nopadding {
		padding-left: 0;
		padding-right: 0;
	}

	.smaller {
		font-size:1.8em;
	}

.module-content-fixed img{  
/*	margin-left:-15px;*/
/*	margin-top:-8px;*/
	display: inline
}
	
.module-content h4 { 
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	font-weight: bold !important; 
	font-size: 1.1em !important; 
}

.module-content h4.dashed { 
	margin-bottom: .5em !important; 
	border-bottom: 1px dashed #a5a5a5; 
}

.module-content p { 
	margin-bottom: .6em;
	font-size: 1.1em;
}

.module-content p.last { 
	margin-right: 15px !important;
	margin-bottom: 1.5em; 
}

.gradient-w-border { 
	background: #d4d4d4 url(../images/module-grad.png) bottom left repeat-x; 
}

.module.last { margin-right: 0; }
.first-module { clear: left; }




/* Summersion/Summerfuel Landing Pages 
-----------------------------------------------------------*/
.summerfuel-margin {
	margin-top: 30px;
}

#short-comparison {
/*	margin-left: 36px;*/
	margin-top: 5px;
	text-align: right;
}

#summersion-splash,
#spain-splash {
	color: #f78f1e;
}

	#summersion-splash h2 {
		color: #f78f1e;
		font-size: 2.3em;
		text-indent: -9999px;
		display: block;
		width: 356px;
		height: 52px;
		background:url(/images/summersion.png);
	}	
#spain-splash h2 {
		color: #f78f1e;
		font-size: 2.3em;
		text-indent: -9999px;
		display: block;
		width: 317px;
		height: 45px;
		background:url(/images/spain.png);
	}

#summerfuel-splash {
	color: #c7e51A;
}

	#summerfuel-splash h2 {
		color: #c7e51A;
		font-size: 2.3em;
		font-weight: bold;
		text-indent: -9999px;
		display: block;
		width: 297px;
		height: 44px;	
		background:url(/images/summerfuel.png);
	}
	#summersion-splash p, #summerfuel-splash p, #spain-splash p{
		font-size: 2.8em;
		line-height:1.25em !important;	/*computes 35px*/
		font-style:normal;
	}


/*.program-intro {
	border-bottom: 1px dashed #252525;
	margin-bottom: 1em;
}
*/
.program-intro h3 {
	color: #1f1f1f !important;
}

.program-intro p {
	color: #999;
	clear: left;
}

.program-intro ul {
	margin-bottom: .5em;
	float: left;
}

.program-intro ul li {
	float: left;
}

.program-intro ul li a {
	font-weight: bold;
	padding: 0 7px;
	border-left: 1px solid #999;
	float: left;
}

.program-intro ul li.first a {
	border-left: 0;
	padding-left: 0;
}


#coursedescription {
	margin-bottom: 4em;
}



/* Program Landing Page
-----------------------------------------------------------------------*/
.gray-header {
	background: #f7f7f7 url(../images/gray-corner-large.png) top right no-repeat;
	float: left;
	width: 468px; 
}

span.summersion {
	font-size: 2em;
	font-weight: normal;
	color: #808080;
}

span.program-title {
	font-size: 2em;
	font-weight: normal;
	color: #808080;
}

.program-header {
	padding: 10px 10px;
	float: left;
	width: 446px;
	margin-bottom: 1.5em;
}

.program-info {
	float: left;
	position: relative;
	left: -7px;
}
.program-info li {
	float: left;
}

.program-info li a {
	float: left;
	padding: 0 7px;
	border-left: 1px solid #ccc;
	font-size: .8em;
	font-weight: bold;
}

.program-info li.first a {
	border: none;
}

.program-info li.selected a {
	background: #fff !important;
}

.program-header p {
	float: left;
	font-size: 1.3em;
}

.program-header table { 
	width: 400px; 
	clear: both;
	border-top: 1px solid #777;
	border-bottom: 1px solid #777;
}

.program-header table td { 
	padding: 2px 10px;
}




/*  Program Modules
-----------------------------------------------------------------------------*/
.moduleSection div.paragraph {
	margin-bottom: 1.5em;
}

.moduleSection h3 {
	margin-bottom: .5em;
	font-size: 1.4em !important;
}

.moduleSection h4 {
	font-size: .9em !important;
	color: #555 !important;
}

.moduleSection div.image img {
	float: right;
	padding: 0 0 10px 15px;
}

.module-container .green-header div, 
.module-container-3-1-green .h3 div,
.module-container-1-3-green .h3 div,
.mod-cont h3 div
{
	font-size:.625em; /*computes to 10pt*/
	color:#808080;
}



/*  Generic form rules
------------------------------------------------------------*/
legend {
	font-size:1.6em; /*computes 16px*/
	padding: 0 5px;
	color: #4d4d4d;
}

	.edit-link {
		padding: 0 5px 1px 5px;
		background-color: #fff7ef;
	}

.formField {
	float:left;
	width:200px;
	clear:left;
	padding:5px 0;
	border-bottom: 1px dotted #dedede;
}

.actionPage2 .formField{
	width:380px;
}

.contact .formField{
	width:370px;
}

.contact label{
	width:118px;
	text-align:right;
	padding-right:10px;
}

fieldset {
	margin:20px 0;
	padding:40px;
}

#brochure_form fieldset {
/*	padding: 20px 0 0 15px;*/
}

.short_phone {
	margin-right: 3px;
	width: 115px !important;
}

.phone_type {
	width: 82px !important;
}

label{
	margin-right: 10px;
	float:left;
	width:150px;
	clear:none;
	text-align:left;
	display:block;
}

label.brochure{
	width:453px;
}

label.apply-course{
	padding-top: 0px !important;
}

h3.brochureHeader{
	border-bottom:3px solid #999;
}
h5.brochureHeader{
	padding-top:15px;
}
.req{
	color:#F78F1E;
}

input,
select,
textarea {
	width:200px;
	float:left;
	background:#f7f7f7;
	color:#333;
	font: 1.2em "Helvetica Neue", Arial, sans-serif;
}

input[type="text"] {
	padding: 1px 2px;
/*	border: none;*/
/*	border-bottom: 1px solid #666;*/
}

.disabled {
	padding: 3px 4px !important;
	border: none;
}

input.box{
	width:14px !important;
}
#billing_exp_date_2i {
	width:100px;
}
#billing_exp_date_1i {
	width:80px;
}

.actionPage1 label{
	padding-left:15px;
}

.location-list-apply {;
	margin-bottom: 1.5em;
	list-style: none;
}

	.location-list-apply li {
		margin-bottom: 4px;
		font-size: 1em;
	}
	
		.location-list-apply input,
		.location-list-apply label {
			float: none;
		}
		
		.location-list-apply label {
			padding-left: 0;
		}

.submit{
	padding-top:222px;
	height:222px;
	width:222px !important;
	overflow:hidden;
	border:none;
	cursor:pointer;
}

	.continue{
		background:url(/images/submit-continue.png) top no-repeat;
	}
	
	.submit-application {
		background:url(/images/submit-application.png) top no-repeat;
	}
	
	.use-this{
		margin:10px 0 20px 120px;
		background:url(/images/asa-use_this.png) top no-repeat;
		height:80px;
		width:180px !important;
		overflow:hidden;
		border:none;
		cursor:pointer;
		text-indent:-9999px;
	}
	.rsvp{
		background:url(/images/submit-rsvp.png) top no-repeat;
	}

.innerLabel {
	float:left;
	padding:0;
	width: 75px;
	font-size:1.2em;
}

.wide-label {
	width: 300px;
}

	.innerLabel input {
		float: none;
	}

.clearLeft{
	clear:left;
}


#contact_submit{
	border:1px solid #999;
	width:100px;
	margin-left:205px;
}

#global-search {
	float: right;
	width: 230px;
}

#global-search #search-box {
	font-size: 11px;
	line-height:11px;
	height: 11px;
	color: #999;
	padding:2px;
	border: none;
	width: 160px;
	float:left;
}

#search_submit{
	padding-top:15px;
	overflow:hidden;
	height: 15px;	
	background:transparent url(../images/searchSubmit.png) no-repeat;

	width:20px;
	float:left;
	cursor:pointer;
	border: none !important;
}

/*
.formField {
	padding:15px 0;
}

label {
	width:100px;
	
	text-align:right;
	padding-right:50px;
}

.formField input, .formField select, .formField textarea {
	float:left;
	width:200px;
	background:#F7F7F7;
}

	#submit {
		clear:left;
		padding-left:150px;	
	}

	.submit {
		border:solid 1px #999;
		padding: 1px 2px;
	}			
*/



/*  Search Results
------------------------------------------------------------*/


.searchResults dt a{
	font-size:1.4em;
	text-decoration:underline;
}
.searchResults{
	margin:10px 0;
/*	padding-bottom:5px;
	margin-bottom:15px;
	border-bottom:1px solid #ccc;*/
}
.searchResults dd{
	font-size:1.2em;
}
.searchResults dt{
	font-size:1.2em;
	font-weight:bold;
}
#underlinedH3{
	border-bottom:solid 3px #B3B3B3; 	 
}



/*  Footer Pages
------------------------------------------------------------*/
ul.sitemap {
	margin:20px 0;
	list-style:none;
	font-size:1.6em;
}
ul.sitemap ul{
	list-style:none;
	font-size:.75em; /*computes 12px*/
}

	ul.sitemap li, ul.sitemap li a {
		margin:10px 0;
	}

		ul.sitemap li ul li, ul.sitemap li ul li a {
			margin:5px 0;
			font-weight:bold;
			text-indent:11px;
		}
		
			ul.sitemap li ul li ul li {  /* changed methodology for IE 6 and 7 */
				background: url(../images/bullet.png) no-repeat 0 4px;  	
				margin-left: 1em;
				padding-left: .3em;
				font-size:1.33em; /*computes 12px*/
				
			}
			
			ul.sitemap li ul li ul li a {
				font-weight:normal;
				margin:0;
			}

.leftDashed {
	border-left: 1px dashed #a5a5a5; 
	padding-left:10px;
	position:relative;
	left:-10px;	
}

ul#staffList, ul.courseList{
	list-style:none;
	margin:0;
	padding:0;
}
ul#staffList li, ul.courseList li {
	line-height:1.9em;
	margin:0;
	padding:0;
}

.courseList dt{
	font-style:italic;
	margin-top:10px;
}
.courseList dd{
	margin-left:0;
	padding-left:0;
}
	.toggle {
		color:#BCBEC0;
		margin-left:15px;
	}
	.courseList .toggle li{ 
		list-style-type:none;
		font-size: 1.0em;
	} 
	.toggler {
		text-transform:none;
		background:url(/images/button-arrow-closed.png) no-repeat left .3em;
		padding-left:8px;
		color:#F78F1E;
		cursor:pointer;

	}
	span.open {
		background:url(/images/button-arrow-open.png) no-repeat left .3em;	
		display:inline; /* to counteract expand behavior*/
	}	
	
		.toggle .description {
			text-transform:none;
			color:#4d4d4d;
			display:none;
		}
		
		.toggle .description p {
			line-height: 1.2em;
			font-size: .9em;
		}
		.toggle .open {
			display:inline;
		}



.toc li {
	margin-bottom: 0; 	
}

.top {
	text-align:right;
	display:block;
	margin:15px 0;
}




.legal{
	font-size:.9em;
/*	line-height:.2em;*/
}
/*#footer-content a:hover{
	font-weight:bold;
}
*/
/* location ----------------------- */

.locationNav{
	background:transparent;
	float:left;
	width: 448px;
	margin: 4px 0 8px 11px;
	display: inline;

}

.locationNav li{
	float:left;
	border-left:1px solid #333;
}

.locationNav li a {
	float: left;
	padding:0 8px;
	color: #333;
}

.locationNav li a:hover {
	color: #333;
}

.locationNav li.first{
	border:none;
}

.locationNav li.first a{
	padding-left:5px;
}

.locationNav li.current{
	background:#fff;
	font-weight:bold;
}

.locationNav li.current a {
	color: #333;
}

.location-description p { 
	clear: both;
	padding: 0 15px;
}

h2.program {
	clear: left;
	float: left;
	text-indent: -9999px;
}

h2#summersion {
	margin-bottom: 0;
	clear: left;
	float: left;
	background:url(/images/summersion-location.png) top left no-repeat;	
	width:201px;
	height:32px;
}

h2#summerfuel {
	margin-bottom: 0;
	background:url(/images/summerfuel-location.png) top left no-repeat;		
	width:201px;
	height:32px;
}

#locationTitleOrange,
#locationTitleGreen {
	clear: left;
	float: left;
	border-bottom: 1px solid #fff;
}

#locationTitleOrange {
	background-color: #f78f1e;
}

#locationTitleGreen {
	background-color: #bdd610;
}

	#locationTitleOrange h3, 
	#locationTitleGreen h3 {
		margin-bottom: 0;
		padding: 8px 0 0 12px;
		font-size: 2em;
/*		width: 265px;*/
	}
	
	#confirmation h3 {
		color: #4d4d4d;
		font-size: 1.8em;
	}

	#confirmation-header h3 {
		margin-bottom: 0;
		padding: 4px 5px 5px 10px;
		color: #fff;
		font-size: 2em;
		border-bottom: 1px solid #fff;
	}
	
	#confirmation-image {
		margin-bottom: 5px;
	}

		#locationTitleOrange h3 a, 
		#locationTitleGreen h3 a {
			color: #fff;
		}

	#locationTitleGreen h5, 
	#locationTitleOrange h5{
		clear:left;
		float: left;
		margin:10px;
	}

#program-title-and-nav {
/*	border-right: 1px solid #fff;*/
/*	width: 467px;*/
}

#share-apply {
	clear: none;
	float: left;
	margin: 0 !important;
	padding-left: 1px;
	width: 490px;
	border-left: 1px solid #fff;
/*	background: red;*/
}

.green-header-new { 
	background: #bdd610 url(../images/green-corner-small.gif) top right no-repeat;
}

.orange-header-new { 
	background: #f78f1e url(../images/orange-corner-small.gif) top right no-repeat; 
}

	#share {
/*		padding-bottom: 5px;*/
		float: left;
		clear: left;
		width: 180px;
		font-size: 10px;
/*		border-left: 1px solid #fff;*/
	}

		#share-apply .title {
			padding: 0;
			clear: left;
			float: left;
			color: #fff;
			font-size: 10px;
		}
	
			#share-apply #share .title {
				margin: 8px 0 14px 24px;
			}

			#share-apply #print .title {
				margin: 8px 0;
			}
			
				
			#share-apply .title a {
				color: #fff;
				font-size: 10px !important;
				text-decoration: none;
			}
		
				#share-apply dt a {
					display: block;
				}

			#share-apply dd.links {
				clear:left;
				float: left;
				border: 0;
				margin: 0 0 0 24px;
				width: 150px;
			}
			
				#share-apply #print #print-icon {
					clear:left;
					float: left;
					border: 0;
					padding: 13px 30px 0 20px;
					width: 24px;
				}
				
			#share-apply .icon {
				width: 35px;
				height: 21px;
				display: inline;
				float: left;
			}
			#share-apply dd.links ul li.last {
				width: 25px;
			}
			#share-apply dd.links ul li.icon a {
				text-decoration: none;
			}
			#share-apply dd.last {
				border: 0;
			}
			
			#share-apply #print {
				clear: none;
				float: left;
				width: 105px;
			}
				#share-apply #print .icon {
					clear: left;
					float: left;
					margin: 4px 0 0 22px;
				}

			#share-apply #tools {
				clear: none;
				float: left;
				width: 180px;
				list-style-type: none;
				color: #fff;
				margin: 8px 0 12px 0;
			}
			
				#share-apply #tools li {
					display: inline;
					font-size: 10px;
					float: right;
				}
				
					#share-apply #tools li a {
						color: #fff;
						float: left;
					}
					
			#share-apply .orange-header,
			#share-apply .green-header {
				font-size: 2em !important;
			}
			
			#share-apply .alignr {
				padding-right: 25px !important;
				padding-top: 0 !important;
			}
				
			#print {
			float: left;
			clear: none;
		}

		.module .tools {
			background: #f2f2f2;
			margin-bottom: 3em;
			float: left;
			clear: left;
			width: 100%;
			font-size: 1.2em;
			line-height: 1.6em;
		}

			.module .tools dt {
				padding: 10px 10px 0;
				font-weight:bold;
				clear: left;
			}
				.module .tools dt#share,
				.module .tools dt#print,
				.module .tools dt#tell {
					width: 202px;
					border-bottom: 1px solid #999;
					clear: both;
					float: left;
				}
				.module .tools dt#share {
					padding-bottom: 12px;
				}
					.module .tools dt#print a,
					.module .tools dt#tell a {
						display: block;
					}

				.module .tools dt#print div,
				.module .tools dt#tell div {
					clear: none;
					float: right;
					margin: -18px 0 8px;
				}
			.module .tools dd {
				padding: 0 10px 10px;
				border-bottom: 1px solid #999;
				float: left;
				width: 202px;
			}
				.module .tools dd#share-links {
					clear:none;
					float: right;
					border: 0;
					width: 120px;
					height:15px;
					margin: -30px 0 0;
				}
				.module .tools dd#share-links ul li.icon {
					width: 25px;
					display: inline;
					float: right;
				}
				.module .tools dd#share-links ul li.last {
					width: 16px;
				}
				.module .tools dd#share-links ul li.icon a {
					text-decoration: none;
				}
				.module .tools dd.last {
					border: 0;
				}
				
	.for-print-only {
		display: none;
	}

#slideShowContainer{
	height:310px;
	clear:left;
}

.location-description p {
	margin-top: 1.5em;
}

/*.location-description #slideShowContainer+p {*/
/*	margin-top: 15px;*/
/*}*/

.darkTable{
	background:#666;
	color:#fff;
	margin-bottom:20px;
}

	.darkTable th{
		text-align:left;
		padding:4px;
		border-bottom:1px solid #ccc;
	}
	.darkTable td {
		padding: 2px 8px;
		border-left: 1px solid #ccc;
		border-bottom: 1px solid #999;
	}

		.darkTable strong {
			text-transform: uppercase;
			font-weight: bold;
		}

		.darkTableCommented{
			margin-bottom:0;
		}

.footnote{
	color:#666;
	font-size:.75em; /*computes 9px*/
	line-height:1.2em;
	font-style:italic;
	text-align:right;
	background:#fff;
	border:none !important;
	padding-left:0 !important;
}
.paris {
	color:#fff;
	background:none;
}
.lightTable {
	background:#fff;
	margin-bottom:20px;
	clear:left;
	margin:10px;
	width:448px;
	margin-bottom:20px;
	border-top:1px solid #ccc;
}

.lightTable th{
	text-align:left;
	padding:4px;
	border-bottom:1px solid #ccc;
}
.lightTable td{
	padding:4px;
	border-left:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
.lightTable .ruleRight {
	border-right:1px solid #ccc;
}

#application-info .lightTable tr td {
    vertical-align: top;
}

#application-info ul.content {
    margin: 0 0 20px 20px;
    }

#programDescription{
	padding:15px;
	background-color: #f7f7f7;
	float: left;
	width: 438px;
}
#programDescription p, #programDescription h6{
	color: #666;	
	margin:0;
	line-height:1.4em;
}

#programDescription strong {
	color: #4d4d4d;
	font-size: 1.1em;
}
#programDescription h3{
	color:#4d4d4d;
	margin:5px 0;
}

.logo-tpr-sm {
	clear: none;
	float: right;
	width: 50px;
	margin-top: 15px;
}

.logo-tpr {
	margin-bottom: 8px;
	margin-left: 10px;
	padding: 0 0 10px 10px;
/*	border: 1px solid #ddd;*/
	clear: none;
	float: right;
	width: 96px;
}

.section {
	/* margin-bottom:15px; */
	padding-bottom:15px;
	/*border-bottom:1px dashed #999;*/
	clear: left;
	float: left;
}

.zebraTable{
	/*border-top:2px solid #b3b3b3;
	border-bottom:2px solid #b3b3b3;*/
	width: 100%;
	margin-bottom: 3em;
}
.zebraTable .stripe{
	background:#eee;
}
.zebraTable td, .zebraTable th{
	padding:5px;
}
.zebraTable th{
	width:65px;
	padding-left:10px;
}

#itinerary-table {
	
}

	#itinerary-table .spacer {
		width: 15px;
		background: #fff;
	}

#mainContent{
	clear:left;
	padding-top:20px;
}
.topBorder{
	border-top:3px solid #999;
}
.comparison .topBorder{
	border-top:3px solid #ccc;
}
.comparison th{
	background:#f7f7f7;
}
#comparisonOrange h2,  #comparisonGreen h2{
	text-indent: -9999px;
	display: block;
	float:left;
	background:url(/images/summersion-comparison.png) bottom left no-repeat;	
	width:159px;
	height:24px;
}	
#comparisonGreen h2{
	background:url(/images/summerfuel-comparison.png) bottom left no-repeat;	
	width:177px;
	height:29px;
}
.comparison .lightTable{
	border-top:none;
	width:940px;
}
.comparison .lightTable td{
	padding-left:10px;
}
.comparison .type{
	background:#fff;
	font-weight:normal;
	font-size:.835em !important; /*computes 10px*/
	color:#F78F1E;
}
.comparison .cell {
    width: 170px;
    }
.comparison .cell-small {
    width: 100px !important;
    }
.comparison .cell-large {
    width: 290px !important;
    }
.comparison .footnote{
	background:#f7f7f7;
}
.comparison .footnote p{
	width: 750px;
	float: left;
	margin: 0 0 0 5px;
	text-align: left;
}
.posBottom{
	position:absolute;
	bottom:0;
	margin-bottom:20px;
}
.info{
	border:1px solid #a5a5a5;
}
.info th{
	width:60%;
}

.info h6 {
	background:#a5a5a5;
	color:#fff !important;
	padding: 3px 5px 5px 5px !important;
	margin-top:0 !important;
}

.info th{
	padding: 0 10px 0 5px;
}
.info ul{
	list-style:none;
	margin:5px;
	margin-bottom:10px;
}
.round_corner {
	background:#F4FAD1 url(/images/round_corner-top.png) -1px 0 no-repeat;
	width:467px;
}
	.round_corner-int {
		padding:20px;
		background: url(/images/round_corner-bottom.png) bottom left no-repeat;
	}
	
	.round_corner ul {
		font-size: 1.33em; /*computes 16px*/ 
		margin: 0 0 .3em 0; 
		color: #808080;
		font-weight:normal;
		list-style:none;
	}
	
	.round_corner h4 {
		margin-bottom: 0.15em !important;
	}
h2.meet{
	margin-top:50px;
}

table#rsvp{
	margin:10px 0;
	width:100%;
}

	table#rsvp td{
		padding:10px;
		text-transform:none;
		color:#4d4d4d;
	}
	table#rsvp ul{
		list-style:none;
	}
	table#rsvp .description li{
		font-size:1em;
	}

.bigPad{
	padding: 30px 0 50px 0;
}

h4#insurance {
    margin-top: 0;
}
h4.summerfuel{
	text-indent: -9999px;
	display: block;
	width: 145px;
	height: 21px;
	background:url(/images/logo-summerfuel-small.png);	
}
h4.summersion{
	text-indent: -9999px;
	display: block;
	width: 153px;
	height: 23px;
	background:url(/images/logo-summersion-small.png);	
}

#video-popup, #video-conil {
    background-color: #fff;
    float: left;
}
#video-popup {
    width: 560px;
}
#video-conil {
    width: 600px;
}
#video-popup h1, #video-conil h1 {
    float: left;
    background: transparent url(../images/logo.png) top left no-repeat; 			
	width: 203px;
	height: 86px;
	text-indent: -9999px;
	overflow:hidden;
	margin-right:20px;
}

#video-popup h2,#video-conil h2 {
    font-size: 2.1em;
}

#video-popup #player, #video-conil #player {
    float: left;
    clear: none;
    display: inline;
    padding-top: 10px;
}
#video-popup #player {
    width: 325px;
}
#video-conil #player {
    width: 360px;
    height: 330px;
}

#dk{
	float:right;
	display:inline;
}



/* MyASA
----------------------------------------------------------- */
#usefulLinks{
	margin-left:10px;
}

	#usefulLinks h3{
		margin:30px 0  10px -10px;
	}
	
	#usefulLinks h3.first{
		margin:0 0  10px -10px;
	}
	
	#usefulLinks li a{
		font-size:1.2em;
	}
	
	
		#usefulLinks li{
			list-style-type:none;
		}

input[type="submit"],input[type="reset"]{
	width:150px !important;
	margin-left: 100px;
}

.mainAddress{
	margin:20px 0;
}
.tableBg{
	background:#ccc;
}
.module-content ul{
	list-style-type:none;
	margin:10px 15px;
}

fieldset legend { padding: 5px; line-height: 2em;}

a.main{
	font-size:1.2em;
}

.menu ul{
	list-style-type:none;
}	


.menuItems{
	margin-top:30px;
}

.firstMenuItem{
	margin-top:15px !important;
}
	.menuItems ul{
		list-style-type:none;
	}	
		.menuItems ul li{
			text-indent:10px;
			font-weight:bold;
		}	
			.menuItems ul li a{
				margin-left:10px;
				font-weight:normal;			
			}

.button a{
	font-size:1.2em;
	padding:10px;
	margin:20px auto;
	background:#eee;
	border:1px solid #666;
	font-weight:bold;
}
	.button a:hover{
		background:#666;
	}

		
.submitLink {
	color:#F78F1E;
   	background-color: transparent;
   	border: none;
   	cursor: pointer;
	width:600px;
	font-family:"Helvetica Neue",Arial,sans-serif;
	text-align:left;
	font-size:12px;
}
.formField{
	width:400px;
}

table.dataSet{
	font-size:1.2em;
	border-top:2px solid #999;
	margin-bottom:10px;
}
table.dataSet td, table.dataSet th{
	padding:10px 5px;
}
table.dataSet th{
	font-size:1.1em;
}
table.dataSet .zebra, table.dataSet .zebra td{
	background:#f5f5f5;
}
table.dataSet .header th, table.dataSet .header td{
	background:#eee;
}


.wordWrap { width: 350px; }

/*table.dataSet .header th a, table.dataSet .header td a{
	color:#C97C29;
}
*/

#program-links li {
	margin-right: 5px !important;
}

#program-links li a {
	padding: 5px 20px 1px 15px;
	background: #f78f1e url(http://www.asaprograms.com/images/orange-corner-small.gif) top right no-repeat;
	color: #fff;
	border-bottom: 3px solid #f78f1e;
}

#program-links li a:hover {
	color:#fff;
	background: #f78f1e url(http://www.asaprograms.com/images/orange-corner-small.gif) top right no-repeat;
	border-bottom: 3px solid #aa6214
}

#program-links li.last a { border-right: none; }


#myasa #program-links {
	border-bottom: 1px solid #f78f1e;
}

#header-wrapper h2 {
	margin-bottom: 30px;
}



/*  Utility Classes 
------------------------------------------------------------*/

.dev{
	border: 1px solid red;
}

.topPad {
	width:715px;
	padding-top:10px;
	border-top: 3px solid #a5a5a5; 	
}

.topMargin{
	margin-top:20px;
}
.separate { 
	border-top: 3px solid #a5a5a5; 
/*	clear: left; */
}


.contactImg {
    margin-top: 10px;
    }

.list { 
	list-style-type: none;
/*	font-size: 1.2em;
	padding-left: 15px; */
}

.list li { 
	color: #333;
	margin-bottom: 4px; 
/*	list-style: url(../images/bullet.png);   */
}

.newsfeed {
	margin-bottom: 1.4em;
	line-height:1.4em;
	list-style: disc !important;
}

.list li.last { 
	list-style: none; 
}

.padTop{ margin-top: 28px; }
.float-left 		{ float: left; }
.float-right 		{ float: right; }
.clear-left 		{ clear: left; }
.margin-bottom 	{ margin-bottom: 30px }
.half{
	width:40%;
}


.summersion { 
	font-family: "Georgia"; 
	font-style: italic; 
}
	
.summerfuel { 
	font-style: italic; 
}
	
	
.green-outline-header,	
.orange-outline-header {
	color: #fff !important; 
/*	padding: 2px 20px; */
	margin-bottom: 0 !important;	

}

.green-header a, .orange-header a {
	color: #fff !important; 
}
.light-green-header, .light-green-header a {
	color: #999 !important; 	
	font-weight:normal;		
}
.light-orange-header, .light-orange-header a{
	color: #999 !important; 
	font-weight:normal;		
}
.green{
	color:#bdd610 !important;
}
.orange{ 
	color: #F78F1E !important;
}
.greenBg{
	background-color:#bdd610 !important;
}
.lgreenBg{
	background-color:#F4FAD1 !important;	
}
.orangeBg{ 
	background-color: #F78F1E !important;
}

.green-outline-header { 
	background: transparent url(../images/green-outline-corner.png) top right no-repeat;
	padding-bottom:0;
	margin-bottom:0;
	height:11px;
}
.orange-outline-header { 
	background: transparent url(../images/orange-outline-corner.png) top right no-repeat;
	padding-bottom:0;
	height:11px;
}
.green-header { 
	background: #bdd610 url(../images/green-corner-small.gif) top right no-repeat;
	padding:5px; 
	font-size:1.7em !important;
	color: #fff;
}
.orange-header { 
	background: #F78F1E url(../images/orange-corner-small.gif) top right no-repeat; 
	padding:5px; 
	font-size:1.7em !important;
	color: #fff !important;
}


.light-green-header { 
	background: #E3F28D url(../images/light-green-corner-small.gif) top right no-repeat;
	padding:5px; 
	font-size:1.6em !important;
}
.light-orange-header{ 
	background: #FBD3AD url(../images/light-orange-corner-small.gif) top right no-repeat; 
	padding:5px; 
	font-size:1.6em !important;
}



.orange-header a, 
.green-header a  {
    color: #fff !important;
    }

.blue-header{ 
	color: #fff !important; 
	background: #045d91 url(../images/blue-corner-small.gif) top right no-repeat; 
	padding: 2px 20px; 
	margin-bottom: 0 !important;
}	

.gray-header-small{ 
	color: #fff !important; 
	background: #8a8a8a url(../images/gray-corner-small.gif) top right no-repeat; 
	padding: 2px 20px; 
	margin-bottom: 0 !important;
}

.dashed { 
	padding-bottom: 1px;
	border-bottom: 1px dashed #252525; 
	margin-bottom: 1em;
}

#home-program-list {
	padding-top: 19px;
}

#home-program-list .dashed {
	margin-bottom: 1px !important;
}

.program-group {
	margin-bottom: 1em;
}

li.break {
	padding-top:15px;
}	

.inlineImg {
	float:right;
	padding:0 0 15px 15px;
}

img.aboutCol {
	margin:15px auto;
	display:block;
}

.tabs {
	margin: 15px 0;
	border-bottom:1px solid #999;
	font-weight:bold;
	font-size:.8em !important; /*computtes to 12.8pt*/	
	float: left;

}

.tabs li {
	cursor:pointer;
	margin-left: 3px;
	padding: 5px 10px;
	float: left;
	position: relative;
	top: 2px;
	list-style: none;	
}

.tabs li.selected {
	background:none;
	color: #333 !important; 
	border:1px solid #999;
	border-bottom:1px solid white; 
	position: relative;
	top: 1px;
}

.tabContent{
/*	display:none;*/
}

.applyLabel { width: 160px; }

#applyTabsContainer{
	margin-bottom:15px;
	width:958px !important;
}

	.applyTabs {
		margin: 15px 0 2px 0;
		float: left;
		color:#fff;
	}

	.applyTabs li {
		border-bottom:4px solid #999;	
		background: #F78F1E url(../images/orange-corner-small.gif) top right no-repeat; 
		margin-left:2px; 
		float: left;
		list-style: none;
		opacity: 0.5;
		filter: alpha(opacity=50);	
	}

		.applyTabs li span {
			font-size: 18px !important; 
			line-height: 1.111em;
			color: #fff;
			padding: 20px 15px 20px 40px;
			width: 135px;
/*			height: 42px;*/
			display: block;
			float: left;
			border-bottom: 2px solid #fff;
		}

		.applyTabs span.apply1	{ background:transparent url(../images/apply1.png) 10px 50% no-repeat; }
		.applyTabs span.apply2	{ background:transparent url(../images/apply2.png) 10px 50% no-repeat; }
		.applyTabs span.apply3	{ background:transparent url(../images/apply3.png) 10px 50% no-repeat; }
		.applyTabs span.apply4	{ background:transparent url(../images/apply4.png) 10px 50% no-repeat; }
		.applyTabs span.apply5	{ background:transparent url(../images/apply5.png) 10px 50% no-repeat; }

	.applyTabs li.active,
	.applyTabs li.active span{
		border-color:#F78F1E !important;
	}

	.applyTabs li.active{
		opacity: 1;
		filter: alpha(opacity=100);	
	}
	.applyTabs li.first{
		margin-left:0;
	}

	.applyTabs li.selected {
		background:none;
		color: #333 !important; 
		border:1px solid #999;
		border-bottom:1px solid white; 
		position: relative;
		top: 1px;
	}

.applyForm label {
	display:block;
	padding-top:15px;
	font-style:italic;
}

.select-course label {
	width: 150px;
}

.applyForm select {
	width:150px !important;
}
.applyForm .formField {
	width:162px;
}
.applyForm2 .formField {
	width:380px;
}

.applyForm2 input,
.applyForm2 textfield {
	width:200px;
}

.applyForm2 select,
#brochure_form select {
	width: 208px;
}

.applyForm .padTop,
.applyForm2 .padTop {
	margin-top:28px;
}

.applyForm fieldset{
	padding: 15px 28px;
}

.applyForm p {
	margin:15px 0;
/*	line-height:1.75em;*/
}
.downloads div{
	margin:20px 0;
}
.downloads ul{
	padding-bottom:10px;
	border-bottom:1px dashed #a5a5a5;
}

.noBullet {
	list-style: none;
}

.selected {
	display: block;
}

.col {
	margin-right: 24px;
	float: left;
}

.rule{
	border-top: 3px solid #a5a5a5; 	
	padding-top:10px;
}

.ruleBlack{
	border-top: 2px solid #000; 	
}

.ruleRight{
	border-right: 1px solid #a5a5a5; 	
}
.ruleLeft{
	border-left: 1px solid #a5a5a5; 	
}


.ruleBottom{
	border-bottom: 3px solid #a5a5a5; 	
}

.courseCol{
	border-right: 1px dashed #a5a5a5; 
	padding:0 10px;
		
}

.homePrograms{
	padding:0 0 1px 5px !important;
}


.italNote{
	font-style:italic;
	font-size:1.0em;
	margin:10px 13px 10px 15px;
	color:#808080;
}


.documentTable {
	border: 1px solid #ccc;
	margin-bottom: 15px;
}


.documentTable th {
	padding: 3px 7px;
	text-align: center;
}

.documentTable td {
	padding: 3px 5px;
	text-align: center;
	
}

.error { 
/*	border:1px solid red; */
/*	background:#ffcccc;*/
	color:red;
	font-size:1.3em;
	/*padding:10px;*/ 
	}
.error p{
	margin-bottom:10px;
}
.error dl{
/*	border-top:1px solid red;*/
	background:red;
	color:white;
	padding:20px;
	font-weight:bold;
	width:25%;
/*	border:1px dashed white;*/
}


#programClosed,
#earlybird-green,
#earlybird-orange {
	color:white;
	font-size:1.4em;
	text-align:center;
	font-weight:bold;
	padding:5px;
	clear:left;
}
	#programClosed {
		background:red;
	}
	#earlybird-green {
		background: #bdd610;
	}
	#earlybird-orange {
		background: #f78f1e;
	}
	

.one		{ width: 58px; }
.two		{ width: 140px; }
.three		{ width: 222px; }
.four		{ width: 304px; }
.five		{ width: 386px; }
.six		{ width: 468px; }
.seven		{ width: 550px; }
.eight		{ width: 632px; }
.nine		{ width: 714px; }
.ten		{ width: 796px; }
.eleven		{ width: 878px; }
.twelve		{ width: 960px; }

.last {
	margin-right: 0 !important;
}

.nomarginb {
	margin-bottom: 0 !important;
}

.alignr {
	text-align: right !important;
	padding-right: 2em;
}

.three_minus_one	{
	width:221px;
}

.testRed 		{ border: 1px solid red; }
.testBlue 	{ border: 1px solid blue; }
.testGreen 	{ border: 1px solid green;}

.hidden {display:none;}

.blank_div {
  height:100px;
}

.checkbox {
  padding: 0 5px 5px 0; 
  float: left;
}

.checkbox label {
	margin-right: 0;
}

.white {
	color: #fff;
}