/* 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, Geneva, Arial, Verdana, sans-serif;
	/*font-family:Verdana, Arial, Helvetica, sans-serif;*/
	font-size:0.75em;
	color:#44464B;
	background:#31475e;
	padding:1em;
	line-height:1.6; /* Unitless is important here */
}

a:link { color:#1067ca; text-decoration: none; }
a:visited { color:#1067ca; text-decoration: none; }
a:hover { color:#1067ca; text-decoration: underline; }
	
img {
	border:0;
}
	
h1, h2, h3, h4, h5, h6 {
	padding:0;
	font-weight:normal;
	margin-top:0px;
	font-weight:normal;
	clear:both;
	color:#2a769e;
}

h1 {
	font-size:2.2em;
	line-height:1;
	margin-bottom:0.25em;
	padding-bottom:0.25em;
	background:url(lib/template/img/dotted_border.gif) bottom repeat-x;
}

h2 {
	font-size:1.65em;
}

h3 {
	font-size:1.3em;
}

p {
	margin-bottom:1.4em;
	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 .6em 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.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:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", LucidaGrande, Geneva, Arial, Verdana, 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;
}

	select optgroup {
		font-weight:bold;
		font-style:normal;	
	}

/** Special 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;
}

a.previous {
	padding:5px 13px 5px 0px;
	background:transparent url(lib/template/img/icons/arrow_left.gif) no-repeat center right;
	line-height:1.7em;
}

a.next {
	padding:5px 13px 5px 0px;
	background:transparent url(lib/template/img/icons/arrow_right.gif) no-repeat center right;
	line-height:1.7em;
}

a.email {
	padding:5px 13px 5px 0px;
	background:transparent url(lib/template/img/icons/email.gif) no-repeat center right;
	line-height:1.7em;
}

a.magnifier {
	padding:5px 13px 5px 0px;
	background:transparent url(lib/template/img/icons/magnifier.gif) no-repeat center right;
	line-height:1.7em;
}

/** Errors **/	

.alert {
	padding:1em 2em .5em 4.5em;
	margin-bottom:1.4em;
}

	.alert ul {
		margin-bottom:0;
	}

		.alert ul li {
			background:url(lib/template/img/icons/bullets/gt.gif) left .6em no-repeat;
		}

	.alert.error {
		border-top:1px solid #ecd757;
		border-bottom:1px solid #ecd757;
		background:#fcf6d0 url(lib/template/img/icons/alerts/error_m.gif) 1.5em 50% no-repeat;
	}
	
	.alert.info {
		border-top:1px solid #ecd757;
		border-bottom:1px solid #ecd757;
		background:#fcf6d0 url(lib/template/img/icons/alerts/info_m.gif) 1.5em 50% no-repeat;
	}
	
	.alert.confirm {
		border-top:1px solid #ecd757;
		border-bottom:1px solid #ecd757;
		background:#fcf6d0 url(lib/template/img/icons/alerts/confirmation_m.gif) 1.5em 50% no-repeat;
	}
	
	.alert.warn {
		border-top:1px solid #ecd757;
		border-bottom:1px solid #ecd757;
		background:#fcf6d0 url(lib/template/img/icons/alerts/warn_m.gif) 1.5em 50% no-repeat;
	}


/** Positioning **/

.float_left {
	float:left;
	margin-right:5px;
}

.float_right {
	float:right;
	margin-left:5px;
}


/** Structure **/

.column {
	float:left;
	margin-left:2em;
}

.column.first {
	float:left;
	margin-left:0;
}

/** Image Replacement **/

.replace{
	position:relative;
	margin:0px; padding:0px;
	/* hide overflow:hidden from IE5/Mac */
	/* \*/
	overflow: hidden;
	/* */
}
	.replace span{
		display:block;
		position:absolute;
		top:0px;
		left:0px;
		z-index:1;
	}

	* html>body	.replace a {
			text-decoration: none; /* ie5.0-5.1.x/mac must have this value or the underline shows through the image. */
	}
		
	/* Instance styles
	#logo, #logo span{
		width:187px;
		height:70px;
		background:url(lib/template/img/logo.jpg) no-repeat;
		display:block;
	}
	*/
	
/*********************************************************************************/
/** 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:62em;
	margin:20px auto;
	padding:10px;
	background:#fff;
	border:5px solid #26394d;
}

#header {
	margin-bottom:10px;
}

#logo {

}

#topnav {
	font-size:1em;
	/*border-top:1px dotted #868686;
	border-bottom:1px dotted #868686;*/
	background:url(lib/template/img/dotted_border.gif) top repeat-x;
}
	
	#topnav .container {
		overflow:hidden;
		zoom:1;
		margin-bottom:10px;
		padding:3px 0pt;
		background:url(lib/template/img/dotted_border.gif) bottom repeat-x;
	}
	
	#topnav a:link { color:#747a84; text-decoration: none; }
	#topnav a:visited { color:#747a84; text-decoration: none; }
	#topnav a:hover { color:#1067ca; text-decoration: none; }
	
	#topnav ul {
		display:inline;
		margin:0pt;
		padding:0pt;
		overflow:hidden;
		zoom:1;
		list-style:none;
	}
	
	#topnav li {
		margin:0;
		float:left;
		padding:0;
		margin-left:7em;
		list-style: none;
		display: inline;
		background:none;
	}
	
	#topnav li.first {
		margin-left:0;
	}

