/*************************************
Theme: Sublime - Derived From: Sublime  
*************************************/
/* START -> DO NOT EDIT THIS SECTION */
/* MIN-HEIGHT FOR THEME ELEMENTS (555px before #ft) */
#bd{min-height:40em;_height:40em}
#zB .modWrap,#zC .modWrap{min-height:21em;_height:21em}
/* STRUCTURE -------- */
#doc{padding:1px 0 20px;width:100%}
#hContent{margin:10px 30px 0 300px;width:572px}
#hMisc{display:none}
#navigation{position:relative;width:158px;float:left;display:inline;margin:70px 0 0 101px}
ul#mainNav li{margin-bottom:1px}
ul#mainNav li a{_zoom:1;display:block;padding:4px 3px 4px 15px}
#bd{float:left;width:580px;margin:50px 20px 40px 20px}
#right{width:200px;margin:70px 10px 10px 900px}
#pageName{display:none;margin:0 0 10px 0;width:573px}
#zB #mapZone{width:235px;height:235px}
#zB #drivingDirectionsLnk{top:240px}
#zC form#contactForm{width:196px}
#ft{margin:0 0 0 300px}
#fContent{float:right;width:267px;margin-right:8px;display:inline}
#fMisc{float:left;width:273px}
/* FIXES --------------- */
/* styling these three zones only because of the RTE that cuts off #zA */
#hContent,#pageName,#zA{padding-right:2px}
/* to keep the alert failure box for the Map inside the blue border box */
#zB .modWrap,#zC .modWrap{overflow:hidden;_overflow:visible;_overflow-x:hidden;}
/* END -> FIXES: DO NOT EDIT */
/* BADGES ------------- */
#fBadges {text-align:center;}
#fBadges a {margin:0 7px;}
#fBadges #verisign img {border:0;}
/* END -> DO NOT EDIT THIS SECTION */			


/* START -> CUSTOMIZATION SECTION */
	
/* TYPOGRAPHY --------- */
	
		/* User-Editable Body */
		
		#body {
			color: #555555;
			font-size: 12px;
			line-height: 1.5;
			font-family: Verdana, Arial, Helvetica, sans-serif;
		}

		/* p Normal */
		
		p {
		}		

		/* hr Horizontal Rule */
		
		hr {
		}		
		
		/* H1 Site Title */
		
		#body h1 {
			font-size:25px;
		}
		
		/* H2 Page Title */
		
		#body h2 {
			font-weight: bold;
			font-size: 16px;
			text-transform: uppercase;
		}

		/* H3 Paragraph Title */
		
		#body h3 {
			font-size: 14px;		
			font-weight: bold;
			text-transform: uppercase;			
		}
		
		#zB h3,
		#zC h3 {
			font-size: 13px;
		}

		/* H4 Paragraph Subtitle */
		
		#body h4 {
			font-size: 16px;
			font-weight: bold;
			margin-bottom: 2px;
			font-size: 12px;		
		}

		/* Header */
		
		#hd {
		
		}
		
		/* Zones B and C */
		
		#zB,
		#zC {
			font-size:11px;
		}

		/* Footer */
		
		#ft {
			font-size:11px;
		}

		#fContent {
			text-align:right;
			font-size:9px;
		}

		/* Contact Info */
		
		#hMisc,#fMisc {
		}

		/* Footer Content */
		
		#fContent {
		}

/* LINKS ------------ */

		#body a:link,
		#body a:visited {
			color:#7bbddd;
			font-weight: bold;
		}
		
		#body a:hover,
		#body a:active,
		#body a:focus {
			text-decoration:none;
		}			

		/* Nav Menu */
		
		ul#mainNav li a:link,
		ul#mainNav li a:visited {
			font-size: 1.25em;
			font-weight: bold;
			color: #555555;
		}

		ul#mainNav li a:hover,
		ul#mainNav li a:active,
		ul#mainNav li a:focus,
		ul#mainNav li.active a:link,
		ul#mainNav li.active a:visited {
			color: #ffffff;
		}

/* BACKGROUNDS -------- */

		#body  {
			background-color: #ffffff;
			background-image:  url(http://cre8ivegroup.com/poundbody_1.2.jpg);
			background-repeat:no-repeat;
		}

.transparent_class {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}


		#zB .modWrap,
		#zC .modWrap {
			background-color:#ffffff;
		}

		ul#mainNav li a:hover,
		ul#mainNav li a:active,
		ul#mainNav li a:focus,
		ul#mainNav li.active a:link,
		ul#mainNav li.active a:visited {
			background-color: #7bbddd;
		}

/* BORDERS --------------- */

		#zB .modWrap,
		#zC .modWrap {
			border:2px solid #7bbddd;
		}

/* END -> CUSTOMIZATION SECTION */


