@charset "utf-8";
body {
	font-size:100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	color:#CCCCCC;
	margin:0;
	padding:0;
	background-image:url(../images/bg.gif);
	background-repeat:repeat-x;
	background-color:#1b1b1b;
}

img {
	border:0;
}

.clear {
	clear:both;
	padding:0;
	margin:0;
}

.center {
	text-align:center;
}

.fltlft {
	float:left;
}

.fltrt {
	float:right;
}

div#container {
	width:960px;
	margin:0 auto;
	text-align:left;
}

				/* ----- Begin Header ----- */
div#header {
	width:100%;
	margin:30px 0 0 0;
	border-bottom:10px solid #0676bb;
	background:no-repeat top left url(../images/header.gif);
}

	#header h1 {
	display:none;
	}

	#header h2 {
	float:left;
	font-size:20px;
	margin:0 15px;
	font-weight:normal;
	font-style:italic;
	color:#FFFFFF;
	}

				/* ----- Begin Nav ----- */
ul#nav {
	list-style-type:none;
	margin:50px 0 0 0;
	padding:0;
}

	#nav li {
	margin:0 1px;
	float:right;
	width:110px;
	text-align:center;
	}

	#nav li a {
	font-size:.8em;
	color:#FFFFFF;
	text-decoration:none;
	width:100%;
	height:33px;
	line-height:33px;
	background-image:url(../images/button-bg.gif);
	background-repeat:repeat-x;
	display:block;
	}

	#nav li a:hover {
	background-image:url(../images/button-bgover.gif);
	background-repeat:repeat-x;
	}

	#nav li a.selected {
	background-image:url(../images/button.gif);
	background-repeat:repeat-x;
	}

	#nav li.lastNav {
	margin-right:0 !important;
	}

			/* Begin Headline */
div#headline {
	width:100%;
	margin:0;
	padding:0;
	background:#000000;
}

	#headline h1 {
	font:normal 1.5em Verdana, Arial, Helvetica, sans-serif;
	margin:0;
	padding:10px 20px
	}

				/* ----- Begin Content ----- */
div#content {
	width:715px;
	float:left;
	min-height:315px;
	margin:20px 25px 20px 0px;
	padding:10px 0;
	background:#29343b;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;	
	-moz-border-radius: 20px;
	border-radius: 20px;
	}

	#content:hover {
	cursor:default;
	}

	#content h3 {
	margin:15px 10px 0 20px;
	color:#009eff;
	text-decoration:underline;
	}

	#content h4 {
	margin:15px 10px -10px 20px;
	color:#009eff;
	font-size:.9em;
	}

	#content p {
	margin:0;
	padding:10px 20px;
	font-size:.85em;
	}

	#content p.noDisplay {
	display:none;
	}

	#content a {
	color:#FFFFFF;
	}

	#content .highlight {
	font-weight:bold;
	color:#0676bb;
	}
		
				/* home page variant */
	#home #content {
	background:none;
	-webkit-border-radius:0;
	-khtml-border-radius:0;	
	-moz-border-radius:0;
	border-radius:0;
	}
	
	#home #content p {
	padding:10px !important;
	}
	
		#home #content .theWhat, #home #content .theWhere, #home #content .theWhy, #home #content .theHow {
		display:none;
		}
	
		#home #content ul#theBasics {
		float:left;
		position:relative;
		z-index:500;
		margin:0;
		padding:0;
		list-style-type:none;
		z-index:500;
		}
	
			ul#theBasics li {
			width:220px;
			margin:0 -40px 10px 0;
			]margin-bottom:7px;
			height:54px;
			list-style-type:none;
			}
				#theBasics li a {
				display:block;
				width:100%;
				height:100%;
				margin:0;
				padding:0;
				}
					#theBasics li a img {
					display:none;
					}
					
				#theBasics li#theWho a img {
				display:block;
				}
					
					#theBasics li#theWhat {
					background:top left no-repeat url(../images/theWhat-over.png);
					}
					#theBasics li#theWhat a {
					background:top left no-repeat url(../images/theWhat.png);
					}
					#theBasics li#theWhat a:hover {
					background-image:none;
					}
					
					#theBasics li#theWhere {
					background:top left no-repeat url(../images/theWhere-over.png);
					}
					#theBasics li#theWhere a {
					background:top left no-repeat url(../images/theWhere.png);
					}
					#theBasics li#theWhere a:hover {
					background-image:none;
					}
					
					#theBasics li#theWhy {
					background:top left no-repeat url(../images/theWhy-over.png);
					}
					#theBasics li#theWhy a {
					background:top left no-repeat url(../images/theWhy.png);
					}
					#theBasics li#theWhy a:hover {
					background-image:none;
					}
					
					#theBasics li#theHow {
					background:top left no-repeat url(../images/theHow-over.png);
					}
					#theBasics li#theHow a {
					background:top left no-repeat url(../images/theHow.png);
					}
					#theBasics li#theHow a:hover {
					background-image:none;
					}
			
		#home #content div#theBasicsContent {
		float:right;
		width:490px;
		height:310px;
		background:#29343b;
		margin:0;
		padding:0;
		padding-left:45px;
		z-index:0;
		-moz-border-radius:0 20px 20px 0;
		border-radius:0 20px 0 0;
		}
		
			div#theBasicsContent hr {
			display:none;
			}
			
			div#theBasicsContent img {
			float:right;
			margin:0 10px 10px 0;
			}
		
			div#theBasicsContent h4 {
			font-size:1.5em;
			margin:10px 0;
			padding:0;
			color:#FFFFFF;
			}
			
			div#theBasicsContent p {
			clear:both;
			}
			
				#theBasicsContent p span {
				display:block;
				width:310px;
				}			
				 /* end home page */
				 
				/* ----- Begin Side Bar ----- */
