﻿/* General styles */
html, body {
    margin:0;
    padding:0;
    height:100%;
}

body{
    border:0;			/* This removes the border around the viewport in old versions of IE */
    width:100%;
    min-width:600px;    /* Minimum width of layout - remove line if not required */
						/* The min-width property does not work in old versions of Internet Explorer */
	font-size:90%;
	background-color:#CCCCCC;
}
a {
	color:#F47D24;
	text-decoration:none;
}
a:hover {
	color:#F47D24;
	text-decoration:underline;
	
}
a:visited{
	color:#F47D24;
}
h1, h2, h3 {
	font-size:1.25em;
	font-family:helvetica;
    margin:.8em 0 .2em 0;
    padding:0;
}
p {
	font-family:Arial, Verdana, sans-serif;
	font-size:1em;
	line-height:1.4em;
    margin:.4em 0 .8em 0;
    padding:0;
}

.dotSeparated{
	border-top: 1px dotted #F47D24;
}
/* Container Styles */
#container{
	min-height:100%;
	height:auto;
	max-width:1024px;
	min-width:1024px;
	margin: 0px auto 0px;	
	background-color:#FFFFFF;
}
/* Header styles */
#header 
{
    clear:both;
    float:left;
    width:100%;
}
#header{	
	/*border-bottom:1px solid #BCBDC0;*/
}

#header .headerTitle{
	background-color:#fff;
	height:55px;
	padding:0 0 0 120px;
	margin:0 0 0 0;
}
#header .menuSpacer{
	width:300px;
	height:100%;
	float:left;
}
#header .headerMainMenu{
	background-image:url(../images/nav-bg.gif);
	height:33px;	
}
#header .headerMenuDivider{
	background-image:url(../images/purple_toolbar.png);	
	height:17px;
	font-height:.5em;
}

#header .headerSubMenu{
	padding:5px 0 0 120px;
	font-family:arial;
	background-color:#fff;
	margin:0 0 0 0;
}

#header .headerMenuDivider ul {
    clear:left;
    float:left;
    width:100%;
    margin:2px 0 0 90px;
    padding:0;
}
#header .headerMenuDivider ul li {
    display:inline;
    font-family:arial;
    font-weight:bold;
    font-size:.8em;
    margin:0;
    padding:0;
}

#header .headerMenuDivider ul li a {
    display:block;
    float:left;
    margin:0 0 0 0px;
    padding:0px 10px;
    text-align:center;
    color:#fff;
    text-decoration:none;
    position:relative;
    left:15px;
	line-height:1em;
}

#header .headerMenuDivider ul li a:hover {
	background:none;
	color:#000;
}

#header p,
#header h1,
#header h2 {
    padding:.4em 15px 0 15px;
    margin:0;
}

#header .headerMainMenu ul {
    clear:left;
    float:left;
    width:100%;    
    margin:10px 0 0 300px;
    padding:0;
}
#header .headerMainMenu ul li {
    display:inline;
    font-family:arial;
    font-weight:bold;
    font-size:.8em;
    margin:0;
    padding:0;
}

#header .headerMainMenu ul li a {
    display:block;
    float:left;
    margin:0 0 0 1px;
    padding:2px 10px;
    text-align:center;
    color:#000;
    text-decoration:none;
    position:relative;
    left:15px;
	line-height:1.3em;
}
#header .headerMainMenu ul li.selected a {
	color:#F47D24;
}

#header .headerMainMenu ul li a:hover {
	color:#F47D24;
}

#header .headerMainMenu ul li a.active,
#header .headerMainMenu ul li a.active:hover {
    color:#fff;
    background:#000;
    font-weight:bold;
}
#header ul li a span {
    display:block;
}

/* column container */
.colmask {
	position:relative;		/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	
	width:100%;			/* width of whole page */
	overflow:hidden;	/* This chops off any overhanging divs */
	background-image: url(../images/top_gradient.png); 
	background-repeat: no-repeat;
	background-color: #fff;/*use off-white color to see mask*/
}
/* common column settings */
.colright,
.colmid,
.colleft {
	float:left;
	width:100%;				/* width of page */
	position:relative;
}
.col1,
.col2,
.col3 {
	float:left;
	position:relative;
	padding:1.5em 0 0 0;	/* no left and right padding on columns, we just make them narrower instead 
							only padding top and bottom is included here, make it whatever value you need */
	overflow:visible;
}

.col2 img,
.col3 img{
	margin-bottom:0;
}

.col2 object,
.col3 object{
	margin-bottom:0;
}
/* 3 Column settings */
.threecol {
	/*background:#eee;*/		/* right column background colour */
}
.threecol .colmid {
	right:25%;				/* width of the right column */
	background:#fff;		/* center column background colour */
	/*border-right:1px solid #BCBDC0;*/
}

.threecol .colleft {
	right:47%;				/* width of the middle column */
	height:100%;
	background-image: url(../images/top_gradient.png); /*use off-white color to see mask*/
	background-repeat: no-repeat;
	background-color: #fff;	/* left column background colour */
	/*border-right:1px solid #BCBDC0;*/
}
.threecol .col1 {
	width:40%;				/* width of center column content (column width minus padding on either side) */
	left:102%;				/* 100% plus left padding of center column */
	text-align:justify;
	bottom:0;
}
.threecol .col2 {
	width:21%;				/* Width of left column content (column width minus padding on either side) */
	left:38%;				/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
}
.threecol .col3 {
	width:21%;				/* Width of right column content (column width minus padding on either side) */
	left:84%;				/* Please make note of the brackets here:
							(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
}

.newsHeader {
	font-size:.8em;
	font-weight:bold;
	font-family:arial;
	margin-bottom:5px;
}
.newsBrief {
	font-size:.8em;
	font-family:arial;
}


#sitemap {
	bottom:2em;
	clear:both;
	float:left;
	position:relative;
	font-size:1em;
	font-family:arial;
	padding-top:10px;
	margin-right:60px;
}
#sitemap ul {
    width:100%;
    list-style:none;
    margin:0;
    padding:0;
}
#sitemap ul li {
    display:inline;
    list-style:none;
    font-family:arial;
    font-weight:bold;
    font-size:.8em;
    margin:0;
    padding:0;
}

#sitemap ul li a {
    display:block;
    float:left;
    margin:0 0 0 0px;
    padding:0px 10px;
    text-align:center;
    color:#F47D24;
    text-decoration:none;
    position:relative;
    left:0;
	line-height:1em;
}

#sitemap ul li a:hover {
	background:none;
	color:#000;
}

/* Footer styles */
#footer {
    clear:both;
    float:left;
    width:100%;
	height:35px;
}
#footer p {
    margin:0;
    text-align:center;
    font-family:Arial;
    font-size:.8em;
}

#footer .copyright p {
    font-family:Arial;
    font-size:.8em;
}

