/*
Site: raleights.com
*/

/*---------
   GLOBAL
 ---------*/

html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote,
pre, form, fieldset, table, th, td, img { margin:0; padding:0; border:0; }

html, body { height:100%; }
body { text-align:center; font: 62.5% Arial, Verdana, Helvetica, sans-serif; }

h1, h2, h3, h4, h5, h6 { font-weight:normal; font-family: Arial, sans-serif; margin-bottom:0.5em; }
h1 { font-size:1.8em; }
h2 { font-size:1.6em; }
h3 { font-size:1.4em; }
h4 { font-size:1.2em; }
h5 { font-size:1em; }
h6 { font-size:0.8em; }

p, select, li { font-size:1.3em; line-height:1.3em; }
p { margin-bottom:1.5em; }
	p.clean { margin-bottom:0.5em; }

input, textarea, select { font-size:1em; outline:none; }

li { list-style: none; }

a:link, a:visited { text-decoration:underline; }
a:hover, a:active { text-decoration:none; }
a:active, a:focus { outline:0; }


/*------------
   ALIGNMENT
 -------------*/

.center { text-align:center; }
	.center-inner { margin-left:auto; margin-right:auto; text-align:left; }

.left { text-align:left; }
.right { text-align:right; }

table.center td { text-align:center; }
table tr.center td { text-align:center; }


/*-------
   TABLE
  -------*/

