/*--------------CSS Reset--------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
/*--------------END CSS Reset--------------*/



/*--------------Globals--------------*/
html, body {
	background-color: #e6e6ea;
}
body {
	background-image: url(gfx/bg_header.gif);
	background-position: top;
	background-repeat: repeat-x;
	font-family: Arial, Verdana, sans-serif;
	font-size: 14px;
}	
a {
	outline: none;
}
img.border {
	padding: 5px;
	background-color: white;
	border:1px solid #dfdfdf;
}
h3 {
	font-size: 24px;
	padding: 18px 0 10px 0;
	font-weight: bold;
	color: #294680;
}
p {
	padding: 5px 0;
	line-height: 19px;
}
div.clear {
	clear: both;
	padding: 0;
	margin: 0;
}
/*--------------END Globals--------------*/



/*--------------Header--------------*/
#header_container {
	height: 348px;
	width: 820px;
	margin-left: auto;
	margin-right: auto;
}
#oie_header {
	height: 47px;
	width: 331px;
	background-image: url(gfx/oie_header.gif);
	float: left;
}
#ship_logo {
	height: 235px;
	width: 331px;
	background-image: url(gfx/ship_logo.png);
	float: left;
}
/*--------------END Header--------------*/



/*--------------Polaroids--------------*/
body#welcome #polaroids {
	height: 282px;
	width: 489px;
	background-image: url(gfx/polaroids1.png);
	float: right;
}
body#photos #polaroids {
	height: 282px;
	width: 489px;
	background-image: url(gfx/polaroids2.png);
	float: right;
}
body#videos #polaroids {
	height: 282px;
	width: 489px;
	background-image: url(gfx/polaroids3.png);
	float: right;
}
body#alumniupdates #polaroids {
	height: 282px;
	width: 489px;
	background-image: url(gfx/polaroids4.png);
	float: right;
}
body#opportunities #polaroids {
	height: 282px;
	width: 489px;
	background-image: url(gfx/polaroids5.png);
	float: right;
}
body#shipsailson #polaroids {
	height: 282px;
	width: 489px;
	background-image: url(gfx/polaroids6.png);
	float: right;
}






/*--------------END Polaroids--------------*/




/*--------------Navbar--------------*/
#nav_container {
	width: 799px;
	height: 49px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 23px;
}
#nav_container span {
	display: none;
}
#nav_container a {
	display: block;
	float: left;
	height: 49px;
}
#nav_welcome a {
	background-image: url(gfx/nav_welcome_u.png);
	width: 112px;
}
#nav_photos a {
	background-image: url(gfx/nav_photos_u.png);
	width: 93px;
}
#nav_videos a {
	background-image: url(gfx/nav_videos_u.png);
	width: 93px;
}
#nav_alumniupdates a {
	background-image: url(gfx/nav_alumniupdates_u.png);
	width: 163px;
}
#nav_opportunities a {
	background-image: url(gfx/nav_opportunities_u.png);
	width: 149px;
}
#nav_shipsailson a {
	background-image: url(gfx/nav_shipsailson_u.png);
	width: 140px;
}
body#welcome #nav_welcome a {
	background-image: url(gfx/nav_welcome_d.png);
	width: 112px;
}
body#photos #nav_photos a {
	background-image: url(gfx/nav_photos_d.png);
	width: 93px;
}
body#videos #nav_videos a {
	background-image: url(gfx/nav_videos_d.png);
	width: 93px;
}
body#alumniupdates #nav_alumniupdates a {
	background-image: url(gfx/nav_alumniupdates_d.png);
	width: 163px;
}
body#opportunities #nav_opportunities a {
	background-image: url(gfx/nav_opportunities_d.png);
	width: 149px;
}
body#shipsailson #nav_shipsailson a {
	background-image: url(gfx/nav_shipsailson_d.png);
	width: 140px;
}
/*--------------END Navbar--------------*/



/*--------------Content--------------*/
#content_container {
	width: 820px;
	margin-left: auto;
	margin-right: auto;
	height:100%;
}
/*--------------END Content--------------*/



/*--------------Footer--------------*/
#footer_container {
	margin: 30px 0 0 0;
	padding: 15px 0;
	background-color: #424370;
	border-top: 1px solid #2f2d54;
}
#footer {
	width: 820px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
	color: white;
	font-size: 10px;
	line-height: 14px;
}
#footer_left {
	float: left;
	padding: 0;
	margin: 0;
}
#footer_right {
	float: right;
	padding: 0;
	margin: 0;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
/*--------------END Footer--------------*/



/*--------------footerStickAlt--------------*/

html {
	height: 100%;
}
body {
	height: 100%;
}
#body_wrapper {
	position: relative;
	min-height: 100%;
}
* html #body_wrapper {
	height: 75%;
}
#footer_wrapper {
	position: relative;
	margin: -15px auto 0 auto;
}
/* A CSS hack that only applies to IE -- specifies a different offset for the footer */
* html #footer_wrapper {
	margin-top: -15px;
}
/*--------------END footerStickAlt--------------*/



/*--------------Welcome page--------------*/
#facebook {
	text-align: right;
	margin: 0 0 15px 0;
}
/*--------------END Welcome page--------------*/



/*--------------ALumni Updates page--------------*/
.update {
	background-color: #f3f8ff;
	margin: 0 0 20px 0;
	border:1px solid #bebebe;
}
.name {
	background-color:#ffffff;
	padding:10px 10px .3em 10px;
	font-weight:bold;
	font-size:18px;
	color:#242322;
}
.year {
	background-color:#ffffff;
	padding:0 10px 10px 10px;
	font-weight:normal;
	font-size:12px;
	color:#242322;
	border-bottom:1px solid #bebebe;
}
.date {
	float: right;
	padding:10px 10px 10px 10px;
	font-weight:normal;
	font-size:12px;
	color:#242322;
}
.update_box {
	padding:10px 10px 6px 10px;
	line-height:1.4em;
}
.update_photo_left {
	float:left;
	padding:5px;
	margin:0 12px 5px 0;
	background-color:white;
	border:1px solid #cec69c;
}
.update_photo_right {
	float:right;
	padding:5px;
	margin:0 0 5px 12px;
	background-color:white;
	border:1px solid #cec69c;
}
/*--------------END ALumni Updates page--------------*/





