/*********** Main Body ***********/

html, body {
font-family:  Arial, Verdana, Helvetica, sans-serif;
font-size: 12px;
margin: 0;
background: #FFFFFF;
background-image: url(images/body_bg.gif);
background-position: center;
background-repeat: repeat-y;
}

/*********** Main Container ***********/

#container {
position: relative;
width: 759px;
margin: 0 auto;
}

html>body #container {
position: relative;
width: 760px;
margin: 0 auto;
}

/*********** General H Styling ***********/

h1 {
margin-bottom: -15px;
}

h2 {
font-size: 20px;
}

h3 {
font-size: 16px;
background-color: #e0e0e0;
padding-top: 3px;
padding-bottom: 3px;
padding-left: 10px;
}

/*********** HR ***********/

hr {
height: 1px;
background-color: #cccccc;
border: none;
}

/*********** Logo ***********/

#logo {
position: absolute;
top: 20px;
left: auto;
width: 300px;
height: 75px;
background-image: url(images/logo_bg.gif);
background-repeat: no-repeat;
}

/*********** Header Image ***********/

#header {
position: absolute;
top: 140px;
left: 30px;
width: 700px;
height: 464px;
background-image: url(images/header_bg.jpg);
background-repeat: no-repeat;
}


/*********** Navigation ***********/

#nav {
position: absolute;
width: 700px;
height: 31px;
top: 110px;
left: 30px;
background: #000000;
}

#nav ul {
position: relative;
top: 0px;
left: 0px;
display: inline;
}

html>body #nav ul {
position: relative;
top: 0px;
left: 0px;
display: inline;
}

#nav ul, #nav li {
list-style-type: none;
padding: 0px;
margin: 0px;
display: inline;
}

#nav li a {
display: inline;
color: #FFFFFF;
background-color: #000000;
text-decoration: none;
height: 30px;
margin-left: 0px;
padding-left: 15px;
padding-right: 25px;
padding-top: 7px;
padding-bottom: 6px;
line-height: 2em;
font-size: 16px;
font-weight: bold;
}

html>body #nav li a {
display: inline;
color: #FFFFFF;
background-color: #000000;
text-decoration: none;
height: 36px;
margin-left: 0px;
padding-left: 15px;
padding-right: 25px;
padding-top: 6px;
padding-bottom: 6px;
line-height: 2em;
font-size: 16px;
}

#nav li a:hover {
background-color: #000000;
color: #00B051;
}

#nav li#training a {
color: #FF148E;
padding-left: 105px;
}

#nav li#training a:hover {
color: #960099;
}

#nav li#training a#current {
color: #960099;
}

/*********** Current Page ***********/

li#current a:link {
background-color: #000000;
color: #00B051;
}

li#current a:visited { 
background-color: #000000;
color: #00B051;
}

/*********** Left Content & Footer ***********/

#leftcontent {
position: absolute;
top: 620px;
left: 30px;
width: 450px;
}

#leftcontent h2 {
color: #696969;
}

#leftcontent ul#registration {
padding: 0px;
margin: 0px;
list-style-type: none;
}

#leftcontent ul#registration li a {
display: block;
padding-top: 2px;
padding-bottom: 2px;
padding-left: 15px;
color: #FFFFFF;
background-color: #ACACAC;
text-decoration: none;
}

#leftcontent ul#registration li a:hover {
background-color: #00B04E;
}

table.rates {
border: 1px solid #696969;
width: 400px;
}

table tr td.first {
border-right: 1px solid #696969;
}

tr.label {
font-weight: bold;
font-size: 12px;
}

tr.label td {
border-bottom: 1px solid #696969;
background-color: #CCCCCC;
}

tr.head td {
font-weight: bolder;
padding: 5px;
background-color: #00B051;
border: 1px solid #696969;
font-size: 14px;
color: #ffffff;
}

tr.data td {
border-bottom: 1px solid #696969;
padding-right: 5px;
padding-left: 5px;
padding-top: 3px;
}

tr.datalast td {
padding-right: 5px;
padding-left: 5px;
padding-top: 3px;
}

tr.data2 td {
padding-right: 5px;
padding-left: 5px;
padding-top: 3px;
}

tr.label td {
padding-right: 5px;
padding-left: 5px;
padding-top: 3px;
}

tr td.add {
border-bottom: 1px solid #696969;
padding: 5px;
font-style: italic;
font-size: 10px;
}

tr td.request {
padding: 5px;
font-style: italic;
font-size: 10px;
}

#footer {
position: relative;
left: auto;
margin-top: 25px;
margin-bottom: 35px;
}

#footer h2 {
font-size: 9px;
color: #CCCCCC;
}

#footer h2 a:link {
color: #CCCCCC;
}


#footer h2 a:visited {
color: #CCCCCC;
}

#footer h2 a:hover {
color: #00B04E;
}


/*********** Right Content ***********/

#rightcontent {
position: absolute;
top: 630px;
left: 525px;
width: 200px;
text-align: right;
}

#rightcontent h2 {
font-size: 16px;
color: #696969;
line-height: 16px;
}

#rightcontent h2 a:link {
text-decoration: none;
color: #696969;
}

#rightcontent h2 a:visited {
text-decoration: none;
color: #696969;
}

#rightcontent h2 a:hover {
text-decoration: none;
color: #00B051;
}

/*********** Product Navigation ***********/

#rightcontent ul, #rightcontent li {
list-style-type: none;
margin: 0px;
padding: 0px;
}

#rightcontent li a:link {
text-decoration: none;
color: #ACACAC;
}

#rightcontent li a:visited {
text-decoration: none;
color: #ACACAC;
}

#rightcontent li a:hover {
text-decoration: none;
color: #00B04E;
}

/********** Rates Page Italic ***********/

p#italic {
font-style: italic;
}
