/*Copy and Paste this into design.css for a generic starting place, or delete the dev8 design.css and save this as design.css*/


/* -- General Settings --------------------------------------------------- */
html, body, form, fieldset, td {
	font-family: Arial, verdana, helvetica, sans-serif;
	color: #fff;
	behavior:url("/_resources/scripts/csshover.htc");
}

html {
	font-size: 100%;
}

body { 
	font-size: 93%;
	margin: 10px 0;
	background: #525252;
}

ul{
list-style-type: disc;
margin-left: 1em;
}

a, a:link, a:visited {
	color: #ac1c00;
	text-decoration: none;
}

a:focus, a:hover, a:active {
	color: #333;
	text-decoration: underline;
}

h4 {
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 0;
}


@media print {    /*this is print styling*/
 html, body, form, fieldset, td, p {
 color: #000;  /*change text color to black for easy readibility on paper*/
 background: #fff;
 } 

 #headerCell,#menuCell, #textlinks{
 display: none;  /*don't show unnecessary stuff like menus or header or  sidebar*/
 }

#layoutTable,#copyright{
 width: 640px;   /*reduce the content and copyright area widths to a good width for printing*/
 }
 } 
 
/* -- Main Layout ------------------------------------------------------------ */
/* Main <table> creating the basic page layout. */
#layoutTable {
	width: 715px;
	border-collapse: collapse;
	margin: 0 auto;
	color: #222;
}
#layoutTable form, fieldset, td {
	color: #222;
}
/* Page header*/
#headerCell {
	/*	height: 80px;
	background: #009;	
	color: #fd0;
	border: 1px solid #666;
	border-width: 0 1px 
 	*/
	color: #fff;
	height: 60px;
}
#siteName{
text-align: right;
float: left;
width: 190px;
line-height: 28px;
font-family: "Arial Black", Arial, verdana, helvetica, sans-serif;
font-size: 30px;
padding: 10px 0;
}
#siteName a, #siteName a:focus, #siteName a:hover, #siteName a:active {
	color: #fff;
	text-decoration: none;
}
#tagline1{
text-align: left;
width: 190px;
font-family: Arial, verdana, helvetica, sans-serif;
font-size: 19px;
font-weight:bold;
padding-top: 25px;
padding-bottom: 3px
}
#tagline2{
text-align: left;
width: 190px;
font-family: Arial, verdana, helvetica, sans-serif;
font-size: 14px;
font-weight:bold;
}
	#headerCell h1 {
	/*margin: 0 35px;
	font-size: 3em;
	line-height: 2em;
	*/	
	
	}
	#menuCell{
	background: #fff;
	vertical-align: middle;
	}
#topCell{
height: 10px;
background: #fff;
}
#topContainer{
background: #e6e9ee;
margin: 0 20px;
height: 10px;
border-top: 2px solid #fff;
}
/* Sidebar*/
#sidebarCellLeft {
	/*	width: 19%;
	background: #eee;
	border: 1px solid #ddd;
	border-width: 0 1px;
	*/
	vertical-align: top;
}

/*main content cell*/
#contentCell {
	padding: 5px 20px 17px;
	/*border-right: 1px solid #ddd;
	width: 80%;*/
	background: #fff;
	height: 325px;  /*sets a minimum content height*/
}

#agenda #contentArea{
padding-right: 3px;
padding-left: 5px;
}
#contentArea{
	border: 1px solid #d3d7de;
	padding: 5px 20px 0px;
	min-height:325px;
 height:auto !important;
 height:325px; 
}
/*page footer*/
#footerCell {
	border-top: 1px solid #ddd;
	text-align: center;
	padding: 10px 0;
	font-size: 80%;
}

#footerCell a{
	color: #fff;
}

/* -- Common Page Items ------------------------------------------------- */
#page-breadcrumbs {
	margin-top: 15px;
}

#page-title-container {
	
		}

#page-title {
	font-size: 1.3em;
	color: #Ac1c00;
	height: 20px;
		padding-bottom: 5px;
				margin-bottom: 1em;
	border-bottom: 1px solid #000;
}

	

#page-subtitle {
	color: #666;	
	margin-bottom: 10px;
}

#page-intro {
margin: 10px 0;	
}

#page-content {
margin: 10px 0;

	
}

#page-outro {
	
}

#page-pager-container {
	float: left;
	margin: 10px 0;
	/* Fix IE Doubled Float-Margin Bug
	   http://positioniseverything.net/explorer/doubled-margin.html */
	display: inline;
	background: #f6f6f6;
	border: 1px solid #eee;
}

.page-pager {
	width: 14em;
	margin: 0.33em 0.66em;
}

#page-pager-back {
	float: left;
}

#page-pager-next {
	float: right;
	text-align: right;
}

#page-bottomLinks {
	margin: 10px 0;
	padding: 10px;
	border: 1px solid #e3e3e3;
	background: #f5f5f5;
	font-size: 85%;
}

#copyright {
font-size: 70%;
color: #CCCCCC;
	margin-top: 5px;
}

#copyright img {
	margin-bottom: -2px;
}

/* -- Misc. Look And Feel --------------------------------------------------------- */


#sitemap ul {
	list-style-type: disc;
	margin-left: 1em;
}

#sitemap ul ul {
	margin-top: 0.33em;
	margin-bottom: 0.33em;
	list-style-type: circle;
}

#sitemap ul ul ul {
	list-style-type: square;
}

/* -- Mailing List Form ----------------------------------------------- */

#ml-form {
	margin: 25px 0.5em 15px;
}

#ml-email {
	/*width: 96%;*/	
	
}

#ml-submit {
	float: right;
}

.ml-text {
	font-size: 0.9em;
}
/*for smarty templates*/
.php-smarty {
display:none;
}

body#locator .php-smarty {
display: block;
} 


.more{
text-align: right;
font-weight: bold;
padding-right: 10px;
background-image: url("/img/blkdotarrow.gif");
background-repeat: no-repeat;
background-position:center right;
}
.more a{
color: #000;
text-decoration: underline;
}