/**********************
GLOBAL STYLES
***********************/

* {margin:0; padding:0;}

body {
	background:#ddd;
	margin:0;
	padding:0;
}

p {margin-bottom: 1.0em;}

img {border-width: 0;}

h1, h2, h3, h4, h5, h6 {margin-bottom:10px;}	

/**********************
 OVERALL LAYOUT
***********************/


#skiptomain {
	display: none;
}

#wrapper {
	margin: 0 auto;
	position:relative;
	font-size: 0.9em;
	}

	#masthead {
		padding:0;
		margin:0 auto;
		}

		#branding {
			background: #fff url(images/brandingback.gif) no-repeat top center;
			width:760px;
			height: 120px;
			padding:0 20px;
			margin:0 auto;
			}
			
			#logo {
				width:250px;
				float: left;
				}
			
			
			#topright {
				width:400px;
				float: right;
				padding-top: 40px;
				text-align: right;
				}
				


	#featurebar {
		padding:0;
		margin:0 auto;
		}
		
		
		#topnav {
			padding:10px 20px 10px 20px;
			background: #008;
			width:760px;
			margin:0 auto;
			}
			
	#dotsbar {
		padding:0;
		margin:0 auto;
		}
		
		
		#dots {
			background: #fff url(images/dotsalong.gif) repeat-x top center;
			padding:0px 20px 3px 20px;
			width:760px;
			margin:0 auto;
			}

	#page {
		padding:0;
		margin:0 auto;
		}

		#pagecontent {
			background: #fff url(images/pagecontentback.gif) repeat-y top right;
			width:780px;
			padding:0px 0px 0px 20px;
			margin:0 auto;
			}
			
			#pagecontentleft {
				width:510px;
				float: left;
				padding: 0 0 10px 0;
				margin: 0 0 1px 0;
				}
				
			#pagecontentright {
				width:250px;
				float: right;
				padding: 0;
				margin: 0 0 1px 0;
				}
				
				#pagecontentrighttext {
					width:230px;
					float: left;
					padding: 10px;
					margin: 0 0 1px 0;
					}

	#colouredpage {
		padding:0;
		margin:0 auto;
		}

		#colouredpagecontent {
			background: #bbd url(images/colouredpagecontentback.gif) no-repeat top right;
			width:760px;
			padding:0 20px;
			margin:0 auto;
			}
			
			#colouredpagecontentleft {
				width:240px;
				float: left;
				padding: 15px 15px 15px 0px;
				height: 200px;
				}
				
			#colouredpagecontentmiddle {
				width:244px;
				float: left;
				padding: 15px;
				border-left: 1px dashed #fff;
				height: 200px;
				}

			#colouredpagecontentright {
				width:219px;
				float: right;
				padding: 15px 0px 15px 10px;
				border-left: 1px dashed #fff;
				height: 200px;
				}			

	#footer {
		padding:0;
		margin:0 auto;
		}

		#footercontent {
			width:760px;
			padding:20px 20px;
			margin:0 auto;
			background: #099;
			border-bottom: 1px solid #666;
			}

	#belowfooter {
		padding:0;
		margin:0 auto;
		}

		#belowfootercontent {
			width:800px;
			padding:10px 0;
			margin:0 auto;
			}

/*****************
 BODY FONT
 *****************/

body, table {
	font-family:  'lucida sans unicode', 'lucida grande', 'Trebuchet MS', verdana, "Bitstream Vera Sans", geneva, arial, helvetica, helve, sans-serif;
	font-size: 16px;
}


/**********************
BODY FONT HACK FOR IE
 **********************/

* html body, * html table  {
	font-family:  'lucida sans unicode', 'lucida grande', 'Trebuchet MS', verdana, "Bitstream Vera Sans", geneva, arial, helvetica, helve, sans-serif;
	font-size: medium;
}


/*****************
 FONTS
 *****************/

