/* HTML Standards */

header, nav, article, footer, address {  
	display: block;  
}

	
* {
margin: 0;
padding: 0;
}

body {
	background-color: #CFEBFF;
	font-family: Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../images/bkg-page.jpg);
	background-repeat: repeat-x;
	color: #0068b6;
}

p		{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	height: auto;
	font-family: Trebuchet, Verdana, Arial, Helvetica, sans-serif;
}

.paragraph18pt		{
	font-size: 18pt;
}

.textfield {
	margin-top: 15px;
}

.padded-bottom {
	margin-bottom: 15px;
}

.padded-top {
	margin-top: 10px;
}

.td-padded {
	padding-top: 15px;
}

.td-padded p {
	padding-top: 15px;
	font-size: 14px;
}
small		{ font-weight:bold; }
strong	{ font-weight:bold; }
i		{ font-style:italic; }
em		{ font-style:italic; }



/* Link Colors */

a  {
	color: #C80959;
	text-decoration: none;
}

a:hover	{
	color: #0A0F00;
}

a:visited:hover	{
	color: #000000;
}

hr		{
	margin-top: 5px;
	margin-bottom: 10px;
	border: 0;
	color: #dedede;
	background-color: #dedede;
	height: 1px;
	text-align: left;
	width: 100%;
	}

br {
	height: 20px;
}

.color-gold {
	color: #C28815;
}

td {
	text-align: left;
	vertical-align: top;
	font-size: 10pt;
	font-weight: normal;
	color: #333333;
	line-height: 15pt;
}

.checklist td {
}

.module td {
	font-size: 12pt;
}
	
fieldset hr		{
	width: 95%;
	}
	
.centered {
	text-align: center;
	background-position: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.alignedleft {
	text-align: left;
	background-position: left;
}


blockquote {
	padding-left: 25px;
	margin-bottom: 10px;
	background-image: url(../images/quotationmarks.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 5px;
	font-size: 11pt;
	color: #333333;
	line-height: 16pt;
}

.roundedbox-wrap {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 700px;
}

.roundedbox {
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-opera-border-radius:10px;
	-khtml-border-radius:10px;
	border-radius:10px;
	border-width: 1px;
	border-style: solid;
	border-color: #7ec20c;
	margin-bottom: 15px;
	padding: 10px;
}

.roundedbox-top {
	-moz-border-radius:8px 8px 0px 0px;
	-webkit-border-radius:8px 8px 0px 0px;
	-opera-border-radius:8px 8px 0px 0px;
	-khtml-border-radius:8px 8px 0px 0px;
	border-radius:8px 8px 0px 0px;
	background-color: #51b219;
	background-image: url(../images/bkg-roundedbox-top.gif);
	background-repeat: repeat-x;
	height: 61px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 300px;
}

#rounded-colored-borders {
	background-color: #08c0d4;
	-moz-border-radius:15px 15px 15px 15px;
	-webkit-border-radius:15px 15px 15px 15px;
	-opera-border-radius:15px 15px 15px 15px;
	-khtml-border-radius:15px 15px 15px 15px;
	border-radius:15px 15px 15px 15px;
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 20px;
	padding-left: 5px;
	z-index: 1;
}


#roundedbox-middle {
	background-color: #FFFFFF;
	-moz-border-radius:12px 12px 12px 12px;
	-webkit-border-radius:12px 12px 12px 12px;
	-opera-border-radius:12px 12px 12px 12px;
	-khtml-border-radius:15px 15px 15px 15px;
	border-radius:15px 15px 15px 15px;
	padding-top: 175px;
	padding-right: 20px;
	padding-bottom: 25px;
	padding-left: 20px;
}



#roundedbox-withborder {
	background-color: #FFF;
	-moz-border-radius:15px 15px 15px 15px;
	-webkit-border-radius:15px 15px 15px 15px;
	-opera-border-radius:15px 15px 15px 15px;
	-khtml-border-radius:15px 15px 15px 15px;
	border-radius:15px 15px 15px 15px;
	padding: 25px;
	border-right-width: 5px;
	border-left-width: 5px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #BDA51B;
	border-left-color: #BDA51B;
}


.roundedbox-bottom {
	-moz-border-radius:0px 0px 10px 10px;
	-webkit-border-radius:0px 0px 10px 10px;
	-opera-border-radius:0px 0px 10px 10px;
	-khtml-border-radius:0px 0px 10px 10px;
	border-radius:0px 0px 10px 10px;
	background-color: #14369a;
	padding: 15px;
	text-align: right;
	color: #FFFFFF;
	font-weight: bold;
	margin-bottom: 80px;
	height: 20px;
}

