@charset "utf-8";
/* CSS Document */
body {
	background-image:url(images/slice.jpg);
	background-repeat:repeat-x;
	margin:0;
	padding:0;
	text-align:center;
	background-color:  #d5cfcf;
	
}
#wrapper {
	margin-left:auto;
	margin-right:auto;
	position: relative;
	text-align:left;
	width: 950px;
	
}
#background_main {
	z-index:1;
	width: 950px;
	height: 700px;
	background-repeat:no-repeat;
	background-image:url(images/home_background.jpg);
}
#background {
	z-index:1;
	width: 950px;
	height: 700px;
	background-repeat:no-repeat;
	background-image:url(images/blank_background.jpg);
}
#earth_main {
	background-image:url(images/earth.jpg);
	
	z-index:3;
	width: 173px;
	height: 180px;
	top: 0;
	left: 0;
	position:absolute;
}
#earth {
	background-image:url(images/earth_blank.jpg);
	z-index:3;
	width: 173px;
	height: 180px;
	top: 0;
	left: 0;
	position:absolute;
}
#flash{
	z-index:2;
	position:absolute;
}
#nav {
	z-index:4;
	height: 57px;
	width: 466px;
	font-family: Arial, Helvetica, sans-serif;
	top: 97px;
	left: 483px;
	position:absolute;
}
#nav ul {
	margin: 10px 0 0 10px;
	padding: 0px;
	list-style-type: none;
	z-index:1000;
}
#nav li {
	float: left;
	width: 90px;
	position: relative;
    background-color:
}
#nav a {
	color: #666666;
	text-decoration: none;
	padding: 5px;
	font-size: 12px;
	line-height: 25px;
	display: block;
}
#nav ul ul {
	position: absolute;
	top: 24px;
	z-index:1100;
	display: none;
	margin-left:0
}
#nav ul ul li {
	background-color: #E0E0E0;
}
#nav ul li:hover ul {
	display: block;
}
#nav a:hover {
	color: #000000;
}
#textbox {
	position:absolute;
	left:361px;
	top:75px;
	width:405px;
	height:325px;
	z-index:5;
	background-color: #FFFFFF;
}

#text{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #0066CC;
    z-index:50;
	width: 200px;
	top: 190px;
	left: 17px;
	position: absolute;
	}
#subtext{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	z-index:50;
	top: 247px;
	left: 17px;
	position:absolute;
}
	
#thumb1 {
	z-index:10;
	height: 170px;
	width: 220px;
	top: 295px;
	left: 17px;
	position:absolute;
}
#caption1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	z-index:50;
	top: 471px;
	left: 38px;
	position:absolute;
	width: 175px;
	}
#thumb2 {
	z-index:11;
	height: 170px;
	width: 220px;
	top: 295px;
	left: 248px;
	position:absolute;
}
#caption2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	z-index:50;
	top: 471px;
	left: 274px;
	position:absolute;
	width: 164px;
	}
#thumb3 {
	z-index:11;
	height: 170px;
	width: 220px;
	top: 295px;
	left: 711px;
	position:absolute;
	background-color:#FFFFFF;
}
#caption3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	z-index:50;
	top: 471px;
	left: 744px;
	position:absolute;
	width: 159px;
}
#thumb4 {
	z-index:11;
	height: 170px;
	width: 220px;
	top: 295px;
	left: 480px;
	position:absolute;
	background-color:#FFFFFF;
}
#caption4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	z-index:50;
	top: 471px;
	left: 521px;
	position:absolute;
	width: 140px;
}
#thumb5 {
	z-index:11;
	height: 170px;
	width: 220px;
	top: 550px;
	left: 248px;
	position:absolute;
}
#caption5 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	z-index:50;
	top: 728px;
	left: 274px;
	position:absolute;
	width: 164px;
}
#thumb6 {
	z-index:11;
	height: 170px;
	width: 220px;
	top: 550px;
	left: 480px;
	position:absolute;
	background-color:#FFFFFF;
}
#caption6 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	z-index:50;
	top: 728px;
	left: 513px;
	position:absolute;
	width: 150px;
}
img {border:0;
}
.AccordionPanelContent {
	font-weight:100
}

:focus{
	outline: 0;
}
@charset "UTF-8";

/* SpryAccordion*/
.Accordion {
	border-top: solid 1px #5784ae;
	border-bottom: solid 1px #5784ae;
	overflow: hidden;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	top: 186px;
	left: 7px;
	position:absolute;
	width: 942px;
}

/* This is the selector for the AccordionPanel container which houses the
 * panel tab and a panel content area. It doesn't render visually, but we
 * make sure that it has zero margin and padding.
 *
 * The name of the class ("AccordionPanel") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * accordion panel container.
*/
.AccordionPanel {
	margin: 0px;
	padding: 0px;
	/*border-top: solid 1px black;*/
	border-bottom: solid 1px gray;
}

/* This is the selector for the AccordionPanelTab. This container houses
 * the title for the panel. This is also the container that the user clicks
 * on to open a specific panel.
 *
 * The name of the class ("AccordionPanelTab") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * accordion panel tab container.
 */
.AccordionPanelTab {
	border-top: solid 1px #5784ae;
	border-bottom: solid 1px #5784ae;
	margin: 0px;
	padding: 2px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	
}

