body, html, div, h1, h2, h3, h4, h5, h6, p, a, em, img, small, strong, sub, sup, b, ol, ul, li, form, input, label, legend { 
	border: 0;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

ul {
    list-style: none;
}

em, address {
	font-style: normal;
}

a {
	text-decoration: none;
}

.clear {
	clear: both;
}

body {
	font-size: 12px;
}

p.noMargin{
    left: -20px;
    margin: 0;
    padding: 0;
    position: relative;
}

.asmillerGalleria_wrapper{
    position:relative;
    left: -13px;
}

/*****************************************/
table.formBlockSurveyTable{
    margin-left: 23px;
    margin-top: 18px;
}

div.ccm-next-previous-previouslink{
    position:relative;
    left:30px;
}

div.ccm-next-previous-nextlink{
    position:relative;
    right:30px;
}

div.ccm-next-previous-previouslink, div.ccm-next-previous-nextlink{
    position:relative;
    top:30px;
}

div.ccm-next-previous-previouslink a, div.ccm-next-previous-nextlink a{
    color:#000;
} 

div.ccm-next-previous-previouslink a:hover, div.ccm-next-previous-nextlink a:hover{
    color:#fff;
}

div.gallery_position{
    position:relative;
    left: -24px;
}

#page {
	margin: 0 auto;
	min-width: 925px;
	width: 100%;
	background-image: url(/themes/USWaterSki-Theme//images/repeat-grad.png);
	background-position: top center;
	background-repeat: repeat-y;
}

#header {
	width: 100%;
	min-width: 925px;
	margin: 0 auto;
	padding-top: 44px;
	background-image: url(/themes/USWaterSki-Theme//images/imgheader.png);
	background-position: top center;
	background-repeat: no-repeat;
    
}

#header .sub_header {
	width: 925px;
	margin: 0 auto;
	position: relative;
}

#header a.logo img {
	position: absolute;	
	left: 0;
	top: -21px;
    z-index:16;
}

#header .sub_header img.ccm-image-block{
    position: absolute;	
	left: 0;
	top: -21px;
    z-index:10;
}


#header ul {
	/*background-color: #000000;*/
    display: inline;
    float: right;
    /*margin: 22px 0 0 40px;*/
    padding-bottom: 2px;
    padding-left: 0;
    /*padding-top: 23px;*/
}

/*#header ul li {
	float: left;
	padding: 0 19px;
}*/

#header ul li a {
	/*background-image: url(/themes/USWaterSki-Theme//images/arrow.jpg);
	background-position: right 3px;
	background-repeat: no-repeat;*/
	display: block;
}

#header ul li a img {
	margin-right: 16px;
}

#header img.mealeo {
	margin: 18px 0 0 40px;
	float: left;
	display: inline;
}

#header a.mealeo img {
	margin: 0;
}

/*#header .sponsor{
	margin: 18px 0 0 0;
	width: 220px;
	height: 259px;
	float: right;
	background-image: url(/themes/USWaterSki-Theme//images/box1.png);
	background-position: top left;
	background-repeat: no-repeat;
}

#header .sponsor a {
	float: left;
	margin-top: 30px;
	margin-left: 18px;
	display: inline;
}

#header .sponsor img {
	float: left;
	display: inline;
}

#header .sponsor .img_sponsor{
	border-bottom: dashed #8c8c8c 1px;
	padding: 15px 0px;
	width: 200px;
	margin: 0 10px;
	display: inline;
	float: left;
    height:102px;
}*/

#header img.list-item-top {
	 float: left;
    left: 55px;
    position: relative;
    top: 84px;
}

#header ul li.list-item-top img {
	float: left;
}

#top_nav_with_logo{
    background-color: #000000;
    height: 100px;
    left: 41px;
    position: relative;
    width: 883px;
    z-index: 15;
}

/** Drop Down Nav **/

