/*----- basic body styles-----*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	background: black url(../images/bg_underwater.jpg);
	background-repeat:no-repeat;
	text-align: center;
	color: #333333;
}

#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 1000px;
}

/*----- Main Navigation Bar in Header -----*/

ul#nav {
	padding: 0;
	margin-bottom: 10px;
	font-size: 16px;
}

ul#nav li {
	display: inline;
}

ul#nav a {
	font-weight: bold;
	text-decoration: none;
	padding-left: 8px;
	padding-right: 8px;
	margin-left: 3px;
	margin-right: 3px;
	color: #333366;
	border: 1px solid transparent;
}

ul#nav a:hover{
	color: #333366;	
	background-color: #b5b5b5;
	border: 1px solid white;
}

#header {
	margin: 20px 0 15px 0;
	height: 108px;	
	background: url(../images/b_trans_banner.png);
}

#banner {
	text-align: left;
	height: 108px;	
}

#banner h1 {
	font-size: 25px;
	font-weight: normal;
	color: #333366;
	text-shadow: 5px 5px 5px #999999;
	margin: 10px 35px 0 35px;
	padding: 20px 20px 0 20px;
}

/*----- Image Styling -----*/

img.plainleft {
	border: 0;
	padding: 0;
	margin: 0 15px;
	float: left;
}

img.plainright {
	border: 0;
	padding: 0;
	margin: 0 15px;
	float: right;
}

img.floatright {
	padding: 4px;
	border: 1px solid #BBBBAA;
	float: right;
	margin: 0 20px 0 10px;
}

img.floatleft {
	padding: 4px;
	border: 1px solid #BBBBAA;
	float: left;
	margin: 0 20px 0 10px;
}

/*----- Used a few different sized background/containers -----*/

#container_xxlrg {
	background: url(../images/b_trans_bkgrd_xxlrg.png);
	height: 1600px;
}

#container_xlrg {
	background: url(../images/b_trans_bkgrd_xlrg.png);
	height: 1040px;
}

#container_lrg {
	background: url(../images/b_trans_bkgrd_lrg.png);
	height: 640px;
}

#container_med {
	background: url(../images/b_trans_bkgrd_med.png);
	height: 450px;
}

#container_sml {
	background: url(../images/b_trans_bkgrd_sml.png);
	height: 340px;
}

#container_globe {
	background: url(../images/b_trans_bkgrd_globe.png);
	height: 800px;
}

/*--- Left-hand Sidebar on Home Page-----*/

#sidebar01 {
	float: left;
	width: 200px;
	margin-top: 30px;
	font-size: 13px;
}

#sidebar01 ul {
	padding-left: 10px;
	list-style: none;
}

#sidebar01 ul li a {
	color: white;
	font-weight: normal;
	text-decoration: none;
	text-shadow: 5px 5px 5px #999999;
}

#sidebar01 ul li a:hover {
	color: #E6E2D6;
	font-weight: normal;
	text-decoration: none;
	text-shadow: 2px 2px 2px #666666;
}

#sidebar01 ul li em {
	color: #333366;
	font-weight: normal;
	text-decoration: none;
	text-shadow: 1px 1px 1px #d2d4d5;
	font-style: normal;
}

/*--- Right-hand Sidebar on Home Page-----*/

#sidebar02 {
	float: right;
	margin: 2px 10px 0 0;
	padding: 2px;
}

#sidebar02 ul {
	list-style: none;
}

#sidebar02 ul li {
	padding-bottom: 10px;
}

#sidebar02 ul li a img {
	padding: 4px;
	border: 1px solid #BBBBAA;
}

/*--- Main content div for all pages -----*/

#content { 
	float: left;
	width: 780px;
	padding-left: 10px;
	margin-top: 10px;
}

/*--- Formatting for Headers, links and em text -----*/

#content h2 {
	color: #333366;
	font-weight: normal;
	padding-left: 3px;
}

#content h3 {
	color: #333366;
	font-weight: bold;
	font-size: 16px;
	padding-left: 2px;
}

#content a {
	text-decoration: none;
}

#content em {
	font-weight: bold;
}

/*--- Video content div for movie pages -----*/

#video_container {
	background: #dedddd;
	text-align: center;
	padding: 10px;
	border: 1px solid #b5b5b5;
}

#video_container p {
	text-align: left;
}

/*--- Content div for visulatization pages -----*/

.contentblock {
	width: 660px;
	text-align: left;
	padding: 0 10px 15px 10px;
	margin: 10px 5px 10px 13px;
	border: solid 1px #BBBBAA;
	background: #E6E2D6;
}

.contentblock em {
	font-style: normal;
}

.contentblock img {
	border: 1px solid #BBBBAA;
	padding: 6px;
	margin: 1px 10px 3px 4px;
	float: left;
	background: #fff;
}

.contentblock img.vids {
	border: 1px solid #BBBBAA;
	padding: 4px 6px 6px 6px;
	margin: 20px;
	float: left;
	background: #fff;
}


/*--- Content div for Contact page -----*/

#contact {
	padding-left: 20px;
}

/*--- Content div for About page -----*/

#about {
	padding: 1px 15px 5px 14px;
}

.clear {
	clear: both;
}

#footer {
	clear: both;
	color: white;
	text-align: center;
	font-size: 10px;
}