/* --------------------------------------------------------------
   Styles For All Layouts - The Perfect Liquid Layouts
    -------------------------------------------------------------- */

/* -------------------------------------------------------------- 
    I. Global 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: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: small;
	}
	
	a {
		color:blue;
		text-decoration: underline;
	}
	
	a:hover {
		color:#fff;
		background:#369;
		text-decoration:underline;
	}
	
	a:visited { color: #800080; text-decoration: underline; }
	
	p {
		margin:.4em 0 .8em 0;
		padding:0;
	}
	
	p.center {text-align:center }
	
	
	/* Header styles
	-------------------------------------------------- */
	#header {
	clear: both;
	float: left;
	width: 100%;
	height:13em;
	background:#FFA040 url(../Images/front2.jpg) bottom right no-repeat;
	border-bottom:0px solid #000;
	}
	
	#header p,
	#header h1,
	#header h2,
	#header h3,
	#header h4,
	#header h5 {
		padding:.4em 15px 0 15px;
		margin:0;
	}
	
	#header h1 {
		color: blue;
	}
	
	#header h5 {
		color: #FFFFC0;
	}
	
	#header ul {
		clear:left;
		float:left;
		width:100%;
		list-style:none;
		margin:10px 0 0 0;
		padding:0;
	}
	#header ul li {
		display:inline;
		list-style:none;
		margin:0;
		padding:0;
	}
	#header ul li a {
		display:block;
		float:left;
		margin:0 0 0 1px;
		padding:3px 10px;
		text-align:center;
		background:#E0F0FF;
		color:#000;
		text-decoration:none;
		position:relative;
		left:15px;
		line-height:1.3em;
	}
	#header ul li a:hover {
		background:#369;
		color:#fff;
	}
	#header ul li a.active,
	#header ul li a.active:hover {
		color:#fff;
		background:#000;
		font-weight:bold;
	}
	#header ul li a span {
		display:block;
	}

/* 'widths' sub menu 
----------------------------------------------------- */
	#headersub {
		clear:both;
		background:#eee;
		border-top:4px solid #000;
		margin:0;
		padding:6px 15px !important;
		text-align:right;
	}

/* Footer styles
---------------------------------------------------- */
	#footer {
	clear: both;
	float: left;
	width: 100%;
	border-top: 1px solid #000;
	padding: 1em;
	line-height: .1em;
	text-align: center;
}
	#footer p {
		padding:10px;
		margin:0;
	}
	
	/* -------------------------------------------------------------- 
  II. Typography
-------------------------------------------------------------- */

/* Default fonts and colors. */
body,h1,h2,h3,h4,h5,h6,p,ul,ol,dl,input,textarea { font-family: Helvetica, Arial, sans-serif; }


/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: bold; }

