/*//---------------------------------------------*/
/*// Name: SITENAME - Default Style Sheet		 */
/*// Specification: CSS 2.1						 */
/*//---------------------------------------------*/

/*//---------------------------------------------*/
/*// Template Settings							 */
/*//---------------------------------------------*/
/*//---------------------------------------------*/
/*//////////////////////////////////////////////////////////////*/
/*//---------------------------------------------*/
	/*//---------------------------------------------*/
	/*// Body & Table Settings						 */
	/*//---------------------------------------------*/

		/* styles for body and tables contained on the template */

		html {
			overflow-y: scroll;
		}

		body {
			margin: 0;
			padding: 0;
			background: #ffffff url(images/bodyBg.jpg) scroll top center no-repeat;
			font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans",Tahoma, Arial, sans-serif;
			font-size: 13px;
			color: #808080;
			text-align: justify;
		}

		/* use this class to control the background of tinyMCE WYSIWYG */
		/* set background and possibly color at minimum or delete this class */
		/* if font size in WYSIWYG seems too small, try setting font-size: 1em; below */
		body#tinymce, body#tinymce td, body#tinymce pre {
			background: #ffffff;
			color: #000000;
			font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans",Tahoma, Arial, sans-serif;
			font-size: 13px;
			margin: 8px;
		}

		#siteContainer {
			width: 949px;
			margin: auto;
		}

		#animateElement {
			width:949px;
			height:261px;
			margin: 0 auto;
		}

		#contentContainer {
			background: #195c93;
			-moz-border-radius: 20px;
			border-radius: 20px;
			padding: 25px 23px 0 24px;
			float: left;
			width: 902px;
		}

		#mainContent {
			background: #fff;
			-moz-border-radius: 10px;
			border-radius: 10px;
			border: 1px solid #97a0a3;
			color: #808080;
			padding: 20px;
			margin: 0 0 25px 0;
		}

		#leftContent {
			float: left;
			/*width: 450px;*/
			width: 100%;
		}

		#rightContent {
			float: right;
			width: 450px;
		}

	/*//---------------------------------------------*/
	/*// Header Settings							 */
	/*//---------------------------------------------*/

		/* styles for header contained on the template */

		#header {
			padding: 19px 0 0 0;
			height: 82px;
		}

		a#atmLogo {
			background: url(images/atmLogo.jpg);
			width: 137px;
			height: 59px;
			display: block;
			text-indent: -9000px;
			float: left;
			margin-right: 10px;
		}

		a#annieMaidLogo {
			background: url(images/annieMaidLogo.jpg);
			width: 477px;
			height: 59px;
			display: block;
			text-indent: -9000px;
			float: right;
			margin: 0 19px 0 0;
		}

	/*//---------------------------------------------*/
	/*// Navigation Settings						 */
	/*//---------------------------------------------*/

		/* styles for Links And Navigation contained on the template */

		#navigation {
			margin: 10px 0 6px 0;
		}

		#navigation ul {
			margin: 0;
			padding: o;
			list-style-type: none;
			text-align: center;
			height: 21px;
		}

		#navigation ul li {
			display: inline;
		}

		#navigation ul li a {
			background: url(images/navArrow.png) scroll 0 0 no-repeat;
			padding: 0 35px 0 16px;
			color: #414e52;
			font-family: Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
			text-decoration: none;
			font-size: 18px;
		}

		#navigation ul li a:hover {
			background: url(images/navArrowOver.png) scroll 0 0 no-repeat;
		}

		/*
	LEVEL ONE
*/
		ul.dropdown
			{
			position: relative;
			padding-left: 0px;
			z-index: 3000;
			padding-top: 19px;}

		ul.dropdown li
			{
			font-weight: bold;
			float: left; zoom: 1;
			background: #fff;
			background: transparent;
			padding: 4px; }

		ul.dropdown a:hover
			{ color: #036; font-weight: bold;}

		ul.dropdown a:active
			{ color: #069; }

		ul.dropdown li a
			{ display: block;
			padding: 4px 8px;
			border-right:none;
			font-size: 16px !important;
			color: #222;
			text-decoration: none;}

		ul.dropdown li:last-child a
			{ border-right: none; } /* Doesn't work in IE */

		ul.dropdown li.hover, ul.dropdown li:hover
			{ background: #ffffff; color: black; position: relative; }

		ul.dropdown li.hover a
			{ color: black; }

/*
	LEVEL TWO
*/
		ul.dropdown ul{
			width: 120px;
			text-align: left;
			visibility: hidden;
			position: absolute;
			top: 100%;
			left: 0;
			padding-top: 0px;
			background: #fff;
			}

		ul.dropdown ul li a{
			font-size: 14px !important;
			}

		ul.residential{
			width: 240px !important;
			}

		ul.news{
			width: 190px !important;
			}


		ul.dropdown ul li {
			font-weight: normal;
			background: #e8e8e8;
			color: #000;
			text-align: left;
			float: none; }

		ul.dropdown ul li a:hover{
			babackground: #e8e8e8;
			}

/* IE 6 & 7 Needs Inline Block */
		ul.dropdown ul li a	{ border-right: none; width: 100%;color: #222; display: inline-block; font-size: 14px; }

/*
	LEVEL THREE
*/
		ul.dropdown ul ul
			{ left: 100%; top: 0; }
		ul.dropdown li:hover > ul
			{ visibility: visible; }


	/*//---------------------------------------------*/
	/*// Footer Settings							 */
	/*//---------------------------------------------*/

		/* styles for Footer And BVLOGO contained on the template */

		#footer {
			text-align: center;
			float: left;
			width: 949px;
			padding: 20px 0 10px 0;
			font-size: 11px;
		}

		#footer a {
			color: #195c93;
		}

		#footerNav {
			padding: 0 0 18px 0;
		}

		#footerNav ul {
			color: #195c93;
			font-size: 16px;
			margin: 0;
			padding: 0;
			list-style-type: none;
		}

		#footerNav ul li {
			display: inline;
			padding: 0 10px;
		}

		#footerNav ul li a {
			color: #195c93;
			text-decoration: none;
		}

		#footerNav ul li a:hover {
			color: #414e52;
		}

		.bvLogo {
			vertical-align: middle;
			margin: 0 0 0 20px;
		}

		.bos-tagline {
			margin-left: 20px;
		}

