/* -------------------------------------------------------------- 
	
	home.css	
	* Override Styles for Home Page Uniqueness
   
   	Usage:
   	* this stylesheet is called up last, and overrides any styles and attributes for the homepage
   
-------------------------------------------------------------- */

			#sublevelNavigation { }
				
				.promo { }

			.content {
				position: relative;
				padding-top: 397px;
				}
				
				#contentArea { }
				
					#contentArea p {
					
					}
				
					#contentArea h1 {
						padding-bottom: 0;
						font-size: 18px;
					}

					#contentArea h2 {
						padding-bottom: 8px;
						font-size: 11px;
					}

				ul#tabs {
					position: absolute;
					top: 396px;
					margin: 0;
					padding: 0;
					list-style: none;
					z-index: 2;
					}
				
					ul#tabs li {
						float: left;
						margin-right: 5px;
					}
					
					ul#tabs a {
						display: block;
						padding: 6px 14px 6px 14px;
						border: 1px solid #f9d8a8;
						background: url(../img/homepage/bg-tab.gif) top left repeat-x;
						font-size: 11px;
						color: #757575;
						}
						
						ul#tabs a:hover {
							border-bottom: 1px solid #f9d8a8;
							color: #c9873b;
						}
						
						ul#tabs a.active
						{
							border-bottom:1px solid #FFF;
							background:none;
						}
				
						ul#tabs li a.active, ul#tabs li a.active:hover {
							border-bottom: 1px solid #fff;
							background: #fff;
						}
				
				div#tabContent {
					float:left;
					width:auto;
					clear: both;
					margin-top: 29px;
					padding: 19px 16px 0 16px;
					border: 1px solid #f9d8a8;
					}
					
					div#tabContent .spotlight {
						display: none;
					}
					
					div.tabImage {
						float: left;
						margin: 0 20px 8px 0;
						color:#666;
						font-size:1.1em;
						}
						
						div.tabImage small{
						color:#666;
						font-size:11px;
						}
					
						.tabImage img {
							display: block;
							margin-bottom: 8px;
							border: 1px solid #f9d8a8;
						}
						
					p.shareThis {
						float: right;
						}
						
						/*p.shareThis a {
							display: block;*/
							/*padding-right: 92px;*/
							/*background: url(../img/homepage/icon-share_this.gif) 100% 0 no-repeat;
							border: none !important;
							}*/


				.CMSEditableRegionEdit iframe
				{
					width:62% !important;
				}

				#ctl00_bottomNav_pnlEditor
				{
					width:525px;
				}

				#focusAreas {
					padding-top: 0;
				}
				
				
			#art {
				position: absolute;
				top: 115px;
				left: 284px;
				}
				
				#art img {
					border: 1px solid #f9d094;
				}
				
				div#heroContent {
					position: absolute;
					width: 706px;
					height: 369px;
					top: 0;
					left: 0;
					width: 706px;
					}
					
					#heroContent p {
						font-family: Garamond, Times, Georgia, Serif;
						font-size: 19px;
						font-style: italic;
						line-height: 25px;
						color: #666;
					}

					div#cta {
						position: absolute;
						right: 16px;
						bottom: 16px;
						margin: 4px 0 0 -20px;
						padding: 0 0 0 20px;
						height: 46px;
						background: url(../img/homepage/bg-cta.png) top left no-repeat;
						}
						
						#cta a {
							float: left;
							padding: 16px 30px 22px 6px;
							height: 8px;
							font-size:11px;
							background: url(../img/homepage/bg-cta_a.png) 100% top no-repeat;
							text-decoration: none;
							font-weight: bold;
							color: #666;
							}
							
							#cta a:hover {
								color: #c9873b;
								border:none;
							}
	

				.mapcallout
				{
					position:relative;
					top:10px;
					margin-bottom:20px;
				}



/*******************************************************************************************

TITLE: the genius development framework

VERSION: 1.0.0
URI: http://www.geniusswitchstudio.com/
AUTHOR: Christian Alexander Seeber, Principal + User Experience Architect
COPYRIGHT: 2009 genius switch studio llc

DESCRIPTION: HTML/CSS/JS Framework or Repository created by genius switch studio
in order to streamline all builds. HTML Structure is always the same, 
CSS Structure is always the same, jQuery drives everything. 

**********************************************************************************************/
