/*//////////////////////
Header + Body
//////////////////////*/
body {
	border:0;
	height:100%;
	width:100%;
	font-family: Helvetica, arial, sans-serif;
	font-size:12px;
	margin:0;
	padding:0;
}

div {
	margin:0;
	padding:0;
}

div.center {
	margin-left:auto;
	margin-right:auto;
	height:100%;
	width:840px;
}

div.header {
	background-image:url('header.jpg');
	background-repeat:repeat-x;
	height:160px;
}

/*//////////////////////
Navigation
//////////////////////*/
div.navigation {
	margin-left:20px;
	height:40px;
}

#left_nav {
	float:left;
}

#right_nav {
	float:right;
	padding-right: 4px;
}


img.flag{
	margin-left: 2px;
	margin-right: 2px;
	vertical-align: -1px;
}


a.flag {
	margin-right: 4px;
	margin-top: -2px;
	color: #000;
}

a:hover {
	text-decoration:none;
	color:#C00;
}
	
div.nav {
	padding-top:14px;
}

a#first {
	padding-left:0;
}

a.main:link, a.main:visited {
	text-decoration:none;
	color:#000;
	font-size:14px;
	font-weight:600;
}

a.main:hover,a.main:active {
	text-decoration:none;
	color:#C00;
	font-size:14px;
	font-weight:600;
}

#current {
	text-decoration:none;
	color:#C00;
}

/*//////////////////////
Content LS + RS
//////////////////////*/
div.content {
	padding-top:20px;
	background-color:#FFF;
	background-image:url('gradient.png');
	background-repeat:repeat-x;
	overflow:auto;
	width:100%;
}

#left_content {
	position:relative;
	padding-left:8px;
	float:left;
	width:580px;
	height:100%;
}

img.image{
	width: 580px;
	padding-top: 20px;
}

h1.redheading {
	color:#C00;
}

p.regular_text {
	padding-top: 5px;
	font-size: 14px;
	text-indent: 21pt;
	line-height: 20px;
	
}

div.box {
	padding: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
	overflow:auto;
	border-top:solid #DDD 1px;
	border-bottom:solid #DDD 1px;
	height: 100%;
	background-color:#F7F7F7;
}

/*//////////////////////
Inside a box
//////////////////////*/
div.split_left {
	border:solid #DDD 1px;
	background-color: #F9FFFF;
	padding: 10px;
	width: 45%;
	float: left;
}

div.split_right {
	border:solid #DDD 1px;
	background-color: #F9FFFF;
	padding: 10px;
	width: 45%;
	float: right;
}

div.program_left {
	width: 46%;
	float: left;
	text-align: right;
}

div.program_right {
	text-align: left;
	float: left;
	width: 53%;
}

span.box_heading {
	color: #09F;
	font-size: 11px;
	font-weight: 700;
}

/*//////////////////////
Program
//////////////////////*/
h1.program_title {
	margin: 0px;
	font-family: "trebuchet ms";
	font-size: 35px;
	font-weight: 900;
	color: #09F;
}

h2.program_price {
	margin: 0px;
	margin-top: -8px;
	font-family: "trebuchet ms";
	font-size: 25px;
	font-weight: 700;
	color:#C00;
}

p.box_text{
	border:solid #DDD 1px;
	background-color: #F9FFFF;

	margin: 20px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 8px;
	
	padding: 10px;
	font-size:14px;

	
}

a.box_link {
	display: block;
	margin-top: 10px; 
	color: #09F;
	font-size:14px;
}

#top1, #top2 {
	margin-top: 0;
}

/*//////////////////////
Opportunity
//////////////////////*/
table.opportunities {
	width: 100%;
}

th.title {
	padding-bottom: 10px;
}

td.opportunities {
	padding: 10px;
	border:solid #DDD 1px;
	background-color: #F9FFFF;
}

td.opportunities_title{
	padding: 10px;
	border:solid #DDD 1px;
	background-color: #F9FFFF;
		
	font-family: "trebuchet ms";
	font-size: 16px;
	font-weight: 700;
	color:#C00;
}


