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

/*****   GLOBAL  *****/



    
body {
	text-align:				left;
	margin:					0;
	padding:				0;
	font-family:			Arial, Helvetica, sans-serif;
	font-size:				13px;
	color:					#333333;
	line-height:			130%;
	background-image:		url(images/background-fade-wide-blue.jpg);
	background-position:	top;
	background-repeat:		no-repeat;
	}

input, textarea {
	font-family:			Arial, Helvetica, sans-serif;
	font-size:				13px;
	color:					#000000;
	line-height:			130%;
	}


a {
	color:#007E00;
	text-decoration:underline;
	}
a:hover {
	color: #990000;
	}	

img {
	border:	none;}

a.img {
	text-decoration:none;}


#Shadow-Container {
	width:				1100px; 
	margin-right:		auto;
	margin-left:		auto;
	text-align:			left;
	background-repeat:	repeat-y;
	overflow:			auto;
	}

#Header-Image-Container { /* for homepage background image */
	width:				1050px; 
	margin-right:		auto;
	margin-left:		auto;
	text-align:			left;
	background-image:	url(images/background-ceiling.jpg);
	background-repeat:	no-repeat;
	}

#Header-Image-Container-Tab { /* for 2nd level background image with tab */
	width:				1010px; 
	margin-right:		auto;
	margin-left:		auto;
	text-align:			left;
	background-image:	url(images/background-ceiling-tab.jpg);
	background-repeat:	no-repeat;
	}

#Content {
	width:				962px;
	margin-right:		auto;
	margin-left:		auto;
	}

#Header-Promo {
	height:		191px;
	width:		608px;
	margin:		30px 0 20px 20px;
	float:		left;
	}

#Header-Promo img {
	border-bottom:	1px solid #CCCCCC;
	}

#Main-Content {
	margin:		0 0 0 20px;
	width: 		539px;
	float:		left;
	padding:	0;
	}

#Main-Content p {
	margin-top:		0px;
	}


#Main-Content-Full {
	margin:		0 0 0 20px;
	width: 		758px;
	float:		left;
	padding:	0;
	}

#Main-Content-Full p {
	margin-top:		0px;
	}


#Main-Content-Sidebar {
	margin:		0 0 0 20px;
	width: 		199px;
	float:		left;
	padding:	0;
	background-color:#f7f7f7; /*Original Light Yellow #fff4d4 */
	font-size:	11px;
	line-height:normal;
	border-bottom:1px solid #CCCCCC; /*Original Darker Yellow #CA9401 */
	}
	
#Main-Content-Sidebar p {
	margin:		10px 15px;
	}	

.Table-Topline {
	border-top: 1px solid #CCCCCC;
	padding-top:2px;
	}

.Warning {
	font-weight:	bold;
	color:			#AA0000;
	}	


/*----------- FORMS ---------*/
input {
	}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	}	
	
	
/*----------- MAIN NAV LIST ---------*/

#Navigation {
	float:	left;
	width:	183px;
	font-size: 11px;
	line-height:normal;
	}

.leftNavigation {
	margin:		0; 
	padding: 	0;
	border-top:	1px solid #CCCCCC;
	}

.leftNavigation ul {
	list-style: 	none;
	padding:		0;
	margin:			0;
	}

.leftNavigation li {
	margin:			0; 
	padding: 		0;
	}


.leftNavigation a {
	color:				#333333;
	display:			block;
	padding: 			5px 3px;
	margin:				0;
	border-bottom:		1px solid #CCCCCC;
	text-decoration:	none;
	}


.leftNavigation a:hover {
	color:#000000; 
	background: #FFE48C;	
	}




/*----------- SUB NAV LIST ---------*/

ul#navlist-horizontal {
	margin:		4px 0 20px 0;
	padding: 	0;
	font-size:	11px;}
	
#navlist-horizontal li {
	display: inline;
	list-style-type: none;
	margin:	0;
	padding:0;}

#navlist-horizontal a { padding: 2px; }

#navlist-horizontal a:link, #navlist-horizontal a:visited {
	}


/*----------- TITLES ---------*/
h1 {
	font-size:		20px;
	font-weight:	normal;
	margin-top:		0;
	color:			#b95301;
	}

h2 {
	font-size:		17px;
	font-weight:	bold;
	border-bottom:	1px solid	#CCCCCC;
	padding-top:	10px;
	color:			#5C3B17;
	}


/*----------- EXTRA CLASSES ---------*/

.Top-Margin-20 {
	margin-top:20px;
	}
.footer-float-left {
	float:	left;
	margin:0 0 0 50px;
	}
.float-left {
	float:left;}


/*----------- REGISTRATION ---------*/

#Registration {
	width: 205px;
	float:right;
	margin: 0 0 10px 10px;
	padding: 15px;
	background-color:#CCCCCC;
	border-bottom:	1px solid #999999;
	border-top:	1px solid #999999;
	}

/*----------- FOOTER ---------*/


#Footer {
	background-color:	#E5E5E5;
	float:				left;
	width:				962px;
	padding:			20px;
	margin-left:		49px;
	border-top:			1px solid #999999;
	font-size:			11px;
	}	

#Footer p {
	margin-top: 0;
	padding-top:0;}

#Footer a {
	color:	;}

#Footer img {
	border:none;}
	
img #Footer {
	border:none;}	

/*----------- Buttons ---------*/

.john_talk_button{display:none;}
  
.newsletter_button{display:none;}

#home .john_talk_button, #home .newsletter_button{display: inline;}
 

/*----------- Mail Chimp ---------*/

#contact_page input, textarea, #newsletter_page input {
	border:1px solid #DDDDDD; 
	background: #f7f7f7;
    padding:3px 4px;
    margin:10px 0 0;
    color:#555555;
	}
    
#award_winners p img{
	margin:2px 16px 0 0;
    border:1px solid #DDDDDD;
    }
    
.breadcrumbs {
    padding:3px 8px;
    font-size:11px;
    border-bottom:1px solid #CCCCCC;
    background-color:#F7f7f7;
    margin:	0 0 20px 20px;
	width: 	742px;
	float:	left;
}

.checklist{
	border:1px solid #EEEEEE; 
    background:#fafafa; 
    padding:15px;
    margin:0 20px 10px;
    overflow:hidden;
    width:330px;
    }

.checklist li{
	margin:5px 10px 5px 30px;
    list-style-image:url(images/check.png);
    }

.circle_bg{
	 width:539px; min-height:227px;
     margin:15px 0;
     background-repeat:no-repeat;
     }

.circle_bg_content{
	background:url(images/circles/content_bg.png) no-repeat bottom left; 
    margin:53px 0 0 0; 
    width:170px; 
    padding:0 15px 30px 18px; 
    min-height:130px;
    float:right; 
    font-size:11px;
    }

.circle_bg ul{
	margin:0 0 0 15px; padding:0;
    }
    



