/* styles.css */

/* Written by Goodtravel Design - Jeremy Buenviaje */

/* ********* Begin XHTML Selectors ********* */

/* Removes Browser Styles */
html, body, h1, h2, h3, p, pre, ul {	
margin:0px;
padding:  0px; 
font-size: 100%;
font-weight: inherit;
font-style: inherit;
color: inherit;
background-color: inherit;
}

html, body {
font-family:"Lucida Sans Unicode","Lucida Grande",Verdana,Arial,Helvetica,sans-serif;
}

strong, em, b, i {
font-family:"Lucida Sans","Lucida Sans Unicode","Lucida Grande",Verdana,Arial,Helvetica,sans-serif;
}

body {	
font-size:12px; margin:0; padding:0;
color: inherit;
background-color: #f4f2f3;
}

h1, h2, h3, h4, h5, h6 {
font-family: Georgia,"Times New Roman",Times,serif;
color: #660000;
background-color: transparent;
}

h1 {
font-size:2em;
line-height:1.1em;
padding-bottom:20px;
}

h2 {
font-size:1.6em;
padding-bottom:14px;
}

h3 {
font-size:1.3em;
padding-bottom:10px;
}

h4 {
font-size:0.9em;
}

p {
padding-bottom:20px;
line-height: 20px;
}

a {
color: #660000;
text-decoration: underline; 

}

a:hover {
color:#660000;
text-decoration: none; 
}

a.link {
color: #133763;
text-decoration: none; 

}

a.link:hover {
color:#133763;
text-decoration: underline; 
}


ul.list {
padding: 0 35px 15px 35px;
list-style-image: url(img/bullet.gif)
}

li.list {
padding: 0 0 5px 5px;
}

li.list a {
color: #0b2c59;
text-decoration: none;
}

li.list a:hover {
color: #660000;
text-decoration: underline;
}

input, select, textarea 
{
font-family:Arial,Helvetica,sans-serif; 
font-size:1em;
}

form {
display:inline;
}

label {
vertical-align:middle;
}

img {
border: 0px;
}

img.floatleftBorderless {
float:left;
margin-right: 10px;
}

img.floatrightBorderless {
float:right;
margin-left: 10px;
}


img.floatleft {
float:left;
border: 2px solid #001f4e;
margin-right: 10px;
}

img.floatright {
float:right;
border: 2px solid #001f4e;
margin-left: 10px;
}

div.hr {
height: 1px;
background: #fff url(/img/hr.jpg) no-repeat scroll center;
padding: 25px 0px 25px 0px ;
}

div.hr hr {
 display: none;
}

/* Begin PNG Support Hack */
img { 
behavior: url(/ie/iepngfix.htc); 
}


/* End PNG Support Hack */


/* ********* End XHTML Selectors ********* */

/* ********* Begin Class Selectors ********* */

.quoter {
font-style:italic;
text-align:right;
}

.warning {
color: #ff0000;
background-color: transparent;
}

/* BEGIN LEFT LIST */



.subnav {
padding: 0 0 0 14px;
list-style-image: url(img/bullet.gif)
}

.subnav li {
padding: 0 0 15px 5px;
}

.subnav li a {
color: #0b2c59;
text-decoration: none;
}

.subnav li a:hover {
color: #660000;
text-decoration: underline;
}

.subOn{
color: #660000;
text-decoration: none;
}

.homeSubNav {
text-align: center;
}

/* END LEFT LIST */

.quote {
font-style: italic;
padding: 0px 0px 0px 0px;
color: #555;
background-color: transparent;
}

.right {
text-align: right;
padding: 0px;
}

.left {
text-align: left;
padding: 0px;
}

.center {
padding: 0px;
margin-right: 10px;
}

.iconLeft {
float:left;
height: 48px;
line-height: 48px;
padding: 0px 0px 0px 60px;
background-image: url('/img/getupdates2.gif');
background-repeat: no-repeat;
background-position:left; 
font-weight: bold;
font-size: 12px;
}

.iconRight {
float:right;
height: 48px;
line-height: 48px;
padding: 0px 0px 0px 60px;
background-image: url('/img/newsletter.png');
background-repeat: no-repeat;
background-position:left; 
font-weight: bold;
font-size: 12px;
}

.iconClear {
clear: both;
position: relative; 
}

.missing label, .missing span.label {
font-weight: bold;
color: #c00;
}

.missing input, .missing textarea, .missing select {
	background-color: #fcc;
}

.missing .ignore-highlight {
	background-color: #fff;
}

.alert-notes {
	width: 75%;
	font-size: 10pt;
	font-weight: bold;
	font-style: italic;
	color: #c00;
	margin: 30px auto;
	text-align: center;
}

.course-menu {
	font-size: 0.9em;
}

.course-options tr td {
	margin: 0px;
	padding: 0px;
}

.course-row {
	display: block;
	margin-bottom: 8px;
	vertical-align: top;
}

