@charset "utf-8";
/* CSS Document

Author: Jazmin Brooks
Date: October 2009

*/

/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, form,input,textarea {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    zoom:1;
}
/* The body is the outermost layout component and contains the visible page content. Setting properties for the body element will help to create consistent styling of the page content and more manageable CSS. Besides using the body element to set global properties, it is common to use the body element to set the background color of the page and create a centered container for the page content to display. */
html {
    height: 100%;
    padding:0;
    margin:0;
    padding-bottom:1px;
}

/*standard styles */

body {
    margin: 0;
    padding:0;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:11px;
    line-height:18px;
    color:#333333;
    background-color:#d5eafd;
    min-height:100%;
}

p{
    margin-top:0;
    margin-bottom:15px;
}

a img{
    border:none;
}

img{
    display:block;
}

.clear{
    clear:both;
    height:0;
    overflow:hidden;
}
.left{
    float:left;
    margin-right:10px;
    margin-bottom:10px;
	display:inline;
}
.right{
    float:right;
    margin-left:10px;
    margin-bottom:10px;
	display:inline;
}

h1{
    line-height:normal;
    font-size:22px;
    font-weight:bold;
    color: #3c7fc2;
    margin-bottom:15px;
}

h2{
    line-height:normal;
    font-size:20px;
    font-weight:normal;
    color:#3c7fc2;
    margin-bottom: 3px;
    /*margin-top:10px;*/
}

h3{
    line-height:normal;
    font-size:18px;
    font-weight:bold;
    color:#3C7FC2;
    margin-bottom:10px;
}

a {
    color:#3c7fc2;
    text-decoration:none;
}

a:hover {
    text-decoration:underline;
}

ul{
    padding:0;
    margin:10px 10px 10px 10px;
	line-height:normal;
}
li{
    list-style: none;
    background: url(images/bullet.gif) no-repeat left 3px;
    padding:0 0 0 20px;
    margin: 0 0 5px 0;
    color:#5d576a;
    /*border:1px solid red;*/
    line-height:13px;
}

label {
    cursor:pointer;
    color:#3c7fc2;
	font-size:16px;

}

.noBorder{
    border-style:none !important;
}

#menu{
	float:left;
	margin-top:21px;
	width:850px;
}

#menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#menu li {
    float: left;
    margin: 0;
	padding:0;
}

#menu li a {
    height: 37px;
	padding-top:12px;
	width:116px;
    line-height: normal;
    float: left;
    display: block;
    color: #888a8c;
    text-decoration: none;
    text-align: center;
	background-image:url(images/menu_off.jpg);
	text-transform:uppercase;
	font-size:12px;
	position:relative;
}

#menu li a:hover{
	color:#3c7fc2;
}

#menu li a:active, #menu li .active{
	color:#3c7fc2;
	background-image:url(images/menu_on.jpg);
}

#menu li .cta{
	color:#3c7fc2;
}

/*SITE STYLES*/

#headerWrapper{
	background-image:url(images/bg_header_wrapper.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:#fff;
}

#header{
	width:918px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(images/bg_header.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	padding-left:30px;
	padding-right:12px;
	padding-bottom:12px;
	line-height:normal;
}

#logo{
	float:left;
	margin-top:35px;
}

#contentWrapper{
	background-color:#f6f6f6;
}

#content{
	width:940px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(images/bg_content_wrapper.gif);
	background-repeat:repeat-y;
	padding:0 10px;
}

#contentBgTop{
	background-image:url(images/bg_content_top.gif);
	background-repeat:repeat-x;
	background-position:top left;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
}

#contentBgBtm{
	background-image:url(images/bg_content_btm.gif);
	background-repeat:repeat-x;
	background-position:bottom left;
}

#footerWrapper{
	background-image:url(images/bg_footer_wrapper.jpg);
	background-repeat:repeat-x;
	background-position:top;
}

#footer{
	width:900px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(images/bg_footer.gif);
	background-repeat:no-repeat;
	padding-top:40px;
	min-height:75px;
	_height:75px;
	padding-left:30px;
	padding-right:30px;
	
}

#contentTop{
    position:relative;
	margin:0 20px 20px 20px;
	background-color:#FFF;
	border:1px solid #e8e6e6;
    overflow:hidden;
    height: 233px;
}

.content-top-item {
    position: absolute;
    top: 0;
    left:0;
    width:100%;
    height:233px;

}

#contentBottom{
	padding-left:20px;
}

.buttonPackage{
	position:relative;
	float:left;
	margin-bottom:20px;
	border: none;
}

.buttonPackage a{
	
	color:#333;
	border:1px solid #e8e6e6;
	background-image:url(images/btn_package_bg_off.jpg);
	background-repeat:no-repeat;
	padding:10px 10px 8px 10px;
	width:269px;
	float:left;

	margin-right:13px;
	
	cursor:pointer;
}
.buttonPackage a:focus {
    outline:none;
}
.buttonPackage a:hover{
	text-decoration:none;
	border:1px solid #c1daf2;
	background-image:url(images/btn_package_bg_on.jpg);
	background-repeat:no-repeat;
}

.buttonPackage .activePackage{
	text-decoration:none;
	border:1px solid #c1daf2;
	background-image:url(images/btn_package_bg_on.jpg);
	background-repeat:no-repeat;
}

.buttonPackage img{
	float:left;
}

.buttonPackage h1{
	margin-bottom:7px;
}

#homeBlurb{
	float:left;
	width:255px;
	border:1px solid #e8e6e6;
	padding:10px;
}

#homePackages {
	float:left;
}