h1 { font-size: 350%; line-height: 2; margin:.8em 0 .2em 0; padding:0; }
h2 { font-size: 200%; margin:.8em 0 .2em 0; padding:0; }
h3 { font-size: 180%; line-height: 1; margin:.8em 0 .2em 0; padding:0; }
h4 { font-size: 150%; line-height: 1.25; margin:.8em 0 .2em 0; padding:0; color: #0A246A;}
h5 { font-size: 130%; margin:.8em 0 .2em 0; padding:0;}
h6 { font-size: 100%; margin:.8em 0 .2em 0; padding:0;}

/* Text elements
-------------------------------------------------------------- */

ul, ol { margin: 0 1.5em 1.5em 1.5em; }
ol { list-style-type: decimal; }
ul li { font-size: 90% }

.note { font-size: 80% }

dl { margin: 0 0 1.5em 0; }
dl dt { font-weight: bold; }
dl dd { margin-left: 1.5em; }

abbr, acronym { border-bottom: 1px dotted #000; }
address { margin-top: 1.5em; font-style: italic; }
del { color: #000; }

strong { font-weight: bold; }
em, dfn { font-style: italic; }
dfn { font-weight: bold; }
pre, code { margin: 1.5em 0; white-space: pre; }
pre, code, tt { font: 1em monospace; line-height: 1.5; } 
tt { display: block; margin: 1.5em 0; line-height: 1.5; }

/* -----------------------------------------------------------
III. Other Elements
-------------------------------------------------------------- */

/* Tables
-------------------------------------------------------------- */

table { margin-bottom: 1.4em; }
th { border-bottom: 2px solid #ddd; font-weight: bold; }
td { border-bottom: 1px solid #ddd; }
th,td { padding: 4px 10px 4px 0; }
tfoot { font-style: italic; }
caption { background: #ffc; }

/* Images
-------------------------------------------------------------- */

img.imageleft {
float:left;
margin:5px 15px 6px;
padding:5px;
}

img.imageright {
float:right;
margin:5px 15px 6px;
padding:5px;
}

/* Some default classes
-------------------------------------------------------------- */

.quiet { color: #999; }

.hide { display: none; }
.highlight { background: #ffc; }

.top { margin-top: 0; padding-top: 0; }
.bottom { margin-bottom: 0; padding-bottom: 0; }

/* -------------------------------------------------------------- 
   Forms
-------------------------------------------------------------- */

label { font-weight: bold; }

/* Fieldsets */
fieldset { padding: 1.4em; margin: 0 0 1.5em 0; border: 1px solid #ddd; }
legend { padding: 0 .4em; font-weight: bold; font-size: 1.2em; }

/* Textareas */
textarea { margin: 0.5em 0.5em 0 0; padding: .4em; }

/* -------------------------------------------------------------- 
   IV. Navigation
-------------------------------------------------------------- */
#navlist
{
	padding: 0 1px 1px;
	margin-left: 4.5%;
	margin-top: 1.4em;
	font: bold 100% Verdana, sans-serif;
	font-size:110%;
	background: #0A246A;
	width: 90%;	
}

#navlist li
{
list-style: none;
margin: 0;
border-top: 1px solid #0A246A;
text-align: left;
}

#navlist li a
{
	display: block;
	padding: 0.25em 0.5em 0.25em .75em;
	background: #FBAF78;
	text-decoration: none;
}

#navlist li a:link { color: #0A246A; }
#navlist li a:visited { color: #667; }

#navlist li a:hover
{
border-color: #FE3;
color: #FFF;
background: #FA8A39;
}

/* -------------------------------------------------------------- 
   V. Extras - to be added as needed (such as boxes, menus, etc.)
-------------------------------------------------------------- */
	
div.center { text-align:center }

.sidebox {
	background: #FBAF78;
	border:1px solid #0A246A;
	padding: .2em 1.5em .5em 1.5em;
	margin: 1.5em .75em 1em .75em;
}

blockquote {
	padding: 1.5em 1.5em 1em 1.5em;
	border:1px solid gray;
	background-color: #FDD7BC;
}

blockquote p {
font-family: times new roman;
font-style: italic;
font-size: 110%;
}

/* -------------------------------------------------------------- 
  VI. Column Styles - For All Columns
-------------------------------------------------------------- */

/* 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:#FB7D26;		/* right column background colour */
	}
	.threecol .colmid {
		right:25%;			/* width of the right column */
		background:#FEE1CD;		/* center column background colour */
	}
	.threecol .colleft {
		right:50%;			/* width of the middle column */
		background:#FB7D26;	/* 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:25%;			/* Width of left column content (column width minus padding on either side) */
		left:29%;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
								/* I Changed these values to eliminate the "padding" effect in columns 2 and 3. */
	}
	.threecol .col3 {
		width:25%;			/* Width of right column content (column width minus padding on either side) */
		left:79%;			/* 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) */
	}


	/* 3 Column blog style settings */

	.blogstyle {
		background:#eee;		/* right column background colour */
	}
	.blogstyle .colmid {
		right:25%;			/* width of the right column */
		background:#f4f4f4;	/* center column background colour */
	}
	.blogstyle .colleft {
		right:25%;			/* width of the middle column */
		background:#fff;		/* left column background colour */
	}
	.blogstyle .col1 {
		width:46%;			/* width of center column content (column width minus padding on either side) */
		left:52%;			/* 100% plus left padding of center column */
	}
	.blogstyle .col2 {
		width:21%;			/* Width of left column content (column width minus padding on either side) */
		left:56%;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
	}
	.blogstyle .col3 {
		width:21%;			/* Width of right column content (column width minus padding on either side) */
		left:60%;			/* 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) */
	}


	/* 2 Column (left menu) settings */

	.leftmenu {
		background:#FEE1CD;		/* right column background colour */
	}
	.leftmenu .colleft {
		right:75%;			/* right column width */
		background:#FB7D26;	/* left column background colour */
	}
	.leftmenu .col1 {
		width:71%;			/* right column content width */
		left:102%;			/* 100% plus left column left padding */
	}
	.leftmenu .col2 {
		width:21%;			/* left column content width (column width minus left and right padding) */
		left:6%;			/* (right column left and right padding) plus (left column left padding) */
	}


	/* 2 Column (right menu) settings */

	.rightmenu {
		background:#eee;		/* right column background colour */
	}
	.rightmenu .colleft {
		right:25%;			/* right column width */
		background:#fff;		/* left column background colour */
	}
	.rightmenu .col1 {
		width:71%;			/* left column content width (left column width minus left and right padding) */
		left:27%;			/* (right column width) plus (left column left padding) */
	}
	.rightmenu .col2 {
		width:21%;			/* right column content width (right column width minus left and right padding) */
		left:31%;			/* (right column width) plus (left column left and right padding) plus (right column left padding) */
	}


	/* 2 Column (double page) settings */

	.doublepage {
		background:#eee;		/* right column background colour */
	}
	.doublepage .colleft {
		right:50%;			/* right column width */
		background:#fff;		/* left column background colour */
	}
	.doublepage .col1 {
		width:46%;			/* left column content width (column width minus left and right padding) */
		left:52%;			/* right column width plus left column left padding */
	}
	.doublepage .col2 {
		width:46%;			/* right column content width (column width minus left and right padding) */
		left:56%;			/* (right column width) plus (left column left and right padding) plus (right column left padding) */
	}


	/* Full page (1 column) settings */

	.fullpage {
		background:#fff;		/* page background colour */
	}
	.fullpage .col1 {
		width:96%;			/* page width minus left and right padding */
		left:2%;			/* page left padding */
}

/* -------------------------------------------------------------- 
  VII. IE Hacks
-------------------------------------------------------------- */

* html body { 
    font-size: x-small; /* for IE/Win */
    font-size: small; /* for other IE versions */
}