/* CSS Document */

/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td 
{margin: 0; padding : 0;}

/*Normalizes font-size for headers */
h1, h2, h3, h4, h5, h6 
{font-size: 100%;}

/* Removes list-style from lists */
ol, ul
{list-style:none;}

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var
{font-style:normal; font-weight: normal;}

/* Removes borders */
table
{border-collapse: collapse; border-spacing: 0;}

/* Removes border from fieldset and img */
fieldset, img
{border: 0;}

/* Left-aligns text in caption and th */
caption, th
{text-align: left;}

/* Removes quotation marks from q */
q:before, q:after
{content: '';}
 
html {
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
}

body {
	width: 800px;
	position: relative;
	background-color: #002d62;
	background-image: url(../images/bgstripe.gif);
	background-repeat: repeat;
	background-position: top;
	margin: 0px auto;
	text-align: left;
	padding: 0px;
	font-size: 12px;
	line-height: 20px;
	height: 100%;
}

#container {
	position: relative;
	width: 800px;
	height: 300px;
	background-color: #fdeec4;
}

#branding {
	position: absolute;
	width: 100%;
	background-color: #FFFFFF;
	height: 118px;
}

#navigation {
	position: absolute;
	width: 535px;
	height: 29px;
	top: 80px;
	left: 240px;
}

#content {
	position: absolute;
	top: 118px;
	width: 100%;
	background-color: #fdeec4;
	background-image: url(../images/bggold.gif);
	background-repeat: repeat-x;
	background-position: top;
}

#header {
	width: 760px;
	height: 276px;
	z-index: 10;
	background-image: url(../images/header_landing.gif);
	background-repeat: no-repeat;
	float: right;
}

#tag {
	position: absolute;
	top: 25px;
	left: 546px;
	width: 209px;
	height: 33px;
	background-image:url(../images/tag_onecompany.gif);
	background-repeat:no-repeat;
}

#footer {
	position: absolute;
	width: 800px;
	height: 85px;
	left: 0px;
	background-color: #fdeec4;
	background-image: url(../images/stripe_blue.gif);
	background-repeat: repeat-x;
	background-position: top;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	font-size: 10px;
	padding: 23px 0px 0px 0px;
}

#footer p {
	padding-bottom: 0px;
}

a.footerlink {
	text-decoration:none;
}

a.footerlink:link {color:#000000;}
a.footerlink:active {color:#000000;}
a.footerlink:visited {color:#000000;}
a.footerlink:hover {color:#7e5236;}

h1 {
	text-indent: -9999px;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
	color:#0082c8;
	padding: 60px 45px 20px 45px;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color:#7e5236;
	font-style: italic;
	font-weight: bold;
	padding: 0px 45px 20px 45px;	
}

h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color:#000000;
	font-style: italic;
	font-weight: bold;
	padding: 20px 45px 20px 45px;	
}

p {
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 0px 45px 20px 45px;
	color: #000000;
}

ul {
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 0px 45px 20px 45px;
	color: #0082c8;
	list-style:inside disc;
}


.last {
	padding-bottom:70px;
}

.subhead {
	font-style: italic;
	font-weight: bold;
	font-size: 16px;
	padding-bottom:70px;
}

a:link {color:#000000;}
a:active {color:#000000;}
a:visited {color:#000000;}
a:hover {color:#DD0000;}

.logo {
	width: 220px;
	height: 83px;
	margin: 8px 0px 0px 10px;
	border: none;
}

.topimage {
	float: right;
	padding: 0px 0px 30px 30px;
	border: none;
}

.companylogo {
	float: right;
	padding: 0px 0px 120px 30px;
	border: none;
}

.button {
	margin: 30px 0px 0px 0px;
	border: none;
}
