﻿/* * {
	margin: 0;
	padding: 0;
} */

/* html {
	background: url('../img/FTbg.jpg') no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
} */

/*ul, li {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 21px;
	text-align: left;
} */

#html {
	background-color: #000;
}

#wrapper {
	position: relative;
	text-align: center;
	width: 920px;
	margin: 0px auto;
	background-color: transparent;
	z-index: 2;
}

/* Full Screen Background 

#fsbg {
	z-index: -999;
	min-height: 100%;
	min-width: 900px;
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
} */

/* Site Heading Images */

#headerHolder {
	position: relative;
	width: 920px;
	margin: 0px;
	background-color: transparent;
	z-index: 2;
	height: 284px;
	border-left: 3px #333 double;
	border-right: 3px #333 double;

}

#title_spacecraft {
	position: absolute;
	left: -9px;
	top: 10px;
	z-index: 4;
	width: 320px;
	height: 284px;
}

#title_ftecs {
	position:absolute;
	left:200px;
	top: 0;
	z-index: 3;
	height:284px;
	width:600px;
}

/* Navigation Menu */
#menuWrapper {
	position: relative;
	width: 920px;
	height: 45px;
	top: -70px;
	z-index: 20;
	padding: 0;
	border: 0;
}

#menu {
	list-style: none;
	width: 900px;
	margin: 0px auto 0px auto;
	height: 45px;
	padding: 0px 10px 0px 10px;
	position: relative;
	top: -90px;
	z-index: 100;
	
	/* Rounded Corners */
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	
	/* Background color and gradients */
	background: #707070; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzcwNzA3MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzY2NjY2NiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iIzU0NTQ1NCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxZTFlMWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #707070 0%, #666666 50%, #545454 51%, #1e1e1e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#707070), color-stop(50%,#666666), color-stop(51%,#545454), color-stop(100%,#1e1e1e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #707070 0%,#666666 50%,#545454 51%,#1e1e1e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #707070 0%,#666666 50%,#545454 51%,#1e1e1e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #707070 0%,#666666 50%,#545454 51%,#1e1e1e 100%); /* IE10+ */
	background: linear-gradient(top, #707070 0%,#666666 50%,#545454 51%,#1e1e1e 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#707070', endColorstr='#1e1e1e',GradientType=0 ); /* IE6-8 */
	
	/* Borders */
	border: 1px solid #000;
	
	-moz-box-shadow: inset 0px 0px 1px #ccc;
	-webkit-box-shadow: inset 0px 0px 1px #ccc;
	box-shadow: inset 0px 0px 1px #ccc;
}

#menu li {
	float: left;
	display: block;
	text-align: center;
	position: relative;
	padding: 4px 20px 14px 20px;
	margin-right: 0px;
	margin-top: 7px;
	border: none;
	color: #fff;
	font-weight: bold;
}

#menu li:hover {
	border: 1px solid #666;
	padding: 4px 19px 14px 19px;
	color: #003767;
	
	/* Background color and gradients */
	background: #80d0ed; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzgwZDBlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwNWFiZTAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #80d0ed 0%, #05abe0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#80d0ed), color-stop(100%,#05abe0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #80d0ed 0%,#05abe0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #80d0ed 0%,#05abe0 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #80d0ed 0%,#05abe0 100%); /* IE10+ */
	background: linear-gradient(top, #80d0ed 0%,#05abe0 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80d0ed', endColorstr='#05abe0',GradientType=0 ); /* IE6-8 */
	
	/* Rounded corners */
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
}

#menu li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	display: block;
	outline: 0;
	text-decoration: none;
	text-shadow: 1px 1px 2px #000;
}

#menu li:hover a {
	color: #003767;
	text-shadow: 1px 1px 2px #fff;
}

#menu li .drop {
	padding-right: 21px;
	background: url("../img/drop.png") no-repeat right 8px;
}

#menu li:hover .drop {
	background: url("../img/drop.png") no-repeat right 7px;
}

