/*=====[ January 2005 . Author John Oxton (joshuaink.com) ]=====*/


/* Kill margin and padding on all elements - because different browsers have different defaults */
*{
	margin:0;
	padding:0;
}

html{
/* Fixes background nastiness when a sidebar is open in Firefox */
	min-width:770px;
}

body{
/* Use backgound image as opposed to colour so that site is still functional if images are off */
	background:white url(../images/background13.png) 0 0 repeat;
/* Shove all content to the center of the screen for Internet Explorer 5 */
	text-align:center;
}

/*=====[ Set up container divs and add background tiles ]=====*/

#pageheadContainer,
#contentContainer,
#footContainer{
/* 100% so we can create the fullscreen width backgrounds */
	width:100%;
}

#pageheadContainer{
	background-color: transparent;
	background-image: none;
	background-repeat: no-repeat;
	background-position: 0 100%;
}

#contentContainer{
	background:#F7F7F7 url(../images/contentBackground2.png) 50% 100% repeat-y;
/* Float left to prevent floated child divs(#article & #subContent) overflowing . aka the FnE method http://www.orderedlist.com/articles/clearing_floats_fne */
	float:left;
}

#footContainer{
	background:transparent url(../images/footBackground2.png) 0 0 repeat-x;
	clear:both;
}

#pagehead,#content,#foot{
	/* Set widths for "sub" container divs and center on the screen. */
	width:1270px;
	margin:0 auto;
	/* Position relative so we can position children absolutley but keep them relative to their parents and not the document root  */
	position:relative;
	/* Shove the content back where it should be now we have convinced IE5 that center aligned websites are ok */
	text-align:left;
	text-align:justify;
}

#pagehead{
	height:113px;
}

#foot{
	height:150px;
}

/* More backgound */
#pagehead{
	background:transparent url(../images/pageheadBackground4b.png) 0 100% no-repeat;
}

#content{
/* Add drop shadow/fading backgound to top of content area . doesn't work on IE5/MAC. */
	background:transparent url(../images/contentBackground2.png) 0 0 no-repeat;
/* Ensure this background tile is never cut short, min-height for Firefox and pals, _height 'hack' for Internet Explorer */
	min-height:300px;
	_height:300px;
}

#foot{
	background:transparent url(../images/footBackground2.png) 100% 0 repeat-x;
}

/*=====[ Set up two column layout for articles and subcontent ]=====*/

#article{
	width:573px;
	float:left;
	padding:40px 5 15px 5;
	margin-left:44px;
}

#subContent{
	/* Fix double margin bug in IE on floats using display:inline */
	display:inline;
	width:220px;
	float:left;
	padding:20px 0 20px 0;
	margin-left:30px;
	color:#003399;
	font-size:0.9em;
}

#subContent ul {
	font-size: 1.2em;
	alignment-adjust:baseline;
	text-align:left;
	}

/* Form Content */

#article form fieldset{
	font:Georgia, "Times New Roman", Times, serif;
	margin:0,0,2em;
	background-color:#0076A3;
	border:none;
	position:relative;
}

#article form p{
	background-color: #0076A3;
	border:none;
	margin-left: 5 px;
	color: #000000;
	}

#article form label{
	width: 155px;
	float: left;
	clear: left;
	text-align:left;
	border:none;
	font-weight: bold;
}


/*=====[ Navigations ]=====*/

#pagehead h1 a{
/* Create blank hit area for logo/signature  */
	display:block;
	text-indent:-9999px;
	width:230px;
	height:150px;
	text-decoration:none;
/* Float to make hit area work in IE5 */
	float:left;
}

#pagehead a:hover{
/* prevent background color used on site wide anchors */
	background:transparent;
}

#pagehead h1{
	/* Position blank hit area over background logo/signature */
	position:absolute;
	top:4px;
	left:25px;
	font-size: medium;
	width: 196px;
}

/* Main navigation list */

#pagehead ul{
	display:block;
	position:absolute;
	top:31px;
	left:292px;
	width: 600px;
}

#pagehead li{
	display:block;
	float:left;
	width:190px;
	margin-left:2px;
}

