@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(images/background.jpg);
	margin-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
}


.glossymenu{
margin: 5px 0;
padding: 0;
width: 140px; /*width of menu*/
border-bottom-width: 0;
}

.glossymenu a.menuitem2{
	background: url(images/background_nav.jpg) repeat-x bottom left;
	color: #cc6633;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding: 2px 0;
	padding-left: 15px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
}


.glossymenu a.menuitem{
	background: url(images/background_nav.jpg) repeat-x bottom left;
	color: #cccccc;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding: 2px 0;
	padding-left: 15px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
}


.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
color: white;
}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 6px;
left: 0px;
border: none;
}

.glossymenu a.menuitem:hover{
    background: url(images/background_nav.jpg) repeat-x bottom left;
	color: #cc6633;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding: 2px 0;
	padding-left: 15px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
background: url(images/background_nav.jpg) repeat-x bottom left;
}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}

.glossymenu div.submenu ul li{
border-bottom: 0px solid blue;
}

.glossymenu div.submenu ul li a{
display: block;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: normal;
color: #cc6633;
text-decoration: none;
padding: 2px 0;
padding-left: 22px;
}

.glossymenu div.submenu ul li a:hover{
background: #333333;
colorz: #cc6633;
}

.bottomcopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
}

.bodycopy {
	font-family: Century Gothic;
	font-size: 11px;
	color: #333333;
	line-height: 20px;
}

.teamhead {
	font-family: Century Gothic;
	font-size: 35px;
	color: #333333;
	line-height: 30px;
}
.teamhead2 {
	font-family: Century Gothic;
	font-size: 20px;
	color: #333333;
	line-height: 20px;
}

.drbcopy {
	font-family: Century Gothic;
	font-size: 11px;
	color: #333333;
	line-height: 16px;
}

.friends {
	font-family: Century Gothic;
	font-size: 13px;
	color: #333333;
	line-height: 16px;
}
.spacecopy {
	font-family: Century Gothic;
	font-size: 6px;
	color: #ffffff;
	line-height: 10px;
}

.suns {
	font-family: Century Gothic;
	font-size: 11px;
	color: #cccccc;
	line-height: 11px;
}

.contact {
	font-family: Century Gothic;
	font-size: 13px;
	color: #cccccc;
	line-height: 14px;
}

.phonenumber {
	font-family: Century Gothic;
	font-size: 14px;
	color: #999999;
	line-height: 14px;
}

.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	line-height: 22px;
}


#link {
}
#link li {
   margin-bottom: 0px;
   text-decoration: none;
}
#link a {
	text-decoration: none;
	color: #cc6633;
}
#link a:hover {
	text-decoration: underline;
	color: #cc6633;
}

.press1 {
	color: #000000;
	font: bold 11px/14px "Century Gothic";
}

.press2 {
	font-family: Century Gothic;
	font-size: 12px;
	color: #000000;
	line-height: 20px;
}

.press3 {
	color: #000000;
	font: bold 16px/20px "Century Gothic";
}