.dropdown_1column,
.dropdown_2columns,
.dropdown_3columns,
.dropdown_4columns,
.dropdown_5columns {
	margin: 14px auto;
	float: left;
	position: absolute;
	left: -999em;
	text-align: left;
	padding: 10px 5px 10px 5px;
	border: 1px solid #777777;
	border-top: none;
	z-index: 100;
	
	background: #05abe0; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzA1YWJlMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMzZjYzEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #05abe0 0%, #036cc1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#05abe0), color-stop(100%,#036cc1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #05abe0 0%,#036cc1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #05abe0 0%,#036cc1 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #05abe0 0%,#036cc1 100%); /* IE10+ */
	background: linear-gradient(top, #05abe0 0%,#036cc1 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#05abe0', endColorstr='#036cc1',GradientType=0 ); /* IE6-8 */
	
	/* Rounded Corners */
	-moz-border-radius: 0px 5px 5px 5px;
	-webkit-border-radius: 0px 5px 5px 5px;
	border-radius: 0px 5px 5px 5px;
}

.dropdown_1column {
	width: 140px;
}

.dropdown_2columns {
	width: 280px;
}

.dropdown_3columns {
	width: 420px;
}

.dropdown_4columns {
	width: 560px;
}

.dropdown_5columns {
	width: 700px;
}

#menu li:hover .dropdown_1column,
#menu li:hover .dropdown_2columns,
#menu li:hover .dropdown_3columns,
#menu li:hover .dropdown_4columns,
#menu li:hover .dropdown_5columns {
	left: -1px;
	top: auto;
	z-index: 100;
}

/* Columns */
.col_1,
.col_2,
.col_3,
.col_4,
.col_5 {
	display: inline;
	float: left;
	position: relative;
	margin-left: 5px;
	margin-right: 5px;
}

.col_1 {
	width: 130px;
}

.col_2 {
	width: 270px;
}

.col_3 {
	width: 410px;
}

.col_4 {
	width: 550px;
}

.col_5 {
	width: 690px;
}

/* Right Alignment */
#menu .menu_right {
	float: right;
	margin-right: 0px;
}

#menu li .align_right {
	/* Rounded Corners */
	-moz-border-radius: 5px 0px 5px 5px;
	-webkit-border-radius: 5px 0px 5px 5px;
	border-radius: 5px 0px 5px 5px;
}

#menu li:hover .align_right {
	left: auto;
	right: -1px;
	top: auto;
}

/* Dropdown Content Stylings */
#menu p, #menu h2, #menu h3, #menu ul li {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 21px;
	font-size: 12px;
	text-align: left;
	text-shadow: 1px 1px 1px #FFFFFF;
	z-index: 100;
}

#menu h2 {
	font-size: 21px;
	font-weight: 400;
	letter-spacing: -1px;
	margin: 7px 0px 14px 0px;
	padding-bottom: 14px;
	border-bottom: 1px solid #666666;
}

#menu h3 {
	font-size: 14px;
	margin: 7px 0px 14px 0px;
	padding-bottom: 7px;
	border-bottom: 1px solid #888888;
}

#menu p {
	line-height: 18px;
	margin: 0px 0px 10px 0px;
}

#menu li:hover div a {
	font-size: 12px;
	color: #000;
}

#menu li:hover div a:hover {
	color: #fff;
	text-shadow: 1px 1px 1px #000;
}

.strong {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.imgshadow {
	background: #FFFFFF;
	padding: 4px;
	border: 1px solid #777777;
	margin-top: 5px;
	-moz-box-shadow: 0px 0px 5px #666666;
	-webkit-box-shadow: 0px 0px 5px #666666;
	box-shadow: 0px 0px 5px #666666;
}

.img_left {
	width: auto;
	float: left;
	margin: 5px 15px 5px 5px;
}

#menu li .black_box {
	background-color: #333333;
	color: #eeeeee;
	text-shadow: 1px 1px 1px #000;
	padding: 4px 6px 4px 6px;
	
	/* Rounded Corners */
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	
	/* Shadow */
	-webkit-box-shadow: inset 0 0 3px #000;
	-moz-box-shadow: inset 0 0 3px #000;
	box-shadow: inset 0 0 3px #000;
}

