/* Start of CMSMS style sheet 'Master' */
/*********************************************************************************/
/** Default Styles
/**
/** This section sets/resets the most common elements needed and constructs a
/** solid foundation on which to begin building a site.  
/*********************************************************************************/

html, body, ul, ol, li, dl, p, pre, dd, blockquote, 
h1, h2, h3, h4, h5, h6, a, form, label, fieldset, address {
	margin:0;
	padding:0;
	border:0;
}

/** Font size set to 100.01% to correct several browser bugs **/
html {
	font-size:100.01%;
}

body {
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", LucidaGrande, Verdana, sans-serif;
	font-size:0.75em;
	color:#4a391a;
	background-color:#6e4c2b;
	background-image: url(lib/template/img/page_bg.jpg);
	background-repeat:repeat-x;
}

a:link { color:#1d5ba2; text-decoration: none; }
a:visited { color:#1d5ba2; text-decoration: none; }
a:hover { color:#1d5ba2; text-decoration: underline; }
	
img {
	border:0;
}
	
h1, h2, h3, h4, h5, h6 {
	padding:0;
	margin-bottom:.5em;
	font-weight:normal;
	margin-top:0px;
	font-weight:normal;
	clear:both;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#ad5119;
}

h1 {
	font-size:2.2em;
}

h2 {
	font-size:1.6em;
}

h3 {
	font-size:1.3em;
}

p {
	margin-bottom:1.5em;
	overflow:hidden;
	clear:both;
}

blockquote {
	border:1px dashed #CDCDCD;
	background:#F2F2F2;
	padding:1em;
	margin-bottom:1.5em;
}

	blockquote p {
		margin-bottom:0;
	}

small {
	font-size:.8em;
}

sup {
	position:relative;
	bottom:0.3em;
	vertical-align:baseline;
}

sub {
	position:relative;
	bottom:-0.2em;
	vertical-align:baseline;
}

pre {

}

code {
	font-family:"Courier New", Courier, monospace;        
	font-size:1em;
	border:1px dashed #CDCDCD;
	background:#F2F2F2;
	padding:1em;
	display:block;
}

address {
	font-style:normal;
	border:none;
}

abbr {
	cursor:help;
	border-bottom:1px dashed;
}

/** Lists **/

ul, ol {
	margin-bottom:1.5em;
	padding-left:0;
}

ul {
	list-style-type:none;
	margin-left:0;
}	

	ul li {
		padding-left:1em;
		margin-bottom:.6em;
		background:url(lib/template/img/icons/bullets/gt.gif) left .45em no-repeat;
		vertical-align:top;
	}

ul.bulletless li {
	padding-left:0;
	background:none;
}
	
ol {
	list-style-type:decimal;
	margin-left:2em;
}	

	ol li {
		padding-left:0;
		margin-bottom:.6em;
	}	
	
/** Tables **/

table {
	width:100%;
	border:none;
	border-collapse:collapse;
}

/** Table used for data representation **/
table.data {
	margin-bottom:1.5em;
	width:100%;
}
	table.data thead tr{
		background:#282d31;
		color:#dcdcdc;
		font-weight:bold;
	}
	
	table.data td {
		vertical-align:top;
		padding:.5em;
	}
	
	table.data tr {

	}
	
		table.data tr.even {

		}
	
		table.data tr.odd {
		
		}
		
			table.data tr.odd td {
				background:#ebf1f9;
				border-top:1px solid #cad6e6;
				border-bottom:1px solid #cad6e6;
			}

/** Forms **/	

form {
	padding:0;
	margin:0;
	margin-bottom:1.5em;
}

	form .row {
		margin-bottom:1.5em;
	}

fieldset {
	border:1px solid #c2c2c2;
	padding:.5em;
	width:35em;
}
	
legend {
	background:none;
	border:none;
	font-weight:bold;
	padding:.5em;
}

label {
	display:block;
	margin-bottom:.5em;
	font-weight:bold;
}

label.inline {
	display:inline;
	margin:0;
	padding-right:1em;
}

label.required {

}

input.text, textarea, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
	padding:.2em;
	color:#545454;
}

input.text {
	border:1px solid #ccc;
	width:20em;
}

input.checkbox {
	margin:0;
	padding:0;
}

input.radio {
	margin:0;
	padding:0;
}
	
textarea {
	border:1px solid #ccc;
	width:30em;
	height:10em;
}

select {
	border:1px solid #ccc;
	width:20em;
}

/** Filetype links **/

a.pdf {
	padding:5px 0 5px 20px;
	background:transparent url(lib/template/img/icons/filetypes/pdf.gif) no-repeat center left;
	line-height:1.7em;
}

a.word {
	padding:5px 0 5px 20px;
	background:transparent url(lib/template/img/icons/filetypes/word.gif) no-repeat center left;
	line-height:1.7em;
}

a.excel {
	padding:5px 0 5px 20px;
	background:transparent url(lib/template/img/icons/filetypes/excel.gif) no-repeat center left;
	line-height:1.7em;
}

a.txt {
	padding:5px 0 5px 20px;
	background:transparent url(lib/template/img/icons/filetypes/txt.gif) no-repeat center left;
	line-height:1.7em;
}

a.zip {
	padding:5px 0 5px 20px;
	background:transparent url(lib/template/img/icons/filetypes/zip.gif) no-repeat center left;
	line-height:1.7em;
}

a.external {
	padding:5px 13px 5px 0px;
	background:transparent url(lib/template/img/icons/external_link.gif) no-repeat center right;
}


/** Errors **/	

.alert {
	padding:1em 2em .5em 4.5em;
	margin-bottom:1.5em;
}

	.alert ul {
		margin-bottom:0;
	}

		.alert ul li {
			background:url(lib/template/img/icons/bullets/gt.gif) left .35em no-repeat;
		}

.alert.error {
	border-top:1px solid #ecd757;
	border-bottom:1px solid #ecd757;
	background:#fcf6d0 url(lib/template/img/icons/errors/error.gif) 1.5em 50% no-repeat;
}


/** Positioning **/

.float_left {
	float:left;
	margin-right:1em;
	margin-bottom:.5em;
}

.float_right {
	float:right;
	margin-left:1em;
	margin-bottom:.5em;
}

/*********************************************************************************/
/** Site-Specific Styles
/**
/** This section comtains styles specific to a site and that will most likely be
/** different from site to site.
/*********************************************************************************/

/** Structure **/

#wrapper {
	width:760px;
	margin-left:auto;
	margin-right:auto;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	background:#fff;
}

#header {
	margin-bottom:.5em;
}

#topnav {
	background:#333;
	padding:.5em;
	color:#eee;
	margin-bottom:.5em;
}

#banner_home {
	background:url(lib/template/img/home_banner.jpg) top left no-repeat;
	height:375px;
}

	#banner_home .banner_link { float:left; }
	#banner_home #home { width:350px; height:84px; margin-top:0px; margin-left:0px; }
	#banner_home #how_you_can_help { width:390px; height:84px; margin-top:280px; margin-left:0px; }
	
#banner_subpage {
	background:url(lib/template/img/subpage_banner.jpg) top left no-repeat;
	height:140px;
}

	#banner_subpage .banner_link { float:left; }
	#banner_subpage #home { width:350px; height:50px; margin-top:0px; margin-left:0px; }
	#banner_subpage #how_you_can_help { width:390px; height:70px; margin-top:59px; margin-left:-345px; }
	
#menu {

}

#content {
	padding:1em;
}

	#content #side_column{
		vertical-align:top;
		width:18em;
	}
	
	#content #main_column{
		vertical-align:top;
		padding-left:1em;
	}

#footer {
	background:#e3dfd1;
	margin-top:1em;
	border-top:1px solid #cabfa1;
}

	#footer .container{
		border-top:1px solid #fff;
		padding:1em;
		zoom:1;
		overflow:auto;
	}
	
	#footer .right_column {
		float:right;
		width:200px;
		text-align:right;
	}
	
	#footer .left_column {
		float:left;
		width:500px;
	}
	
.textured_box {
	background:url(lib/template/img/textured_box_bg.jpg) repeat-x;
	padding:1em;
	zoom:1;
	overflow:auto;
	min-height:202px;
}

	.textured_box .left_column {
		width:47%;
		float:left;
	}
	
	.textured_box .right_column {
		width:47%;
		float:right;
	}

ul.generic {

}

	ul.generic li{
		background:url(lib/template/img/icons/bullets/page_white.gif) left top no-repeat;
		padding-left:1.8em;
		padding-bottom:.3em;
	}

ul.stared {

}

	ul.stared li{
		background:url(lib/template/img/icons/bullets/star.gif) left top no-repeat;
		padding-left:1.8em;
		padding-bottom:.3em;
	}

ul.large {
	font-size:1.3em;
}

.sidebox {
	margin-top:2em;
}

/** Image Blocks**/

.image_block img {
	padding:5px;
        border:1px solid #645037;
}

.image_block .caption {
	display:block;
        font-size:.8em;
        margin-top:.5em;
}

.image_block.enclosed {
	padding:5px;
        border:1px solid #645037;
        overflow:hidden;
        zoom:1;
}

.image_block.enclosed img {
	padding:0;
        border:none;
}

/*********************************************************************************/
/** Digital Peach Simple CMS Styles
/**
/** This section contains styles that are only needed for Simple CMS sites.
/*********************************************************************************/

#menu {
	margin-bottom:1em;
}

	#menu a:link { color:#4a391a; text-decoration:none; }
	#menu a:visited { color:#4a391a; text-decoration:none; }
	#menu a:hover { color:#ad5119; text-decoration:none; }
	
	#menu ul {
		margin-bottom:0;
	}
	
	#menu li {
		background:none;
		margin:0;
		padding-left:1.5em;
	}
	
	#menu li.depth1 {
		padding-left:0;
	}
	
	#menu div {
		margin-bottom:1em;
		padding-left:.6em;
	}
	
	#menu li.current div {
		background:#EBE5D7 none repeat scroll 0%;
		border:1px solid #D3CDBF;
		color:#ad5119;
		padding:.6em;
	}
	
	#menu li.current li div {
		background:none;
		border:none;
		padding:0;
		color:#4a391a;
	}
	
	#menu li.current a:link { color:#ad5119; text-decoration:none; }
	#menu li.current a:visited { color:#ad5119; text-decoration:none; }
	#menu li.current a:hover { color:#ad5119; text-decoration:none; }
	
	#menu li.current li div a:link {color:#4a391a; text-decoration:none; }
	#menu li.current li div a:visited {color:#4a391a; text-decoration:none; }
	#menu li.current li div a:hover {color:#ad5119; text-decoration:none; }
			
/** Errors **/	

.errors {
	padding:1em 2em .5em 4.5em;
	border-top:1px solid #ecd757;
	border-bottom:1px solid #ecd757;
	margin-bottom:1.5em;
	background:#fcf6d0 url(lib/template/img/icons/errors/error_m.gif) 1.5em 50% no-repeat;
}

	.errors h4 {
		background:url(lib/template/img/icons/bullets/arrow_r.gif) left .35em no-repeat;
		padding-left:1em;
		margin-bottom:.6em;
		font-size:1em;
		color:#4F5059;
		font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", LucidaGrande, Verdana, sans-serif;
	}
/* End of 'Master' */