#topright { font-size: 0.8em; color: #000; }
#pagecontent { font-size: 0.9em; color: #000; line-height: 1.6em; }
#colouredpagecontent { font-size: 0.9em; color: #000; line-height: 1.6em; }
#footercontent { font-size: 0.8em; color: #000; line-height: 1.6em; }
#belowfootercontent { font-size: 0.8em; color: #000; line-height: 1.6em; }

/*****************
 LINKS
 *****************/

#pagecontent a:link{ color: #008; text-decoration: underline; }
#pagecontent a:visited{ color: #008; text-decoration: underline; }
#pagecontent a:hover{ color: #099; text-decoration: underline; }

#colouredpagecontent a:link{ color: #008; text-decoration: none; }
#colouredpagecontent a:visited{ color: #008; text-decoration: none; }
#colouredpagecontent a:hover{ color: #008; text-decoration: underline; }


#footer a:link{ color: #fff; text-decoration: none }
#footer a:visited{ color: #fff; text-decoration: none }
#footer a:hover{ color: #fff; text-decoration: underline }

/*****************
 UPPER NAV LIST
*****************/

#topright ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
	text-transform: lowercase;
}

#topright ul li {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 30px;
	display: inline;
}

#topright ul li a {
	color: #000;
	text-decoration: none;
}

#topright ul li a:hover {
	color: #009;
	text-decoration: underline;
}

/*****************
 TOP NAV LIST
*****************/

#topnav ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
	text-transform: lowercase;
	width: 760px;
}

#topnav ul li {
	font-size: 0.9em;
	margin: 0px 0px 0px 0px;
	padding: 0px 20px 0px 0px;
	display: inline;
}

#topnav ul li a {
	color: #fff;
	text-decoration: none;
}

#topnav ul li a:hover {
	color: #1aa;
	text-decoration: none;
}

#topnav ul li.newslink {
	padding: 0px;
}

/*****************
 NO MARGIN UL
 *****************/

UL.nomargin {
	margin: 0px 0px 20px 0px;
	padding: 3px 3px 3px 3px;
}

UL.nomargin LI {
	margin: 0px 0px 0px 12px;
	padding: 0px 0px 0px 0px;
}


/*****************
LEFT MARGIN UL
 *****************/

UL.leftmargin {
	margin: 0px 0px 0px 60px;
	padding: 3px 3px 3px 3px;
}

UL.leftmargin LI {
	margin: 0px 0px 0px 12px;
	padding: 0px 0px 0px 0px;
}


/*****************
 HEADINGS
 *****************/

h1 { font-size: 1.6em; display: block; color: #008; font-weight: normal;}
h2 { font-size: 1.1em; color: #066; display: block; }
h3 { font-size: 1.0em; color: #444; display: block; margin-top: 15px; }

h2.rightblock { font-size: 1.1em; color: #fff; display: block; background: #099; padding: 10px;}

/*****************
 FORMS
 *****************/

form.inline { display:inline; }

input.searchinput {
	border: 1px solid #999;
	background-color: #fff;
	font-family: "Verdana", "Helvetica", "Arial", "MS Sans Serif";
	font-size: 11px;
	width: 100px;
	color: #000;
	float: left;
}

input.searchsubmit {
	border: 1px solid #000;
	background-color: #333;
	font-family: "Verdana", "Helvetica", "Arial", "MS Sans Serif";
	font-size: 11px;
	color: #fff;
	float: left;
	margin-left: 4px;
	text-align: center;
	width: 30px;
}

/*****************
 PARAGRAPHS
 *****************/
 
 p.intro { font-size: 1.2em; font-weight: normal; }

 p.blogdate { margin: -14px 0px 5px 0px; font-size: 0.85em; color: #888; }
 
 /*****************
  SPANS
  *****************/
  
.boxedtext { display: block; padding: 10px; background: #eef; }
 
 
 
/*****************
 BREAKS
 *****************/

br.breaker { clear: both; }
br.lbreaker { clear: left; }
br.rbreaker { clear: right; }


/*****************
 IMAGE FLOATS
 *****************/

img.floatleft {
	float: left;
	margin: 0px 10px 10px 0px;
}

img.floatright {
	float: right;
	margin: 0px 0px 10px 10px;
}