.roundedbox-top2 {
	-moz-border-radius:8px 8px 0px 0px;
	-webkit-border-radius:8px 8px 0px 0px;
	-opera-border-radius:8px 8px 0px 0px;
	-khtml-border-radius:8px 8px 0px 0px;
	border-radius:8px 8px 0px 0px;
	background-image: url(../images/bkg-roundedbox-top.gif);
	background-repeat: repeat-x;
	height: 37px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 3px;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.roundedbox-middle2 {
	-moz-border-radius:0px 0px 10px 10px;
	-webkit-border-radius:0px 0px 10px 10px;
	-opera-border-radius:0px 0px 10px 10px;
	-khtml-border-radius:0px 0px 10px 10px;
	border-radius:0px 0px 10px 10px;
	background-color: #FFFFFF;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #8300C2;
	border-left-color: #8300C2;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #8300C2;
	padding-top: 18px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
}

.roundedbox-middle3 {
	-moz-border-radius:0px 0px 10px 10px;
	-webkit-border-radius:0px 0px 10px 10px;
	-opera-border-radius:0px 0px 10px 10px;
	-khtml-border-radius:0px 0px 10px 10px;
	border-radius:0px 0px 10px 10px;
	background-color: #FFFFFF;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #8300C2;
	border-left-color: #8300C2;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #8300C2;
	padding-top: 18px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
}


#box-header-text {
	height: 39px;
	margin-left: 95px;
	color: #FFFFFF;
	font-size: 18px;
	line-height: 37px;
	font-weight: bold;
	float: left;
	z-index: 1000;
	position: absolute;
	text-align: left;
	font-family: Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	width: 590px;
}


.roundedbox-bottom a {
	color: #c4ef84;
}

.pagebannerbox {
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-opera-border-radius:10px;
	-khtml-border-radius:10px;
	border-radius:10px;
	padding: 10px;
	border-width: 1px;
	border-style: solid;
	border-top-color: #92DD10;
	border-color: #7ec20c;
	margin-bottom: 15px;
	text-align: left;
}
.roundedbox-middle  {
	color: #FFFFFF;
	font-size: 12pt;
	font-weight: bold;
	vertical-align: middle;
	padding-top: 3px;
}

#hero-shot {
	text-align: right;
	float: right;
	position: absolute;
	height: 381px;
	width: 547px;
	right: 0px;
	margin-top: 61px;
}

#page-h1-header {
	width: 480px;
	text-align: center;
}

#binderimage {
	float: left;
	width: 240px;
}
#datetext {
	float: left;
	width: 550px;
}

img { 
	border:0px; 
	border-style:none;
	}
	
.indent60 {
	margin-left: 60px;	
	}


.vertical-middle {
	vertical-align: bottom;
}

h2 {
	font-size: 24px;
	font-weight: bold;
	color: #0068b6;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 5px;
}

h2 a:link, h1 a:visited {
	color: #518100; 
	text-decoration: underline;
	}
	
h2 a:hover {
	color: #72B401;
	text-decoration: underline;
	}

h1 {
	font-size: 32px;
	font-weight: bold;
	color: #d74585;
	margin-bottom: 10px;
}

.h1-like {
	font-size: 22px;
	font-weight: bold;
	color: #005cc4;
	line-height: 28px;
}

h1 a:link, h2 a:visited {
	color: #518100;
	text-decoration: underline;
	}
	
h1 a:hover {
	color: #72B401;
	text-decoration: underline;
	}

h3 {
	font-size: 18px;
	font-weight: bold;
	color: #005FA6;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-family: Trebuchet, Verdana, Arial, Helvetica, sans-serif;
}

h3 a:link, h3 a:visited {
	color: #518100;
	text-decoration: underline;
	}
	
h3 a:hover {
	color: #72B401;
	text-decoration: underline;
	}

h4 {
	font-size: 18px;
	font-weight: bold;
	color: #d74585;
	padding-bottom: 5px;
}

h4 a:link, h3 a:visited {
	color: #518100;
	text-decoration: underline;
	}
	
h4 a:hover {
	color: #72B401;
	text-decoration: underline;
	}

h5 {
	font-size: 20px;
	font-weight: bold;
	color: #E64D92;
	padding-bottom: 5px;
	font-style: italic;
}

	


/* PG STRUCTURE */

#Main {
	position: relative;
	z-index: 5;
	clear: both;
	width: 920px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 90px;
	background-color: #FFF;
	padding: 15px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	-opera-border-radius: 15px 15px 15px 15px;
	-khtml-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
}

#MainBkg {
	position: relative;
	width: 100%;
	z-index: 1;
	visibility: visible;
	background-image: url(../images/skyline.jpg);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	clear: both;
	background-position: center top;
	background-color: #3299D3;
}
#Wrap {
	position: relative;
	width: 1000px;
	padding: 0px;
	z-index: 2;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#LogoWrap {
	position: relative;
	width: 761px;
	padding: 0px;
	z-index: 10;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#hero {
	z-index: 1000;
	height: 437px;
	width: 900px;
	background-color: #FFFFFF;
}