ul.topnav {
	list-style: none;
	/*padding: 0 20px;*/	
	margin: 0;
	float: left;
	background: #222;
	font-size: 1.0em;
    position:relative;
    top:35px;
    left:0px;
    z-index:15;
	background: url(/themes/USWaterSki-Theme/topnav_bg.gif) repeat-x;
    height:36px;
}
ul.topnav li {
	float: left;
	/*margin: 0;	
	padding: 0 15px 0 0;*/
    /*width:183px;*/
	position: relative; /*--Declare X and Y axis base--*/
    top:0px;
    z-index:15;
    height:37px
}
ul.topnav li a{
	padding: 10px 5px;
	color: #fff;
	display: block;
	text-decoration: none;
	float: left;
    position:relative;
    z-index: 15;
}
ul.topnav li .active a:hover{
	background: url(/themes/USWaterSki-Theme/topnav_hover.gif) no-repeat center top;
}
ul.topnav li span { /*--Drop down trigger styles--*/
	float: left;
    height: 7px;
    position: relative;
    right: 21px;
    top: 13px;
    width: 23px;
	background: url(/themes/USWaterSki-Theme//images/arrow.jpg) no-repeat center top;
}
ul.topnav li span.subhover {background-position: center bottom; cursor: pointer;} /*--Hover effect for trigger--*/
ul.topnav li ul.subnav {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0; top: 35px;
	background: #333;
	margin: 0; padding: 0;
	display: none;
	float: left;
	width: 200px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border: 1px solid #111;
    z-index: 15;
}
ul.topnav li ul.subnav li{
	margin: 0; padding: 0;
	border-top: 1px solid #252525; /*--Create bevel effect--*/
	border-bottom: 1px solid #444; /*--Create bevel effect--*/
	clear: both;
	width: 200px;
    z-index:15;
}
html ul.topnav li ul.subnav li a {
	float: left;
	width: 175px;
	background: #333 url(/themes/USWaterSki-Theme/dropdown_linkbg.gif) no-repeat 10px center;
	padding-left: 20px;
}
html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
	background: #222 url(/themes/USWaterSki-Theme/dropdown_linkbg.gif) no-repeat 10px center; 
}

ul.subnav{
    position:relative;
    top:-9px;
    z-index:15;
}
/** End of Drop Down **/

.googleMapCanvas{
    width:560px !important;
    margin:0px auto;
    position:relative;
    top:21px;
}

#content {
	width: 925px;
	margin: 0 auto;
}

#content img.top_content {
	float: left;
	margin-left: 40px;
	display: inline;
}

.items-calendar-list-view-dates{
     margin-left: 27px;
}

.calendar-item-rss-wrapper{
    position:relative;
    left:25px;
    background:none;
}

.widecolumn img.rss{
      -moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	/* For IE 8 */
	-ms-filter: "none";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=135, Color='#cccccc');  
}

.calendar-items-list-view-paging{
    left: 27px;
    position: relative;
    top: 25px;
    width: 130px;
    display:none;
}
.widecolumn {
	background-image: url(/themes/USWaterSki-Theme//images/wide_repeat.png);
	background-position: top left;
	background-repeat: repeat-y;
	float: left;
	padding-bottom: 72px;
	margin-left: 40px;
	display: inline;
	width: 653px;
    min-height: 388px;
}

.widecolumn h1{
    margin-left:27px;
    margin-bottom: 20px;
}

.widecolumn h2{
    margin-bottom: 13px;
    margin-left: 27px;
}

.widecolumn h3{
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 13px;
    margin-left: 27px;
}

.items-calendar-list-view-dates span{
    font-size: 14px;
}

.items-calendar-list-view-title{
    background-color: #88c9f8;
    border-bottom: 1px dotted #FFFFFF;
    border-top: 1px dotted #FFFFFF;
    margin-bottom: 10px;
}

.items-calendar-list-view-title h3{
    color: #FFFFFF;
    position: relative;
    top: 0px;
}

p.news{
    margin-bottom:20px;
}

.items-calendar-list-view-title h3 a{
    color: #FFFFFF;
    left: 0px;
    position: relative;
    text-align: left;

}
.ccm-page-list-rss-icon{
    position:relative;
    left:25px;
}

div.date{
    color: #2D2D2D;
    float: left;
    margin: 10px 25px;
}

.items-calendar-list-view-title a{
    color:#000;
}
.items-calendar-list-view-dates{
    margin-left: 0px;
}
.items-calendar-list-view-description{
    margin: 0 25px 10px 27px;
    width: 500px;
    
}
.items-calendar-list-view-description p{
    margin:0px;
    padding:0px !important;
    margin-top: 0px;
    color: #403E3E !important;
}

span.title{
    font-weight: bold;
    font-size:13px;
    color:#000;
}

.items-calendar-list-view-description a{
    position: relative;
    top: 13px;
}

.widecolumn ol li{
     line-height: 2em;
    margin-left: 48px;
    width: 550px;
}

.widecolumn ul li{
    line-height: 2em;
    margin-left: 48px;
    width: 550px;
}

.widecolumn ul.sponsors li{
    line-height: 2em;
    margin-left: 29px;
    width: 550px;
}

.widecolumn ul.sponsors li a{
    color:#1B1B1B;
}

.widecolumn ul{
    margin-bottom:20px;
}

.widecolumn li strong{
    
}

#content img.bottom_content {
	float: left;
	margin-left: 40px;
	display: inline;
}

