* { 
margin: 0px;
padding: 0px;
}

html {
	height: auto;
}

body {
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	height: 100%;
}

img { 
	border: none;
	vertical-align:bottom;
	
}

.clear { clear: both; }

/* Text  
-----------------------------------------------------------------------------*/ 
     
h1, h2, h3, h4, h5, h6, p, blockquote,
 form, label, ul, ol, dl, fieldset, address, hr, table {
    margin-bottom: 1em;
}

a:link { color: #0080FF; }
a:visited { color: #0080FF; }
a:hover { color: #ff0000; }
a:active { color: #00ff00; }
a { text-decoration:none }

/* Navigation 
-----------------------------------------------------------------------------*/ 


#container {
	margin: 0 auto;
	height: 386px;
	background:url(../images/header_background.png) repeat-x;
	
	}
	
#nav {
	margin: 0 auto;
	background:url(../images/navigation.png) no-repeat;
	height: 43px;
	width: 760px;
	list-style: none;
	padding-left: 0px;
	}
	ul#nav li a{
		display: block;
		float: left;
		margin-top: 19px;
		color: #414141;
		font-weight: bold;
		text-decoration:none;
		padding-left: 15px;
		padding-right: 15px;
		}

/* Header 
-----------------------------------------------------------------------------*/ 
		
#header {
	margin: 0 auto;
	width: 760px;
	background:url(../images/header_gradient.png) repeat-y;
	}

#display {
	margin: 0 auto;
	width: 760px;
	height: 265px;
	background:url(../images/display.png) no-repeat;
	}
	#members {
		float: right;
		margin: 20px 5px 5px 3px; /* top, right, bottom, left */
		width: 199px;
		}

/* Homepage 
-----------------------------------------------------------------------------*/ 
	
#content_container {
	background-color: #2d2b2c;
	height: auto;
	}
	#content {
		margin: 0 auto;
		width: 760px;
		height: auto;
		background:url(../images/content_background.png) repeat-y;
		}
		.main {
			display:block;
			float: left;
			margin: 10px;
			width: 525px;
			color: #FFF;
			height: auto;
			}
		.sidebar {
			display:block;
			float: right;
			margin: 8px;
			width: 200px;
			color: #FFF;
			height: auto;
			}
			
/* Footer 
-----------------------------------------------------------------------------*/ 
		
#footer_container {
		position:relative;
		margin: 0 auto;
		height: 173px;
		background:url(../images/footer_background.png) repeat-x;
	}
	.footer {
		margin: 0 auto;
		width: 760px;
		padding-top: 15px;
		}
	.copyright {
		position:absolute;
		margin: 0 auto;
		bottom:10px;
		width: 760px;
		color: #FFF;
		}

/*============================*/
/*=== Custom Slider Styles ===*/
/*============================*/
#slider {
    position:relative;
    width:525px; /* Change this to your images width */
    height:210px; /* Change this to your images height */
	background:url(../images/loading.gif) no-repeat 50% 50%;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}

#slider-wrapper {
	float: left;
    background:url(images/slider.png) no-repeat;
    width:525px;
    height:210px;
    margin: 0px 13px 10px 13px; /* top, right, bottom, left */
    padding-top:15px;
}

.nivo-controlNav {
	position:absolute;
	left: 210px;
	bottom: -25px;
}
.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(../images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right: 3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position: 0 -22px;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(../images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}

.nivo-caption {
    text-shadow:none;
    font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}