/*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: "Tahoma", verdana, arial, helvetica, sans-serif;
	color: #666666;
}

html {
	font-size: 100%;
}

body { 
	font-size: 83%;
	margin: 10px 0;
	background: #ffffff;

}

ul{
list-style-type: disc;
margin-left: 1em;
}

a, a:link, a:visited {
	color: #00F
	text-decoration: none;
}

a:focus, a:hover, a:active {
	color: #606;
	text-decoration: underline;
}

h4 {
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 0;
}

/* -- Main Layout ------------------------------------------------------------ */
/* Main <table> creating the basic page layout. */
#layoutTable {
	width: 755px;
	border-collapse: collapse;
	margin: 0 auto;
		border: 1px solid #336;
		line-height: normal;
}

/* Page header*/
#headerCell {
		height: 37px;
	background: #ded68c;	
	color: #394984;	
	padding-left: 15px;
	padding-top: 3px;
}

#topCell{
height: 173px;
padding-right: 10px;
padding-top: 3px;
	background: #394984;	
	color: #fff;
}

#topPhoto{
margin-top: 5px;
border: 1px solid #fff;
border-bottom: 0px solid #fff;
}
#phoneArea{
float:right;
line-height: 18px;

}
.phone1{
font-size: 140%;


}
.phone2{
font-size: 130%;
}
/* Sidebar*/
#sidebarCellLeft {
	/*	width: 19%;
	background: #eee;
	border: 1px solid #ddd;
	border-width: 0 1px;
	*/
	vertical-align: top;
	padding: 5px 0 5px 10px;
}

#hptext{border-top: 1px solid #ded68c;
border-bottom: 1px solid #ded68c;
}
/*main content cell*/
#contentCell {
	padding: 10px 30px;
	/*border-right: 1px solid #ddd;
	width: 80%;*/
	background: #fff;
	height: 400px;  /*sets a minimum content height*/
}

/*page footer*/
#footerCell {
	text-align: center;
	font-size: 0.8em;
	padding: 10px 0;
}

/* -- Common Page Items ------------------------------------------------- */
#page-breadcrumbs {
	margin-top: 15px;
}

#page-title-container {
	padding-bottom: 5px;
		}

#page-title {
	font-size: 1.5em;
	color: #333;
}

	

#page-subtitle {
	color: #333;	
	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: 85%;
	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 {
	margin-top: 0.5em;
}

.ml-text {
	font-size: 0.9em;
}
/*for smarty templates*/
.php-smarty {
display:none;
}

body#smarty .php-smarty {
display: block;
} 