#menu li ul {
	list-style: none;
	padding: 0;
	margin: 0px 0px 12px 0px;
	z-index: 100;
}

#menu li ul li {
	font-size: 12px;
	line-height: 24px;
	position: relative;
	text-shadow: 1px 1px 1px #fff;
	padding: 0;
	margin: 0;
	float: none;
	text-align: left;
	width: 130px;
	z-index: 100;
}

#menu li ul li:hover {
	background: none;
	border: none;
	padding: 0;
	margin: 0;
}

#menu li .greybox li {
	background: #F4F4F4;
	border: 1px solid #bbbbbb;
	margin: 0px 0px 4px 0px;
	padding: 4px 6px 4px 6px;
	width: 116px;
	
	/* Rounded Corners */
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#menu li .greybox li:hover {
	background: #fff;
	border: 1px solid #aaa;
	padding: 4px 6px 4px 6px;
	margin: 0px 0px 4px 0px;
}

/* Breadcrumb div */
#breadcrumb {
	width: 551px;
	padding: 0px 10px 10px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 18px;
	text-align: left;
	margin: 0px 10px 0px 10px;
}

#breadcrumb a {
	color: #33CCFF;
}

#breadcrumb a:hover {
	color: #33CC33;
}

/* Content Items */
#behindContentBG {
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(0, 0, 0);
	/* RGBa with 0.6 opacity */
	background: rgba(0, 0, 0, 0.6);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
	position: relative;
	top: -102px;
	left: 1px;
	width: 914px;
	padding: 30px 0px 30px 0px;
	border-left: 3px #333 double;
	border-right: 3px #333 double;
}

#mainContainer {
	width: 920px;
	height: auto;
	margin-top: 20px;
	overflow: hidden;
}

#contentBG {
	background: #222;
	position: relative;
	margin: 0px 10px 5px 10px;
	padding: 12px 10px 20px 10px;
	width: 551px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #fff;
	text-align: left;
	min-height: 600px;
	line-height: 18px;
	
	/* Rounded Corners */
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	
	/* Inset Shadow - Light Edge 
	-moz-box-shadow: inset 0px 0px 3px  1px #000;
	-webkit-box-shadow: inset 0px 0px 3px 1px #000;
	box-shadow: inset 0px 0px 3px 1px #000; */
}

#contentBG .listHeading {
	line-height: 36px;
	font-weight: bold;
	font-variant: small-caps;
	font-size: 12px;
}

#contentBG a {
	color: #33CCFF;
}

#contentBG a:hover {
	color: #33CC33;
}

div#contentBG ul li {
	margin-left: 30px;
	line-height: 20px;
}

/* #verticalSplit {
	position: relative;
	float: left;
	top: 0px;
	width: 3px;
	border-left: 1px #333 dotted;
	border-right: 1px #333 dotted;
	height: 100%;
} */

#copyright {
	clear: right;
	width: 890px;
	background-color: #222;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ccc;
	margin-top: 30px;
	margin-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	
	/* Rounded Corners */
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

#headingSpacing {
	padding-bottom: 10px;
}

.contentHeading {
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 24px;
}

.subHeading {
	font-size: 18px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #33ccff;
	line-height: 22px;
}

/* Blue and Purple Sections */
#featuredContainer {
	position: relative;
	width: 100%;
	height: 220px;
	margin-right: 10px;
	left: 0px;
	top: 0px;
}

#leftSection {
	position: absolute;
	left: 10px;
	background-image:url('../img/left_sectionBG.png');
	width: 508px;
	height: 220px;
}

#leftTitle {
	position: relative;
	left: 20px;
	width: 350px;
	height: 30px;
	top: 10px;
}

#accordionHolder {
	position: relative;
	left: 20px;
	width: 468px;
	height: 85px;
	top: 10px;
}

#rightSection {
	position: absolute;
	left: 528px;
	width: 376px;
	height: 220px;
	background-image:url('../img/right_sectionBG.png');
}

/* Show/hide Featured Sections */
#toggleSection {
	width: 450px;
	margin-left: 300px;
	height: 40px;
	text-align: left;
	padding-bottom: 10px;
}

