/*******************************************************************************
   Page Setup
*******************************************************************************/
* {
	margin: 0;
	padding: 0;
   	}

:focus {
	outline: 0;
	}

html {
	
	}

body {
	background-color: #000000;
	text-align: center;
   	}

div#container {
	width: 1000px;
	margin: 70px auto 70px auto;
	background: url(../images/bkgrd/container_bkgrd.gif) top center repeat-y;
	text-align: left;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	border-top: 20px solid #FFFFFF;
	border-bottom: 20px solid #FFFFFF;
	}
	
div#header {
	width: 960px;
	height: 90px;
	margin: 0 20px 0 20px;
	}
	
div#nav {
	width: 1000px;
	height: 55px;
	}

div#main {
	float: left;
	padding: 15px 10px 0 30px;
	}
	
div#content {
	background: url(../images/bkgrd/content_bkgrd.gif) top left repeat-y;
	padding: 20px 30px 20px 30px;
	line-height: 1.46em;
	}
	
div#sidebar {
	float: left;
	margin-top: 15px;
	}

div#footer {
	width: 940px;
	background: url(../images/bkgrd/footer_bkgrd.gif) top center no-repeat #FFFFFF;
	margin-top: 9px;
	padding: 0 30px 0 30px;
	}

/*******************************************************************************
	Header
*******************************************************************************/
a#download {
	float: left;
	width: 185px;
	height: 70px;
	margin: 11px 0 0 11px;
	}

a#logo {
	float: left;
	width: 226px;
	height: 60px;
	margin: 16px 153px 0 169px;
	}
	
a#register {
	float: left;
	width: 205px;
	height: 70px;
	margin: 11px 11px 0 0;
	}

/*******************************************************************************
	Nav
*******************************************************************************/
ul#main_nav {
	list-style: none;
	}
	
ul#main_nav li {
	float: left;
	}
	
ul#main_nav li a {
	display: block;
	width: 166px;
	height: 25px;
	background-color: #000000;
	border-bottom: 5px solid #F47D31;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 27px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	}
	
ul#main_nav li.first a {
	width: 168px;
	}
	
ul#main_nav li.last a {
	width: 168px;
	}
	
ul#main_nav li.active a {
	background-color: #F47D31;
	}
	
ul#main_nav li a:hover {
	background-color: #F47D31;
	}

/*******************************************************************************
	Content
*******************************************************************************/
#content,
#content * {
	font-family: Arial, sans-serif;
	color: #000000;
	}

#content h1 {
	color: #005B8A;
	font-size: 1.7em;
	font-weight: lighter;
	text-transform: uppercase;
	line-height: 1.0em;
	}
	
#content h1 strong {
	color: #005B8A;
	font-weight: bold;
	}

#content h2 {
	color: #000000;
	font-size: 1.2em;
	font-weight: bold;
	padding-top: 1.0em;
	}

#content h3 {
	color: #005B8A;
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
	}

#content h4 {
	color: #666666;
	font-size: 1.0em;
	font-weight: bold;
	}

#content p {
	padding-top: 1.0em;
	}

#content p.center {
	text-align: center;
	}
	
#content p.indent {
	margin-left: 1.75em;
	}
	
#content a {
	color: #005B8A;
	text-decoration: none;
	}
	
#content a:hover {
	text-decoration: underline;
	}

#content ul {
	margin-left: 1.75em;
	padding-top: 1.0em;
	}

#content ul.indent_list {
	list-style: none;
	margin-left: 2.75em;
	}

#content ol {
	margin-left: 2.0em;
	padding-bottom: 0.5em;
	}

/*******************************************************************************
	Sidebar
*******************************************************************************/
#sidebar,
#sidebar * {
	font-family: Arial, sans-serif;
	color: #000000;
	}
	
#sidebar h1 {
	color: #005B8A;
	font-size: 1.7em;
	font-weight: lighter;
	text-transform: uppercase;
	line-height: 1.0em;
	}

#sidebar h1 strong {
	color: #005B8A;
	font-weight: bold;
	}

#sidebar p {
	padding-bottom: 1.0em;
	line-height: 1.46em;
	}
	
#sidebar ul {
	margin-left: 1.4em;
	padding-bottom: 1.0em;
	}
	
#sidebar div.hr {
	width: 260px;
	height: 5px;
	background: url(../images/bkgrd/hr_bkgrd.gif) top center no-repeat;
	margin: 15px 0 15px -30px;
	font-size: 1px;
	}

#sidebar div.hr-contact {
	width: 260px;
	height: 5px;
	background: url(../images/bkgrd/hr_bkgrd.gif) top center no-repeat;
	margin: 7px 0 15px -30px;
	font-size: 1px;
	}
	
/*******************************************************************************
	Footer
*******************************************************************************/
div#address {
	float: left;
	}

div#lacaille {
	float: right;
	width: 155px;
	}
	
div#lacaille p, div#address p {
	color: #FFFFFF;
	font-size: 10px;
	line-height: 39px;
	}

div#lacaille a {
	color: #FFFFFF;
	text-decoration: none;
	}

div#lacaille a:hover {
	text-decoration: underline;
	}
	
div#partners {
	width: 940px;
	padding-top: 21px;
	text-align: center;
	}

div#partners img {
	margin-right: 25px;
	}
	
div#partners img.last {
	margin-right: 0px;
	}
	
div#partners p {
	margin-top: 17px;
	font-size: 9px;
	text-transform: uppercase;
	}

/*******************************************************************************
	Cleaner
*******************************************************************************/
div.cleaner {
	clear: both;
	line-height: 0;
	font-size: 1px;
	height: 0;
	}
