@charset "utf-8";
body  {
	font-family: Tahoma;
	font-size: 12px;

	background-color:: #ffffff;
	margin: 0;
	text-align: center;
	color: #000000;
	padding-top: 10px;
	padding-bottom: 10px;
}

#container {
	width: 1000px;  /* width of main content */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

#header { 
	background-color: #FFFFFF; 
	padding: 0px 10px 0px 0px; 
}

#header_support {
	width: 1000px; 
	height: 30px; 
	background-color: #D8D9DB;
}

.support {
	color: #000; 
	font-weight: bold; 
	font-size: 12px; 
	text-decoration: none;
	float: left;
	padding-top: 6px;
}

a.support_phone:link, a.support_phone:visited {
	float: left;
	padding-left: 17px;
}
	
a.support_myaccount:link, a.support_myaccount:visited {
	float: right;
	padding-right: 17px;
}

#header_trim {
	width: 1000px; 
	height: 22px;
	background-color: #000000;
}

.top_links, a.top_links, a.top_links:link, a.top_links:visited {
	color:#ffffff; 
	font-size: 11px;
	float: left;
	padding: 5px 0px 0px 17px;
}
	
#header_below {
	width: 1000px; 
	height: 533px; 
	padding-top: 10px;
	color: #FFFFFF;
	background-color: #000000;
}

#header_menu_top {
	width: 990px; 
	padding: 5px 0px 0px 0px;
	margin-left: 4px;
	background-color: #0066CC;
}

#header_menu {
	width: 990px; 
	padding: 1px 0px 1px 0px;
	margin-left: 4px;
	color: #FFFFFF;
	background-color: #0066CC;
}

#header_menu_bottom {
	width: 990px; 
	padding: 0px 0px 5px 0px;
	margin-left: 4px;
	background-color: #0066CC;
}

.menu {
	color:#ffffff; 
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	float: top;
}

.menu1, a.menu1, a.menu1:link, a.menu1:visited, a.menu1:hover {
	padding: 7px 0px 0px 60px;
}

.menu2, a.menu2, a.menu2:link, a.menu2:visited, a.menu2:hover {
	padding: 7px 0px 0px 80px;
}

.menu3, a.menu3, a.menu3:link, a.menu3:visited, a.menu3:hover {
	padding: 7px 0px 0px 80px;
}

.menu4, a.menu4, a.menu4:link, a.menu4:visited, a.menu4:hover {
	padding: 7px 0px 0px 80px;
}

.menu5, a.menu5, a.menu5:link, a.menu5:visited, a.menu5:hover {
	padding: 7px 0px 0px 80px;
}

.menu6, a.menu6, a.menu6:link, a.menu6:visited, a.menu6:hover {
	padding: 7px 0px 0px 80px;
}

#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 210px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height: 500px;
	color:#ffffff; 
	background-color: #000000;
}

h2 {
	font-size: 12px;
}

#section_1 {
	position: relative;
	top: 10px;
	left: 15px;
	width: 180px;
}

#section_2 {
	position: relative;
	top: 30px;
	left: 15px;
	width: 180px;
	background-color: #D8D9DB;
}

#section_3 {
	position: relative;
	top: 50px;
	left: 15px;
	width: 180px;
}

.sidebar_links, a.sidebar_links, a.sidebar_links, a.sidebar_links, a.sidebar_links:hover {
	color:#ffffff;
	font-size: 14px;
	font-weight: normal;
	color: #FFCC33;
}

#mainContent { 
	float: right;
	margin: 0px 0px 0px 0px;
	padding: 7px 0px 0px 0px;
	color:#ffffff; 
	background: url(../images/dark_blue_to_light_blue.png) repeat-x scroll center bottom; 
	background-repeat: repeat-x;
	width: 1000px;
	height: 500px;
} 

#steps {
	position: relative;
	font-size: 14px;
	font-weight: normal;
	vertical-align: top;
	top: 30px;
	left: 40px;
	width: 780px;
}

#steps_heading {
	position: relative;
	font-size: 18px;
	font-weight: bold;
	color: #597D8D;
	top: 25px;
	left: 120px;
	width: 655px;
}

h1 {
	font-size: 16px;
	font-weight: normal;
}

.steps_number {
	position: relative;
	vertical-align: middle;
	top: 0px;
	left: 0px;
	width: 70px;
	height: 49px;
}

#steps_button {
	position: relative;
	top: 120px;
	left: 300px;
}

#footer {
	width: 990px;
	padding: 10px 0px 0px 10px;
	background-color: #D8D9DB;
}

.footer_links, a.footer_links, a.footer_links:link, a.footer_links:visited {
	font-size: 11px;
	color:#505050; 
	text-decoration:none;
}

#footer_curve { 
	width: 1000px; 
	padding: 0px 0px 5px 0px;
	background-color: #D8D9DB;
} 