.widecolumn img {
	/*margin: 0 520px 4px 20px;
	float: left;
	display: inline;*/
    margin: 9px 3px 10px 11px;
    -moz-box-shadow: 6px 6px 10px #666;
	-webkit-box-shadow: 6px 6px 10px #666;
	box-shadow: 6px 6px 10px #666;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=135, Color='#666666')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=135, Color='#666666'); 
    -moz-border-radius: 5px;
    border-radius: 5px; 
}

.widecolumn p {
	color: #403E3E;
    line-height: 23px;
    padding: 0 26px 6px;
}

.widecolumn p a {
	color: #01006A;
	font-weight: bold;
}

.widecolumn p em.us {
	color: #01006A;
	font-weight: normal;
	font-style: normal;
}

.widecolumn p a em {
	font-weight: bold;
	font-style: normal;
	color: #403E3E;
}

.widecolumn p em.normal {
	color: #01006A;
	display: block;
	font-weight: normal;
	font-style: normal;
}

.widecolumn p em {
	font-weight: bold;
	font-style: italic;
	color: #403E3E;
}

.sidebar {
	float: right;
	height: 400px;
	width: 219px;
}

.sidebar a {
	margin-left: 1px;
}

.sidebar a img {
	float: left;
}

.sidebar a.interest {
	float: left;
	margin: 10px 0 0 0;
}

.sidebar .box-item-one {
	float: left;
	width: 219px;
	height: 187px;
	margin-bottom: 10px;
	background-image: url(/themes/USWaterSki-Theme//images/box.png);
	background-position: top left;
	background-repeat: no-repeat;
}

.sidebar .box-item-one p {
	font-weight: bold;
	border-bottom: dashed #9B3636 1px;
	margin: 0 10px;
	padding: 10px 4px 5px 4px;
	line-height: 18px;
	color: #9B3636;
}

.sidebar .box-item-one p em {
	color: #2C2C2C;
}

.sidebar .box-item-one a {
	display: inline-block;
	float: left;
	margin: 14px 0 23px 16px;
}

.sidebar .box-item-two {
	float: left;
	width: 219px;
	margin: 10px 0 0;
	padding-bottom: 10px;
}

.sidebar .box-item-two .img_our {
	float: left;
	height: 33px;
	width: 219px;
	background-image: url(/themes/USWaterSki-Theme//images/top.png);
	background-position: top left;
	background-repeat: no-repeat;
}

.sidebar .box-item-two .img_our img {
	margin: 10px 0 0px 12px;
	float: left;
}

.sidebar .box-item-two ul {
	float: left;
	width: 219px;
	min-height: 100px;
	background-image: url(/themes/USWaterSki-Theme//images/bottom.png);
	background-position: bottom left;
	background-repeat: no-repeat;
}

.sidebar .box-item-two ul li {
	color: #1B1B1B;
	font-weight: bold;
	margin: 0px 9px;
	padding: 6px 0;
	line-height: 16px;
	background-image: url(/themes/USWaterSki-Theme//images/li_border_repeat.jpg);
	background-position: top left;
	background-repeat: repeat-x;
}

.event-date{ font-size:11px; padding-bottom:5px;}
.event-desc{ color:#fff;}
.event-desc span{color:#fff !important;}

.sidebar .box-item-two ul li em {
	color: #FFF;
	display: block;
	padding-bottom: 6px;
}

#footer {
	width: 100%;
	min-width: 925px;
	margin: 120px auto 0 auto;
	padding: 18px 0 0px;
	background-image: url(/themes/USWaterSki-Theme//images/footer_bg.jpg);
	background-position: top left;
	background-repeat: repeat-x;
}

#footer .sub_footer {
	
}

#footer ul {
	float: left;
	padding-bottom: 16px;
}

#footer ul li {
	float: left;
	color: #888888;
	line-height: 17px;
	padding-left: 4px;
}

#footer ul li a {
	color: #888989;
}

#footer a{
    text-decoration: none;
    color:#888989;
}

#footer p {
	color: #888989;
    padding-bottom: 16px;
    text-align: center;
}
/* intrest form styles */

