/* ---[ common elements ]--------------------- */

body {
margin: 0px 0px 0px 0px;
padding: 15px 0px 15px 0px;
font: Arial, Helvetica, sans-serif;
font-size: 62.5%;
color: #000;
text-align:center;
background: #fff;
background: url(../images/repeat.gif);
}

h1 {
background: url(../images/header.gif) no-repeat;
text-indent: -2000px;
width: 900px;
height: 163px;
margin: 0;
font: 0px Arial, Helvetica, sans-serif;
}

h2 {
font: bold 1.8em Arial, Helvetica, sans-serif;
color: #6992b4;
}

h3 {
font: bold 1.5em Arial, Helvetica, sans-serif;
color: #6992b4;
}

p {
font: 1.4em Arial, Helvetica, sans-serif;
color: #3d5365;
}


.small {
font: 1.2em Arial, Helvetica, sans-serif;
color: #3d5365;
}

.xsmall {
font: 1.0em Arial, Helvetica, sans-serif;
color: #3d5365;
}


.action a {
	margin: 0px;
	padding: 4px 40px 4px 40px;
	font-size: 22px;
	color: #fff;
	border: 2px solid #3d5365;
	background: url(../images/action_bg.png) repeat-x bottom;
}

.action a:hover {
	margin: 0px;
	padding: 4px 40px 4px 40px;
	font-size: 22px;
	color: #fff;
	border: 2px solid #3d5365;
	background: url(../images/action_bg_hover.png) repeat-x bottom;
}

hr {
background-color: #dbdbdb;
color: #dbdbdb;
height: 1px;
}

.clear {
clear: both;
}

/* ---[ container ]--------------------- */

#container {
width: 900px;
margin: 0px;
padding: 0px;
border: 2px solid #6992b4;
}

/* ---[ header ]--------------------- */

#header {
width: 900px;
height: 163px;
margin: 0;
padding: 0;
border-bottom: 2px solid #6992b4;
}

/* ---[ nav ]--------------------- */

#nav {
margin: -20px 0px 0px 0px;
padding: 0px;
font: 1.5em Arial, Helvetica, sans-serif;
color: #ff9933;
}

#nav li{
display: inline;
list-style: none;
padding: 8px;
}

#nav a {
text-decoration: none;
color: #ff9933;
}

#nav a:hover {
text-decoration: none;
color: #ce7a25;
}

/* ---[ content ]--------------------- */

#video {
float: left;
padding: 10px 0px 0px 10px;
margin: 0px;
}

#copy {
float: right;
width: 350px;
height: 301px;
margin: 10px 10px 0px 0px;
padding: 10px 10px 0px 10px;
text-align: left;
background: url(../images/copy_bg.gif);
}

#copy p {
font: 1.5em;
}

#copy a {
color: #3d5365;
text-decoration: underline;
}


#copy ul {
color: #3d5365;
}

#copy li {
font: 1.2em Arial, Helvetica, sans-serif;
color: #3d5365;
}

#copy h2 {
margin: 0px;
padding: 0px;
}

#left {
float: left;
width: 420px;
height: 150px;
padding: 0px 10px 0px 5px;
margin: 15px 0px 0px 10px;
text-align: left;
background: url(../images/bottom_bg.gif);
}

#left img{
padding: 0px 5px 0px 0px;
}

#left a {
color: #ff9933;
text-decoration: none;
}

#right {
float: right;
width: 420px;
height: 150px;
padding: 0px 10px 0px 5px;
margin: 15px 10px 0px 0px;
text-align: left;
background: url(../images/bottom_bg.gif);
}

#right img{
padding: 0px 5px 0px 0px;
}

#right a {
color: #ff9933;
text-decoration: none;
}

#smalllist li{
	font: .9em Arial, Helvetica, sans-serif;
	color: #3d5365;
}
#smalllist ul{
	margin-top: 0px;
    margin-bottom: 0px;
}
/* ---[ footer ]--------------------- */

#bottom {
margin: 0px;
padding: 0px 10px;
width: 880px;
text-align: left;
}

#bottom a {
text-decoration: none;
color: #ff9933;
font: bold 1.4em Arial, Helvetica, sans-serif;
}

#footer {
width: 900px;
height: 20px;
padding: 0px 10px;
clear: both;
}

#footer_links {
margin: -30px 0px 0px 670px;
padding: 0px;
font: 1.2em Arial, Helvetica, sans-serif;
color: #3d5365;
}

#footer_links li{
display: inline;
list-style: none;
padding: 3px;
}

#footer_links a {
text-decoration: none;
color: #3d5365;
}

#footer_links a:hover {
text-decoration: none;
color: #ce7a25;
}