@charset "UTF-8";

* {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	color:#c0d7db;
}

body {
	background-color: #000;
}

.main {
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

/* edges of the table that define the background */
.main-table {
	width:100%;
}
.content {
	background-color:#325151; 
	width:900px;
}
.corner-top-left {
	background-image:url(../images/corner-top-left.png);
	background-repeat:no-repeat; 
	height:24px; 
	width:24px;
}
.corner-top-right {
	background-image:url(../images/corner-top-right.png);
	background-repeat:no-repeat; 
	height:24px; 
	width:25px;
}
.corner-bottom-left {
	background-image:url(../images/corner-bottom-left.png);
	background-repeat:no-repeat; 
	height:24px; 
	width:24px;
}
.corner-bottom-right {
	background-image:url(../images/corner-bottom-right.png);
	background-repeat:no-repeat; 
	height:24px; 
	width:25px;
}
.edge-top {
	background-image:url(../images/edge-top.png); 
	background-repeat:repeat-x; 
	height:24px;
}
.edge-bottom {
	background-image:url(../images/edge-bottom.png); 
	background-repeat:repeat-x; 
	height:24px;
}
.edge-left {
	background-image:url(../images/edge-left.png); 
	background-repeat:repeat-y; 
	width:24px;
}
.edge-right {
	background-image:url(../images/edge-right.png); 
	background-repeat:repeat-y; 
	width:25px;
}

/* content formatting */
h1 {
	color:#9de3e8;
	font-size:26px;
	font-weight:bold;
	margin:10px 40px 12px 0;
}
h2 {
	font-size:20px;
	margin:14px 40px 8px 0;
}
p {
	font-size:14px;
	margin:10px 40px 0px 0px;
}
p.author {
	margin-left:200px;
}
a {
	color:#82a1a6;
}
a:visited {
	color:#82a1a6;
}
a:hover, a:active {
	color:#5f8086;
}
td {
	vertical-align:top;
}

/* image formatting */
img.photo {
	padding:25px;
}
.image-with-caption {
	padding:25px 25px 25px 25px;
	text-align:center;
}
.image-caption {
	font-style:italic;
	font-size:12px;
	color:#a2bcc0;
	text-align:center;
	margin-top:8px;
	line-height:16px;
}
.image-caption p {
	margin:0;
}


/* banner formatting */
.banner {
	width:100%; 
	text-align:right; 
	margin:15px 0px 10px 0;
}
.banner .logo {
	margin-right:25px;
}

/* menu formatting */
.menu-bar { /* contains menu and fb and twitter links */
	position:relative;
}
.menu {
	height:36px; 
	background-image:url(../images/menu-bg.jpg); 
	background-repeat:repeat-x;
}
.menu ul {
	list-style:none;
}
.menu li {
	display:inline;
	padding-right:15px;
}
.menu a, .menu a:visited, .current {
	color:#c0d7db;
	font-size: 18px;
	font-weight:bold;
	text-decoration:none;
}
.menu .current {
	color:#6a999c;
}
.menu a:hover, .menu a:active {
	color:#89b0b3;
}
.social-links {
	position:absolute; 
	top:-10px; 
	right:5px; 
}


/* footer formatting */
.footer p {
	font-size:10px;
	text-align:center;
	margin:2px 0 5px 0;
	color:#999;
}

/* Easy Slider */

	#slider {
		margin-left:20px;
		font-size:14px;
		font-style:italic;
	}

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:306px;
		height:550px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:71px;
		z-index:1000;
		}	
	#nextBtn, #slider1next{ 
		left:696px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:30px;
		height:77px;
		background:url(../images/btn_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a, #slider1next a{ 
		background:url(../images/btn_next.gif) no-repeat 0 0;	
		}	
		
	/* numeric controls */	

	ol#controls{
		margin:1em 0;
		padding:0;
		height:28px;	
		}
	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:28px;
		line-height:28px;
		}
	ol#controls li a{
		float:left;
		height:28px;
		line-height:28px;
		border:1px solid #ccc;
		background:#DAF3F8;
		color:#555;
		padding:0 10px;
		text-decoration:none;
		}
	ol#controls li.current a{
		background:#5DC9E1;
		color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */

