/* COLORS ************************************ */

h1,h2,h3, a.nav { color : #008;}
a.activenav { color : #603;}
#mainnav h3 {background-color: #008; color: #fff;}
#content { background-color:#fffefe; color : #333;}
#content a:link, #sidebar a:link, #navtrail a, #footer a{color: #008;} 
#content a:visited {color: #000;}
#content a:hover {color: #00D;}
#servicenav a {background-color: transparent; color: #fff;}
#servicenav a:hover { color: #ddd;}
#servicenav p { color: #fff;}
.submitbutton {	color : #fff; background: #008; }
.even {background: #daecfa;}
.odd {background: #fff;}

/* TYPOGRAPHY ******************************** */
/* Headings */
h1,h2,h3 { font-family: Arial, Helvetica, sans-serif; padding: 0px;}
h1 { font-size : 16pt; line-height: 18pt; }
h2 { font-size: 14pt; line-height: 16pt; }
h3 { font-size: 12pt; line-height: 15pt; }

h3.newsheading {
	font-size: 12pt;
	line-height: 15pt;
	color: #008;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
}
/* LINK FORMATS ************** */
a {text-decoration: none; font-family: Arial, Helvetica, sans-serif;}
#content a:link, #content a:hover, #content a:visited, #footer a, #singleimage a {border-bottom: 1px solid; padding-bottom: 1px;}

/* PARAGRAPH AND GENERAL CONTENT FORMATS ***** */
p, ul, li, td, .listtablecell {	
	font-family: Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-size: 11pt; 
	line-height: 15pt;
}

ul { list-style: none; padding: 0px; margin: 1px 0px 7px 0px;}
#mainnav ul, #navtrail ul { margin: 0px; padding: 0px; }
li.galleryimage {
	display:inline;
	height: 200px;
}
form { margin: 10px 0px; padding: 0px; }
.submitbutton {
	padding: 2px;
	font-size : 13px;
	font-weight : bold;
	line-height: 15px;
	border: 1px solid;
	border-top-color: #ddd;
	border-left-color: #ddd;
	border-right-color: #666;
	border-bottom-color: #666;
	font-family:Arial, Helvetica, sans-serif;
}
label {font-size: 11pt;}
.caption {
	font-size: 11pt;
	font-weight: bold;
}

.galleryimagecaption {
	font-size: 11pt;
	line-height: 12pt;
}

select {font-size: 11pt; font-family:Arial, Helvetica, sans-serif;}
/* TABLE FORMATS ************************************************** */
td {
	vertical-align:top;
}

.listtable {
	width: 100%;
	border:1px solid #ccc;
	padding: 0px;
	margin: 4px 0px;
	border-collapse: collapse;
}

.listtableheader {
	color: #000;
	background-color: #eee;
	font-weight: bold;
	font-size:11pt;
	padding: 5px;
	margin: 0px;
	border: 1px solid #ccc;
}
.listtablecell {
	padding: 5px;
	margin: 0px;
	border: 1px solid #ccc;
}
/* POSITIONING IDs ************************************************** */
#pagetop, #servicenav, #mainnav, #mainnavouter, #footer {
	display: none;
}

#content {
	margin: 0;
	padding: 1cm;
}


/* GENERAL USE CLASSES */

.noborder { border: 0; }
.spacer { clear: both; }
.nodisplay { display: none; }
.clearall { clear:both;}

.imagecontainer{
  float:left;
  clear:left;
  background: url(/assets/site/shadowalpha.png) no-repeat bottom right !important;
  background: url(/assets/site/shadow.gif) no-repeat bottom right;
  margin: 5px 5px 0px 5px !important;
  margin: 5px 5px 0px 5px;
}
.imagecontainer img {
	display: block;
	position: relative;
	background-color: #fff;
	border: 1px solid #a9a9a9;
	margin: -6px 6px 6px -6px;
	padding: 6px;
}

.galleryimagecontainer{
  float:left;
  background: url(/assets/site/shadowalpha.png) no-repeat bottom right !important;
  background: url(/assets/site/shadow.gif) no-repeat bottom right;
  margin: 10px 3px 0px 3px !important;
  margin: 10px 3px 0px 1px;
}

.galleryimagecontainer img{
	display: block;
	position: relative;
	background-color: #fff;
	border: 1px solid #a9a9a9;
	margin: -6px 6px 6px -6px;
	padding: 0px;
}

.ruler {
	width: 350px;
	margin: 5px auto;
	clear: both;
}


/* SITE WIDE GENERAL SETTINGS ***************** */
html {padding:0; margin:0;}
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-size: 11pt;
	line-height: 13pt;
	background: white;
}

img { border: 0px; }
a.image, a.image:link, a.image:visited, a.image:active, a.image:hover {
	text-decoration: none;
	border:	0px none;
}