@charset "utf-8";
/* Camp Latona General CSS Document */

/* Common Styles
*****************************************/
body {
	margin: 0;
	padding: 0;	
	font-size: 13px;	
	text-align: left; 
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	background-image: url(/images/background/latona_bkg_full.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
	background-color: #000000;
}
p {	
	padding: 0px 0px 16px 0px;
	margin: 0px;
}
img {
	border: 0px;
}

ol {
	padding: 0px;
	margin: 0px;
	list-style: decimal url(none) inside;
}
ul {
	padding: 0px;	
	margin: 0px 0px 16px 10px;
	list-style: disc url(none) inside;
}
ul li {
	margin-bottom: 3px;
}

ul li ul {
	margin: 5px 0px 5px 30px;
	list-style: square;
}
ul li ul li {
	margin-bottom: 0px;
}

h3 {
	font-size: 18px;
	color: #003D7D;
	font-weight: bold;
	margin: 0px;
	padding: 0px;	
}

h4 {
	font-size: 16px;
	color: #003D7D;
	font-weight: bold;
	margin-bottom: 5px;
	padding: 0px;
}

hr {
	width: 720px;
	height: 2px;
	border-top: 2px solid #d25804;
	margin: 10px 0px 10px 0px;
}

/* Layout Styles
*****************************************/
#contentWrapper {	
	position: relative;
	top: 30px;
	width: 961px;	
	margin: 0px auto;
	overflow: visible;	
}
#top {
	position: relative;
	width: 961px;
	height: 174px;		
	background-image: url(/images/layout/top.gif);
	background-repeat: no-repeat;
	background-position: center top;
	overflow: visible;
}
#middle {
	position: relative;	
	width: 961px;
	height: auto;		
	background-image: url(/images/layout/middle.gif);
	background-repeat: repeat-y;
	background-position: center top;
	overflow: visible;
	min-height: 548px;
}
#bottom {
	position: relative;
	width: 961px;
	height: 219px;
	background-image: url(/images/layout/bottom.gif);
	background-repeat: no-repeat;
	background-position: center top;
	overflow: visible;	
}
#homepageWrapper {
	position: relative;
	width: 961px;
	height: 969px;		
	background-image: url(/images/homepage/raccoon_prints_bkg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	overflow: visible;
}
#homepageMiddle {
	position: relative;	
	top: 200px;	
}
#homepageBottom {
	position: absolute;
	bottom: 0;
	left: -16px;
	width: 994px;
	height: 261px;
	background-image: url(/images/homepage/homepage_footer.png);
	background-repeat: no-repeat;
	background-position: center top;
	overflow: visible;	
}
.homepageTable table {
	width: 912px;
}
.homepageTable td {
	background-image: url(/images/homepage/homepage_white_square.png);
	background-repeat: no-repeat;
	width: 145px;
	height: 149px;
	vertical-align: top;
	text-align: left;
	padding: 3px 0 0 4px;
}
.homepageTable td img {
	width: 137px;
	height: 137px;
}

/* Link Styles
*****************************************/
a {
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}
a:link, a:active {	
	color: #12467b;
}
a:visited {	
	color: #12467b;	
}
a:hover {
	color: #274e33;
	text-decoration: underline;
}

.largeLink a:link, .largeLink a:active, .largeLink a:visited {
	font-size: 16px;		
}

/* IE PNG Fix courtesy of http://www.twinhelix.com/ */
img, div {
	behavior: url(/images/pngfix/iepngfix.htc);
}

/* Header Styles
*****************************************/
#latonaFlashHeaderWrapper {
	position: absolute;
	top: -32px;
	left: -30px;
}

/* Nav Styles
*****************************************/
#latonaNav {
	position: absolute;
	top: -10px;
	left: -20px;
}
.submenu {
	width: 720px;
	margin-bottom: 20px;
	text-align: center;
	text-transform: uppercase;
}

/* Middle Content Styles
*****************************************/
#middleContent {
	position: relative;
	left: 215px;
	top: -35px;
	width: 720px;
}

/* Misc Styles
*****************************************/
.schedule {
	font-size: 12px;
}
.tableRowOne {
	background-color: #E8E8E8;
}
.tableRowTwo {
	background-color: #FFF;
}
.whiteTitle {
	color: #FFF;
	font-weight: bold;
	font-size: 13px;
}
.logout {
	float: right;
	margin-right: 20px;
}
#bottomPicture {
	position: absolute;
	left: 620px;
	top: -10px;
}

/* Footer Styles
*****************************************/
#latonaFlashFooterWrapper {
	position: absolute;
	top: -41px;
	left: -15px;
}