#nav {
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	-opera-border-radius: 15px 15px 15px 15px;
	-khtml-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	background-image: url(../images/bkg-nav.gif);
	background-repeat: repeat-x;
	background-position: center;
	height: 34px;
	width: 950px;
	text-align: center;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 7px;
	margin-left: 90px;
	margin-top: 50px;
	margin-bottom: 30px;
}
	
#nav ul {
	list-style-type::none;
	display: block;
}	

#nav ul li {
	display: inline;
	padding-right: 15px;
	padding-left: 15px;
}

#nav ul li a
{
	text-decoration: none;
	color: #FFFFFF;
}

#nav ul li a:hover
{
	color: #FFCC00;
}

#bodybox {
	width: 615px;
	float: left;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 18px;
	color: #0068b6;
}

#bodybox p {
	font-size: 16px;
	line-height: 24px;
	color: #0068b6;
}


#boxtop-graphic {
	float: left;
	position: absolute;
	margin-top: -29px;
	margin-left: -8px;
}


/* Sidebar Styles */

#sidebar {
	width: 257px;
	float: left;
	font-size: 14px;
	line-height: 18px;
	color: #005FA6;
}

#sidebar h2 {
	font-size: 18px;
	font-weight: bold;
	color: #0068b6;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 5px;
}


#sidebar h1 {
	font-size: 32px;
	font-weight: bold;
	color: #d74585;
	margin-bottom: 10px;
}

#sidebar ul {
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 5px;
}

#sidebar li {
	list-style-type: disc;
	margin-left: 15px;
	list-style-position: outside;
	padding-left: 0px;
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 0px;
}



/* Testimonials */

.testimonial-wrap {
	width: 580px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	margin-bottom: 0px;
}
.testimonial-box {
	width: 558px;
	border: 1px solid #333333;
	padding: 10px;
	text-align: center;
}
.testimonial-bottom {
	background-image: url(../images/testomonial-bottom.png);
	background-repeat: no-repeat;
	height: 38px;
	width: 580px;
}
.testimonial {
	background-color: #FFFFFF;
	padding: 10px;
	border: 2px solid #2D84C6;
}



/* HEADER */

header {
	position: relative;
	margin: 0px;
	text-align: center;
	z-index: 100;
	padding-top: 17px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}



#sociallinks {
	-moz-border-radius: 10px 0px 0px 10px;
	-webkit-border-radius: 10px 0px 0px 10px;
	-opera-border-radius: 10px 0px 0px 10px;
	-khtml-border-radius: 10px 0px 0px 10px;
	border-radius: 10px 0px 0px 10px;
	height: auto;
	width: 70px;
	z-index: 1000;
	top: 583px;
	position: absolute;
	left: 3px;
	padding: 8px;
	background-color: #74bee3;
}


#starburst {
	position: absolute;
	z-index: 100;
	margin-top: -20px;
	margin-left: -20px;
}

.videoboxtext {
	margin-left: 90px;
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
	color: #009FB0;
	line-height: 19px;
}



/* Footer Styles */
footer {
	clear: both;
	width: 970px;
	bottom: 0px;
	vertical-align: bottom;
	padding-top: 20px;
	color: #FFFFFF;
	font-size: 12px;
	height: 150px;
	margin-right: auto;
	margin-left: auto;
}

footer a {
	color: #9DCAF3;
}
footer a:hover {
	color: #FFFFFF;
}
footer a:visited {
	color: #42EFFF;
}


#footerleft {
	float: left;
	width: 100%;
	text-align: center;
}

#footerwrap {
	width: 100%;
	background-image: url(../images/bkg-footer.jpg);
	background-repeat: repeat-x;
}



/* FLOAT STYLES */

.floatright {
	float: right;
	width: auto;
}

.floatleft {
	float: left;
	width: auto;
}

.image-left {
	float: left;
	width: auto;
	margin-right: 15px;
	margin-bottom: 3px;
}

.image-right {
	float: right;
	width: auto;
	margin-left: 15px;
	margin-bottom: 3px;
}

.image-thumbnail {
	margin-right: 2px;
	border: 3px solid #FFFFFF;
}






/* CSS Clear Float Elements */

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
	}

.clearfix {
	display: inline-block;
	} 

.width-80 {
	width: 80%;
}

.bullet-list li {
	list-style-image: url(../images/bullet.jpg);
	font-size: 10pt;
	line-height: 14pt;
	color: #333333;
	margin-left: 45px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
}

/* FORM STYLES */



/* Form Styles */

#formwrap {
	height: auto;
}