#toggleSection img {
	border: 0px;
}

/* Left Section */
#leftHolder {
	width: 571px;
	float: left;
}

/* Right Section */
#rightHolder {
	float: right;
	width: 305px;
}

/* Related Content Area */
#related {
	position: relative;
	width: 290px;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 20px;
	height: auto;
	background-color: transparent;
	border: 1px solid #555;
	
	/* Rounded Corners */
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

div#related h2 {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #999;
	text-shadow: 1px 1px 1px #000;
	background-color:#555;
	padding: 10px 0px 10px 0px;
	border-bottom: 1px #888 dashed;
	
	/* Rounded Corners */
	-moz-border-radius: 10px 10px 0px 0px;
	-webkit-border-radius: 10px 10px 0px 0px;
	border-radius: 10px 10px 0px 0px;
}

#relatedContent {
	margin: 10px 10px 10px 10px;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #CCC; 
	text-align: left;
}

#relatedContent ul li {
	margin-left: 25px;
	line-height: 20px;
}

#relatedContent a{
	color: #08A5DD;
}

#relatedContent a:hover {
	color: #33CC33;
}

#relatedContent .staff {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #999;
	text-align: left;
	line-height: 24px;
}

#relatedContent .staff a {
	color: #08a5dd;
}

#relatedContent .staff a:hover {
	color: #33CC33;
}

#relatedContent .RBSPICElinks {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #999;
	text-align: left;
	line-height: 24px;

}

#relatedContent .RBSPICElinks a {
	color: #08a5dd;
}

#relatedContent .RBSPICElinks a:hover {
	color: #33CC33;
}

#relatedContent .RBSPICEmoc {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #999;
	text-align: left;
	line-height: 24px;

}

#relatedContent .RBSPICEmoc a {
	color: #08a5dd;
}

#relatedContent .RBSPICEmoc a:hover {
	color: #33CC33;
}


/* A Second Related Content Area */
#anotherRelated {
	position: relative;
	width: 290px;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 20px;
	height: auto;
	background-color: transparent;
	border: 1px solid #555;
	
	/* Rounded Corners */
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

div#anotherRelated h2 {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #CCC;
	text-shadow: 1px 1px 1px #000;
	background-color:#808080;
	padding: 10px 0px 10px 0px;
	border-bottom: 1px #888 dashed;
	
	/* Rounded Corners */
	-moz-border-radius: 10px 10px 0px 0px;
	-webkit-border-radius: 10px 10px 0px 0px;
	border-radius: 10px 10px 0px 0px;
}

#anotherRelatedContent {
	margin: 10px 10px 10px 10px;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #CCC; 
	text-align: left;
}

#anotherRelatedContent ul li {
	margin-left: 25px;
	line-height: 20px;
}

#anotherRelatedContent a:link {
	color: #33ccff;
}

#anotherRelatedContent a:active {
	color: #33ccff;
}

#anotherRelatedContent a:hover {
	color: #D175FF;
}

#anotherRelatedContent a:visited {
	color: #33CC33;
}

#anotherRelatedContent a:visited:hover {
	color: #D175FF;
}


/*Twitter Feed Area */
div#twitter {
	position: relative;
	top: 0px;
	width: 290px;
	margin-right: 10px;
	border: 1px solid #555;
	text-align: left;
	
	/* Rounded Corners */
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

div#twitter h2 {
	margin: 0;
	padding: 10px 0px 10px 0px;
	font-size: 16px;
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #333;
	border-bottom: 1px #666 dashed;
	text-align: center;
	text-shadow: 1px 1px 1px #000;
	
	/* Rounded Corners */
	-moz-border-radius: 10px 10px 0px 0px;
	-webkit-border-radius: 10px 10px 0px 0px;
	border-radius: 10px 10px 0px 0px;

}

p#preloader {
	margin: 0;
	padding: 1em 1em 1em 3em;
	background: transparent url("http://rbspice.ftecs.com/css/loader.gif") 1em center no-repeat;
}

