/*
	Table of Contents: 
		import navigation
		layout
		colours, typography & links
		misc
		background: #b8a584 url(bg.gif);
		border:7px solid #FFFFFF;
*/

/* import navigation
----------------------------------------------- */

@import '../css/nav.css';

/* layout
----------------------------------------------- */

body
{
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	color: #6F7BA5;
	background : #e7eff5 url('../images/bg.gif') repeat-x 0 0;
	margin: 0; padding: 30px 0 25px 0;
}
div#container
{
	width: 823px;
	margin: 0 auto;
	background: #fff;
	overflow: auto;
	border:7px solid #FFFFFF;
}
div#header
{

	width: 783px;
	height: 38px;
	padding: 0 20px 0 20px;
	line-height: 38px;
	background: url(header.gif) no-repeat;
	color: #8a6c43;
}
h1#banner
{
	width: 823px;
	height: 165px;
	background: url(../images/odtbanner.jpg) no-repeat;
	text-indent: -9999px;
}
div#nav_holder
{
	width: 100%;
	height: 37px;
	background: url(nav_bg.gif) repeat-x;
}
	div#nav_below
	{
		width: 823px;
		height: 20px;
		background: url(../images/border1.gif) repeat-x top;
	}

/* Styles for the main content */
#contents {
    clear: both;
    margin: 5px auto;
    width:100%;
    background-color: #FFF;
}

#secondpagecontents {
    clear: both;
    margin: 0px auto;
    width:100%;
    background-color: #FFF;
    border-top: 3px solid #455A79;
    padding-top: 5px;
}

#leftcontainer { 
	float: left;
	width:70%; 
}

#rightcontainer { 
	float: right;
	width:29%; 
}

.WrapText
{
	float:left;
	margin: 10px;
	padding: 5px;
	border:1px solid #455A79;
	background:#D1D9E4;
}

/*Styles for the left columm. */
#leftcontainer  h2
{
	margin:0 auto;
	padding:5px 0 5px 10px;
	background-color:#D1D9E4;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	text-align: left;
	color:#455A79;
	font-size: 12px;
	font-weight: bold;
}


#leftcontainer p
{
	margin: 5px;
	padding: 0 0 5px 5px;
	background-color:inherit;
	line-height: 1.5em;
	font-family: Arial, Verdana, Helvetica, Tahoma, sans-serif;
	text-align: justify;
	color: #494949;
	font-size: 11px;
}

#leftcontainer a
{
	background-color:inherit;
	text-decoration: none;
	color: #000066;
}

#leftcontainer a:hover
{
	background-color:inherit;
	text-decoration: underline;
	color: #000066;
}

/*Styles for the right columms. */
.rightcontents
{
	margin: 0px auto 10px auto;
	background-color:#FFF;
	line-height:1.1em;
	text-align: left;
}

.rightcontents h2
{
	margin:0 auto;
	padding:5px 0 5px 10px;
	background-color:#D1D9E4;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	text-align: left;
	color:#455A79;
	font-size: 100%;
}

.rightcontents p
{
	padding:5px 10px 5px 10px;
	margin: 0 0 15px 0;
	font-family: Arial, Verdana, Helvetica, Tahoma, sans-serif;
	text-align: left;
	background-color:inherit;
	color: #494949;
	font-size: 90%;
}

.rightcontents p a
{
	background-color:inherit;
	text-decoration: none;
	color: #000066;
}

.rightcontents p a:hover
{
	background-color:inherit;
	text-decoration: underline;
	color: #000066;
}

/*Styles for Quick links. */
.rightcontents ul
{
	margin-top: 5px;
	margin-bottom: 5px;
}

.rightcontents ul li
{
	list-style-type: square;
	padding-bottom: 5px;
}

.rightcontents ul li a
{
	font-family: Arial, Verdana, Helvetica, Tahoma, sans-serif;
	text-align: left;
	font-size: 77%;
	background-color:inherit;
	text-decoration: underline;
	color: #000066;
}

.rightcontents ul li a:hover
{
	background-color:inherit;
	color: #455A79;
}


div#content
{
	width: 777px;
	margin: 0 auto;
}
	div#left
	{
		width: 224px;
		float: left;
	}
	div#right
	{
		width: 100%;
		float: right;
		line-height: 19px;
	}
.left_header
{
	width: 204px;
	height: 32px;
	line-height: 32px;
	padding: 0 0 0 20px;
	background: url(left_header.gif) no-repeat;
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
}
	.left_content
	{
		width: 194px;
		margin: 0 auto;
		padding: 20px 0 10px 0;
		font-weight: bold;
	}
.right_header
{
	width: 100%;
	height: 44px;
	line-height: 44px;
	padding: 0 0 0 20px;
	background: url(right_header.jpg) no-repeat;
	color: #ce8f46;
	font-size: 19px;
}
	.right_content
	{
	width: 767px;
	padding: 20px 0 20px 10px;
	background: #ede7cf;
	line-height: normal;
	}
	.right_footer
	{
		width: 100%;
		height: 6px;
		background: url(right_footer.jpg) no-repeat;
		margin: 0;
	}
div#footer
{
	height: auto;
	padding-top: 45px;
	background: #fff url('../images/border2.gif') repeat-x 0em 2.5em;
	width: 100%;
}

#footer .left
{
left: 2.0em;
bottom: 1.2em;
}

#footer .right
{
right: 2.0em;
bottom: 1.2em;
}

/* colours, typography & links
----------------------------------------------- */

.header
{
	font-size: 18px;
	color: #ce8f46;
	padding: 0; margin: 0 0 8px 0;
}

a
{
	color: #948161;
	text-decoration: none;
}
a:hover
{
	color: #948161;
	text-decoration: underline;
}

/* misc
----------------------------------------------- */

img
{
	border: 0;
}
.alignleft
{
	float: left;
}
.alignright
{
	float: right;
}
.tableleft
{
margin:10px;
}
h1, h2, h3, h4, h5, h6
{
	margin: 0; padding: 0;
}
/**************** Top Nav Classes *****************/
#homePage #topNav {
	background-image: url(../images/topnav_background.jpg);
	background-repeat:repeat-x;	
	border-top: 1px solid #F1F0EE; /* Global Gray Light */
	border-bottom: 1px solid #F1F0EE; /* Global Gray Light */		
	padding: 10px 15px;	
	background-color: #6E7AA3; /* Border Light */
	color: #FFFFFF; /* Global White */
}

#subPage #topNav {
	padding: 0px 15px;	
	text-align: right;
	color: #FFFFFF; /* Global White */	
}

#topNav table, #topNav ul {
  float: right;
}
#SAW_TopNavigation, #SAW_TopNavigation_LCap, #SAW_TopNavigation_RCap, #SAW_TopNavigation_Background {
  float: right;
}