#loggedIn{
	float:right;
	width:406px;
	margin-top:40px;
	color:#9e9fa1;
	text-align:right;
	_height:35px;
	padding-right:20px;
	min-height:35px;
}

.headerLeft{
	float:left;
	padding:10px 0 0 10px;
}

.headerRight{
	float:right;
}

#video{
	margin:0 20px;
	background-color:#FFF;
	border:1px solid #e8e6e6;
	float:left;
	display:inline;
	width:600px;
}

#newsArchive, #rightImage,#videoInfo,#gallery{
	background-color:#FFF;
	border:1px solid #e8e6e6;
	float:left;
	padding:10px;
	width:255px;
}
#gallery img{
	border:1px solid #e8e6e6;
	cursor:pointer;
}
#gallery .comment{
	margin: 2px 0 10px 0;
}
#newsPage{
        font-size: 12px;
	margin:0 20px;
	background-color:#FFF;
	border:1px solid #e8e6e6;
	float:left;
	width:580px;
	padding:10px;
	display:inline;
}

#newsPage li{
        line-height:18px;
         }

#contactPage{
	margin:0 20px;
	background-color:#FFF;
	border:1px solid #e8e6e6;
	float:left;
	width:580px;
	padding:10px;
	display:inline;
}

#contactInfo{
	background-color:#FFF;
	border:1px solid #e8e6e6;
	float:left;
	padding:10px;
	width:255px;
}

.contact img{
	display:inline;
}

.contact td{
	padding-bottom:3px;
}

.contact .validation, #newsletter-form .validation{
	font-size:9px;
	color:#F00;
}

.contact .validation td{
	padding:0;
}

input, textarea{
	border:1px solid #dcdcdc;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	padding:7px;
	width:290px;
}

.contact input, .contact textarea{
	background-image:url(images/input_bg.jpg);
	background-repeat:repeat-x;
}

.contact textarea {
height:100px;
width:394px;
}

.buttons{
	background-color:#3c7fc2;
	background-image:url(images_sw/btn_bg.gif);
	background-repeat:repeat-x;
	color:#ffffff;
	border:1px solid #3c7fc2;
	font-weight:normal;
	cursor:pointer;
	width:auto;
	margin-top:0;
	padding:1px 5px;
	line-height:normal;
}

.contactButtons a{
	background-color:#3c7fc2;
	background-image:url(images/button_sprite.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	color:#ffffff;
	font-weight:bold;
	cursor:pointer;
	margin-top:0;
	line-height:normal;
	margin-right:20px;
	width:81px;
	display:block;
	float:left;
	text-align:center;
	padding:4px 0;
}

.contactButtons a:hover{
	text-decoration:none;
	background-position:0 -22px;
}

.contactButtons a:active{
	text-decoration:none;
	background-position:0 -44px;
}

.contact .validation, #newsletter-form .validation{
	font-size:9px;
	color:#F00;
}

.contact .validation input, .contact .validation textarea{
	border:1px solid #F00;
}

.calendarDate{
	width:41px;
	height:44px;
	background-image:url(images/icon_calendar.gif);
	background-repeat:no-repeat;
	background-position:top left;
	float:left;
	margin-right:6px;
	line-height:normal;
}

.calendarDay{
	font-weight:bold;
	margin-top:13px;
	text-align:center;
	font-size:14px;
	line-height:14px;
}

.calendarMonth{
	font-weight:bold;
	text-align:center;
	font-size:9px;
}

#paginationBottom{
	text-align:center;
	margin-top:25px;
	margin-left:auto;
	margin-right:auto;
	line-height:normal;
	width:225px;
}

#paginationBottom img{
	float:left;
}

#paginationText{
	float:left;margin-top:7px;
	margin-left:10px;
	margin-right:10px;
}

.newsItem{
	line-height:19px;
	margin-bottom:20px;
}

.newsItem h1{
	padding-top:5px;
}

.lineborder{
	border:1px solid #E8E6E6;
}

.submenu{
	border-top:1px solid #e2e2e2;
	border-left:1px solid #e2e2e2;
	border-right:1px solid #e2e2e2;
	line-height: normal;
	margin-bottom:10px;
}

.submenu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.submenu li {
    margin: 0 0;
	padding: 0;
	border-bottom:1px solid #e2e2e2;
}

.submenu li a {
    background-image:url(images/submenu_off.gif);
	background-repeat:no-repeat;
    height: 26px;
    width: 238px;
    display: block;
    color: #3C7FC2;
    text-decoration: none;
	padding-top:9px;
	padding-left:15px;
	font-size:14px;
	font-weight:normal;
}

.submenu a:hover{
	background-image:url(images/submenu_on.gif);
	text-decoration:none;
}

.submenu .activeSubitem a {
	background-image:url(images/submenu_selected.gif) !important;
	color:#cbc9c9;
}

.submenu li ul{
    padding:0;
    margin:10px 10px 10px 15px;
	line-height:normal;
}
.submenu li ul li{
    list-style: none;
    background: url(images/bullet.gif) no-repeat left 3px;
    padding-left: 20px;
    margin-bottom:5px;
    color:#5d576a;
	border: none;
}
.submenu li ul li a {
    background-image:none;
	background-repeat:no-repeat;
	height:auto;
    width: 200px;
    display: block;
    color: #3C7FC2;
    text-decoration: none;
	padding: 0;
	font-size:11px;
	font-weight:normal;
}
.submenu li ul li a:hover {
    background-image:none;
	text-decoration:underline;
}#newsPage table {
	border: 1px solid #CCCCCC;
}
#newsPage table td {

	border: 1px solid #CCCCCC;
	border-collapse:collapse;
}