ul#twitter_update_list {
	margin: 0;
	padding: 0 10px 5px 10px;
	list-style-type: none;
}

ul#twitter_update_list li {
	margin: 0;
	padding: 0.8em 0 1em 0;
	border-bottom: 1px solid #555;
	color: #CCC;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
}

ul#twitter_update_list li a {
	/* timestamp link */
	color: #33CC33;
}

ul#twitter_update_list li span {
	display: block;
}

ul#twitter_update_list li span a {
	/* links in tweet */
	color: #08a5dd;
}

ul#twitter_update_list li.firstTweet {
}

ul#twitter_update_list li.lastTweet {
	border-bottom: none;
}

a#profileLink {
	display: block;
	padding: 0.3em 1em;
	color: #fff;
	background-color: #08a5dd;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	
	/* Rounded Corners */
	-moz-border-radius: 0px 0px 10px 10px;
	-webkit-border-radius: 0px 0px 10px 10px;
	border-radius: 0px 0px 10px 10px;

}

/* Facebook area */
#facebook {
	position: relative;
	width: 290px;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 20px;
	height: auto;
	background-color: transparent;
	border: 1px solid #555;
	
	/* Rounded Corners */
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

div#facebook h2 {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	text-shadow: 1px 1px 1px #000;
	background-color:#3C5A99;
	padding: 10px 0px 10px 0px;
	border-bottom: 1px #666 dashed;
	
	/* Rounded Corners */
	-moz-border-radius: 10px 10px 0px 0px;
	-webkit-border-radius: 10px 10px 0px 0px;
	border-radius: 10px 10px 0px 0px;
}

#facebookContent {
	margin: 10px 10px 10px 10px;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #CCC; 
	text-align: left;
}

#facebookContent ul li {
	margin-left: 25px;
	line-height: 20px;
}

#facebookContent a:link {
	color: #33ccff;
}

#facebookContent a:active {
	color: #33ccff;
}

#facebookContent a:hover {
	color: #D175FF;
}

#facebookContent a:visited {
	color: #33CC33;
}

#facebookContent a:visited:hover {
	color: #D175FF;
}

/* Contact Form Styles */
.contactContainer {
	width: 500px;
	margin: 0 auto;
	position: relative;
	background-color: transparent;
}

.contactContainer label {
	width: 100%;
	display: block;
	padding: 5px 0px 5px 0px;
}

.contactContainer label span {
	width: 150px;
	display: block;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding: 5px 0 0 50px;
	text-align: left;
}

.contactContainer .contactText {
	width: 290px;
	background: #666;
	padding: 5px 5px;
	border-left: 1px #888 solid;
	border-bottom: 1px #888 solid;
	border-right: 1px #999 solid;
	border-top: 1px #999 solid;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
}

.contactContainer .contactText:active {
	background: #33ccff;
}

.contactContainer .contactMessage {
	width: 290px;
	background: #666;
	padding: 5px 5px;
	border-left: 1px #888 solid;
	border-bottom: 1px #888 solid;
	border-right: 1px #999 solid;
	border-top: 1px #999 solid;
	overflow: hidden;
	height: 200px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
}

.contactContainer .contactSubmit {
	padding: 4px 8px;
	background: #33CCFF;
	width: 100px;
	position: relative;
	left: 204px;
	top: 10px;
	border-left: 1px #1F7A99 solid;
	border-bottom: 1px #1F7A99 solid;
	border-right: 1px #29A3CC solid;
	border-top: 1px #29A3CC solid;
}

/* Image drop shadows */
.img-shadow {
	float: left;
	background: url("../img/shadowAlpha.png") no-repeat bottom right !important;
	background: url("../img/shadow.gif") no-repeat bottom right;
	margin: 10px 0 0 10px !important;
	margin: 10px 0 0 5px;
}

.img-shadow img {
	display: block;
	position: relative;
	background-color: #fff;
	border: 1px solid #a9a9a9;
	margin: -6px 6px 6px -6px;
	padding: 4px;
}

/* Pinned footer - copyright */
#footer {
	padding: 20px;
	background-color: #000;
	color: #fff;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}