.course-wrap {
	display: -moz-inline-stack;
	display: inline-block;
	font-size: 10pt;
	margin-bottom: 4px;
}

.course-details {
	display: block;
	color: #777;
	font-size: 8pt;
}

.course-row input {
	vertical-align: top;
	border: none;
}

.no-border-bg {
	border: none;
	background: transparent;
}

.no-course-msg {
	color: #777;
	font-style: italic;
}

.conf-reg-set {
	width: 600px;
	border: 1px solid #036;
	padding: 5px;
	margin: 5px;
}

.conf-reg-set table {
	width: 100%;
	border-collapse: collapse;
}

.conf-reg-total {
	width: 600px;
	margin: 5px;
}

.conf-reg-total table {
	width: 100%;
}

.total-text {
	font-size: 14pt;
}

.conf-reg-desc {
	width: 75%;
	padding: 3px;
}

.conf-reg-cost {
	width: 25%;
	padding: 3px;
	text-align: right;
}

.odd {
	background-color: #fff;
}

.even {
	background-color: #eee;
}

.std-form-button input {
height: 25px;
color: #fff;
background: #002e5e;
border: 1px solid #2a547d;
}

/* ********* End Class Selectors ********* */

/* ********* Begin ID Selectors ********* */

/* BEGIN HEADER */

#headerBack {
position: relative; 
width: 100%;
margin: 0 auto; 
color: #333;
background-color: inherit;
background-image: url('/img/headerBack.jpg');
background-repeat: repeat-x;
z-index: 1;
}

#headerWrapper {
position: relative; 
width: 900px; 
height: 100px;
top: 0px;
left: 0px;
margin: 0 auto; 
text-align: left; 
z-index: 1;
}

#logoImage {
position: absolute;
top: 25px;
left: -25px;
z-index: 500;
}

/* BEGIN HEADER */

/* BEGIN NAVIGATION */

#navcontainer {
position: absolute;
width: 650px;
height: 81px;
top: 0px;
right: 0px;
color: inherit;
background-color: inherit;
padding: 44px 0px 0px 0px;
text-align: right;
}

ul#navlist {
font-size: 14px;
font-family: arial, "lucida console", sans-serif;
font-weight: bold;
}

#navlist li{
display: inline;
}

#navlist a:link, #navlist a:visited {
padding: 3px 10px 3px 10px;
border-right-style: solid;
border-right-width: 1px;
border-color: #c1cedd;
color: #00204e;
background-color: inherit;
text-decoration: none;
}

#navlist #last a:link, #navlist #last a:visited{
border-style: none;
}

#navlist a:hover {
color: #660000;
background-color: inherit;
text-decoration: none;
}

#navcontainer #navlist .navActive {
color: #660000;
background-color: inherit;
text-decoration: none;
}

/* END NAVIGATION */

/* BEGIN SUBHEADER HOME*/

#subheaderBack {
position: relative; 
height: 50px;
margin: 0 auto; 
padding-left: 70px;
color: inherit;
background-color: #6ea2c9;
background-image: url('/img/subheaderBack.jpg');
background-repeat: repeat-x;
z-index: 0;
}

#subheaderWrapper {
position: relative; 
width: 900px; 
height: 50px;
top: 0px;
left: 0px;
margin: 0 auto; 
z-index: 0;
}

#subheaderText {
position: absolute;
top: 0px;
left: 0px;
padding: 0px;
text-align: left;
}

#subheaderText h1 {
color:#fff;
background-color: inherit;
font-size: 20px;
font-style: italic;
line-height: 48px;
padding: 0px;
}

#subheaderHomeBack {
position: relative; 
width: 100%;
height: 204px;
margin: 0 auto; 
color: inherit;
background-color: #6ea2c9;
background-image: url('/img/subheaderHomeBack.jpg');
background-repeat: repeat-x;
z-index: 0;
}

#subheaderHomeWrapper {
position: relative; 
width: 900px; 
height: 204px;
top: 0px;
left: 0px;
margin: 0 auto; 
z-index: 0;
}

#subheaderHomeSlogan {
position: absolute;
top: 55px;
left: 0px;
padding: 0px;
text-align: left;
}

#subheaderHomeSlogan h1 {
color:#fff;
background-color: inherit;
font-size: 32px;
font-style: italic;
line-height: 44px;
padding: 0px;
}

#subheaderHomeStars {
position: absolute;
width: 127px;
height: 143px;
top: 0px;
left: 416px;
}

#subheaderHomeBox {
position: absolute; 
width: 311px;
height: 168px;
top: 20px;
right: 0px;
margin: 0 auto;
padding-top: 35px;
color: #fff;
background-color: transparent;
background-image: url('/img/subheaderHomeBox.gif');
background-repeat: no-repeat;
text-align: center;
}

