/*-------------------------------------------------------
	Reset
-------------------------------------------------------*/

* {   
	border: 0;
	margin: 0;
	outline: none;
	padding: 0;    
} 


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

body {
	background: url(../images/bg-repeat.jpg) repeat-x #8ed3f2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	text-align: center;
}	

#container {
	background: url(../images/main-bg-repeat.jpg) repeat-y top;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	width: 980px;
}
	
#header {
	clear: both;
	float: left;
	padding: 15px 25px 10px 25px;
	position: relative;
	width: 930px;
}
	
#wrapper {
	background: url(../images/main-bg-top.jpg) no-repeat center top;
	float: left;
	width: 980px;
}
	
#main-nav {
	clear: both;  
	display: inline;
	float: left;
	width: 830px;
	margin: 0 0 0 150px;
}
	
#main-content {
	display: inline;
	float: left;
	margin: 15px 30px;
	position: relative;
	width: 920px;
}
	
#footer {
	background: url(../images/main-bg-footer.jpg) no-repeat center top #8ed3f2;
	clear: both;
	float: left;
	font-size: 10px;
	padding-top: 36px;
	text-align: center;
	width: 980px;
}

#footer p {
	padding: 0 5px;
	display: inline;
}
		
		
/*-------------------------------------------------------
	Standard Selectors
-------------------------------------------------------*/


h1 {
	color: #42b5e8;
	font-family: Century Gothic, arial, sans-serif;
	font-size: 24px;
	font-weight: lighter;
	margin: 7px auto 6px auto;
}

h2 {
	color: #42b5e8;
	font-family: Century Gothic, arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	margin: 7px auto 6px auto;
	text-align: center;
}

h3 {
	margin: 7px auto 6px auto;
}

p {
	color: #545454;
	font-size: 14px;
	text-indent: 20px;
	margin: 7px auto 6px auto;
	line-height: 125%;
}

blockquote {
	margin: 10px 15px;
	padding: 5px;
}

ul, ol {
	margin: 10px 10px 10px 25px;
}

li {
	margin: 0 0 7px 0;
}

a:link, a:visited {
	color: #42b5e8;
	font-weight: bold;	
}
	 
a:hover {
	color: #545454;
	text-decoration: underline;
}
	 
a:active {
}

input, textarea {
	border: 1px solid #ccc;
}


/*-------------------------------------------------------
	Content
-------------------------------------------------------*/
.home-link {
	margin-left: 5px;
}
#content {
	float: left;
	width: 600px;
}

#content-alt {
	float: left;
	width: 800px;
}

.small-font {
	font-size: 12px;
}



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

#main-nav li{
	display: inline;
	float: left;
	height: 25px;
	line-height: 25px;
	list-style: none;
	padding-right: 50px;
}

#main-nav a {
	background: url(../images/nav-icon.jpg) no-repeat 0 0;
	color: #42b5e8;
	font-weight: bold;
	float: left;
	height: 25px;	
	line-height: 25px;
	padding-left: 30px;
	text-decoration: none;
}

#main-nav a:hover {
	background-position: 0 -25px;
	color: #545454;
}

#main-nav a.down {
	background-position: 0 -25px;
	color: #545454;
	cursor: default;
}



#top-banner {
	float: left;
	height: 302px;
	overflow: hidden;
	width: 611px;
}

#top-right {
	float: right;
	height: 302px;
	overflow: hidden;
	width: 295px;
}

#content-image {
	float: right;
	margin-top: 15px;
	width: 295px;
}

.menu-list {
	border: 0px;
	float: left;
	clear: both;
	font-size: 9pt;
	list-style: none;
	margin-left: 25px;
	width: 550px;
}

.menu-list li {
	float: left;
	padding: 5px 5px 5px 25px;
	font-style: italic;
	width: 225px;
}

.menu-list strong {
	font-size: 10pt;
	font-style: normal;
	margin-left: -25px;
	text-align: center;
}

p.contact-info, p.noind-mar {
	margin-left: 25px;
	text-indent: 0;
}

/*-------------------------------------------------------
	jQuery Player
-------------------------------------------------------*/

#player_container {
	float: left;
	height: 100px;
	left: 825px;
	position: absolute;
	top: 20px;
	width: 100px;
}
#player_play,
#player_pause {
	display: block;
	float:left;
	width:100px;
	height:20px;
	cursor: pointer;
	text-indent: -999em;
}
#player_play {
	background: url("../images/player.gif") 0 0 no-repeat;
}
#player_pause {
	background: url("../images/player.gif") 0 -20px no-repeat;
}


#loading {
	background: #fff;
	height: 100%;
	padding: 25px 0;
	position: absolute;
	top: 108px;
	width: 100%;
	text-align: center;
	z-index: 100;
}

#calendar {
	width: 900px;
	margin: 0 auto;
}

/*-------------------------------------------------------
	Form
-------------------------------------------------------*/

form {
	float: right;
	margin: 35px 15px 15px 25px;
}

fieldset {
	background:#f2f2e6;
	padding:10px;
	border:1px solid #3088ae;
	margin-bottom:36px;
	width:400px;
}

input, textarea, select {
	font:12px/12px Arial, Helvetica, sans-serif;
	padding: 3px;
	margin-top: 5px;
}

legend {
	background:#48b8e8;
	color:#fff;
	font:17px/21px Calibri, Arial, Helvetica, sans-serif;
	float: left;
	height: 30px;
	line-height: 30px;
	padding:0 10px;
	margin:-26px 0 0 -11px;
	font-weight:bold;
	border:1px solid 3088ae;
}

label { 
	font-size:11px;
	font-weight:bold;
	color:#666;
}

form p { 
	clear:both;
	line-height:25px;
	margin: 0;
	padding: 0;
}

p label {
	float: left;
	text-align: right;
	width: 125px;
	margin: 0 10px 10px 0;
}

.bot-input {
	float: left;
	margin-left: -999em;
}



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

