/* LAYOUT STYLES */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-align: center;
	margin-top: 20px;
	background-image: url(images/yellow.gif);
}

#container {
	text-align: left;
	width: 735px;
	margin-right: auto;
	margin-left: auto;
}

.header {
	width: 735px;
	position: relative;
	height: 118px;
}

#login_head.header {
	width: 735px;
	position: relative;
	height: 200px;
}
.left_column {
	float: left;
	width: 250px;
}
.right_column {
	float: left;
	width: 485px;
}
.full_column {
	clear: both;
	width: 735px;
}
.footer {
	clear: both;
	width: 735px;
}
#left_footer {
	float: left;
	
}
#right_footer {
	float: right;
	padding-right: 58px;
}
td {
	vertical-align: top;
}

a {
	color:#000000;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

/* HEADER + NAV RELATED STYLES */

 div.header h1#site_icon {
	height: 98px;
	width: 163px;
	position: absolute;
	top: 0px;
	right: 45px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	/* background-image: url(images/site_icon.gif); */
	background-repeat: no-repeat;
	font-size: 0px;
	line-height: 0px;
	text-indent: -9999px;
}
div#login_head h1#site_icon {
	left: 45px;
}

div#login_head h2#site_tagline {
	height: 44px;
	width: 250px;
	position: absolute;
	top: 30px;
	left: 395px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	/* background-image: url(images/site_tagline.gif); */
	background-repeat: no-repeat;
	font-size: 0px;
	line-height: 0px;
	text-indent: -9999px;
}
ul#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav li, ul#nav li ul.dropdown_list li {
	float: left;
}


#nav a {
	display: block;
	font-size: 0px;
	line-height: 0px;
	text-indent: -9999px;
}

#nav li.navbutton a { /*this makes them all the same size...won't need this... */
	height: 20px;
	
}

ul#nav {
	position: absolute;
	left: 45px;
}

ul.dropdown_list {
	width: 383px;
	position: absolute;
	left: -9999px;
}

#nav li:hover ul.dropdown_list, #nav li.sfhover ul.dropdown_list { /* repositions the dropdown menus upon hover, and uses the ie-only javascript */
	left: 68px;
	top: 0px; /* position from top, since the dropdowns overlap the nav. topmargin + site_header height + nav height - 3px */
}

/* INDIVIDUAL STYLES FOR EACH NAV BUTTON */

ul#nav li#menu {
	background-image: url(images/nav/menu.gif);
	height: 37px;
	width: 68px;
}

ul#nav li#menu ul.dropdown_list li#compose {
	background-image: url(images/nav/compose.gif);
	height: 37px;
	width: 82px;
}

ul#nav li#menu ul.dropdown_list li#track {
	background-image: url(images/nav/track.gif);
	height: 37px;
	width: 50px;
}

ul#nav li#menu ul.dropdown_list li#request {
	background-image: url(images/nav/request.gif);
	height: 37px;
	width: 68px;
}

ul#nav li#menu ul.dropdown_list li#inbox {
	background-image: url(images/nav/inbox.gif);
	height: 37px;
	width: 54px;
}

ul#nav li#menu ul.dropdown_list li#customize {
	background-image: url(images/nav/customize.gif);
	height: 37px;
	width: 80px;
}

ul#nav li#menu ul.dropdown_list li#help {
	background-image: url(images/nav/help.gif);
	height: 37px;
	width: 49px;
}

/* INDIVIDUAL HEADER IMAGES */

h3.powered_by {
	font-size: 0px;
	line-height: 0px;
	background-image: url(images/poweredbycirclelink.gif);
	background-repeat: no-repeat;
	background-position:bottom;
	padding: 0px;
	height: 12px;
	width: 147px;
	text-indent: -9999px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 45px;
	display: block;
}

h3#right.powered_by {
	float: right;
	margin-right: 45px;
	background-position: bottom;
}

div.track_files_footer {
	padding-top: 115px;
}

div.left_ad {
	padding-left: 45px;
}

h2#compose_header {
	font-size: 0px;
	line-height: 0px;
	background-image: url(images/pageheaders/compose.gif);
	text-indent: -9999px;
	margin: 0px;
	padding: 0px;
	height: 55px;
	width: 250px;
}

div#compose_ad {
	padding-top: 97px;
}

h2#get_files_header {
	font-size: 0px;
	line-height: 0px;
	background-image: url(images/pageheaders/get_files.gif);
	text-indent: -9999px;
	margin: 0px;
	padding: 0px;
	height: 55px;
	width: 250px;
}

div#get_files_ad {
	padding-top: 60px;
}

h2#track_files_header {
	font-size: 0px;
	line-height: 0px;
	background-image: url(images/pageheaders/track_files.gif);
	text-indent: -9999px;
	margin: 0px;
	padding: 0px;
	height: 55px;
	width: 645px;
}

div#track_files_ad {
	padding-top: 15px;
}

h2#request_files_header {
	font-size: 0px;
	line-height: 0px;
	background-image: url(images/pageheaders/request.gif);
	text-indent: -9999px;
	margin: 0px;
	padding: 0px;
	height: 55px;
	width: 250px;
}

h2#inbox_header {
	font-size: 0px;
	line-height: 0px;
	background-image: url(images/pageheaders/inbox.gif);
	text-indent: -9999px;
	margin: 0px;
	padding: 0px;
	height: 55px;
	width: 645px;
}

h2#customize_header {
	font-size: 0px;
	line-height: 0px;
	background-image: url(images/pageheaders/customize.gif);
	text-indent: -9999px;
	margin: 0px;
	padding: 0px;
	height: 55px;
	width: 645px;
}

h2#login_header {
	font-size: 0px;
	line-height: 0px;
	background-image: url(images/pageheaders/login.gif);
	text-indent: -9999px;
	margin: 0px;
	padding: 0px;
	height: 55px;
	width: 250px;
}

h2#sent_header {
	font-size: 0px;
	line-height: 0px;
	background-image: url(images/pageheaders/sent.gif);
	text-indent: -9999px;
	margin: 0px;
	padding: 0px;
	height: 55px;
	width: 645px;
}

h2#help_header {
	font-size: 0px;
	line-height: 0px;
	background-image: url(images/pageheaders/help.gif);
	text-indent: -9999px;
	margin: 0px;
	padding: 0px;
	height: 55px;
	width: 250px;
}

input#delete_selected {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 45px;
}
img#inbox_ad {
	padding: 0px;
	float: right;
	margin-top: 0px;
	margin-right: 45px;
	margin-bottom: 0px;
	margin-left: 0px;
}
h3#inbox.powered_by {
	padding-top: 95px;
	background-position:bottom;
}

h3#login.powered_by {
	padding-top: 220px;
	margin-left: 0px;
	background-position:bottom;
}

h3#request.powered_by {
	padding-top: 105px;
	background-position:bottom;
}

h3#customize_pb.powered_by {
	padding-top: 95px;
	float: right;
	margin-right: 45px;
	background-position: bottom;
}

img#track_ad {
	padding: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 45px;
}
h3#track.powered_by {
	margin-right: 45px;
	float: right;
	padding-top: 95px;
	background-position:bottom;
}

div#help_text {
	margin-right: 45px;
}

h4 {
	font-weight: bold;
	font-size: 12px;
}