div#sideBarRT {
	float:right;
	width:220px;
	margin:0;
	background-color:#0676bb;
	background-image:url(../images/sideBar-bg.gif);
	background-position:bottom;
	background-repeat:no-repeat;
}

	#sideBarRT h3 {
	font-size:1em;
	font-weight:bold;
	text-transform:uppercase;
	margin:15px 0 7px 0;
	padding:0;
	text-align:center;
	}

	#sideBarRT ul {
	list-style-type:none;
	font-size:.8em;
	font-weight:bold;
	margin:0 5px 10px 5px;
	padding:0;
	}

	#sideBarRT ul li {
	padding:10px 0 8px 0;
	background:top center no-repeat url(../images/sideBarhr.gif);
	/*border-top:2px outset #3a82af;*/
	}

	#sideBarRT ul li a {
	color:#CCCCCC;
	text-decoration:none;
	}

	#sideBarRT ul li a:hover {
	color:#FFFFFF;
	}

	#sideBarRT ul li p {
	margin:0 0 0 10px;
	padding:0 5px 0 0;
	font-weight:normal;
	font-size:.9em;
	color:#CCCCCC;
	}

				/* ----- Begin Footer ----- */
div#footer {
	width:100%;
	margin:0;
	padding:0;
	background-color:#000000;
	border-top:3px solid #0676bb;
}

	#footer h6 {
	float:right;
	width:auto;
	padding:10px;
	margin:0;
	font-size:.65em;
	color:#999999;
	}

	#footer a {
	color:#FFFFFF;
	text-decoration:none;
	}

	#footer a:hover {
	text-decoration:underline;
	}

	#footer ul {
	float:left;
	width:60%;
	list-style-type:none;
	padding:10px;
	margin:0;
	}

	#footer ul li {
	float:left;
	width:auto;
	padding:0 5px;
	font-size:.7em;
	border-right:1px solid #999999;
	text-align:center;
	}

	#footer ul li.lastNav {
	border:0;
	}


/* ----- BELOW STYLES FOR CONTACT.PHP ----- */
form {
	margin:25px auto;
	width:90%;
	max-width:600px;
	min-width:425px;
	padding:0;
}

	label {
	display:block;
	width:100%;
	font-size:.75em;
	margin:0;
	}

		label.first_name {
		display:block;
		float:left;
		width:48%;
		margin-bottom:10px;
		}

		label.last_name {
		display:block;
		float:right;
		width:48%;
		margin-bottom:10px;
		}

	input, textarea {
	width:100%;
	}

	form div {
	margin:10px 0;
	}

	.onSubmit, .onReset {
	border:0;
	height:20px;
	width:150px !important;
	cursor:pointer;
	}

		.onSubmit:hover, .onReset:hover {
		background-color:#0676bb;
		color:#FFFFFF;
		}
	
	#content .errorMessage {
	font-weight:bold;
	color:#00ff96;
	}
	/* 
	#content .errorMessage {
	background-color:#FFFFFF;
	color:#990000;
	font-weight:bold;
	text-align:center;
	margin:10px auto;
	max-width:50%;
	min-width:400px;
	padding:10px 0;
	border:1px solid #990000;
	}

		.errorMessage ul li {
		text-align:left;
		font-size:.75em;
		margin:auto 5%;
		font-weight:normal;
		}
	*/