#formwrap2 {
	height: auto;
	width: 230px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-top: 5px;
	-moz-border-radius:10px 10px 10px 10px;
	-webkit-border-radius:10px 10px 10px 10px;
	-opera-border-radius:10px 10px 10px 10px;
	-khtml-border-radius:10px 10px 10px 10px;
	border-radius:10px 10px 10px 10px;
	background-color: #D9F0FF;
	padding: 10px;
	border: 1px solid #007AAD;
	background-image: url(../images/bkg-sidebarbox.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	float: left;
}

#formwrap3 {
	height: auto;
	width: 230px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-top: 5px;
	-moz-border-radius:10px 10px 10px 10px;
	-webkit-border-radius:10px 10px 10px 10px;
	-opera-border-radius:10px 10px 10px 10px;
	-khtml-border-radius:10px 10px 10px 10px;
	border-radius:10px 10px 10px 10px;
	background-color: #D9F0FF;
	padding: 10px;
	border: 1px solid #007AAD;
	background-image: url(../images/bkg-sidebarbox.jpg);
	background-repeat: repeat-x;
	margin-left: auto;
}

fieldset {
	position: relative;
	margin-bottom: 15px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 8px;
	padding-left: 15px;
}  

#form-field {
	padding-bottom: 6px;
	font-size: 10px;
	color: #666666;
	padding-top: 3px;
}

#form-text-top {
	padding-bottom: 5px;
	padding-top: 0px;
	font-size: 16px;
	color: #A31640;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: bold;
	text-align: center;
}
#form-text-bottom {
	padding-bottom: 2px;
	padding-top: 0px;
	font-size: 10px;
	color: #666666;
	padding-left: 10px;
	padding-right: 15px;
	line-height: 12px;
}

#form-button {
	text-align: center;
}

label {
	-moz-border-radius:8px 0px 0px 8px;
	-webkit-border-radius:8px 0px 0px 8px;
	-opera-border-radius:8px 0px 0px 8px;
	-khtml-border-radius:8px 0px 0px 8px;
	border-radius:8px 0px 0px 8px;
	margin: 0px;
	padding: 0px;
	height: 30px;
}

.list-label {
	padding: 0px;
	margin: 0px;
}

.list-label p {
	margin: 0;
	padding-left: 50px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	clear: left;
}

.list-label label{
	float: left;
	width: 80px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-left: -45px;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #D74585;
	text-align: right;
	padding-right: 10px;
	height: 24px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 4px;
	padding-left: 0px;
	vertical-align: middle;
}

.textfield {
	height: 22px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	-opera-border-radius:8px;
	-khtml-border-radius:8px;
	border-radius:8px;
	padding-left: 8px;
	padding-top: 2px;
	padding-bottom: 2px;
	border: 1px solid #D74585;
	line-height: 24px;
	vertical-align: top;
	width: 130px;
	margin-left: -7px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	z-index: 2000;
	padding-right: 0px;
}

.width60 {
	width: 60px;
}




#video-wrap {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 751px;
}

#bodybox ul {
	margin-bottom: 8px;
}

#bodybox li {
	list-style-type: disc;
	list-style-position: outside;
	font-size: 16px;
	line-height: 24px;
	margin-left: 30px;
}

small a {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

#ticketbox {
	-moz-border-radius:10px 10px 10px 10px;
	-webkit-border-radius:10px 10px 10px 10px;
	-opera-border-radius:10px 10px 10px 10px;
	-khtml-border-radius:10px 10px 10px 10px;
	border-radius:10px 10px 10px 10px;
	background-color: #D9F0FF;
	padding: 15px;
	margin-bottom: 10px;
	border: 2px solid #007AAD;
}

.tinytext {
	font-size: 10px;
	font-style: italic;
}

#whitebox {
	-moz-border-radius:10px 10px 10px 10px;
	-webkit-border-radius:10px 10px 10px 10px;
	-opera-border-radius:10px 10px 10px 10px;
	-khtml-border-radius:10px 10px 10px 10px;
	border-radius:10px 10px 10px 10px;
	background-color: #D9F0FF;
	padding: 10px;
	border: 1px solid #007AAD;
	background-image: url(../images/bkg-sidebarbox.jpg);
	background-repeat: repeat-x;
	height: auto;
}
.whitebox {
	-moz-border-radius:10px 10px 10px 10px;
	-webkit-border-radius:10px 10px 10px 10px;
	-opera-border-radius:10px 10px 10px 10px;
	-khtml-border-radius:10px 10px 10px 10px;
	border-radius:10px 10px 10px 10px;
	background-color: #D9F0FF;
	padding: 10px;
	border: 1px solid #007AAD;
	background-image: url(../images/bkg-sidebarbox.jpg);
	background-repeat: repeat-x;
	margin-bottom: 15px;
}

.strikethrough {
	text-decoration: line-through;
}
