/*
	Background Stretcher jQuery Plugin 
	© 2009 ajaxBlender.com
*/
HTML, BODY {
	margin:0px;
	padding:0px;
}
BODY {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.4;
	color: #333;
	font-size: 100%;
	background: #000;
	height:100%;
	/* [disabled]text-align: center; */
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
	list-style-type: none;
}
#content ul.faq {
	list-style-type: circle;
	text-align: left;
}
.faq li {
	margin-bottom: 10px;
}


h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	padding-left: 25px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}
#outerWrapper {
	width: 880px;
	border: 2px solid #333;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	overflow: auto;
	box-shadow:5px 5px 5px 5px rgba(0,0,0,0.4);
}
#header {
	height: 251px;
	width: 880px;
	margin-right: auto;
	margin-left: auto;
}

#container{
	overflow: auto;
	background-image: url(images/containerGradient.png);
	background-repeat: repeat-y;
	background-position: center top;
}
.sidebar1 {
	float: left;
	width: 198px;
	margin-top: 35px;
	padding-top: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
	border: 1px solid #333;
	background-color: rgba(255, 255, 255, 0.85);
	margin-left: 30px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 10px;
}
.sidebar1 ul li a img {
	margin-top: 35px;
}
#content {
	background-color: rgba(255, 255, 255, 0.85);
	height: auto;
	width: 600px;
	float: left;
	background-repeat: repeat-y;
	background-position: lefttop;
	overflow: visible;
	margin-left: 20px;
	margin-top: 35px;
	border: 1px solid #333;
	margin-right: 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding-top: 35px;
	padding-bottom: 35px;
	margin-bottom: 10px;
}

#content h1 {
	margin-top: 15px;
	font-size: 1.4em;
	text-align: center;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #555;
}
#content h2 {
	/* [disabled]margin-top: 15px; */
	font-size: 1em;
	text-align: center;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #555;
}

#content p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.6em;
	text-align: left;
	clear: both;
	margin-right: 40px;
	margin-left: 40px;
}
#content ul {
	margin-left: 80px;
	margin-bottom: 20px;
	font-size: 0.9em;
	/* [disabled]margin-right: 35px; */
	padding-right: 75px;
}
#content img {
	display: block;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #333;
	box-shadow:3px 3px 3px 3px rgba(0,0,0,0.3);
	
}
#content img.noBorder {
	border: none;
	box-shadow: none;
	padding-bottom: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 50px;
}
#content ul.program  {
	margin-left: 55px;
	/* [disabled]background-color: #06C; */
}
#content .program li {
	list-style-type: circle;
	margin-bottom: 15px;
}





.currentBtn  {
	cursor: default;
}
.footer {
	/* [disabled]position: relative; *//* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
	color: #333;
	/* [disabled]height: auto; */
	text-align: center;
	background-color: rgba(255, 255, 255, 0.85);
	width: 820px;
	margin-left: auto;
	margin-top: 0px;
	margin-right: auto;
	padding-left: 5px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	border: 1px solid #333;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 20px;
}
.footer p {
	padding-top: 10px;
	text-align: center;
	/* [disabled]font-size: 0.85em; */
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0;
	/* [disabled]margin-top: 100px; */
	margin-bottom: 0px;
}
.footer h2 {
	font-size: 1.2em;
	font-weight: normal;
	margin-bottom: 0px;
	margin-top: 15px;
	padding-top: 20px;
}
