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

/* Layout - DO NOT CHANGE! */
body
{
	font-size: 14px;
	font-family: Tahoma;
	color: #000000;
	margin: 0px;
	background-image: url(img/bg_gradient.gif);
	background-repeat: repeat-x;
	background-position: 0px 445px;
}

#header
{
	margin-bottom: 10px;
	padding-top: 10px;
	padding-left: 20px;
	width: 800px;
}
		
#MainContent
{
	float: left;
	margin-bottom: 10px;
	padding-top: 20px;
	width: 820px;
	font-family: Tahoma;
	font-size: 14px;
}
				
#footer
{
	clear: both;
	font-family: Tahoma;
	font-size: 14px;
}

#InsideBox {
	float: left;
	width: 231px;
	margin-bottom: 20px;
	background-color: #f4f5f9;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border: 1px outset #FFFFFF;
	margin-right: 20px;
}
#InsideBoxFxd {
	float: left;
	width: 231px;
	margin-bottom: 20px;
	background-color: #f4f5f9;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border: 1px outset #FFFFFF;
	margin-right: 20px;
	height: 340px;
}
#ContentWrapper {
	width: 820px;
	float: left;
}
#BigInsideBox {
	width: 504px;
	margin-bottom: 20px;
	float: left;
	background-color: #f4f5f9;
	border: 1px outset #FFFFFF;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-image: url(img/bg_orbits.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-right: 20px;
}

.top{
	padding: 0;
	width: 100%;
	border-top: 5px solid #4996cc;
	background: transparent;
}

.line{
	padding: 0;
	width: 100%;
	border-top: 1px solid #4996cc;
	background: transparent;
	position: relative;
	top: -80px;
}


/* Menu - DO NOT CHANGE!*/

.menu{
padding: 0;
width: 900px;
background: transparent;
position: absolute;
top: 0px;
}

.menu ul{
	margin-left: 390px; /*margin between first menu item and left browser edge*/
	padding: 0;
	list-style: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	text-align: center;
}

.menu li{
display: inline;
padding: 0;
text-transform:uppercase;
color: #FFFFFF;
margin-top: 0;
margin-right: 2px;
margin-bottom: 0;
margin-left: 0;
}

.menu a{
float: left;
display: block;
color: #FFFFFF;
text-decoration: none; /*Padding within each menu item*/
background-color: #4996cc;
width: 80px;
padding-top: 18px;
padding-bottom: 5px;
background-image: url(img/bg_menu.gif);
background-repeat: no-repeat;
background-position: bottom;
font-family: Arial;
font-size: 12px;
font-weight: bold;
border-right-width: 1px;
border-left-width: 1px;
border-right-style: solid;
border-left-style: solid;
border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

.menu a:hover{
	background-color: #2e72b0; /*Red color theme*/
	padding-top: 25px; /*Flip default padding-top value with padding-bottom */
	padding-bottom: 5px; /*Flip default padding-bottom value with padding-top*/
	color: #FFFFFF;
	background-image: url(img/bg_menu_over.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

.menu .current a{ /** currently selected menu item **/
	background-color: #2e72b0; /*Red color theme*/
	padding-top: 25px; /*Flip default padding-top value with padding-bottom */
	padding-bottom: 5px; /*Flip default padding-bottom value with padding-top*/
	color: #FFFFFF;
	background-image: url(img/bg_menu_over.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}
#banner {
	margin-bottom: 20px;
	width: 800px;
}

/* Main Content */
#MainContent h1 {
	color: #ffcc00;
}

#MainContent h2 {
	color: #ffcc00;
	letter-spacing: 0.2em;
}

#MainContent h3 {
	color: #ffcc00;
	padding-top: 15px;
	margin: 0px;
}

#MainContent a {
	color: #2e72b0;
	text-decoration: underline;
}

#MainContent a:hover {
	color: #2e72b0;
	text-decoration: none;
}

#MainContent a:visited {
	color: #2e72b0;
	text-decoration: underline;
}

#MainContent p {
	line-height: 20px;
}

/* Footer */
#footer div {
	text-align: center;
	width: 800px;
}

#footer a {
	color: #2e72b0;
	text-decoration: none;
}

#footer a:hover {
	color: #2e72b0;
	text-decoration: underline;
}

#footer a:visited {
	color: #2e72b0;
	text-decoration: none;
}
#Container {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 840px;
	padding-left: 20px;
}
.phone {
	font-size: 20px;
	color: #2e72b0;
	letter-spacing: 0.1em;
}

