@charset "UTF-8";
body {
	background-color: #FFFFFF;
	/*background-image: url(../img/background.jpg);*/
	background-repeat: repeat-x;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 100%;
	line-height: 1.8em;
	color: #333;
	margin: 0;
	padding: 0;
	
	
}

/* --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;
}

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. */
	margin-bottom: 12px;
	padding-right: 15px;
	padding-left: 15px; /* 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. */
}
h1 {
	font-size: 1.8em;
	line-height: 1.5em;
}
h2 {font-size: 1.8em; line-height: 1.5em;}
h3 {font-size: 1.6em; line-height: 1.3em;}
h4 {font-size: 1.4em; line-height: 1.3em;}
h5 {font-size: 1.2em; line-height: 1.3 em; color: #0085B2;}
h6 {font-size: 1.2em;}

.orange {color: #F90;}

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;
}

/* --Basic Link Info in this Order-- */

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

/* --Standard Design Elements-- */

.container {
	width: 960px;
	min-height: 600px;
	padding: 0;
	margin: 0 auto; 
}
.content {
	margin: 0;
}
.header {
	height: 125px;
}
.slider {
	height: 300px;
	width: 960px;
}
.logo {
	float: left;
	height: 75px;
	width: 300px;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}
.navbar {
	float: right;
	height: 30px;
	margin-top: 45px;
}
.banner {
	height:75px;
	background-image:url(../img/banner.jpg);
	background-repeat:no-repeat;
	margin-bottom:25px;
	font-size:1.8em;
	text-transform:uppercase;
	color: #FFF;
	padding: 25px 0 0 15px;
}
.breadcrumb {
	height: 30px;
	padding: 5px 0 0 15px;
	font-size: 80%;
	color: #369;
	margin-bottom: 25px;
}
.sidenav {
	float: left;
	width: 200px;
	background: #CCC;
	padding: 12px;
	margin: 10px 20px 10px 0;
	font-size: 85%;
	line-height: 1.6em;
	border-radius: 10px;
	clear: both;
}

/* ~~ This grouped selector gives the lists in the .content area space ~~ */
.content ul, .content ol {
	list-style-image: url(../img/bullet_01.png);	/* this padding mirrors the right padding in the headings and paragraph rule above. Padding was placed on the bottom for space between other elements on the lists and on the left to create the indention. These may be adjusted as you wish. */
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 50px;
}


/* --Top Navigation Bar-- */

ul.topnav {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	text-transform: uppercase;
	font-weight: bold;
	cursor: default;
}
ul.topnav li {
	margin: 0;
	padding-left: 20px;
	list-style-type: none;
	position: relative;
	text-align: right;
	cursor: pointer;
	float: left;
	height: 40px;
	width: auto;
}
ul.topnav a
{
	display: block;
	cursor: pointer;
	color: #369;
	text-decoration: none;
}
ul.topnav a:hover, ul.topnav a:focus
{
	color: #666;
	background-image: url(../img/navhover.png);
	background-repeat: repeat-x;
}
ul.topnav a:visited {
	color: #369;
	text-decoration: none;
}

/* --Footer-- */
.footer {
	height: 50px;
	padding: 10px 0;
	background: #666;
	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 */
}
.footertext {
	font-size: .8em;
	color: #FFF;
	padding: 8px;
	text-align: center;
}
.footer a {
	color: #FFF;
}
	

/* ~~ Miscellaneous float/clear classes ~~ */

hr {
	width: 70%;
}
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin: 12px 0 12px 12px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin: 12px 12px 12px 0;
}
.fltctr {
	text-align: center;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the .container) if the .footer is removed or taken out of the .container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.clear25 {height: 25px; clear: both;}
.clear50 {height: 50px; clear: both;}

.boxright {
	font-size: .8em;
	line-height: 1.6em;
	font-style: italic;
	color: #333;
	background-color: #D5D5D5;
	float: right;
	width: 220px;
	margin: 0 0 20px 20px;
	padding: 10px 5px;
}
.vidbox {
	float: right;
	width: 500px;
	height: 281px;
	border: 1px solid #ccdae8;
	margin: 15px;
}
.form {
	width: 550px;
	margin: 0 15px 15px 15px;
	border: 1px solid #ccc;
	float: right;
}
.tabbox {
	float: right;
	width: 300px;
	margin: 0 15px 15px 15px;
	background-color: #CCC;
	font-size: .8em;
}