#pagehead li a{
	display:block;
	height:40px;
	text-align:center;
	color:#4B271B;
	font-size:1.3em;
	font-weight:bold;
/* Line height same as height, which puts the text vertically centered, */
	line-height:40px;
	text-decoration:none;
	text-transform:lowercase;
}


#pagehead li.odd a{
	width:auto;
	font-size: medium;
	background-color: #00CCFF;
}

#pagehead li.even a{
	width: auto;
	font-size: medium;
	background-color: #00FFFF;
	position: relative;
}

#pagehead a:hover{
	color:#FFE;
}

/* Foot navigation and FIR */

#foot ul{
	position:absolute;
	top:30px;
	left: 290px;
	width: 580px;
	height: 44px;
}

#foot li{
/* hide bullets */
	list-style-type:none;
}

#footer-nav li { 
display:inline; /* gets the list items showing horizontally */ 
list-style-type:none; /* removes the bullets */ 
padding:0 5px; /* some space between each item */ 
margin:-2px !important; /* removes the space left by the bullet point */ 
margin:0; /* don't need to remove the space for IE */ 
border-left: 1px solid #ccc; /* instead of the vertical bar */ 
border-right: 1px solid #aaa; /* a little bit of shadow on the bar */ 
margin-right:300px;
} 

#footer-nav li.first { 
border-left:0; 
} 

#footer-nav li.last { 
border-right:0; 
} 

#footer-nav li a { 
text-decoration:none; 
} 

#footer-nav li a:hover {
	text-decoration:underline;
	font-size: 1em;
}

#footer-nav li {
	font-size: 1.8em;
}

#foot #foot1{
/* width to solve odd problem with Opera 7.5 */
	width:200px;
	position:absolute;
	right:200px;
}

#foot #foot2{
	/* width to solve odd problem with Opera 7.5 */
	width:200px;
	text-wrap:unrestricted;
	position:relative;
	left:370px;
}

/*=====[ General params and typography ]=====*/

body{
/* relative font sizing to allowing scaling in Internet Exfoliator - http://www.clagnut.com/blog/348/*/
	font:normal 62.5%/1.8em Arial, Helvetica, sans-serif;
}

/* #content ul used to prevent main navigation, within #pagehead, list breaking */
#content ul{
	margin:0.8em 0 0.6em 1em;
	padding-left:1em;
	list-style-type:square;
}

ul.twocolumn {
width: 400px;
}

ul.twocolumn li {
	width: 200px;
	float: left;
	margin-bottom:5px;
	padding-bottom:5px;
	color: #0076A3;
}

ol{
	margin:0.8em 0 0.6em 2em;
	padding-left:1em;
	list-style-type:lower-roman;
}

blockquote{
	margin:0.8em 0 0.6em 1em;
	padding-left:1em;
	font-style:italic;
	border-left:4px solid #E2D7CF;
}

/* Frame images */
img{
	padding:2px;
	border:1px solid #F2F2F2;
}

/*Set font size for content area */
#content{
	font-size:1.30em;
}

p{
	margin:0.3em 0 0.6em 0;
	font-size: 1.2em;
	color: #0076A3;
	text-align: justify;
}

a{
	color:#0076A3;
	font-weight:bold;
	text-decoration:none;
}

a:hover{
	background:#9D6141;
	color:#0076A3;
	font-size: normal;
	font-family: Arial, Helvetica, sans-serif;
}

#article{
	line-height:1.7em;
	color:#0076A3;
}

h1,
h2,
h3,
h4{
 font-family:Georgia, Times New Roman, Times, serif;
}

h2{
	color:#0076A3;
	margin-bottom:.5em;
	line-height:1.7em;
	font-size:1.7em;
}

h3{
	margin:0.8em 0 0.6em 0;
	font-size:1.3em;
	color: #0076A3;
}

h4{
	margin:0.8em 0 0.6em 0;
	font-size:1.1em;
	text-align:left;
}

/* Sub Content */

#subContent h2{
	font-size:1.3em;
}

#subContent h3{
	font-size:1.3em;
	color: #0076A3;
}
#contentContainer #content #article #element26 div strong {
	font-size: 1.30em;
}
Form Bullets {
	color: #0076A3;
}
