@charset "utf-8";
/* Website and Layout designed by Jane Dalton*/


* {
	margin: 0;
}

html, body {
	height: 100%;
}

body {
	background: #000;
}

#container {
	color: #fff;
	background: #000;
}


#footer {
	height: 100px; 
}




/******MAIN BODY STYLES******/

a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	}

#main a {
	border-bottom: 1px solid #0f82f9;
}

#main a:hover {
	border-bottom: 1px solid #ff33cc;
	}
	
h1, h2, h3 {
	color: #ff33cc;
}

#video_screen {
	padding: 30px 0;
}

/******HEADER******/


#header img {
	border-bottom: 1px solid #0f82f9;
}

#information {
	font: Verdana, Geneva, sans-serif;
}

h1, h2 {
	display: none;
}


/******NAV******/


#nav {
	background: #000;
	height:31px;
}

#nav ul {
	padding: 0;
	margin:0;
	list-style-type:none;
}

#nav li {
	float: right;
}

#nav li a {
	display:block;
	padding: 0px  0px 4px 9px;
	text-decoration:none;
	color:#fff;
}

#nav li a:hover {
	color: #ff33cc
}

/*****MAIN*****/

#main {
	clear: both;
}

.left_swirl {
	height: 130px;
	background: url(../images/left-swirl.jpg) top center no-repeat;
}

.right_swirl {
	height: 130px;
	background: url(../images/right-swirl.jpg) top center no-repeat;
}


/******Projects****/

#projects {
	font-size: 80%;
}

#projects h3 {
	font-size: 90%;
}

#projects h4 {
	font-size: 90%;
}


/******FOOTER******/

#footer {
	clear: both;
	height: 90px;
	background:#000 url(../images/footer-bg.jpg) repeat-x;
	border-left: 10px solid #000;
	border-right: 9px solid #000;
	}
	
#copyright_footer {
	padding: 70px 0 0 0 ;
	text-align: center;
	color:#666;
}

/*****CONTACT*****/

#contact-area {
	width: 500px;
	margin-top: 25px;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 371px;
	font-family: Helvetica, sans-serif;
	font-size: 1.4em;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
}

#contact-area textarea {
	height: 160px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #ff33cc;
}

#contact-area input.submit-button {
	width: 100px;
	float: right;
}

label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 100px;
	padding-top: 5px;
	font-size: 1em;
}

#thank_you {
	height: 300px;
}

/******EXTRAS******/


/******s3Slider CSS****/

#infographic {
	clear: both;
}

#slider {
    width: 938px; /* important to be same as image width */
    height: 300px; /* important to be same as image height */
    position: relative; /* important */
    overflow: hidden; /* important */
    border: 1px solid white;
}

#sliderContent {
    width: 938px; /* important to be same as image width or wider */
    position: absolute;
    top: 0;
    margin: 0;
    padding: 0px;
}

.sliderImage {
    float: left;
    position: relative;
    display: none;
    padding: 0px; 
}

.sliderImage span {
    position: absolute;
    font: 10px/15px Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    width: 938px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}

.clear {
	clear: both;
}

.sliderImage span strong {
    font-size: 14px;
}

.sliderImage span  {
    font-size: 12px;
}

.top {
	top: 0;
	left: 0;
}

.bottom {
	bottom: 0;
    	left: 0;
}


.left {
	top: 0;
    	left: 0;
	width: 274px !important;
	height: 290px;
}
.right {
	right: 0;
	bottom: 0;
	width: 274px !important;
	height: 290px;
} 

ul { list-style-type: none;}


#sliderContent { }



/*****SLIDING BOXES****/

			.boxgrid{ 
				width: 298px; 
				height: 298px; 
	
	
				background: #161613; 
	
				overflow: hidden; 
				position: relative; 
			}
				.boxgrid img{ 
					position: absolute; 
					top: 0; 
					left: 0; 
					border: 0; 
				}
				.boxgrid p{ 
					padding: 0 10px; 
					color:#afafaf; 
					font-weight:bold; 
					font:10pt "Lucida Grande", Arial, sans-serif; 
				}
				
			.boxcaption{ 
				float: left; 
				position: absolute; 
				background: #000; 
				height: 100px; 
				width: 100%; 
				opacity: .8; 
				/* For IE 5-7 */
				filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
				/* For IE 8 */
				-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
 			}
 				.captionfull .boxcaption {
 					top: 260;
 					left: 0;
 				}
 				.caption .boxcaption {
 					top: 220;
 					left: 0;
 				}	
				
/****TABS****/
ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px; /*--Set height of tabs--*/
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	width: 100%;
}

ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 31px; /*--Vertically aligns the text within the tab--*/
	border: 1px solid #999;
	border-left: none;
	/*margin-bottom: -1px; --Pull the list item down 1px--*/
	overflow: hidden;
	position: relative;
	background: #e0e0e0;
}

ul.tabs li a {
	text-decoration: none;
	color: #000;
	display: block;
	font-size: 1em;
	padding: 0 10px;
	border: 1px solid #fff; /*--Gives the bevel look with a 1px white border inside the list item--*/
	outline: none;
}

ul.tabs li a:hover {
	background: #ccc;
}

html ul.tabs li.active, html ul.tabs li.active a:hover  { /*--Makes sure that the active tab does not listen to the hover properties--*/
	background: #fff;
	border-bottom: 1px solid #fff; /*--Makes the active tab look like it's connected with its content--*/
}

.tab_container {
	border: 1px solid #999;
	border-top: none;
	overflow: hidden;
	clear: both;
	float: left; width: 100%;
	min-height: 409px;
}

.tab_content {
	padding: 20px;
	font-size: .9em;
}

.single_container {
	font-size: .9em;
}

#contact-area form {
	position: relative;
	left: 22px;
}