/* This is the selector for a Panel's Content area. It's important to note that
 * you should never put any padding on the panel's content area if you plan to
 * use the Accordions panel animations. Placing a non-zero padding on the content
 * area can cause the accordion to abruptly grow in height while the panels animate.
 *
 * Anyone who styles an Accordion *MUST* specify a height on the Accordion Panel
 * Content container.
 *
 * The name of the class ("AccordionPanelContent") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * accordion panel content container.
 */
.AccordionPanelContent {
	overflow: auto;
	margin: 0px;
	padding: 0px;
	height: 470px;
	font-style: normal;
	
}

/* This is an example of how to change the appearance of the panel tab that is
 * currently open. The class "AccordionPanelOpen" is programatically added and removed
 * from panels as the user clicks on the tabs within the Accordion.
 */
.AccordionPanelOpen .AccordionPanelTab {
	background-color: #5784ae;
}

.panelbullets1{
	position:absolute;
	height:200px;
	width:400px;
	top:10px;
	left:10px;
	}
.panelbullets2{
	position:absolute;
	height:200px;
	width:400px;
	top:10px;
	left:200px;
	}
/* This is an example of how to change the appearance of the panel tab as the
 * mouse hovers over it. The class "AccordionPanelTabHover" is programatically added
 * and removed from panel tab containers as the mouse enters and exits the tab container.
 */
.AccordionPanelTabHover {
	/*color: #555555;*/
}
.AccordionPanelOpen .AccordionPanelTabHover {
	/*color: #555555;*/
}

/* This is an example of how to change the appearance of all the panel tabs when the
 * Accordion has focus. The "AccordionFocused" class is programatically added and removed
 * whenever the Accordion gains or loses keyboard focus.
 */
.AccordionFocused .AccordionPanelTab {
	/*background-color: #3399FF;*/
}

/* This is an example of how to change the appearance of the panel tab that is
 * currently open when the Accordion has focus.
 */
.AccordionFocused .AccordionPanelOpen .AccordionPanelTab {
	background-color: #5784ae;
}
.AccordionPanelContent {
	font-weight:100;
}
:focus{
	focused: 0;
}
@charset "utf-8";

*   { margin:0; padding:0; outline:none; }
body { font-size:100%; font-family:Arial, Helvetica, sans-serif; margin-top:0px; }
#contact{
	z-index:1;
	font-size: 30px;
	width: 200px;
	top: 180px;
	left: 142px;
	position: absolute;
	color: #0066CC;
	}
#contactline {
    height: 300px;
	width: 1px;
	top: 200px;
	left: 458px;
	position:absolute;
	background-color:#000000;
}
#othercontact{
	z-index:1;
	font-size: 30px;
	width: 326px;
	top: 180px;
	left: 561px;
	position: absolute;
	color: #0066CC;
	}
#contact_text{
	z-index:1;
	width: 326px;
	top: 237px;
	left: 561px;
	position: absolute;
	height: 115px;
	font-size:14px;
	color: #666666;
}
#contact_form					{
	width:300px;
	margin:0 auto;
	height:313px;
	padding:10px 0;
	font-size:10px;
	/*background: transparent url(/images/form_bg.png) no-repeat;*/
    position: absolute;
	z-index:10;
	top: 232px;
	left: 23px;
}
						
form fieldset{ font-family:Verdana, Arial, Helvetica, sans-serif; font-size:1.2em; margin:0px 0px 20px 0px; width:300px; position:relativ;border:0;display:block; padding: 0px 10px 8px; }
form fieldset legend	{ border-width:1px; border-style:solid; border-color:#BBBB66; color:#3D7169; font-weight:bold; font-variant:small-caps; font-size:140%; padding:4px 8px; margin:0px 0px 10px 0px; position:relative; top: -12px; background:white; }
label{ font-size:90%; display:block; float:left; width:10em; text-align:right; margin:.2em .2em 0 0; color:#666; font-weight: 100;padding:8px 0px; }
label.error{ font-weight:normal;color:black;text-align:left;width:140px; padding-left:25px; background: transparent url(images/cancel.png) no-repeat scroll left; }
input.text-input{ margin:4px;padding:2px 0;color:#333;  }

label#name_label{position:absolute;top:-1px;left:-2px;}
input#name{ position:absolute; top:0; left:110px; width: 210px;}
label#name_error{ position:absolute; top:22px; left:120px; }
label#email_label{ position:absolute; top:45px; left:-1px; }
input#email{ position:absolute; top:45px; left:110px; width: 210px;}
label#email_error{ position:absolute; top:67px; left:120px; }
label#subject_label{ position:absolute; top:90px; left:0px; }
input#subject{ position:absolute; top:90px; left:110px; width: 210px;}
label#subject_error{ position:absolute; top:112px; left:120px; }
label#messege_label{ position:absolute; top:135px; left:0px; }
textarea#messege{position:absolute;top:143px;left:114px;width: 210px;height: 117px;overflow: auto;}
label#messege_error{ position:absolute; top:257px; left:120px; }
input.button{ position:absolute; top:270px; left:114px; width: 75px; padding:3px 6px; border:2px solid #fff; margin:20px 0px 0px 0px; color:#3D7169; font-family:Verdana, Arial, Helvetica, sans-serif; background:#CCC; -moz-border-radius:5px; }
input.button:hover{ background:#5784ae none repeat scroll 0% 0%; color:white; }
#message{ width:300px; margin:60px 0 0 100px; position:absolute; left: 50px; top; 0; }
#message h2{ font-size:150%;color:#5784ae; }
#message p{ color:#5784ae;font-weight:bold;margin:6px 0px; }
#checkmark{ position:relative;top:-46px;left:-60px; }
