@charset "utf-8";

/* Global Styles */
html, body, div, span, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, td, table {  
	margin: 0; 
	padding: 0; 
	border: 0;
}

body {
	width:100%;
	height:800px; /*TEMPORARY---REMOVE THIS*/
	background-color:#000;	
	font-family:Tahoma, Geneva, sans-serif;
}

.clear {
	clear:both;	
}

a {
	text-decoration:none;
    outline:none;	
}

a:visited {
    text-decoration:none;
}

a:active {
    text-decoration:none;
}

a img {
	border:none;
    text-decoration:none;	
}

#bodywrap {
	width:1000px;
	margin:auto;
	position:relative;
}

#header {
	position:absolute;
	top:10px;
	right:30px;
}

#head_nav {
	position:absolute;
	top:82px;
	right:30px;
	border:0;
}

#foot_nav {
	float:right;
	margin-right:30px;
	margin-top:5px;
}

.pr_image {
    width:300px;
    float:right;
    padding:10px;
    margin-top:154px;
}

#image {
	width:340px;
	float:right;
	padding:10px 20px;
	margin-top:154px;
}

#text {
	width:300px;
	padding:10px 20px;
	margin-top:154px;
	float:right;
}

#text p {
	text-align:justify;
	text-indent:20px;
	color:#fff;
	font-size:.9em;
}

#nav {
	margin-top:154px;
	float:right;
}

.inactive {
	padding-left:40px;	
}

/********************
 * FEATURE CAROUSEL *
 ********************/
#featureCarousel {
    height: 390px;
    width:830px;
    background-color:;
    border-top:2px solid white;
    border-bottom:2px solid white;
    position:relative;
    margin:auto;
}
#featureCarousel a{
    outline:none;
}
#featureCarousel img {
    border:0;
}
#featureCarousel .feature {
    position:absolute;
    top:-1000px;
    left:-1000px;
    cursor:pointer;
}
#featureCarousel .feature > div {
    position:absolute;
    bottom:0px;
    left:0px;
    background-color:black;
    width:100%;
}
#featureCarousel .feature > div p {
    margin:0;
    padding:5px;
    font-weight:bold;
    font-size:12px;
    color:white;
}
#featureCarousel .blipsContainer {
    position:absolute;
    color:white;
    right:5px;
    bottom:5px;
    padding:0;
    margin:0;
}
#featureCarousel .blipsContainer .blip {
    margin:3px;
    height:14px;
    width:14px;
    color:white;
    text-align:center;
    font-size:10px;
    border:none;
}
#featureCarousel .blipsContainer .blipSelected {
    color:black;
    font-weight:bold;
    background-color:white;
}
