/*** Editing Styles ----------------------------- ***/

.text_general {
	/* text 12 black */	
	font-size : 12px;
	color : #333333;
}
.titles_big {
	/* titles 26 black */	
	font-size : 26px;
	color : #111111;
}
.titles {
	/* titles 16 black */	
	font-size : 16px;
	color : #222222;
	font-weight: bold;
	line-height: 20px;
}
.intro_landing {
	/* intro text 13 gray */	
	font-size : 13px;
	color : #333333;
	line-height: 125%;
}
.subtitles {
	/* titles 16 blue */	
	font-size : 16px;
	color : #033e7f;
	font-weight: bold;
}
.subtitles1 {
	/* titles 16 red */	
	font-size : 16px;
	color : #f40101;
	font-weight: bold;
}
.subtitles2 {
	/* subtitles 15 gray */	
	font-size : 15px;
	color : #777777;
	font-weight: bold;
}
.captions  {
	/* text 10 gray */	
    color: #666666;
   	font-size: 10px;
	line-height: 120%;
}
/*** End Editing Styles ***/

/*** Reset ----------------------------------------------------- ***/
body, p, th, ul, li, ol, h1, h2, h3, form {
	margin: 0;
	padding: 0;
}
body, input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #6e6e6e;
	line-height: 23px;
}
input, select, textarea {
	color: #606060;
	border: 1px solid #dadada;
	background-color: #ffffff;
}
input[type="submit"], input[type="reset"] {
	background-color: #f0f0f0;
	color: #195ec3;
	padding: 3px 10px;
}
table {
	border-style: none;
}
img {
	border:medium none;
}
a {
	color: #3170c1;
	text-decoration: none;
	cursor: pointer;
}
a:hover, #gallery-list li a:hover, #faq-category strong.question:hover, a:hover strong.hover {
	color: #398e3a;
}
a.hover:hover {
	background: #ffffff url(../images/hover-bg.png) repeat-x scroll left top;
}
a.item {
	color: #3F4040;
}
a.item:hover {
	color: #104484;
}
ul {
	margin-bottom: 15px;
}
li {
	margin-left: 20px;
	line-height:17px;
}
ul li {
	list-style-image:url(../images/li_dot.png);
}
p {
	margin-bottom: 15px;
}
div.social p a {
	padding:4px 5px;
}
div.social h1 {
	border-bottom:1px solid #CCCCCC;
	font-size:small;
	font-weight:bold;
	width:210px;
	padding-bottom:5px;
}
/*** End Reset ***/

/*** Common --------------------------------------------------- ***/
div.clear {
	clear: both;
}
div.empty {
	display:block;
	width:100%;
	height:20px;
}
div.empty2 {
	display:block;
	width:100%;
	height:30px;
}
div.empty3 {
	display:block;
	width:100%;
	height:40px;
}
#google_map {
	background: #ffffff;
	border: 1px solid #7c868d;
	height: 400px;
}
body.blank h1 {
	font-size: 18px;
	color: #3170c1;
	line-height: normal;
	margin: 0 0 15px 0;
	font-style: italic;
	font-weight: bold;
}
.in_title {
	float: right;
	margin: -35px 0 0 0;
	color: #afaeae;
	font-size: 11px;
}
/*** End Common ***/

