/* CSS Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

ul, ol	{
list-style:none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* END RESET */

/* Links */

a {
color:#000;
font-weight:bold;
}

a:link, a:visited {
  color: #33CCFF;
  text-decoration: none;
  font-weight:bold;
}

a:hover {
color:#33CCFF;
  text-decoration: underline;
  font-weight:bold;
}

a:active, a.active {
color:#33CCFF;
font-weight:bold;
}

body.section1 .menu li.one, 
body.section2 .menu li.two, 
body.section3 .menu li.three, 
body.section4 .menu li.four,
body.section5 .menu li.five, 
body.section6 .menu li.six {
background-image:url(images/menuicon.png);
background-repeat:no-repeat;
background-position:center;
}

/* Typography */

input {
  font: 12px/100% Verdana, sans-serif;
  color: #494949;
}

textarea, select {
  font: 12px/160% Verdana, sans-serif;
  color: #494949;
}

p, h1, h2, h3, h4, h5, h6, ul, li, dd, td {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-family:Georgia, "Times New Roman", Times, serif;
  color:#222;
}

h1, h2, h3, h4, h5, h6 {
margin:10px 0 10px 0;
}

p, ol, ul, li, dl, dd, dt, div {
font-size:14px;
line-height:2em;
color:#222;
}

h1 {
  font-size: 250%;
  font-weight:bold;
  padding-top:30px;
  margin-top:50px;
  padding-bottom:15px;
  width:100%;
}

h2 {
  font-size: 160%;
  line-height: 150%;
  font-weight:bold;
  font-style:italic;
  color:#8E8A4F;
}

h3 {
  font-size: 140%;
  font-weight:bold;
}

h4 {
  font-size: 130%;
}

h5 {
  font-size: 120%;
}

h6 {
  font-size: 110%;
}

ul, quote, code, fieldset {
}

p {
padding-bottom:2em;
}

hr.bg	{
background-image:url(images/hr.png);
height:1px;
background-repeat:no-repeat;
border:0 none;
clear:both;
margin:20px 0;
}

/* Begin Layout */

body		{
text-align:center; /* for IE */ 
margin:0 auto; /* for the rest */ 
background-image:url(images/background.jpg);
background-position:top center;
}

#container	{
width:100%;

display:block;
margin:0;
height:100%;
margin:0;
}

#content 	{
position:relative;
width:1100px;
border-top:10px solid #eaeaea;
border-bottom:10px solid #eaeaea;
background-image:url(images/content.png);
background-repeat:repeat-y;
text-align:left;
margin-left:auto;
margin-right:auto;
clear:left;
margin-top:20px;
margin-bottom:20px;
}

#header 	{
position:relative;
height:130px;
clear:left;
background-repeat:no-repeat;
padding:0 70px;
}

#main		{
margin-top:2em;
clear:left;
padding:0 70px;

}


#footer	{
margin-top:40px;
margin:40px 70px;
position:relative;
padding:40px 70px;
clear:both;
line-height:1em;
padding:10px 20px;
background-color:#f1f1f1;
border:4px solid #c8c8c8;
text-align:center;
}

#foot1	{
text-align:center;
display:block;
}

#wrapper 	{
margin-top:0;
margin-bottom:0;
}

#navigation		{
padding-left:10px;
padding-right:10px;
margin-right:75px;
float:right;
background-color:#f1f1f1;
border:4px solid #c8c8c8;
}

#navigation a:link, a:visited {
  color: #969696;
  text-decoration: none;
  font-weight:bold;
}

#navigation a:hover {
color:#33CCFF;
  text-decoration: underline;
  font-weight:bold;
}

#navigation a:active, a.active {
color:#33CCFF;
font-weight:bold;
}

#navigation a  {
color:#777;
}

.menu li {
float:left;
padding:5px 15px;
font-size:110%;
color:#010101;
}

.menu2	{
display:inline;
}

.menu2 li {
float:left;
padding:5px 15px;
font-size:110%;
color:#010101;
}

.rightimage 	{
float:right;
padding-left:30px;
clear:right;
}

.leftimage 	{
float:left;
padding-right:30px;
clear:left;
}

p.inline  {
line-height:0;
padding-bottom:0;