/*//---------------------------------------------*/
/*// Content Cell Settings						 */
/*//---------------------------------------------*/
/*//---------------------------------------------*/
/*//////////////////////////////////////////////////////////////*/
/*//---------------------------------------------*/
	/*//---------------------------------------------*/
	/*// Title Settings								 */
	/*//---------------------------------------------*/

		/* styles for Titles contained in the bodycontents */

		h1 {
			margin: 0;
			padding: 0 0 10px 0;
			background: url(images/h1Bg.gif) scroll 0 0 repeat-x;
			color: #006dab;
			font-size: 29px;
			font-family: Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
			font-style: italic;
			line-height: 29px;
		}

		h2{
			margin: 0;
			padding: 5px 0;
			color: #006dab;
			font-size: 16px;
			font-family: Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
			font-style: italic;
			}

	/*//---------------------------------------------*/
	/*// Text Settings								 */
	/*//---------------------------------------------*/

		/* styles for text contained in the bodycontents */

		.timesText {
			font-family: Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
			color: #ffffff;
		}

		.smallText {
			font-size: 11px;
		}

		.blueText {
			color: #0070ab;
		}

		p, .paragraph {
			margin: 0 0 15px;
			padding: 0;
			line-height: 20px;
		}

		ul, ol {
			margin: 0 0 15px 40px;
			padding: 0;
			line-height: 20px;
		}

		.boldText {
			font-weight: bold;
			color:#474747;
		}

	/*//---------------------------------------------*/
	/*// Link Settings								 */
	/*//---------------------------------------------*/

		/* styles for links contained in the bodycontents */

		a {
			color: #0070ab;
			text-decoration: underline;
		}

		a:hover {
			color: #0070ab;
			text-decoration: none;
		}

		a.lgtBluLink {
			color: #6ce2ff;
			font-weight: bold;
		}

	/*//---------------------------------------------*/
	/*// Image Settings								 */
	/*//---------------------------------------------*/

		/* styles for images contained in the bodycontents */

		.imgLink {
			border: none;
		}

		.imgBorder {
			border: 1px solid #000000;
		}

		.imgLeft {
			float: left;
			margin: 0 20px 0 0;
		}

	/*//---------------------------------------------*/
	/*// Form Settings								 */
	/*//---------------------------------------------*/

		/* styles for forms contained in the bodycontents */

		.mainTable {

		}

		table.mainTableBorder {
			border: none;
		}

		.tableRowHeader {

		}

		.tableRowFooter {

		}

		.textRequiredField {

		}

		.labelColumn {

		}

	/*//---------------------------------------------*/
	/*// Other Settings								 */
	/*//---------------------------------------------*/

		/* styles for any other contained in the bodycontents */

		.whiteThinBox {
			background: #fff;
			-moz-border-radius: 10px;
			border-radius: 10px;
			border: 1px solid #97a0a3;
			color: #808080;
			padding: 20px;
			/*min-height: 540px;*/
			margin-bottom: 30px;
		}

		div.timesText  {
			padding: 20px;
		}

		.leftSide {
			float: left;
			width: 200px;
			padding: 0 10px 0 0;
			margin: 0 10px 0 0;
			text-align: left;
			border-right: 1px solid #D9D1B9;
		}

		.leftSide ul {
			margin: 0 0 0 10px;
		}

		.leftSide h1 {
			background: 0 none;
			border-bottom: 1px solid #D9D1B9;
			margin: 0 0 10px 0;
			padding: 0;
		}

		.rightSide {
			float: left;
			width: 639px;
		}

		.halfLeft {
			float: left;
			width: 419px;
			border-right: 1px solid #D9D1B9;
			padding: 0 10px 0 0;
		}

		.halfRight {
			float: left;
			width: 420px;
			padding: 0 0 0 10px;
		}

		.commercial-box, .residential-box{
			border: 1px solid #ccc;
			margin: 0 0 20px 10px;
			border-radius: 10px;
			padding: 10px;
			}

		.commercial-box h2{
			text-align: center;
			margin-bottom: 10px;
			}

		.residential-box h2{
			text-align: center;
			margin-bottom: 10px;
			}

	/*//---------------------------------------------*/
	/*// Nivo Settings								 */
	/*//---------------------------------------------*/

		/* styles for nivo slider */

		#slider {
			position:relative;
			width:949px; /* Change this to your images width */
			height:241px; /* Change this to your images height */
			margin: 0 auto;
		}
		#slider img {
			position:absolute;
			top:0px;
			left:0px;
			display:none;
		}
		#slider a {
			border:0;
			display:block;
		}

		.nivo-controlNav {
			position:absolute;
			left:465px;
			bottom:-20px;
		}
		.nivo-controlNav a {
			display:block;
			width:22px;
			height:22px;
			background:url(/resources/nivo-slider/images/bullets.png) no-repeat;
			text-indent:-9999px;
			border:0;
			margin-right:3px;
			float:left;
		}
		.nivo-controlNav a.active {
			background-position:0 -22px;
		}

		.nivo-directionNav a {
			display:block;
			width:30px;
			height:30px;
			background:url(/resources/nivo-slider/images/arrows.png) no-repeat;
			text-indent:-9999px;
			border:0;
		}
		a.nivo-nextNav {
			background-position:-30px 0;
			right:15px;
		}
		a.nivo-prevNav {
			left:15px;
		}

		.nivo-caption {
			text-shadow:none;
			font-family: Helvetica, Arial, sans-serif;
		}
		.nivo-caption a {
			color:#efe9d1;
			text-decoration:underline;
		}


/*//---------------------------------------------*/
/*//////////////////////////////////////////////////////////////*/
/*//---------------------------------------------*/

dt {
	font-weight: bold;
	margin-top: 10px;
	}

dd {
	margin: 5px 0 20px 20px;
	}

	.clear {
		clear: both;
	}
	.phone-number {
		color: #0075B1;
		font-weight: bold;
		font-size: 22px;
		padding-top: 40px;
	}