table { font-size:1.2em; border-collapse:collapse; }
	table td { border:1px solid #999; padding:8px; }


/*----------------
   MISCELLANEOUS
 ----------------*/

.clear { clear: both; display: block; height: 0; overflow: hidden; }
.alt { display: none; height:1%; overflow:hidden; }
.clear-after:after { content:'.'; display:block; visibility:hidden; height:0; clear:both; }

.no-cursor { cursor:default !important; }
.hidden { display:none; }


/*--------------
   SITE COLORS
 --------------*/

body { background:#0869b0 url("../images/background.gif") left top repeat-x; color:#555; }

h1, h2, h3, h4, h5, h6 { color:#454545; }

a:link, a:visited { color:#0066CC; }
a:hover, a:active { color:#0066CC; }

input:focus, textarea:focus, select:focus { background:#FFFCDD; }


/*--------
   LAYOUT
 ---------*/

#wrapper { width:950px; margin:0 auto; padding-bottom:200px; min-height:850px; text-align:left; background:transparent url("../images/content-background.gif") left top repeat-y; }
	#wrapperInner { position:relative; min-height:410px; background:transparent url("../images/header.gif") left top no-repeat; }
		#content { width:545px; position:relative; top:200px; left:355px; }
			#content img.photo { margin:-2em 0 1em -1em; }
			#content img.photo-side { float:left; margin:-2em 0.5em 0 -2em; }
		#sidebar { width:350px; position:absolute; left:0; top:420px; }
		
		#areasSidebar { width:308; height:239px; background:transparent url("../images/areas-background.gif") left top no-repeat; }
			#areasSidebar h3, #areasSidebar li { color:#0869b0; }
			#areasSidebar h3 { font-size:1.6em; margin:0 0 0 32px; padding-top:13px; font-weight:bold; }
			#areasSidebar li { font-size:1.2em; }
			#areasSidebar .column-1 { float:left; margin:5px 0 0 32px; }
			#areasSidebar .column-2 { float:left; margin:5px 0 0 20px; }
		
		#footer { color:#999; float:right; margin:50px 0 0 0; clear:both; }
		
/*------------
   NAVIGATION
 ------------*/
	
#navigation { position:absolute; top:112px; left:252px; width:687px; height:38px; }
	#navigation li, #navigation li a { display:block; height:38px; }
	#navigation li { text-indent:-2000px; overflow:hidden; float:left; }
	#navigation li a { background:transparent url("../images/navigation.gif") left top no-repeat; }
	
	#navigation #navigationHome { width:63px; }
	#navigation #navigationHome a:link, #navigation #navigationHome a:visited { background-position:0 0; }
	#navigation #navigationHome a:hover, #navigation #navigationHome a:active { background-position:0 -38px; }
	
	#navigation #navigationServices { width:81px; }
	#navigation #navigationServices a:link, #navigation #navigationServices a:visited { background-position:-63px 0; }
	#navigation #navigationServices a:hover, #navigation #navigationServices a:active { background-position:-63px -38px; }
	
	#navigation #navigationFaqs { width:55px; }
	#navigation #navigationFaqs a:link, #navigation #navigationFaqs a:visited { background-position:-144px 0; }
	#navigation #navigationFaqs a:hover, #navigation #navigationFaqs a:active { background-position:-144px -38px; }
	
	#navigation #navigationInsuranceAndFees { width:158px; }
	#navigation #navigationInsuranceAndFees a:link, #navigation #navigationInsuranceAndFees a:visited { background-position:-199px 0; }
	#navigation #navigationInsuranceAndFees a:hover, #navigation #navigationInsuranceAndFees a:active { background-position:-199px -38px; }
	
	#navigation #navigationTestimonials { width:108px; }
	#navigation #navigationTestimonials a:link, #navigation #navigationTestimonials a:visited { background-position:-357px 0; }
	#navigation #navigationTestimonials a:hover, #navigation #navigationTestimonials a:active { background-position:-357px -38px; }
	
	#navigation #navigationResources { width:96px; }
	#navigation #navigationResources a:link, #navigation #navigationResources a:visited { background-position:-465px 0; }
	#navigation #navigationResources a:hover, #navigation #navigationResources a:active { background-position:-465px -38px; }
	
	#navigation #navigationEmployment { width:108px; }
	#navigation #navigationEmployment a:link, #navigation #navigationEmployment a:visited { background-position:-561px 0; }
	#navigation #navigationEmployment a:hover, #navigation #navigationEmployment a:active { background-position:-561px -38px; }

#navigationSidebar { width:350px; height:100px; position:relative; }
	#navigationSidebar li, #navigationSidebar a { display:block; width:120px; height:38px; }
	#navigationSidebar li { text-indent:-2000px; overflow:hidden; }
	#navigationSidebar a { background:transparent url("../images/header.gif") left top no-repeat; }
	
	#navigationSidebar li#navigationAboutUs { position:absolute; top:8px; left:76px; width:115px; }
	#navigationSidebar li#navigationAboutUs a { width:115px; background-position:-76px -425px; }
	
	#navigationSidebar li#navigationContact { position:absolute; top:8px; left:191px; width:130px; }
	#navigationSidebar li#navigationContact a { width:135px; background-position:-191px -425px; }
	
	#navigationSidebar li#navigationOurTeam { position:absolute; top:46px; left:70px; width:115px; }
	#navigationSidebar li#navigationOurTeam a { width:115px; background-position:-70px -469px; }
	
	#navigationSidebar li#navigationOurFacility { position:absolute; top:46px; left:185px; width:135px; }
	#navigationSidebar li#navigationOurFacility a { width:135px; background-position:-185px -469px; }
	
#navigationSecondary { position:absolute; top:160px; left:245px; width:687px; height:20px; }
	#navigationSecondary li { float:left; margin-right:1.1em; }
		#navigationSecondary li a:link, #navigationSecondary li a:visited { text-decoration:none; }
		#navigationSecondary li a:hover, #navigationSecondary li a:active { text-decoration:underline; }

/*---------
   MODULES
 ----------*/

/* star-list */

.star-list { }
	.star-list li { background:transparent url("../images/bullet-star.gif") center left no-repeat; padding-left:15px; margin:6px 0 6px 0; line-height:1.5em; }
		.star-list li.align-top { background-position:0 4px; }
	
/* callout */
.callout { border:1px solid #0869b0;; background:#e9e9e9; padding:1em; }
	.callout p { margin-bottom:0; }
	
	
/*-------
   PAGES
 --------*/

#home #navigation #navigationHome a:link, #home #navigation #navigationHome a:visited { background-position:0 -38px; }
#services #navigation #navigationServices a:link, #services #navigation #navigationServices a:visited { background-position:-63px -38px; }
	#services h1, #services h2 { font-weight:bold; }
	#services .star-list { margin-bottom:2em; }
#faqs #navigation #navigationFaqs a:link, #faqs #navigation #navigationFaqs a:visited { background-position:-144px -38px; }
	#faqs .star-list { margin-bottom:2em; }
#insuranceAndFees #navigation #navigationInsuranceAndFees a:link, #insuranceAndFees #navigation #navigationInsuranceAndFees a:visited { background-position:-199px -38px; }
	#insuranceAndFees h2, #insuranceAndFees h3 { font-weight:bold; }
#testimonials #navigation #navigationTestimonials a:link, #testimonials #navigation #navigationTestimonials a:visited { background-position:-357px -38px; }
#resources #navigation #navigationResources a:link, #resources #navigation #navigationResources a:visited { background-position:-465px -38px; }
	#resources #navigationSecondary { left:736px; width:200px;}
	#resources h2 { font-weight:bold; }
#employment #navigation #navigationEmployment a:link, #employment #navigation #navigationEmployment a:visited { background-position:-561px -38px; }
	#employment h2 { font-weight:bold; margin-bottom:0; }
#ourTeam {}
	#ourTeam #content h1 { font-weight:bold; }
	#ourTeam #content img { float:left; margin:0 1em 1em 0; }
	#ourTeam h3 { font-size:1.4em; font-weight:bold; margin-bottom:0.7em; }
	#ourTeam #content .email { margin-bottom:0.8em; font-weight:bold; }

/*------
   HOME
 -------*/

.photo-frame { width:552px; height:265px; overflow:hidden; background:transparent url("../images/photos/photo-frame.gif") left top no-repeat; margin:0 0 0 -1em; position:relative; top:-2em; }
#photosWrapper { margin:1em 0 0 1em; }