/*** Forms --------------------------------------------------------------- ***/
p.required {
	float: right;
	margin-right:450px;
}
p.message {
	font-size: 14px;
	color: #333333;
}
input.empty, textarea.empty {
	color: #999999;
}
form table, form p.margin {
	margin-bottom: 10px;
}
form td, form th {
	padding: 2px 5px 2px 0;
}
label.label {
	display: block;
	padding-right: 10px;
	width: 180px;
	position: relative;
}
label.auto {
	width: auto;
	padding-right: 0;
}
label.label em {
	position: absolute;
	right: 0;
	top: 0;
}
form {
	padding: 5px;
	/*background-color: #f1f1f3;
	border: 1px solid #c7c7c7;
	border-radius: 5px;
	-moz-border-radius: 5px;*/
}
form.normal, #sidebar form {
	background-color: transparent;
	padding: 0;
	border-style: none;
	border-radius: 0;
	-moz-border-radius: 0;
}
form ul {
	margin: 0;
}
form li {
	margin: 0;
	padding: 5px 0 0 130px;
	list-style-type: none;
	list-style-image: none;
	position: relative;
}
form li label.label {
	position: absolute;
	left: 0;
}
form.line li {
	padding-left: 0;
}
form.line li label.label {
	position: static;
	width: auto;
	padding: 0 0 2px 0;
}
form.line li label.label em {
	position: static;
	right: auto;
	top: auto;
}
input[type="submit"] {
	font-weight: bold;
}
p.buttons {
	margin: 0;
	padding-left: 175px;
}
p.error {
	color: #e46100;
}
#form_errors {
	border: 1px solid #337BD4;
	background: transparent url(../images/box-bg.png) repeat scroll left top;
	padding: 10px;
	margin-bottom: 10px;
	color: #337BD4;
}
#form_errors ul {
	margin: 5px 0 0 0;
	color: #333333;
}
.c1_form em.note {
	display: block;
	font-size: 11px;
}
/*** End Forms ***/

/*** Layout ---------------------------------------------------- ***/
html, body {
	min-height: 100%;
	width:100%;
	cursor: default;
}
body.bg_2 {
	text-align: center;
}
body.bg_1 {
	background: #ffffff url(../images/bg.png) repeat-y scroll center top;
}
#super-container {
	width:100%;
	text-align: center;
}
#super-container .shade {
	background: transparent url(../images/shade_right.png) repeat-y scroll center top;
}
#super-container_sub {
	text-align: center;
	min-height: 100%;
	background: transparent url(../images/master_bg_sub.jpg) no-repeat scroll center top;
}
#super-container .header_container, #super-container_sub .header_container {
	width:100%; 
	text-align:center;
}
#super-container .container, #super-container_sub .container {
	width:100%;
	text-align:center;
}

/*** End Layout ***/

/*** Header common styles ---------------------------------- ***/
#header {
	width:1000px;
	margin: 0 auto;
	text-align:left;
	display:block;
	background: transparent url(../images/pool_patrol_logo.png) no-repeat scroll 15px top;
}
#header .nav {
	height:50px;
	background-color:#002c5a;
}
.home_container {
	width: 1000px;
	margin: 0 auto;
	text-align:left;
}
/*** Header Home tpl .......................................***/
#header .logo {
	float:left;
	height:150px;
	width:470px;
	display:block;
	margin: 0;
}
#header .logo a {
	padding-top:130px;
	height: 0;
	overflow: hidden;
	width:200px;
	display:block;
}
#header .right {
	text-align:right;
	float:right;
}
#header .right .grey_nav {
	width:450px;
	height:50px;
	margin-top:25px;
	display:block;
	background-color:#a7a9ac;
}
.rotator {
	width:1000px;
	display:block;
	min-height:570px;
	/*position:relative;*/
}
.grey_nav ul {
	margin:0;
	list-style:none;
	padding:0;
}
.grey_nav ul li {
	float:left;
	list-style:none;
	list-style-image: none;
	position: relative;
	margin:0;
}
.grey_nav ul li a {
	display:block;
	cursor:pointer;
	height:38px;
	font-size:18px;
	color:#ffffff;
	text-align:left;
	font-weight:bold;
	text-decoration:none;
	line-height:22px;
	padding:15px 19px 0 19px;
	border-left:2px solid #ffffff;
}
.grey_nav ul li a:hover {
	color:#27278a;
	font-weight:bold;
}
.grey_nav ul li a span {
	display: block;
	cursor: pointer;
	line-height: 22px;
	text-decoration: none;
}

/*** Home content styles ------------------------------------- ***/
.home_container .home_content {
	width:1000px;
	min-height:150px;	
}

/*** subpage styles ------------------------------------------ ***/
.sub_container {
	width:1000px;
	margin: 0 auto;
	text-align:left;
	background: transparent url(../images/tile_bg.jpg) repeat-y scroll center top;
}
.sub_container .sub_content {
	width:1000px;
	background: transparent url(../images/sub_content_bg.png) repeat scroll center top;
	min-height:300px;
}
.sub_container .page-title {
	width:950px;
	margin-bottom:30px;
	padding:0 25px;
	display:block;
	height:38px;
	line-height:39px;
	background-color:#7eba41;
	color:#daebc3;
	font-size:27px;
	font-weight:bold;
	letter-spacing:3px;
}
.sub_container .sub_content .padding {
	padding: 20px 25px;
}
div.sub_container .nav_onside li {
	margin:0;
	font-weight:bold;
}
div.sub_container .nav_onside li {
	list-style-image:none;
	list-style-type: none;
	color:#666666;
	font-size:13px;
}
div.sub_container .nav_onside a {
	display:block;
	color:#666666;
	padding: 3px 0 3px 15px;
	border-bottom:1px solid #d7d7d7;
}
div.sub_container .nav_onside li.on a {
	font-weight: bold;
	color: #034260;
	background: transparent url("../images/li_dot.jpg") no-repeat scroll 2px 8px;
}
div.sub_container .nav_onside a:hover {
	color:#333333;
	border-bottom:1px solid #6fbfcc;
}
#sidebar h2:first-child {
	margin-top: 0;
}
#sidebar h2 {
	margin-top: 15px;
	margin-bottom: 5px;
	border-bottom-style: none;
}

/*** Navigation ----------------------------------------- ***/
#navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;	
}
#navigation ul li {
	float: left;
	list-style: none;
	list-style-image: none;
	position: relative;
	margin:0;
}
.nav #navigation ul li a {
	display: block;
	height:38px;
	text-align: left;
	font-size: 19px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	line-height: 22px;
	padding: 15px 30px 0 30px;
	border-left:2px solid #ffffff;
}
#navigation ul li a span {
	display: block;
	cursor: pointer;
	line-height: 22px;
	text-decoration: none;
}
#navigation ul li a:hover, #navigation ul li.active a {
	display: block;
	color: #7eba41;
	font-weight: bold;
}
#navigation ul li.on a {
	display: block;
	color:#7eba41;
	font-weight: bold;
}
#navigation ul li.on a:hover {
	display: block;
	color:#7eba41;
}
#navigation ul li .first a, #navigation ul li .first_on a {
	border-left:none;
}
/*** END navigation ***/
/*** Drop Down Menu ...................................... ***/
.cssmenu_sub {
	height:22px;
}
#cssmenu_submenus ul {
	float:left;
	margin:0;
	list-style:none;
	width:150px;
}
#cssmenu_submenus ul li {
	list-style:none;
	float:left;
	margin:0;
}
#cssmenu_submenus a {
	cursor:pointer;
	display:block;
	width:220px;
	font-size:16px;
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
	padding:7px 20px 7px 28px;
	background: transparent url(../images/subnav_bg.png) repeat scroll left top;
}
#cssmenu_submenus a:hover {
	color:#7eba41;
	font-weight:bold;
}
/*** End Drop Down Menu ***/
/*** Drop Down Gray navigation ...................................... ***/
.booking_sub {
	height:20px;
}
#booking_submenus ul {
	float:left;
	margin:0;
	list-style:none;
	width:110px;
}
#booking_submenus ul li {
	list-style:none;
	float:left;
	margin:0;
	margin-left:3px;
}
#booking_submenus a {
	cursor:pointer;
	display:block;
	width:110px;
	font-size:16px;
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
	padding:6px 20px 7px 24px;
	background: transparent url(../images/subnav_bg.png) repeat scroll left top;
}
#booking_submenus a:hover {
	color:#7eba41;
}
/*** End ***/
/*** Footer ----------------------------------------------- ***/
.footer_container{
	width:100%;
	text-align:left;
}
.footer_container #footer {
	width:1000px;
	margin: 0 auto;
	display:block;
	text-align:left;
	padding: 0;
}
.footer_end {
	width:1020px;
	margin: 0 auto;
	display:block;
	height: 20px;
	background: transparent url(../images/shade_end.png) no-repeat scroll center top;
}
#footer .footer_left {
	padding: 10px 0 10px 20px;
	float:left;
	width:550px;
	font-size: 11px;
	color: #666666;
	font-weight: normal;
}
#footer .footer_left a {
	color: #666666;
}
#footer .footer_left a:hover {
	color: #3170c1;
}
#footer .footer_nav {
	float:right;
	width: 320px;
	padding: 10px 20px 10px 0;
	font-size: 11px;
	color: #666666;
	text-align:right;
	font-weight: normal;	
}
#footer .footer_nav a {
	color: #666666;
}
#footer .footer_nav a:hover {
	color: #3170c1;
}
/*** End Footer ***/

/* Bricket CSS */
.bricket .bcontent{	
	background-color:#FFFFFF;
	padding:0 20px;
	border-left:1px solid #bdbebf;
	border-right:1px solid #bdbebf;
}
.bricket{
	min-height:20px;
	width:395px;
}
.bricket .top{
	padding: 0 0 0 20px;
	background: url(../images/curvey_goodness.png) no-repeat scroll left top;
}
.bricket .top div {
	background: url(../images/curvey_goodness.png) no-repeat right -40px;
	height: 20px;
}
.bricket .bot {
	padding:0 0 0 20px;
	background: url(../images/curvey_goodness.png) no-repeat scroll 0 -20px;
}
.bricket .bot div {
	background: url(../images/curvey_goodness.png) no-repeat right -60px;
	height: 20px;
}

.bricket2 .bcontent {	
	background-color:#efefef;
	padding:0 20px;
	border-left:1px solid #bdbebf;
	border-right:1px solid #bdbebf;
}
.bricket2{
	min-height:20px;
	width:460px;
}
.bricket2 .top{
	padding: 0 0 0 20px;
	background: url(../images/curvey_goodness2.png) no-repeat scroll left top;
}
.bricket2 .top div {
	background: url(../images/curvey_goodness2.png) no-repeat right -40px;
	height: 20px;
}
.bricket2 .bot {
	padding:0 0 0 20px;
	background: url(../images/curvey_goodness2.png) no-repeat scroll 0 -20px;
}
.bricket2 .bot div {
	background: url(../images/curvey_goodness2.png) no-repeat right -60px;
	height: 20px;
}

.bricket3 .bcontent {	
	background-color:#efefef;
	padding:0 20px;
	border-left:1px solid #bdbebf;
	border-right:1px solid #bdbebf;
}
.bricket3{
	min-height:20px;
	width:220px;
}
.bricket3 .top{
	padding: 0 0 0 20px;
	background: url(../images/curvey_goodness2.png) no-repeat scroll left top;
}
.bricket3 .top div {
	background: url(../images/curvey_goodness2.png) no-repeat right -40px;
	height: 20px;
}
.bricket3 .bot {
	padding:0 0 0 20px;
	background: url(../images/curvey_goodness2.png) no-repeat scroll 0 -20px;
}
.bricket3 .bot div {
	background: url(../images/curvey_goodness2.png) no-repeat right -60px;
	height: 20px;
}
/*** Boxes ----------------------------------------------------- ***/
div.box {
	padding: 0 0 0 0;
}
div.box div.top {
	background: transparent url(../images/box_corner.png) no-repeat scroll right -40px;
	padding: 0 20px 0 0;
}
div.box div.top div {
	background: transparent url(../images/box_corner.png) no-repeat scroll left top;
	height: 20px;
}
div.box div.bottom {
	background: transparent url(../images/box_corner.png) no-repeat scroll right -60px;
	padding: 0 20px 0 0;
}
div.box div.bottom div {
	background: transparent url(../images/box_corner.png) no-repeat scroll left -20px;
	height: 20px;
}
div.box div.content {
	padding: 0 20px;
	background-color: #ffffff;
}
/*** End boxes ***/

/*** rotator additional styles.......................***/
.c1-rotator-images {
  margin: 0 auto;
}
.c1-rotator-caption {
	width:36% !important;
	top:0 !important;
	left:0 !important;
	font-size:17px;
	font-weight:bold;
	line-height: 24px;
	color:#FFFFFF;
	position:absolute;
	padding: 40px 25px 0 35px;
	z-index:200;
	background: transparent url(../images/blue.png) no-repeat scroll top left;
}

