/* Cover all main bases for margins on the page body */

html{
	height:100%;
	width: 100%;
}
body {
	margin:0px;
	height:100%;
	width: 100%;
	color: #000000;
	background-color: #2A6DB3;
	background-image: url();
	background-repeat: repeat-x;
	}
.oa_wrapper {
	width: 970px;
	height: 100%;
	padding: 0px;
	margin:0 auto;
}
/* Overrides */
.pagecontent {font-family: Arial, Helvetica, sans-serif;}
.pagecontent A:link    { color: #276AB0; text-decoration : none;}
.pagecontent A:visited { color: #276AB0; text-decoration : none;}
.pagecontent A:active  { color: #3F4044; text-decoration : none;}
.pagecontent A:hover   { color: #B50D0C; text-decoration : underline; }

/* Text elements
-------------------------------------------------------------- */

p           { margin: 0 0 1.5em;}

a:focus, 
a:hover     { color: #000; }
a           { color: #009; text-decoration: underline; }

blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre,code    { margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; } 


h1,h2,h3,h4,h5,h6 { font-weight: heavy; color: #276AB0; }

h1 { font-size: 2em; line-height: 1; margin-bottom: 0.5em;}
h2 { font-size: 1.5em; margin-bottom: 0.75em; }
h3 { font-size: 1.25em; line-height: 1; margin-bottom: 1em; }
h4 { font-size: 1.1em; line-height: 1.25; margin-bottom: 1.25em; height: 1.25em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img {
  margin: 0;
}

/* Lists
-------------------------------------------------------------- */
li			{ margin-left: 10px; }
li ul, 
li ol       { margin:0 1.5em; }
ul, ol      { margin: 0 1.5em 1.5em 1.5em; }
li p           { margin: 0 0 1em 0; }
ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }

dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}


/* Clears all float settings */

.oa_clear {
	clear: both;
}

/* Sets divs to the right or left */

.oa_left {
	float: left;
}
.oa_right {
	float: right;
}

/* Begin Page Module Styling */

#oa_header {
	width: 100%;
	height: 220px;
	border-left: 2px solid #6F6F6F;
	border-right: 2px solid #6F6F6F;
	background-color: #C8C4C3
}
#oa_templatetext {
	width: 100%;
	height: 60px;
}
#oa_content {
	width: 100%;
	height: auto;
	background-color: #C8C4C3;
	border-right: 2px solid #6F6F6F;
	border-left: 2px solid #6F6F6F;
	border-bottom: 2px solid #6F6F6F;
}
#oa_pagecontent {
	width: 775px;
	height: 100%;
	margin-bottom: 10px;
}
#oa_sidebar {
	width: 160px;
	height: 100%;
	padding-bottom: 10px;
	padding-top: 5px;
	padding-right: 5px;
}
#oa_menu {
	width: 160px;
	height: 100%;
}
#oa_pagehead {
	width: 100%;
	height: auto;
	margin-bottom: 5px;
}
#oa_page {
	width: 780px;
	height: auto;
	background-color: #FFFFFF;
	overflow: hidden;
	border: 1px solid #191D20;
	padding: 5px;
}
#oa_pagefoot {
	width: 750px;
	height: 10px;
	float: right;
}
#oa_footer {
	width: 100%;
	height: 25px;
	text-align: right;
	margin-top: 5px;
	padding-right: 10px;
	font-size: 85%;
	font-style: italic;
	color: #FFFFFF;
}
#oa_footer A:link    { color: #FFFFFF; text-decoration : none;}
#oa_footer A:visited { color: #FFFFFF; text-decoration : none;}
#oa_footer A:active  { color: #FFFFFF; text-decoration : none;}
#oa_footer A:hover   { color: #B50D0C; text-decoration : underline; }

/* Begin Text and Paragraph Styling */

#oa_companyname {
	width: 580px;
	height: 130px;
	font-size: 250%;
	font-family: Georgia;
	color: #120C0C;
	vertical-align: middle;
	padding: 10px 0 0 3px;
}
#oa_companyslogan {
	width: 750px;
	height: 20px;
	overflow: hidden;
	margin-top: 25px;
	font-size: 100%;
	font-family: Georgia;
	color: #120C0C;
}
#oa_location {
	width: 170px;
	margin-top: 40px;
	padding: 0 25px 0 0;
	font-size: 75%;
	color: #000000;
	background-image: url(/images/backgrounds/layout/wrench.png);
	background-position: bottom right;
	background-repeat: no-repeat;
}