#subheaderHomeBox h1 {
color: #fff;
background-color: transparent;
font-size: 32px;
line-height: 50px;
padding: 0px;
}

#subheaderHomeBox p {
padding-top: 5px;
}


/* END SUBHEADER HOME */

/* BEGIN CONTENT */

#contentBack {
position: relative; 
width: 100%;
margin: 0 auto; 
color: inherit;
background-color: #fdfdfd;
background-image: url('/img/contentBack.jpg');
background-repeat: repeat-x;
}

#contentWrapper {
position: relative; 
width: 908px; 
top: 0px;
left: 0px;
margin: 0 auto; 
color:inherit;
background-color: #fff;
background-image: url('/img/contentWrapper.jpg');
background-repeat: no-repeat;
}

#contentBack #contentWrapper .contentSideLeft, #contentBack #contentWrapper .contentSideRight {
position: absolute;
width: 4px;
height: 217px;
top: 0px;
margin: 0 auto; 
color:inherit;
background-color: #f3f3f3;
background-image: url('/img/contentSide.jpg');
background-repeat: no-repeat;	

}

#contentBack #contentWrapper .contentSideLeft {
left: 0px;
}

#contentBack #contentWrapper .contentSideRight {
right: 0px;	
}


#contentHomeRight {
position: relative;
width: 545px;
top:0px;
right: 0px;
padding: 30px 25px 30px 330px;
border-right-style: solid;
border-right-width: 4px;
border-left-style: solid;
border-left-width: 4px;
border-color: #f3f3f3;
}

#contentHomeLeft {
position: absolute;
width: 280px;
top: 0px;
left: 0px;
padding: 30px 25px 30px 25px;
}

#content {
position: relative;
width: 850px;
top:0px;
right: 0px;
padding: 30px 25px 30px 25px;
border-right-style: solid;
border-right-width: 4px;
border-left-style: solid;
border-left-width: 4px;
border-color: #f3f3f3;
}



#contentRight {
position: relative;
width: 625px;
top:0px;
right: 0px;
padding: 30px 25px 30px 250px;
border-right-style: solid;
border-right-width: 4px;
border-left-style: solid;
border-left-width: 4px;
border-color: #f3f3f3;
}

#contentLeft {
position: absolute;
width: 200px;
top: 0px;
left: 0px;
padding: 30px 25px 30px 25px;
}


/* END CONTENT */

/* BEGIN LINKS TABLE */

#mytable {
width: 100%;
padding: 0;
margin: 0;

}

td {
vertical-align: top;
border: none;
padding: 20px 50px 0px 50px;
}

/* END LINKS TABLE */


/* BEGIN FORMS  */

input, textarea, select
{
color: #666666;
background: #ffffff;
border: 1px solid #6c9fc6;
}

#contactForm label
{
width: 15em;
float: left;
text-align: right;
margin-right: 0.5em;
display: block;
}

#registerForm label
{
width: 25em;
float: left;
text-align: right;
margin-right: 0.5em;
display: block;
}

.submit{
padding-left: 185px;
}

.box
{
color: #333;
background-color: #d0dee9;
border: 1px solid #333;
padding: 10px;
}

.floatrightbox
{
float:right;
width:150px;
color: #333;
background-color: #d0dee9;
border: 1px solid #333;
padding: 10px;
margin-left:20px;
margin-bottom:20px;
}

#registerButton input {
height: 25px;
color: #fff;
background: #002e5e;
border: 1px solid #2a547d;
}

/* END FORMS */

#privacy
{
position: relative;
left: 60px;
width: 75%;
padding-top: 25px;
font-size:.8em;
color: #333;
background-color: #f4f4f4;
border: 1px solid #666;
padding: 10px;
}


/* BEGIN FOOTER */

#footerBack {
clear: both;
position: relative; 
width: 100%;
height: 135px;
margin: 0 auto; 
color: inherit;
background-color: inherit;
background-image: url('/img/footerBack.jpg');
background-repeat: repeat-x;
}

#footerWrapper {
position: relative; 
width: 908px; 
height: 135px;
top: 0px;
left: 0px;
margin: 0 auto; 
color:#00204e;
background-color: inherit;
background-image: url('/img/footerWrapper.jpg');
background-repeat: no-repeat;
font-family: arial, "lucida console", sans-serif;
font-size: 10px;
font-weight: bold;
text-align: left; 
}

#footerLeft {
position: absolute;
padding: 25px 0px 0px 25px;
top: 0px;
left: 0px;
}

#footerRight {
position: absolute;
padding: 25px 25px 0px 0px;
top:0px;
right: 0px;
text-align: right;
}

a.footer {
color:#00204e;
font-size: 10px;
text-decoration: none; 
font-weight: bold;
}

a.footer:hover {
color:#660000;
font-size: 10px;
text-decoration: underline; 
font-weight: bold;
}


/* END FOOTER */


/* ********* End ID Selectors ********* */