/* newsletter style ................................***/
.blue_dividers {
	color: #2aa5ce;
    font-size: 12px;
}
/* news list.tpl styles ............................. */
.client_name {
	font-size: 13px;
	color: #d35f02;
	font-weight: bold;
	line-height:normal;
}
.testimonial_text {
	font-size: 14px;
	color: #3170C1;
	font-weight: normal;
	line-height:130%;
}
.separater {
	display:block;
	border-bottom:1px solid #7ebdf7;
	margin:15px 0;
}
.news_general {
	width: 960px;
}
.news_general .n_image {
	float: left;
	width: 170px;
	margin-right: 15px;
	margin-bottom: 20px;
	text-align: left;
}
.news_general .news_teaser {
	float: left;
	width: 550px;
	text-align: left;
}
.news_general .news_attachments {
	float: right;
	width: 200px;
	text-align: left;
}
#orange_blink {
	display:block;
	width:180px;
	height:35px;
	padding-top:8px;
	text-align:center;
	background: transparent url("../images/orange_but.png") no-repeat scroll left top;
	color:#FFFFFF;
	font-weight:bold;
}
#orange_blink a {
	color:#FFFFFF;
}
#orange_blink a:hover {
	color:#000000;
}

/* news summary.tpl styles ........................ */
.news_summary {
	width: 230px;
}
.news_summary .news_titles {
	font-size: 12px;
	color: #111111;
	font-weight: bold;
}
.news_summary .news_titles a {
	color: #111111;
}
.news_summary .news_titles a:hover {
	color: #175a96;
}
.news_date {
	display:block;
	font-size: 11px;
	color: #777777;
	font-weight: normal;
	padding-bottom:6px;
}
.view_news {
	font-size: 11px;
	color: #1ba39e;
	font-weight: normal;
}
/** News article details styles ....................**/
.cat_news ul{
	margin-left: 15px;
}
td.n_line {
	border-top:1px solid #CCCCCC;
}

/*** Project List ----------------------------------------------------- ***/
table.list {
	border-spacing: 0;
	margin: 10px 0;
	width: 100%;
}
table.list td, table.list th {
	padding: 4px 5px;
	border-left: 1px solid #e3e3e3;
	vertical-align: top;
}
table.list td:first-child, table.list th:first-child {
	border-left-style: none;
}
table.list th {
	color: #818181;
	font-size: 11px;
	vertical-align: bottom;
}
table.list a:only-child {
	display: block;
}
table.list .odd td {
	background-color: #f4f4f4;
}
table.list .nowrap {
	white-space: nowrap;
}
form.search {
	float: right;
}
form.search .text {
	width: 100px;
}
form.search select {
	margin-left: 5px;
}
/*** End Project List ***/

/*** Project Details ----------------------------------------------------- ***/
h2, h3 {
	font-size: 18px;
	border-bottom: 1px solid #8cb9e0;
	padding-bottom: 3px;
	margin-bottom: 15px;
	margin-top: 15px;
	color: #035095;
	font-weight: normal;
}
h2.name, h3 {
	color: #d19322;
	border-bottom-style: none;
}
h2.borderless {
	border-style: none;
	padding-bottom: 0;
}
h3 {
	margin-bottom: 0;
}
#project-detail .code {
	color: #7a7a7a;
	font-size: 11px;
}
#project-detail .code strong {
	color: #185a96;
}

ul.org li {
	margin: 0;
	list-style-type: none;
	list-style-image: none;
	border-bottom: 1px solid #eaeaea;
}
ul.org .org {
	display: block;
	padding: 5px 5px 5px 100px;
	position: relative;
	min-height: 40px;
}
ul.org .image {
	position: absolute;
	left: 0;
	top: 5px;
	width: 90px;
	height: 40px;
	background-position: left top;
	background-repeat: no-repeat;
}
ul.org .name {
	color: #666666;
	font-weight: normal;
}

ul.media li {
	list-style-type: none;
	list-style-image: none;
	margin: 0 0 5px 0;
	font-weight: bold;
}
ul.media a {
	display: block;
	line-height: 15px;
	padding: 5px 0 5px 45px;
	position: relative;
}
ul.media .icon {
	position: absolute;
	left: 0;
	top: 0;
	width: 30px;
	height: 25px;
	background: transparent url(../images/icons.png) no-repeat scroll left top;
}

ul.issues li {
	list-style: none;
}
ul.issues li.top {
	margin-left: 0;
}
ul.issues ul {
	margin-bottom: 5px;
}

ul.docs li {
	margin: 0;
	list-style: none;
}
ul.docs .doc {
	display: block;
	padding: 6px 180px 6px 0;
	position: relative;
}
ul.docs .name {
	color: #333333;
}
ul.docs .type {
	color: #787878;
	position: absolute;
	top: 6px;
	left: 250px;
}
ul.docs .button {
	position: absolute;
	top: 3px;
	right: 3px;
	padding: 0 10px;
	background-color: #2788cf;
	color: #ffffff;
	font-weight: bold;
	font-size: 13px;
	line-height: 23px;
	border-radius: 5px;
	-moz-border-radius: 5px;
}

ul.projects li {
	margin: 0;
	list-style: none;
}
ul.projects a {
	display: block;
	padding: 3px 0;
	font-weight: bold;
}
/*** End Project Details ***/

/*** Article Listings ---------------------------------------------------- ***/
ul.articles li {
	margin: 0;
	list-style-type: none;
	list-style-image: none;
}
ul.articles a {
	display: block;
	padding: 10px 10px 10px 140px;
	border-bottom: 1px dotted #787878;
	position: relative;
}
ul.articles .image {
	position: absolute;
	left: 10px;
	top: 10px;
	height: 90px;
	width: 120px;
	background-position: center center;
	background-repeat: no-repeat;
}
ul.articles .title {
	font-size: 1.2em;
}
ul.articles .date {
	color: #787878;
	font-size: 0.9em;
}
ul.articles .teaser {
	font-size: 0.9em;
	color: #787878;
	display: block;
	height: 34px;
	line-height: 17px;
	overflow: hidden;
	padding: 5px 0;
}
ul.articles .more {
	font-size: 0.9em;
}
ul.articles li.small a {
	padding: 10px 0;
	border-bottom-style: none;
}
ul.articles li.small .image {
	display: none;
}
ul.articles li.small .title {
	font-size: 1em;
}
/*** End Article Listings ***/

/*** Calendar ----------------------------------------------------- ***/
table.calendar {
	margin: 0 auto 15px auto;
	width: 185px;
	border: 1px solid #a3bcc7;
	border-spacing: 0;
}
table.calendar caption {
	line-height: 25px;
	font-weight: bold;
	color:#666666;
}
table.calendar caption a{
	color:#666666;
	font-size:13px;
}
table.calendar tbody {
	background: #fcfcfc url(../images/hover-bg.png) repeat-x scroll left top;
}
table.calendar th {
	text-align: center;
	border-bottom: 1px solid #a3bcc7;
	line-height: 22px;
	background-color: #dbdfe3;
}
table.calendar td {
	padding: 0;
	line-height: 22px;
}
table.calendar td a {
	display: block;
	text-align: center;
	color:#666666;
}
table.calendar td span.title {
	position: absolute;
	display: none;
	color: #666666;
	font-size: 11px;
	padding: 5px;
	background-color: #f0f0f0;
	font-weight: normal;
	text-align: left;
	border: 1px solid #AEC8D3;
	line-height: 1.5em;
}
table.calendar td a:hover {
	background-color: #dbdfe3;
}
table.calendar td a:hover span.title {
	display: block;
}
table.calendar td.selected {
	border: 1px solid #AEC8D3;
	background-color: #dbdfe3;
	font-weight: bold;
}
table.calendar td.highlighted {
	font-weight: bold;
	background-color: #67d8e9;
}
#event_calendar p.summary {
	text-align: center;
	font-size: 11px;
	line-height: 20px;
}
#event_calendar p.summary a {
	display: block;
}
/*** End Calendar ***/
/*** End Article Listings ***/

/*** Printer Friendly ---------------------------------------------------- ***/
.print_only {
	display: none;
}
@media print {
	.print_only {
		display: block;
	}
	.print_hidden {
		display: none;
	}
	body {
		color: #000000;
	}
	#super-container {
		background: none;
		text-align: left;
	}
	.container {
		background: none;
		margin: 0;
		width: auto;
	}
	#header, .home_container .banner, #sidebar, #footer {
		display: none;
	}
	.home_container {
		background-color: transparent;
	}
	.home_content {
		min-height: none;
		padding: 0;
	}
	.home_content .col_wide {
		float: none;
		padding: 0;
		width: auto;
	}
}
/*** End Printer Friendly ***/