#banner {
	margin-bottom:10px;
}

#menu {

}

#content {
	overflow:hidden;
	zoom:1;
}

	#content .column.side{
		width:16em;
	}
		
	#content .column.main{
		width:44em;
	}

#footer {
	margin-top:1em;
	background:url(lib/template/img/dotted_border.gif) top repeat-x;
	padding-top:10px;
}

/*********************************************************************************/
/** Digital Peach Simple CMS Styles
/**
/** This section contains styles that are only needed for Simple CMS sites.
/*********************************************************************************/

#menu {
	margin-bottom:1em;
	border-top:1px solid #CECECE;
}

	#menu a:link { color:#747a84; text-decoration:none; }
	#menu a:visited { color:#747a84; text-decoration:none; }
	#menu a:hover { color:#1067ca; text-decoration:none; }
	
	#menu ul {
		margin-bottom:0;
	}
	
	#menu li {
		background:none;
		margin:0;
		padding:0;
	}
	
	#menu li div {
		background:#e7e7e7;
		border-top:1px solid #fff;
		border-bottom:1px solid #cecece;
		padding:5px;
		color:#4a391a;
	}
	
	#menu li.depth2 div{
		padding-left:15px;
	}
	
	#menu li.depth3 div{
		padding-left:25px;
	}
	
	#menu li.current div {
		background:#0b6d88;
		border-top:1px solid #fff;
		border-bottom:1px solid #064c5f;
	}
	
	#menu li.current li div {
		background:#e7e7e7;
		border-top:1px solid #fff;
		border-bottom:1px solid #cecece;
		color:#4a391a;
	}
	
	#menu li.current li.depth3 div {
		background:#e7e7e7;
		border-top:1px solid #fff;
		border-bottom:1px solid #cecece;
		color:#4a391a;
	}
	
	#menu li.current a:link { color:#fff; text-decoration:none; font-weight:bold;}
	#menu li.current a:visited { color:#fff; text-decoration:none; font-weight:bold; }
	#menu li.current a:hover { color:#fff; text-decoration:none; font-weight:bold; }
	
	#menu li.current li div a:link {color:#747a84; text-decoration:none; font-weight:normal; }
	#menu li.current li div a:visited {color:#747a84; text-decoration:none; font-weight:normal; }
	#menu li.current li div a:hover {color:#1067ca; text-decoration:none; font-weight:normal; }

/** 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/alerts/error_m.gif) 1.5em 50% no-repeat;
}

	.errors h4 {
		background:url(lib/template/img/icons/bullets/gt.gif) left .6em no-repeat;
		padding-left:1em;
		margin-bottom:.6em;
		font-size:1em;
	}
/* End of 'Master' */

