/*-------------------------------------------------------
	Structural
-------------------------------------------------------*/

body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	color: #5a5b5e;
	font: 10pt "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	}
	
#container {
	background: url('../layout/images/container-bg.jpg') repeat-y;
	text-align: left;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	}

#wrapper {
	width: 920px;
	margin: 0 30px 0 30px;
	}
	
#header {
	height: 140px;
	width: 575px;
	float: left;
	}
	
#nav {
	width: 320px;
	float: right;
	background: url('../layout/images/nav-top.jpg') no-repeat;
	}
	
#main-content {
	width: 575px;
	float: left;
	margin: 10px;
	padding: 0 0 10px 0;
	}
	
#subnav {
	margin-top: 15px;
	}

#footer {
	float: left;
	height: 550px;
	width: 980px;
	background-image: url('../layout/images/footer-bg.jpg');
	padding: 50px 0px 0px;
	text-align: center;
	}
	
		
		
/*-------------------------------------------------------
	Standard Selectors
-------------------------------------------------------*/

a:link, a:visited {
	color: #65a3ec;
	font-weight: bold;
	 }
	 
a:hover {
	text-decoration: none;
	 }
	 
a:active {
	color: #00cc33;
	 }
	 
h1 {
	background: url(../layout/images/h1-bg.jpg) repeat-x left bottom;
	font-size: 14pt;
	text-align: center;
	clear: both;
}

h1 em {
	font-size: 12pt;
}

h2 {
	font-size: 13pt;
	color: #65A3EC;
	margin-top: 20px;
	margin-bottom: -10px;
	padding: 0px;
}

h3 {
	font-size: 13pt;
	color: #65A3EC;
	text-align: center;
	font-style: italic;
}

.sub-header {
	font-size: 10pt;
	color: #000;
	text-align: center;
	font-style: italic;
}

p {
	margin-top: 8px;
	margin-bottom: 4px;
	padding: 0px;
}

ul {
	margin-right: 50px;
}

li {
	margin-bottom: 5px;
}

/*-------------------------------------------------------
	Main Nav
-------------------------------------------------------*/



#main-nav * {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#main-nav ul {
	margin: 50px 0 0 25px;
	padding: 0px;
}

#main-nav li {
	float: left;
}

#main-nav ul li a {
	line-height: 25px;
	float: left;
	font-size: 14pt;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: none;
	text-indent: 25px;
	width: 275px;
	}
	
#main-nav ul li ul li a {
	line-height: 25px;
	float: left;
	font-size: 10pt;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	text-indent: 25px;
	width: 275px;
	}
	
#main-nav ul li ul li ul li a {
	line-height: 25px;
	float: left;
	font-size: 10pt;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: none;
	text-indent: 25px;
	width: 260px;
	}

#main-nav ul li ul{
    margin-top: 0;
}
	
#main-nav a:hover {
	color: #FFFFFF;
	background: #65a3ec;
}

#main-nav a.down, #main-nav a:active {
	background: #FFFFFF url(../layout/images/nav-down.jpg) no-repeat left center;
	color: #65a3ec;
	cursor: default;
}

#nav-bottom {
	background: url(../layout/images/nav-bottom.jpg);
	color: #65a3ec;
	height: 66px;
	width: 320px;
	clear: both;
	float: left;
	margin-top: 10px;
}

.comingsoon{
	font-size: 10px;
	}

/*-------------------------------------------------------
	SubNav
-------------------------------------------------------*/

#subnav h3 {
	margin: 0px;
	padding: 0px;
}

#subnav li {
	margin-bottom: 5px;
}

/*-------------------------------------------------------
	Footer
-------------------------------------------------------*/

#footer p {
	margin: 0 100px 0 100px;
}

/*-------------------------------------------------------
	Other Selectors
-------------------------------------------------------*/

.bordered {
	padding: 1px;
	border: 1px solid #65A3EC;;
}

.clear {
	clear: both;
}

.pdf-list li {
	list-style: url(../layout/images/pdf-bullet.gif);
}


#faqs-page #main-content ul, #faqs-page #main-content ul * {
	margin: 0;
	padding: 0;
	list-style: none;
}

#faqs-page #main-content ul {
	margin: 0 0 5px 15px;
}

#faqs-page #main-content li {
	font-weight: bold;
}

#faqs-page #main-content li strong {
	color: #65A3EC;
}

#faqs-page #main-content ul ul {
	margin-bottom: 20px;
}

#faqs-page #main-content ul ul li {
	font-weight: normal;
	text-align: justify;
	color: #5a5b5e;
}

.contact-list {
	list-style: none;	
}

.contact-list strong {
	float: left;
	width: 75px;
}

#news-events-page #main-content ul, #news-events-page #main-content ul * {
	margin: 0;
	padding: 0;
	list-style: none;
}

#news-events-page #main-content ul {
	margin: 10px 0 0 50px;
}

#news-events-page #main-content li {
	vertical-align: top;
	width: 400px;
}

#news-events-page #main-content ul ul {
	float: left;
	display: inline;
	margin: -20px 0 10px 100px;
}

#news-events-page #main-content ul ul li {

}


/*  End event styling */


.caption-container { 
	width: 430px;
	margin: 0 auto 0 auto;
	clear: both;
}

.caption {
	float: left;
	width: 230px;
	margin: 50px 20px 0 0;
}
	
.caption-container img {
	float: left;
}
	
.events strong {
	clear: both;
	color: #333333;
}

.events ul {
	list-style: none;
}
	
.specs td {
	width: 200px; }

.float-r {
	float: right;
	display: inline;
	margin: 10px 20px 0 0;
}
	
.float-l {
	float: left;
	margin: 10px 0 0 20px;
	display: inline;
}
	
.content-wrap {
	clear: both;
	width: 575px;
}
	
.content-left {
	float: left;
	width: 250px;
	display: inline;
}
	
.supp-img {
	float: left;
	width: 100%;
	text-align: center;
	margin: 10px 0 0 0;
}
		

/*-------------------------------------------------------
	Mozilla Clearfix
-------------------------------------------------------*/

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}
	
/* Hides from IE-mac */
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
	

/*-------------------------------------------------------
	Contact Form
-------------------------------------------------------*/
#contact_form * {
	list-style-type: none;
	}
	
#contact_form {
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	border: solid 1px #ABABAB;
	background: #EBEBEB;
	}

#contact_form table {
	background: #ffffff;
}

#contact_form td {
	padding: 3px;
	font-weight: bold;
}
	
#contact_form .label {
	text-align: right;
	color: #FFFFFF;
	background: #ABABAB url(../layout/images/contact-form-label.jpg);
	}
	
#contact_form h1 { 
	font-size: 1em; 
	font-weight: bold; 
	clear: both;
	}
	
.bot-input { 
	float: left; 
	margin-left: -999em;
	}