/* Start of CMSMS style sheet 'default' */
/* Fishdesign layout */

* {
	margin:0;
	padding:0;
}

body {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80.01%; /* 75.01 */
	line-height: 1em;
	color: #000;
	background: #d2d3d5;
}

/* set font size for all divs */
div {
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
}

/* link styles */
a, a:link, a:active, a:visited {
	text-decoration: underline;
	color: #000; 
	outline: none;
}

a:hover {
	text-decoration: none;
}

/* main wrappers */
div#pagewrapper1 {
	margin: 0 auto;     
	width: 100%;   
	background: url(/uploads/layout/layout_header.jpg) no-repeat top center #f1f1f1;
}

div#pagewrapper2 {
	margin: 0 auto;  
	width: 100%;   
	background: url(/uploads/layout/layout_body.jpg) repeat-y center #f1f1f1;
	min-height: 200px;
}

div#pagewrapper3 {
	margin: 0 auto;
	width: 100%;   
	background: url(/uploads/layout/layout_footer.jpg) no-repeat bottom center #f1f1f1;
	clear: both;
}

/* divs */
div#header {
	margin: 0 auto;
	height: 145px;    
	width: 720px;
	position: relative;
}

div#main {
	margin: 0 auto;
	width: 720px;
	background: none;
}

div#footer {
	margin: 0 auto;
	height: 170px;
	width: 720px;
}

div#footer p.credit {
	font-size: 0.8em;
	text-align: center;
	margin: 0;
	color: #999;
	position: relative;
	top: 140px;
}

div#footer p a {
	color: #999;
}


/* HEADINGS */
h2 {
	font-size: 1.4em;
	line-height: 1.4em;
	font-weight: normal;
	font-family: Arial Black, sans-serif;
	margin: 0 0 1em 30px;
	padding: 0;
	color: #000;
}

/* TEXT */
p {
   font-size: 1.1em;
   line-height: 1.4em;
   padding: 0;
   text-align: left;
   padding: 0 0 1em 0;
   color: #444;
}

div#main p {
   margin: 0 0 0 30px;
   width: 500px;
}

strong, b {
   font-weight: bold;
}

em, i {
   font-style:italic;
}

.small {
	font-size: 0.8em;
}

/* LISTS */
/* lists in content need some margins to look nice */
ul, ol {
   font-size: 1.0em;
   line-height: 1.4em;
   margin: 0.5em 0 1em 30px;
   padding: 0 0 0 1em;
}

ul li, ol li {
   margin: 0 0 0.25em;
}

/* Menu */

div#menu {
	position: relative;
	top: 50px;
	left: 20px;
	width: 680px;
	margin:0;
	font-family: Arial Black, sans-serif;
	border-top: 1px solid #ddd;
}

div#menu ul {
	margin: 0;
	text-align: left;
	padding: 0;
	line-height: 30px;
	font-size: 1.1em;
	list-style: none;
	font-weight: normal;
}

div#menu ul li {
	display: inline;
	padding-right: 20px;
	text-transform: uppercase;
}

div#menu ul li a{
	font-weight: normal;
	color: #d2d3d5;
	text-decoration: none;
}

div#menu ul li a:hover, div#menu ul li a.current {
	color: #999;
}

/* Mini Nav */
div#mininav {
	position: relative;
	top: 50px;
	left: 20px;
	width: 680px;
	margin:0;
	background: none;
	border-top: 1px solid #ddd;
	font-size: 0.8em;
	text-align: left;
	color: #999;
}

div#mininav div {
	line-height: 30px;
}

div#mininav span.left {
	position: absolute;
	left: 10px;
}

div#mininav span.right {
	position: absolute;
	right: 10px;
}

div#footer a {
	text-decoration:none;
	color: #999;
}

div#footer a:hover {
	text-decoration:underline;
}

/* Images */
img {
	border: 0;
}

div#main img.noborder {
	border: none;
	padding: 0px;
}

img#logo {
	position: relative;
	top: 30px;
	left: 20px;
}

/* Pictures */

div#pictures{
	width: 720px;
}

div#pictures img {
	border: 1px solid #ddd;
	padding: 9px;
	margin: 0 20px 0 20px;
}

div#pictures p{
	font-size: 0.8em;
	color: #999;
	text-align: right;
	width: 680px;
	margin: 5px 0 0 10px;
	padding: 0;
}

div#pictures p a{
	text-decoration: none;
}

/* News */

div.newsframe {
	border: 1px solid #ddd;
	background: #fff;
	padding: 9px;
	margin: 10px 20px 0 20px;
width: 660px;
display:block;
}

div.newscontent {
	background: #f1f1f1;
width: 660px;

}

div#main div.newscontent h2 {
	padding: 10px;
	margin: 0;
line-height: 1em;
}

div#main div.newscontent p {
	padding: 0 10px 10px 10px;
	margin: 0;
line-height: 1.2em;
width: 350px;
}

div.newscontent img {
	float:right;
	margin: 10px;
}

/* Table */

div#main table {
	padding: 0px; border: none;
	margin: 0 0 0 30px;

}

div#main table p {
	margin: 0;
	padding: 0;
width: 280px;

} 
/* End of 'default' */

