	/* ----======== Reseting All Browsers ========---- */		
	body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td
	{ margin:0; padding:0; }
	fieldset, img { border:0; }
	ul { list-style:none; }
	caption, th { text-align:left; }
	h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight:normal; }
	abbr, acronym { border:0; }
	



	/* ----======== HTML Selectors ========---- */
	
	html
	{
	overflow: -moz-scrollbars-vertical;	
	}
	
	body
	{
	text-align: center;
	margin: auto;
	background: #6C6C6C url(../images/bg_tile.jpg) repeat-x;
	color: #333;
	font-size: 12px;
	padding-bottom: 15px;
	font-family: Arial, Helvetica, sans-serif;
	}
	
	a
	{
	color: #000;
	text-decoration: none;
	}
	
	#greenPage a, #greenPage #subMenu a:hover
	{
	color: #738F00;
	}
	#bluePage a, #bluePage #subMenu a:hover
	{
	color: #1575B1;
	}
	#orangePage a, #orangePage #subMenu a:hover
	{
	color: #DE6900;
	}
	#pinkPage a, #pinkPage #subMenu a:hover
	{
	color: #BB1360;
	}
	
	#pinkPage a:hover, #orangePage a:hover, #bluePage a:hover, #greenPage a:hover, a:hover { color: #000; }
	
	h1
	{
	color: #000;
	font-size: 30px;
	margin-bottom: 15px;
	font-weight: bold;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	padding-bottom: 15px;
	border-bottom: 1px solid #ccc;
	}
	
	h2
	{
	font-size: 15px;
	margin-bottom: 15px;
	font-weight: bold;
	}
	
	h3
	{
	margin-bottom: 15px;
	line-height: 22px;
	}
	
	h5 { font-weight: bold; }
	
	p
	{
	margin-bottom: 15px;
	line-height: 19px;
	}
	
	.hidden
	{
	display: none;	
	}
	
	.testimonial
	{
	background: #EDEDED;
	padding: 10px;
	margin-bottom: 15px;
	border: 1px solid #DBDBDB;
	}
	
	.testimonial p
	{
	margin: 0;	
	}
	
	.testimonailName
	{
	font-size: 11px;	
	}
	
	/* ----======== Custom Selectors ========---- */
	
	#content ul { padding-bottom: 8px; margin-left: 5px; }
	
	#content li
	{
	background: url(../images/bullet.png) no-repeat;
	background-position: 0px 0px;
	padding-bottom: 7px;
	padding-left: 22px;
	line-height: 16px;
	}
	
	#content ul ul
	{
	margin-top: 10px;
	margin-bottom: 0;
	padding-bottom: 3px;
	margin-left: 0px;
	padding-left: 0;
	}
	
	#subMenu ul { padding-bottom: 0px; font-size: 12px; }
	
	#subMenu ul ul li a
	{
	color: #D62073;	
	font-size: 11px;
	}
	
	#subMenu a { color: #000; }
	
	
	#content ul ul li
	{

	}
	
	#content ul ul li.last
	{
	padding-bottom: 0;	
	}
	
	.floatRight
	{
	float: right;
	margin-left: 13px;
	margin-bottom: 13px;
	position: relative;
	}
	
	.floatLeft
	{
	float: left;
	margin-right: 13px;
	margin-bottom: 13px;
	position: relative;
	}
	
	.noMargin { margin: 0 !important; }
	
	.noPadding { padding: 0 !important; }
	
	.noBorder { border: none !important; }
	
	.clearer { clear: both; }
	
	.container p, .container h2
	{
	margin-bottom: 7px;	
	}
	
	.container
	{
	border-top: 10px solid #c7d800;
	padding-top: 7px;	
	padding-bottom: 2px;
	border-bottom: 10px solid #c7d800;
	margin-bottom: 15px;
	}
	
	.formField
	{
	background: #ededed;
	border: 1px solid #dbdbdb;
	padding: 5px;
	width: 200px !important;
	}
	
	.formFieldWide
	{
	background: #fff;
	border: 1px solid #999;
	padding: 5px;
	width: 95% !important;
	}
	
	.formField-no-pad {
	padding: 0px;
	margin: 0px;
	}
	
	.smaller
	{
	font-size: 13px;	
	color: #777;
	font-weight: normal;
	}
	
	.profile
	{
	width: 150px;

	float: left;
	margin-right: 15px;
	background: #fff;
	font-size: 11px;
	padding: 5px;
	margin-bottom: 7px;
	-moz-border-radius: 10px;
	}
	
	.profile p
	{
	padding: 0 5px;	
	line-height: 16px;
	margin-bottom: 5px;
	}
	
	.profile h2
	{
	padding: 0 5px;	
	line-height: 18px;
	margin-bottom: 5px;
	}
	
	#lightbulbAl
	{
	width: 150px;
	height: 233px;
	background: url(../images/lightbulb-al.jpg) no-repeat top left;
	margin-bottom: 10px;
	}	
	#lightbulbAl:hover
	{
	background: url(../images/lightbulb-al.jpg) no-repeat top right;
	
	}
	
	#lightbulbDamien
	{
	width: 150px;
	height: 233px;
	background: url(../images/lightbulb-damien.jpg) no-repeat top left;
	margin-bottom: 10px;
	}	
	#lightbulbDamien:hover
	{
	background: url(../images/lightbulb-damien.jpg) no-repeat top right;
	
	}
	
	#lightbulbJeff
	{
	width: 150px;
	height: 233px;
	background: url(../images/lightbulb-jeff.jpg) no-repeat top left;
	margin-bottom: 10px;
	}	
	#lightbulbJeff:hover
	{
	background: url(../images/lightbulb-jeff.jpg) no-repeat top right;
	
	}
	
	#lightbulbJoanne
	{
	width: 150px;
	height: 233px;
	background: url(../images/lightbulb-joanne.jpg) no-repeat top left;
	margin-bottom: 10px;
	}	
	#lightbulbJoanne:hover
	{
	background: url(../images/lightbulb-joanne.jpg) no-repeat top right;
	
	}
	
	#lightbulbKaren
	{
	width: 150px;
	height: 233px;
	background: url(../images/lightbulb-karen.jpg) no-repeat top left;
	margin-bottom: 10px;
	}	
	#lightbulbKaren:hover
	{
	background: url(../images/lightbulb-karen.jpg) no-repeat top right;
	
	}
	
	#lightbulbLiz
	{
	width: 150px;
	height: 233px;
	background: url(../images/lightbulb-liz.jpg) no-repeat top left;
	margin-bottom: 10px;
	}	
	#lightbulbLiz:hover
	{
	background: url(../images/lightbulb-liz.jpg) no-repeat top right;
	
	}
	
	#lightbulbMurray
	{
	width: 150px;
	height: 233px;
	background: url(../images/lightbulb-murray.jpg) no-repeat top left;
	margin-bottom: 10px;
	}	
	#lightbulbMurray:hover
	{
	background: url(../images/lightbulb-murray.jpg) no-repeat top right;
	
	}
	
	#lightbulbKent
	{
	width: 150px;
	height: 233px;
	background: url(../images/lightbulb-kent.jpg) no-repeat top left;
	margin-bottom: 10px;
	}	
	#lightbulbKent:hover
	{
	background: url(../images/lightbulb-kent.jpg) no-repeat top right;
	
	}
	
	#lightbulbMatt
	{
	width: 150px;
	height: 233px;
	background: url(../images/lightbulb-matt.jpg) no-repeat top left;
	margin-bottom: 10px;
	}	
	#lightbulbMatt:hover
	{
	background: url(../images/lightbulb-matt.jpg) no-repeat top right;
	
	}
	
	#lightbulbRick
	{
	width: 150px;
	height: 233px;
	background: url(../images/lightbulb-rick.jpg) no-repeat top left;
	margin-bottom: 10px;
	}	
	#lightbulbRick:hover
	{
	background: url(../images/lightbulb-rick.jpg) no-repeat top right;
	
	}
	
	#lightbulbRosalie
	{
	width: 150px;
	height: 233px;
	background: url(../images/lightbulb-rosalie.jpg) no-repeat top left;
	margin-bottom: 10px;
	}	
	#lightbulbRosalie:hover
	{
	background: url(../images/lightbulb-rosalie.jpg) no-repeat top right;
	
	}
	
	#lightbulbSimon
	{
	width: 150px;
	height: 233px;
	background: url(../images/lightbulb-simon.jpg) no-repeat top left;
	margin-bottom: 10px;
	}	
	#lightbulbSimon:hover
	{
	background: url(../images/lightbulb-simon.jpg) no-repeat top right;
	
	}
	
	
	
	
	/* ----======== Layout and Styling ========---- */
	
	#wrapper
	{
	width: 972px;
	margin: auto;
	position: relative;
	z-index: 99;
	}
	
	#ripple
	{
	background: url(../images/big_ripple.png) no-repeat;
	height: 594px;
	width: 594px;
	position: absolute;
	left: 50%;
	top: 10px;
	margin-left: -65px;
	z-index: 88;
	}
	
	#logo {
	height: 115px;
	text-align: left;
	padding-top: 30px;
	padding-left: 20px;
	}
	
	#headerRight
	{
	position: absolute;
	top: 45px;
	right: 20px;
	text-align: right;
	}
	
	#breadCrumbs { }
	
	#shadow
	{
	background: url(../images/page_border.png) no-repeat top left;
	padding: 6px;
	text-align: left;
	}
	
	#banner
	{
	height: 176px;	
	text-align: left;
	padding: 30px;
	position: relative;
	z-index: 88;
	}
	
	#greenPage #banner
	{
	background: url(../images/green_banner.jpg)	no-repeat top left;	
	}
	
	#greenBanner
	{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	}
	
	#bannerQuote
	{
	position: absolute;
	z-index: 110;
	}
	
	#bannerLogo
	{
	position: absolute;
	z-index: 110;
	top: 120px;
	margin-left: -10px;
	}
	
	#bannerQuote img
	{
	display: none;	
	}
	
	#pinkPage #banner
	{
	background: url(../images/pink_banner.jpg)	no-repeat top left;
	}
	
	#bluePage #banner
	{
	background: url(../images/blue_banner.jpg)	no-repeat top left;	
	}
	
	#bluePage .container
	{
	border-top: 10px solid #3F9FDC !important;
	border-bottom: 10px solid #3F9FDC !important;
	}
	
	#orangePage #banner
	{
	background: url(../images/orange_banner.jpg)	no-repeat top left;	
	}
	
	#orangePage .container
	{
	border-top: 10px solid #FBA919 !important;
	border-bottom: 10px solid #FBA919 !important;
	}
	
	#pinkPage #banner
	{
	background: url(../images/pink_banner.jpg)	no-repeat top left;	
	}
	
	#pinkPage .container
	{
	border-top: 10px solid #D62073 !important;
	border-bottom: 10px solid #D62073 !important;
	}
	
	/* ----======== Main Menu ========---- */
	
	#mainMenu
	{
	height: 55px;
	width: 960px;
	text-align: left;
	background: url(../images/menu_bg.png) no-repeat top left;
	z-index: 999;
	}
	
	#mainMenu ul
	{
	padding: 6px 0 0 6px;
	}
	
	#mainMenu ul li
	{
	display: inline-block;
	border-right: 1px solid #555655;
	height: 42px;
	padding-right: 4px;
	margin-right: 4px;
	float: left;
	position: relative;
	z-index: 999;
	}
	
	#mainMenu ul li a
	{
	color: #8c8c8c;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	display: inline-block;
	position: relative;
	text-decoration: none;
	padding: 14px 14px 13px 14px;
	}	
	
	#greenPage #mainMenu ul li.active a
	{
	color: #fff;
	background: url(../images/search_bg.jpg) no-repeat 0 0px;
	}
	#greenPage #mainMenu ul li.active a span
	{
	background: url(../images/search_bg.jpg) no-repeat 100% 0px;	
	height: 42px;
	width: 5px;
	position: absolute;
	top: 0;
	right: 0;
	}
	
	#pinkPage #mainMenu ul li.active a
	{
	color: #fff;
	background: url(../images/search_bg.jpg) no-repeat 0 -42px;
	}
	#pinkPage #mainMenu ul li.active a span
	{
	background: url(../images/search_bg.jpg) no-repeat 100% -42px;	
	height: 42px;
	width: 5px;
	position: absolute;
	top: 0;
	right: 0;
	}
	
	#bluePage #mainMenu ul li.active a
	{
	color: #fff;
	background: url(../images/search_bg.jpg) no-repeat 0 -84px;
	}
	#bluePage #mainMenu ul li.active a span
	{
	background: url(../images/search_bg.jpg) no-repeat 100% -84px;	
	height: 42px;
	width: 5px;
	position: absolute;
	top: 0;
	right: 0;
	}
	
	#orangePage #mainMenu ul li.active a
	{
	color: #fff;
	background: url(../images/search_bg.jpg) no-repeat 0 -126px;
	}
	#orangePage #mainMenu ul li.active a span
	{
	background: url(../images/search_bg.jpg) no-repeat 100% -126px;	
	height: 42px;
	width: 5px;
	position: absolute;
	top: 0;
	right: 0;
	}
	
	#mainMenu ul li a:hover
	{
	color: #fff;
	background: url(../images/search_bg.jpg) no-repeat bottom left;
	}
	
	#mainMenu ul li a:hover span
	{
	background: url(../images/search_bg.jpg) no-repeat bottom right;
	height: 42px;
	width: 5px;
	position: absolute;
	top: 0;
	right: 0;
	}
	
	#subMenu
	{
	margin-bottom: 15px;	
	}
	
	#subMenu h2
	{
	}
	
	#subMenu h2 a
	{

	text-decoration: none;
	border: none;
	}
		
	/* li.last { border: none !important; padding: 0 !important; margin: 0 !important; } */
	
	#content {
	background: #F7F7F7 url(../images/page_top.jpg) no-repeat top left;
	text-align: left;
	width: 960px;
	}
	
	#contentLeft
	{
	width: 668px;
	padding: 12px 20px 10px 20px;
	float: left;
	}
	
	#imgTiles
	{
	padding-top: 10px;	
	}
	
	#imgTiles img
	{

	margin-right: 5px;
	}
	
	#contentRight
	{
	width: 212px;
	float: left;
	padding: 12px 20px 1px 20px;
	}
	
	#footer { background: url(../images/footer.png) no-repeat top left; height: 29px; margin-top: -12px; padding-top: 25px; text-align: left; padding-left: 20px; }
	
	#footer a { color: #333; }
	
	#footer a:hover { }
	
	
	/* ----======== Table and Form Elements ========---- */	
	
	table { margin-bottom: 15px; border: 1px solid #333; background: #fff; }
	
	.subHeader td
	{
	color: #fff;
	background: #818181;
	}
	
	.date
	{
	background: #1575B1 !important;
	}
	
	.date:hover
	{
	background: #000 !important;
	}
	
	.date a
	{	
	text-align: center;
	color: #fff !important;
	}
	
	.date a:hover
	{
		text-decoration: underline;
	}
	
	th
	{
	background: #383737 url(../images/menu_bg.png) no-repeat top center;
	padding: 8px 12px;
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	}
	
	td
	{
	padding: 8px;
	background: #e0e0e0;
	line-height: 18px;
	}
	
	.smallText td
	{
	font-size: 12px;	
	padding: 4px;
	}
	.smallText th
	{
	font-size: 12px;	
	padding: 4px;
	text-align: center;
	text-transform: uppercase;
	}
	
	.smallText a
	{
	font-size: 12px;
	color: #1575B1 !important;
	font-weight: bold;
	}
	.smallText a:hover
	{
	color: #000 !important;
	}
	
	.alt td
	{
	background: #eaeaea;	
	}
	
	input, textarea, select
	{
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 12px;
	padding: 3px;
	}
	
	
	.contactColumn
	{
	float: left;

	padding-right: 50px;
	width: 168px;
	}
	.contactColumn-right
	{
	float: left;
	width: 450px;
	}

