﻿/* General styles */
body {
	margin:0;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
	background:#fff;
	min-width:800px;		/* 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%;
	font-family: "Helvetica Neue",Helvetica,Arial,"Lucida Grande",Sans-Serif;
}
a {
	color:#369;
	text-decoration:none;
}
a:hover {
	color:#fff;
	background:#369;
	text-decoration:none;
	padding:3px 0px;
}
h1, h2, h3 {
	margin:.2em 0 .1em 0;
	padding:6px 0 2px 0;
	font-family: "Helvetica Neue",Helvetica,Arial,"Lucida Grande",Sans-Serif;
}
h1	{
	position: relative;
	color:#000000;
}
h2	{
	margin:.5em 0 .3em 0;
}
h3	{
	border-top:2px solid #606060;
	color:#369;
	clear:both;
}
p {
	margin:.4em 0 .8em 0;
	padding:0;
}
.more {  
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size: xx-small; 
}
span.full_width img{
	border:1px solid #aaa;
	width: 99%;
}
span.logo{
    margin:8px 10px 2px 0;
    position:relative; 
    float:left;
    width: 30px;
}

span.left_65 img{
    border: 2px solid #aaa;
    margin: 5px 15px 10px 0;
    position: relative;
    float: left;
    width: 65%;
}
span.right_30 img{
    border: 2px solid #aaa;
    margin: 5px 0 10px 15px;
    position: relative;
    float: right;
    width: 30%;
}
span.left_people img{
    border: 2px solid #aaa;
    margin:.2em 0 .8em 0;
    position:relative;
    float:left;
    width: 90%;
}
table.width_100{
    width:100%;
}
td.width_15{
    vertical-align:top;
    width:15%;
}
td.width_35{
    vertical-align:top;
    width:35%;
    font-size:75%;
}
/* Header styles */
#header img{
	width: 100%;
	position: relative;
	margin:0 0 0 0;
}
#header {
	clear:both;
	float:left;
	width:100%;
	background-color:#d0d0d0;
}
#header {
	border-bottom:1px solid #666;
}
#header h1 {
	padding-top: 50px;
	padding-left: 120px;
	margin:5px 0 0 0;
	padding:0
}
#header h3 {
	border-top:none;
	display:block;
	text-align:right;
	margin:6px 0 0 0;
	padding:0 10px 0 0;
	font-style: italic;
	color:#6A798D;
}
#header ul {
	font-size:90%;
	clear:left;
	float:left;
	width:95%;
	list-style:none;
	margin:0;
	padding:5px 0 0 15px;
}
#header ul li {
	display:inline;
	list-style:none;
	margin:0;
	padding:0;
}
#header ul li a {
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
	display:block;
	float:left;
	margin:0 0 0 2px;
	padding: 4px 8px;
	text-align:center;
	background:#d0d0d0;
	color:#000;
	position:relative;
}
#header ul li a:hover {
	background:#999999;
	color:#fff;
}
#header ul li a.active,
#header ul li a.active:hover {
	color:#fff;
	background:#6A798D;
	/*font-weight:bold;*/
}
#header ul li a span {
	display:block;
}
/* 'sub_header' sub menu */
#sub_header {
    text-align:right;
	clear:both;
	border-top:4px solid #6A798D;
	background:#eee;
	margin:0;
	color:#999;
	padding:5px 5px;
}

#sub_header a
{
    text-decoration: none;
    color: #666666;
    padding: 0 5px;
    font-weight: bold;
}

#sub_header a:hover {
	background:#eee;
	color:#369;
}

/* 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 */
}
/* common column settings */
.colright,
.colmid,
.colleft {
	float:left;
	width:100%;			/* width of page */
	position:relative;
}
.col1,
.col2,
.col3 {
	float:left;
	position:relative;
	padding:0 0 1em 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:hidden;
}
/* 3 Column settings */
.threecol {
	background:#E8E8E8;		/* right column background colour */
}
.threecol .colmid {
	right:25%;			/* width of the right column */
	background:#fff;		/* center column background colour */
}
.threecol .colleft {
	right:50%;			/* width of the middle column */
	background:#F0F0F0;	/* left column background colour */
}
.threecol .col1 {
	width:46%;			/* width of center column content (column width minus padding on either side) */
	left:102%;			/* 100% plus left padding of center column */
}
.threecol .col2 {
	width:21%;			/* Width of left column content (column width minus padding on either side) */
	left:31%;			/* 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:85%;			/* 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) */
}
.threecol img{
	width: 100%;
	position: relative;
	margin:0 0 0 0;
}
/* Footer styles */
#footer {
	clear:both;
	float:left;
	width:100%;
	border-top:1px solid #000;
}
#footer p {
	padding:10px;
	margin:0;
}

