/* Start of CMSMS style sheet 'Homepage Template Layout' */
* {
margin:0;
padding:0;
}

body {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1em;
	background: url(uploads/images/backgrounds/background.jpg) repeat;
}

div {
	font-size: 1em;
}

img {
	border: 0;
}

a,
a:link 
a:active {
	text-decoration: underline;
	color: #18507C; 
}

a:visited {
	text-decoration: underline;
	color: #18507C;
}

a:hover {
	text-decoration: none;
	color: #385C72;
}

/*****************
basic layout 
*****************/
body {
   background-color: #fff;
   color: #333;
}

div#mainwrapper {
	background: url(uploads/images/backgrounds/background_body_home1.png) no-repeat top center;
	margin: 0 auto auto auto;     /* this centers wrapper */
	padding: 0;
}

/* center wrapper, min max width */
div#pagewrapper {
	width: 732px;
	color: black;
	margin: 0 auto;
	padding: 0 1px 0 0;
}

div#topnav p {
	text-align: right;
	font-weight: bold;
	color: #000;
	padding-top: 2px;
	padding-right: 10px;
} 

div#topnav p a,
div#topnav p a:link,
div#topnav p a:active {
	color: #000;
} 

div#header {
	background: url(uploads/images/backgrounds/background_header.png) no-repeat top center;
	height: 139px;
	width: 732px;       
}

div#imagemap {
	height: 78px;
	float:right;
	padding-right: 10px;
	text-align: right;
}

div#search {
   float: right;
   width: 27em;     /* enough width for the search input box */
   text-align: right;
   padding: 0.6em 0 0.2em 0;
   margin: 0 1em;
}

div#content {
	margin: 1px auto 1px 0; /* some air above and under menu and content */
	background: url(uploads/images/backgrounds/background_blocks.jpg) no-repeat;
	height: 383px;
}

div#main {
   padding: 21px; /* and some air on the right */
}

div#flash {
	margin-top: 1px;
	width: 732px;
	height: 252px;
}

div#footer {
	clear:both;       /* keep footer below content and menu */
	width: 732px;
	color: #000;
	padding-top: 7px;
}

div#footer p {
	font-size: 11px;
	text-align: right; /* centered text */
	margin:0;
	padding: 0 21px 0 0;
}

div#footer p a {
	color: #fff; /* needed becouse footer link would be same color as background otherwise */
}


/********************
CONTENT STYLING
*********************/

/* TEXT */
p {
   font-size: 1em;
   margin: 0 0 1.5em 0;  /* some air around p elements */
   line-height:1.4em;
   padding: 0;
}
blockquote {
   border-left: 10px solid #ddd;
   margin-left: 10px;
}
pre {
   font-family: monospace;
   font-size: 1.0em;
}
strong, b {
/* explicit setting for these */
   font-weight: bold;
}
em, i {
/* explicit setting for these */
   font-style:italic;
}

/* Wrapping text in <code> tags. Makes CSS not validate */
code, pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
 font-family: "Courier New", Courier, monospace;
 font-size: 1em;
}

/* END TEXT */

/* LISTS */
div#main ul,
div#main ol,
div#main dl {
  font-size: 1.0em;
   line-height:1.4em;
   margin: 0 0 1.5em 0;
}
div#main ul li,
div#main ol li {
   margin: 0 0 0.25em 3em;
}

div#dl dt {
   font-weight: bold;
   margin: 0 0 0.25em 3em;
}
div#dl dd {
   margin: 0 0 0 3em;
}
/* END LISTS */

/*** BLOCKS ***/
#block_left {
	float:left;
	width:220px;
	height:329px;
	margin:0; padding:0;
	background: url(uploads/images/backgrounds/background_block.png) no-repeat top center;
	}

#block_left {
	color: #ff9900;
	}

#block_right {
	float:right;
	width:220px;
	height:329px;
	margin:0; padding:0;
	background: url(uploads/images/backgrounds/background_block.png) no-repeat top center;
	}

#block_center {
	margin-left: 235px;
	width:220px;
	height:329px;
	background: url(uploads/images/backgrounds/background_block.png) no-repeat top center;
	}

#block_body {
	height: 287px;
	}

#block_left h3,
#block_right h3,
#block_center h3 {
	height: 25px;
	}

#block_left h4 a,
#block_left h4 a:link,
#block_left h4 a:hover,

#block_right h4 a,
#block_center h4 a {
	clear: both;
	color: red;
	}

.featured {
	padding-top: 10px;
}

.featured_link {
	color: #ccc;
	text-align: right;
	padding-right: 13px;
	padding-top: 2px;
	font-size: 10px;
	font-weight: bold;
}

.featured_link a {
	text-decoration: none;
	color: #ff9900;
	font-size: 10px;
}

.featured_link a:hover {
	font-size: 10px;
}


/* End of 'Homepage Template Layout' */