.question{
    margin-bottom:10px;
    color: #2D2D2D;
    font-family: Verdana;
    font-size: 10px;
    font-weight: bold;
    margin-bottom: 10px;
}

.row textarea{
    width:50% !important;
}

.row{
    left: 52px;
    margin: 18px;
    position: relative;
    top: 19px;
}

.row div.top input.formBlockSubmitButton{
    position: relative;
    left:100px;
}

.submit{
    left: 24px;
    position: relative;
    top: 19px;
}

.submit-button{
    position:relative;
    left:72px;
}

.submit-button input{
    cursor:pointer;
    border:1px solid black;
}

.submit-button input:hover{
    border:1px solid white;
}

img.ccm-captcha-image {
    display: block;
    left: -20px;
    margin-bottom: 17px;
    position: relative;
}

#msg{
    left: 126px;
    position: relative;
    text-align: center;
    width: 400px;
}
/* sponsors */

#header .sponsor{
	margin: 18px 0 0 0;
	width: 220px;
	height: 259px;
	float: right;
	background-image: url(/themes/USWaterSki-Theme//images/box1.png);
	background-position: top left;
	background-repeat: no-repeat;
}

.banner{
    background-position: 1px 1px;
    height: 102px;
    left: 20px;
    margin-bottom: 0;
    position: relative;
    top: 65px;
    width: 172px;}


.banner img{
    position: absolute;
    top: 3px;
    z-index: 8;
}

.banner IMG.active {
    z-index:10;
}

.banner IMG.last-active {
    z-index:9;
}

#headerc2a {
    position: relative;
    width: 883px;
    height: 30px;
    background-color: #ffffcc;    
    left: 41px;    
    border-top: 4px solid yellow;
    border-bottom: 1px solid #cccccc;
}

#headerc2a p {
    font-size: 14px;
    text-align: center;
    padding: 5px 0 0;
}

#headerc2a input {
    border: 1px solid #cccccc;
}

#headerc2a input#txtC2aEmail {
    color: #c0c0c0;
    width: 200px;
}

#headerc2a input#txtC2aEmail.dark {
    color: #333333;
}

/*****************IEPNGFIX************************/

#page img, #page, #content, #header, .widecolumn , .sidebar .box-item-two ul, .sidebar .box-item-two .img_our, #header .sponsor, .sidebar .box-item-one {
	behavior: url(/themes/USWaterSki-Theme/iepngfix/iepngfix.htc);
}

.items-calendar-list-view{
    margin-bottom: -80px;
    padding-bottom: 60px;
    background:#88C9F8;
}
.items-calendar-list-view-title h3{
    margin:13px 0px 13px 27px; 
}