input#browse {
	float:left;
}

input#upload {
float:right;
}

/*//////////////////////
Multimedia
//////////////////////*/
div.thumb_first {
	float: left;
	margin-left: 0px;
	margin-bottom: 10px;
	
	width: 130px;
	height: 85px;
	border:solid #DDD 1px;
	background-color:#FFF;
}

div.thumb1 {
	float: left;
	margin-left: 10px;
	margin-bottom: 10px;
	
	width: 130px;
	height: 85px;
	border:solid #DDD 1px;
	background-color:#FFF;
}

div.thumb_last {
	float: left;
	margin-left: 0px;
	margin-bottom: 0px;
	
	width: 130px;
	height: 85px;
	border:solid #DDD 1px;
	background-color:#FFF;
}

div.thumb2 {
	float: left;
	margin-left: 10px;
	margin-bottom: 0px;
	
	width: 130px;
	height: 85px;
	border:solid #DDD 1px;
	background-color:#FFF;
}

img {
	border-style: none;
}

img.thumb {
	padding-top: 5px;
	padding-left: 5px;
}

p.caption {
	font-family:"trebuchet ms";
	font-size: 10px;
	font-weight: 700;
	text-align: center;
	margin-top: 2px;
	padding: 0px;
}

a {
	border-style: none
}

/*//////////////////////
Contact
//////////////////////*/
#contact_form {
	margin-top: 40px; 
}

input.input_field {
	margin-bottom: 10px;
	width: 97%;
}

#message {
	height: 150px;
}

#submit {
	float: right;
}

/*//////////////////////
Faq
//////////////////////*/



/*//////////////////////
Sidebar
//////////////////////*/
#right_content {
	position:relative;
	float:right;
	width:190px;
	height:100%;
	overflow:auto;
	text-align:right;
}

div.update {
	margin-top: 5px;
	float:right;
}

div.contact {
	margin-top: 100px;
	float:right;
}

div.update_text {
	width:100%;
	float:right;
}

p.update_text {
	font-size: 10px;
	padding-top: 10px;
	margin:0;
}

div.calender {
	float:right;
	padding-top:10px;
}

table.calendar {
	font-size:9px;
}

th.calender {
	text-align: center;
	font-size:10px;
}

td.regular{
	padding: 0;
	margin: 0;
	width: 22px;
	height: 22px;
	border:solid #DDD 1px;
	color:#999;
	text-align:center;
	font-size: 9px;
}

td.highlight {
	padding: 0;
	margin: 0;
	width: 22px;
	height: 22px;
	border:solid #CCC 1px;
	text-align:center;
	background-color:#FFC;
	color:#999;
	font-size: 9px;
}

#today {
	background-color:#CCFFF7;
	color:#999;
	font-weight:700;
}

h1 {
	font-family: palatino, times, sans-serif;
	font-size:25px;
	font-weight:700;
	display:inline;
}

div.underline {
	border-bottom:solid 1px;
	border-color:#DDD;
}

span.title {
	color:#09F;
	font-size:11px;
	font-weight:700;
}

h6 {
	font-family:"trebuchet ms";
	font-size:14px;
	font-weight:700;
	display:inline;
	color:#09F;
}

/*//////////////////////
Footer
//////////////////////*/
div.footer {
	margin-top:30px;
	font-size:10px;
	height:100px;
	border-top:solid 1px;
	background-color:#F7F7F7;
	border-color:#CCC;
}

#footer_nav {
	margin-top:10px;
	float:left;
}

#copyright {
	margin-top:10px;
	text-align:right;
	float:right;
}

ul.nav {
	list-style-type:none;
	padding-top:0;
	margin-top:0;
	margin-left:0;
	padding-left:0;
}

a {
	text-decoration:none;
	color: #09F;
}

/*//////////////////////
Lightbox
//////////////////////*/
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(lightbox/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

