/* CSS Document */

body {
	background: #FFF;
	color: #000;
	margin: 0;
	padding: 0;
	top: 0;
	left: 0;
	font-family: Lucida Grande, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

img, form {
	border: 0;
	margin: 0;
	padding: 0;
	}

.Clear { clear: both; }

input, textarea, select { 
	font-family: Lucida Grande, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

/* --- Container --- */
#Container {
	width: /*838*/ 790px;
	margin: 35px auto 0;
	border: 1px solid #C8C7C7;
	padding: 21px 13px 13px 35px;
	}
#Design {
	width: 838px;
	margin: 0 auto 50px auto;
	text-align: right;
	font-size: 11px;
	color: #636466;
	}
	
	#Design a:link { color: #636466; }
	#Design a:visited { color: #636466; }
	#Design a:hover { color: #636466; }
	#Design a:active { color: #636466; }

/* --- Homepage --- */
#HomeHeader {
	margin: -21px -13px 0 0;
	}
	#HomeHeader div { 
		float: left;
		height: 124px;
		}
	#HomeHeader #Videos {float: right; }
	#HomeHeader #Search {
		margin-top: 37px;
		margin-bottom: 0;
		}
	#HomeHeader #Search input#s { width: 132px; }
	#HomeLeft { 
		float: left;
		margin-top: -30px;
		}
	#HomeBottom { clear: both; }

/* --- Header --- */
#Header, #SubMenu {
	float: left;
	width: 524px;
	}
	#Header #Logo {
		float: left;
		}
	#Header #Search {
		margin-top: 15px;
		}
	#SubMenu {
		background: #933 url(../../images/content_submenu_bg.gif) no-repeat top center;
		height: 30px;
		color: #FFF;
		}
		#SubMenu ul {
			list-style: none;
			margin: 8px 0 0 10px;
			padding: 0;
			font-size: 13px;
			letter-spacing: 1px;
			}
			#SubMenu ul li {
				margin: 0;
				padding: 0 5px;
				float: left;
				border-left: 1px solid #FFF;
				}
				#SubMenu li.First { border-left: none; }
				
				#SubMenu a:link { color: #FFF; text-decoration: none; }
				#SubMenu a:visited { color: #FFF; text-decoration: none; }
				#SubMenu a:hover { color: #CBDB2A; text-decoration: none; }
				#SubMenu a:active { color: #CBDB2A; text-decoration: none; }

/* -- Menu --- */
#Menu {
	float: right;
	width: 223px;
	background: #CBDB2A;
	}
#HomeMenu { 
	float: left;
	margin-top: -30px;
	width: 224px;
	background: #CBDB2A;
	}
	#Menu ul, #HomeMenu ul {
		list-style: none;
		margin: 0;
		padding: 0;
		width: 223px;
		}
		#Menu ul li, #HomeMenu ul li {
			margin: 0;
			padding: 0;
			float: left;
			}
			#Menu ul li a, #HomeMenu ul li a { display: block; }
	#MenuBottom {
		background: url(../../images/content_nav_bg2.gif) no-repeat top center;
		height: 370px;
		text-align: center;
		clear: left;
		}
		.Videos { margin-top: 3px; margin-bottom: 10px }
		.Tagline { margin-top: 20px; }
	
/* --- Content Area --- */
#ContentArea { 
	float: left;
	width: /*522*/ 472px;
	border-left: 1px solid #C8C7C7;
	border-right: 1px solid #C8C7C7;
	padding: 8px 25px 0;
	min-height: 515px;
	}
#ContentBottom { 
	float: left;
	width: 524px;
	background: url(../../images/content_btm.gif) no-repeat top center;
	height: 10px;
	}
	#ContentArea #LeftCol, #ContentArea #RightCol { width: 47%; }
	#ContentArea #LeftCol { float: left; }
	#ContentArea #RightCol { float: right; }
	#ContentArea h1 {
		color: #C8C7C7;
		text-transform: uppercase;
		letter-spacing: 1px;
		font-weight: normal;
		font-size: 24px;
		}
		#ContentArea h1 span.Sub {
			font-size: 20px;
			text-transform: capitalize;
			border-left: 2px solid #C8C7C7;
			padding-left: 5px;
			}
		#ContentArea h1 span.SubSub {
			font-size: 18px;
			text-transform: lowercase;
			border-left: 2px solid #C8C7C7;
			padding-left: 5px;
			}
	#ContentArea h2 {
		font-size: 16px;
		color: #636466;
		}
	#ContentArea h3 {
		font-size: 14px;
		color: #333;
		}
		
		#ContentArea .Video {
		margin:0;
		}
		
		#ContentArea .VideoIcon {
		background: url(../../images/videoicon.jpg) top left no-repeat;
		line-height: 20px;
		text-indent: 35px;
		margin-bottom:20px
		}
		
	#ContentArea h4 {
		font-size: 14px;
		color: #333;
		margin-bottom: -10px;
		}
	#ContentArea p { 
		line-height: 20px;
		text-indent: 25px;
		}
	#ContentArea strong { color: #636466; }
	
	#ContentArea a:link { color: #636466; font-weight: bold; text-decoration: underline; }
	#ContentArea a:visited { color: #636466; text-decoration: underline; }
	#ContentArea a:hover { color: #933; text-decoration: underline; }
	#ContentArea a:active { color: #933; text-decoration: underline; }
	
	#ContentArea hr {
		color: #C8C7C7;
		background: #C8C7C7;
		width: 100%;
		height: 1px;
		border: none;
		}
	
	#ContentArea ul {
		list-style: none;
		border-left: 2px solid #C8C7C7; 
		padding-left: 10px;
		margin-left: 25px;
		}
		#ContentArea li { line-height: 20px; }
	
	table.Membership td {
		padding: 3px 2px;
		}
		td.Label, td.LabelNoWidth {
			font-weight: bold;
			text-align: right;
			color: #636466;
			font-size: 11px;
		}
		td.Label { width: 70px; }
	.MembershipSubmit {
		margin: 20px 0;
		text-align: center;
		}
	
	.Note { 
		font-size: 11px;
		font-style: italic;
		color: #933;
		}

.News { border:#c0c0c0 solid 1px;
		padding:15px;
		font-weight: bold;
		color: #636466;
		font-size: 11px;}