/*-----------------------------
CSS FOR: WEBSITE NAME
AUTHOR: JOHN RAINSFORD / Pixelcode.ie
DATE: 00-00-2009
-----------------------------*/

/* ERIC MEYER's RESET STYLES - meyerweb.com */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}

ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

body{
	margin:0;
	padding:0;
	font-size: 62.5%;
	font-family: "Lucida Grande", "Lucida Sans", "Verdana", sans-serif;
	/*font-family: "Georgia", "Times New Roman", "Times", serif;*/
	text-align: center;
	background: #94ceed url(../img/background.gif);
}

/* ----------------------------------------------- MAIN STYLES --------------------------------------------*/
a:link{
	color: #666;
	text-decoration: none;
	border-bottom: 1px solid #666;
}

a:visited{
	color: #666;
	text-decoration: none;
	border-bottom: 1px solid #666;
}

a:hover{
	color: #f60000;
	text-decoration: none;
	border-bottom: 1px solid #f60000;
}

h1{
	color: #6195cc;
	font-weight: bold;
	font-size: 18px;
}

h2{
	color: #6195cc;
	font-weight: bold;
	font-size: 18px;
}

h3{
	color: #6195cc;
	font-weight: bold;
	font-size: 14px;
}

h4{
	color: #6195cc;
	font-weight: bold;
	font-size: 14px;
}

h5{
	color: #6195cc;
	font-weight: bold;
	font-size: 14px;
}

h6{
	color: #6195cc;
	font-weight: bold;
	font-size: 14px;
}

h1 a:link, h2 a:link, h3 a:link, h4 a:link, h5 a:link, h6 a:link{
	color: #666;
	border-bottom: 1px dotted #666;
	
}

h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited{
	color: #666;
	border-bottom: 1px dotted #666;
	
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover{
	color: #f60000;
	text-decoration: none;
	border-bottom: 1px solid #f60000;
}

p, li{
	font-size: 14px;
	line-height: 1.5em;
	color: #000;
	padding: 0 0 5px 0;
}
/* --------------------------------------------- SECTION STYLES -------------------------------------------- */
div#wrapper{
	width: 960px;
	min-height: 400px;
	margin: 0 auto;
	position: relative;
	z-index: 200;
}

div#masthead{
	width: 860px;
	height: 150px;
	padding: 20px 0 0 0;
}

div#photo_strip{
	width: 860px;
	margin: 0 0 0 100px;
	
}

div#content{
	width: 760px;
	margin:0 auto;
	clear: both;
}

div#news{
	width: 490px;
	background: url(../img/white40pc.png);
	float: left;
	padding: 0 0 20px 0;
	margin: 20px 0 0 0;
}

div#footer{
	clear: both;
	width: 780px;
	margin:0 auto;
	text-align: left;
	padding: 10px 0;
}
div#logo{
	width: 407px;
	height: 446px;
	background: url(../img/background_logo.png) top left no-repeat;
	position: absolute;
	top: 0;
	left:0;
	z-index: 100;
}
/* -------------------------------------------- SPECIFIC SECTION STYLES -------------------------------- */
div#masthead h1 a{
	display: block;
	width: 796px;
	height: 112px;
	margin: 0 auto;
	text-indent: -9999px;
	border-bottom: none;
	background: url(../img/masthead_logo.gif) top left no-repeat;
}

ul#nav{
	float: left;
	margin: 0 0 0 105px;
}

ul#nav li{
	display: inline;
}

ul#nav li a{
	font-weight: bold;
	color: #6195cc;
	padding: 5px 8px;
	border-bottom: none;
	background: none;
}

ul#nav li a:visited{
	color: #6195cc;
	border-bottom: none;
	background: none;
}

ul#nav li a:hover{
	color: #6195cc;
	border-bottom: none;
	background: url(../img/white40pc.png);
}

ul#nav li a.here{
	color: #6195cc;
	border-bottom: none;
	background: url(../img/white30pc.png);
}

div#photo_strip a{
	display: block;
	float: left;
	width: 240px;
	height: 140px;
	overflow: hidden;
	border-bottom: none;
	padding: 5px;
}

div#photo_strip a:visited{
	background: none;
	padding: 5px;
	
}

div#photo_strip a:hover{
	background: url(../img/white40pc.png);
	padding: 5px;
}

div#photo_strip div#more_photos{
	float: right;
	width: 90px;
	height: 90px;
	margin-top: 45px;
}

div#photo_strip div#more_photos a{
	display: block;
	width: 70px;
	height: 40px;
	line-height: 20px;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	background: url(../img/more_photos.png) top left no-repeat;
	padding: 25px 20px 25px 5px;
	color: #6195cc;
}

div#photo_strip div#more_photos a:visited{
	background: url(../img/more_photos.png) top left no-repeat;
	color: #6195cc;	
}

div#photo_strip div#more_photos a:hover{
	background: url(../img/more_photos.png) bottom left no-repeat;
	color: #6195cc;
}
div#content p{
	text-align: left;
	font-size: 12px;
	line-height: 1.5em;
	padding: 0 20px 5px 20px;
}

div#content h2, div#content h3, div#content h4, div#content h5, div#content h6{
	text-align: left;
	padding: 10px 20px 10px 20px;
}

div#news p.date{
	font-size: 10px;
	color: #666;
}

div#footer p{
	font-size: 10px;
	color: #6195cc;
	padding: 0 10px 0 10px;
	
}
/* -------------------------------------------- OVERRIDING STYLES -------------------------------- */
span.large_text{
	font-size: 16px;
	line-height: 1.5em;
	padding: 0 0 5px 0;
}

span.small_text{
	font-size: 10px;
	line-height: 1.5em;
	padding: 0 0 5px 0;
}

strong{font-weight: bold;}
.bold{font-weight: bold;}
.italic{font-style: italic;}
.underline{text-decoration: underline;}
.strikethrough{text-decoration: line-through;}
.highlight{background: #ddd;}

p.bold{font-weight: bold;}
p.italic{font-style: italic;}

img.image_left{
	float: left;
	max-width: 350px;
	margin: 0 20px 20px 0;
}

img.image_right{
	float: right;
	max-width: 350px;
	margin: 0 20px 20px 20px;
}

img.image_clear{
	clear: both;
	max-width: 600px;
	margin: 0 auto;
	margin-bottom: 20px;
	text-align: center;
}