/* CSS Document */


/* ====== Colors ======



====================*/

* {margin:0; padding:0;}

html {
	margin: 0;
	height: auto;
	width: 100%;
	 
}
body {
	position: relative;
	margin: 0;
	height: auto;
	height: 100%;
	width: 100%;
	font-family: Arial, Helvetica, _sans-serif;
	font-size: 1em;
	line-height: 1.15em;
}

#wrapper {
	position:static;
	margin: auto;
	padding: 0;
	min-width: 1024px;
	background: url(../images/cantow_page_bg.jpg) repeat-x;
	/*border: 1px solid #00FF00;*/
}

#pageWrapper {
	position: relative;
	height: 100%;
	height: auto;
	width: 1000px;
	background: url(../images/bgMain.gif) repeat-y;
	margin: 0 auto;
	padding: 0 16px;
	
}	

#container {
	position: relative;
	height: 100%;
	margin: 0;
	padding: 0;
	width: 980px;
}

img { border: none;}
/*.rightColumn img { padding-left: 8px;}*/
.imgFrame {
	border: 1px solid #003366;
	background: #2b395c;
	padding:8px;
	width:180px;
}

/*==  Nav  ==============================*/

#nav	{
	position: static;
	margin:0;
	width: 981px;
	float: right;
	height:40px;
}

#nav ul	{
	margin: 0;
	padding:0;
	border-bottom: none; 
}

#nav li	{
	padding:0px;
	margin:0;
	list-style: none;
	background-repeat: no-repeat;
	height:40px;
	float:left;
}

#nav a {display:block; height:40px; padding-top:0px; overflow:hidden; text-decoration: none; border-bottom: none;}

#nav li.nav1	{width:85px;}
#nav li.nav2	{width:108px;}
#nav li.nav3	{width:128px;}
#nav li.nav4	{width:166px;}
#nav li.nav5	{width:123px;}
#nav li.nav6	{width:368px; background: url(../images/menu_swap.png) -610px 0px;}


#nav a#navHome	{background: url(../images/menu_swap.png) 0px 0px;}
#nav a#navAbout	{background: url(../images/menu_swap.png) -85px 0px;}
#nav a#navTowers	{background: url(../images/menu_swap.png) -193px 0px;}
#nav a#navGolf	{background: url(../images/menu_swap.png) -321px 0px;}
#nav a#navMarina	{background: url(../images/menu_swap.png) -487px 0px;}



#nav a#navHome:hover	{text-decoration: none; background: url(../images/menu_swap.png) 0px 42px;}
#nav a#navAbout:hover	{text-decoration: none; background: url(../images/menu_swap.png) -85px 42px;}
#nav a#navTowers:hover	{text-decoration: none; background: url(../images/menu_swap.png) -193px 42px;}
#nav a#navGolf:hover	{text-decoration: none; background: url(../images/menu_swap.png) -321px 42px;}
#nav a#navMarina:hover	{text-decoration: none; background: url(../images/menu_swap.png) -487px 42px;}



#nav a#navHomeOn {text-decoration: none; background: url(../images/menu_swap.png) -0px 0px;}
#nav a#navAboutOn {text-decoration: none; background: url(../images/menu_swap.png) -79px 0px;}
#nav a#navTowersOn {text-decoration: none; background: url(../images/menu_swap.png) -205px 0px;}
#nav a#navGolfOn {text-decoration: none; background: url(../images/menu_swap.png) -317px 0px;}
#nav a#navMarinaOn {text-decoration: none; background: url(../images/menu_swap.png) -419px 0px;}


/*== Tool bar =========================*/

#toolbar	{
	position: static;
	margin:0 11px 0 0;
	width: 278px;
	float: right;
	height:29px;
}

#toolbar ul	{
	margin: 0;
	padding:0;
	border-bottom: none; 
}

#toolbar li	{
	padding:0px;
	margin:0;
	list-style: none;
	background-repeat: no-repeat;
	height:29px;
	float:left;
}

#toolbar a {display:block; height:29px; padding-top:0px; overflow:hidden; text-decoration: none; border-bottom: none;}

#toolbar li.toolbar1	{width:80px;}
#toolbar li.toolbar2	{width:96px;}
#toolbar li.toolbar3	{width:102px;}



#toolbar a#toolPrint	{background: url(../images/toolbar.jpg) 0px 0px;}
#toolbar a#toolEmail	{background: url(../images/toolbar.jpg) -80px 0px;}
#toolbar a#toolContact	{background: url(../images/toolbar.jpg) -176px 0px;}



#toolbar a#toolPrint:hover	{text-decoration: none; background: url(../images/toolbar.jpg) 0px 29px;}
#toolbar a#toolEmail:hover	{text-decoration: none; background: url(../images/toolbar.jpg) -80px 29px;}
#toolbar a#toolContact:hover	{text-decoration: none; background: url(../images/toolbar.jpg) -176px 29px;}


/*==  Links  =========================*/

.contentLeft a {
	color: #FF9900;
	text-decoration: none; 
	border-bottom: 1px dotted #ffffff;
}

.contentLeft a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background: #FF9900;
	border-bottom: 1px dotted #ffffff;
}

/*==  Content  =========================*/

#content{
	position: relative;
	height: 150px;
	margin: 12px auto;
	padding: 0;
	width: 980px;
}
#content h1 { font-size: 26px; font-weight: bold; color: #ffffff; margin: auto; font-family: Verdana, Arial, Helvetica, sans-serif;}

.column { 
	float: left;
	width: 45%;
	padding: 8px;
	color: #ffffff;
	font-size: 12px;
	border-top: 1px solid #6699cc;
}

.titleColumn { 
	padding: 8px;
	color: #ffffff;
}

/* == Inside Content ====================*/

#contentWrap{
	position: static;
	background: url(../images/inside_pg_rpt_900.png) -1px 528px no-repeat;
	width: 100%;
	overflow: hidden;
	}
#contentInside{
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 24px  0px 0 20px;
	background: url(../images/inside_pg_bg.png) no-repeat;
	overflow: hidden;
}
.contentLeft {
	width: 680px;
	float: left;
	height: 100%;
	height:auto;
	margin: 14px 20px 0 20px;
	color: #ffffff;
	font-size: 14px;
}

.contentLeft h1{
	color: #273557;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 36px;
	letter-spacing: -1px;
	padding-bottom: 20px;
}

.contentLeft h2{
	color: #ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 22px;
	letter-spacing: -1px;
	display: block;
	padding-bottom: 8px;
	border-bottom: 1px solid #FFCC00;
	margin-bottom: 20px;
	line-height: 26px;
	width: 98%;
}

.contentLeft h3{
	color: #ff9933;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	letter-spacing: -1px;
	display: block;
	padding-bottom: 8px;
	line-height: 22px;
}

.special{ margin-left: 10px; display: block; padding-bottom: 10px; border-bottom: 1px solid #6699cc; width: 90%}
.special h4{
	color: #ff9933;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	letter-spacing: -1px;
	padding-bottom: 8px;
	line-height: 26px;
}

.contentLeft li { width: 500px;
margin: 0px 25px 0px 50px;

 }
.rightColumn { 
	float: left;
	padding: 8px;
	color: #ffffff;
	font-size: 12px;
	width: 200px;
}

/*== Spans ========================*/
span.info {
	color: #0055BB;
	background: #C3D4D3 url(../images/style7/status-info.png) 10px 50% no-repeat;
	border-top: 3px solid #7CA9D4;
	border-bottom: 3px solid #7CA9D4;
	font-size: 10px;
}

/*== Right Column CTAs  =========================*/

#ctaBox {
	background: url(../images/highlight_block_rpt.png) repeat-y;
	width: 211px;
	margin: 10px 0 10px -8px;
}

.ctaContent {
	background: url(../images/highlight_block_bg.png) bottom no-repeat;
	width: 211px;
}

.ctaText {
	font-size: 13px;
	padding: 12px;
	line-height: 13px;
}

.ctaText a {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none; 
	height: 15px;
	display: block;
	border-bottom: none;
	background: url(../images/arrow.png) no-repeat 168px 0;
}

.ctaText a:hover {
	color: #FF9900;
	text-decoration: none;
	background: url(../images/arrow.png) no-repeat 172px 0;
}

.ctaText h4 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
}

.ctaText blockquote {
	text-align: right;
}


/*== Special List =========================*/
.contentLeft .special2 h4 {
	color: #ff9933;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	letter-spacing: -1px;
	padding-bottom: 8px;
	line-height: 26px;
}
.contentLeft .special2  a{
	color: #394576;
	text-decoration: none; 
	border-bottom: 1px dotted #ffffff;
}
.contentLeft .special2  li a{
	display: block;
	color: #ffffff;
	text-decoration: none;
	padding-left: 24px;
	background: url(../images/acrobat.jpg) no-repeat 2px 0px;
	border: none;
	font-size: 14px;
}

.contentLeft .special2  li a:hover{
	background: url(../images/acrobat.jpg) no-repeat 2px 0px #6699cc;	color: #ffffff;
	text-decoration: none;
}


.contentLeft .special2 { 
	position: relative;
	font-size: 16px;
	margin: 10px 12px 0 0;
	color: #2f437e;
	font-size: 16px;
	width: 95%;
	
	padding: 20px 20px 20px 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF;
	border-top: 5px solid #b4c0d5;
	border-bottom: 5px solid #b4c0d5;
}

.contentLeft .special2  li {
	line-height: 16px;
	list-style: none;
	display: block;
	border-bottom: 1px solid #6699cc;
	padding: 4px 0;
}
/*== News =========================*/
.contentLeft .newsBloc {font-size: 14px;}
.newsBloc { 
	position: relative;
	margin: 10px 12px 0 0;
	padding: 6px;
	color: #ffffff;
	font-size: 11px;
	width: 95%;
}

.newsBloc  h3 {
	border-top: 3px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: -1px;
	padding: 12px 0;
}
.newsBloc  li {
	line-height: 16px;
	list-style: none;
	display: block;
	border-bottom: 1px solid #6699cc;
	padding: 4px 0;
}

.newsBloc  li a{
	display: block;
	border-bottom: 1px dottted #003366;
	color: #ffffff;
	text-decoration: none;
	background: url(../images/arrow.gif) no-repeat 0px 2px;
	padding-left: 16px;
	}

.newsBloc  p {
	display: block;
	margin: 0 0 15px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: -1px;
	color: #ffffff;
	/*background: url(../images/quote_right.png) no-repeat bottom right;*/
}	
.contentLeft .newsBloc  li a{
	background: url(../images/zoom.gif) no-repeat 0px 8px;
	padding: 8px 0 8px 16px;}

.contentLeft .newsBloc  li a:hover{
	background: url(../images/zoom.gif) no-repeat 0px 8px #003366;	color: #ffffff;
	padding: 8px 0 8px 16px;
	text-decoration: none;
}
.newsBloc  li a:hover {
	background: url(../images/arrow.gif) no-repeat 0px 2px #336699;	color: #ffffff;
	text-decoration: none;

}
.contentLeft .newsBloc a { font-size: 14px; border-bottom: none; }

.newsBloc li .viewall a{
	display: block;
	color: #ffffff;
	text-decoration: none;
	background: #003366;
	padding-left: 16px;
	margin-top: 12px;
	border-bottom: none;
}

.newsBloc  li .viewall a:hover {
	background: #336699;
	text-decoration: none;
	border-bottom: none;
}



/*== Buckets  =========================*/

#bucketWrap{
	position: static;
	/*background: url(../images/mid_section_700.png) 0 221px no-repeat;*/
	height: 204px;
	}
#buckets{
	position: relative;
	height: 100%;
	height:auto;
	min-height: 180px;
	margin: 0 auto;
	padding: 24px  0px 0 20px;
	background: url(../images/mid_section_bg.png) no-repeat;
}
#midbottom { display: block; background: url(../images/mid_section_bottom.png); width: 978px; height: 32px;}

.morebloc { 
	position: relative;
	width: 250px;
	margin-right: 12px;
	padding: 6px;
}

.morebloc h4 {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: -1px;
	padding-bottom: 12px;
}
.morebloc li {
	line-height: 16px;
	list-style: none;
	display: block;
	border-bottom: 1px solid #003366;
	padding: 4px 0;
	
}

.morebloc p {
	display: block;
	margin: 0 0 15px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: -1px;
	color: #ffffff;
	
}

.morebloc li a{
	display: block;
	border-bottom: none;
	color: #FFFFFF;
	text-decoration: none;
	background: url(../images/arrow.gif) no-repeat 0px 2px;
	padding-left: 16px;
	}

.morebloc li a:hover {
	background: url(../images/arrow.gif) no-repeat 0px 2px #336699;
	color: #ffffff;
	text-decoration: none;
	border-bottom: none;
}


.morebloc li .viewall a{
	display: block;
	color: #ffffff;
	text-decoration: none;
	background: #003366;
	padding-left: 16px;
	margin-top: 12px;
	border-bottom: none;
}

.morebloc li .viewall a:hover {
	background: #336699;
	text-decoration: none;
	border-bottom: none;
}

.bloc { 
	position: relative;
	float: left;
	width: 22%;
	margin-right: 12px;
	padding: 6px;
	color: #ffffff;
	font-size: 12px;
}

.bloc h3 {
	color: #003366;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: -2px;
	padding: 8px 0 12px 0;
	display: block;
	height: 40px;
}

.bloc h4 {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: -1px;
	padding-bottom: 12px;
}
.bloc ul { width: 95%; display: block; height:65px;}
.bloc li {
	line-height: 16px;
	list-style: none;
	display: block;
	border-bottom: 1px solid #003366;
	padding: 4px 0;
	
}

.bloc p {
	display: block;
	margin: 0 0 15px 0;
	font-size: 12px;
	color: #ffffff;
	height: 50px;
	/*background: url(../images/quote_right.png) no-repeat bottom right;*/
}

.bloc li a{
	display: block;
	border-bottom: none;
	color: #FFFFFF;
	text-decoration: none;
	background: url(../images/arrow.gif) no-repeat 0px 2px;
	padding-left: 16px;
	}

.bloc li a:hover {
	background: url(../images/arrow.gif) no-repeat 0px 2px #336699;	color: #ffffff;
	text-decoration: none;
	border-bottom: none;
}


.bloc li .viewall a{
	display: block;
	color: #ffffff;
	text-decoration: none;
	background: #003366;
	padding-left: 16px;
	margin-top: 12px;
	border-bottom: none;
}

.bloc li .viewall a:hover {
	background: #336699;
	text-decoration: none;
	border-bottom: none;
}


/*==========================*/



#quote {
	/*background: url(../images/quote_left.png) no-repeat 0px 0px;*/
}


.bloc p#quoteClient {
	margin: 0;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background: none;
	color: #ffffff;
}

.bloc p#quoteCompany {
	margin: 0;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	letter-spacing: 0px;
	background: none;
	line-height: 14px;
	color: #ffffff;
}

/*==========================*/

.clearfix{ clear:both; }

/*==  Logo ========================*/

#topLogo {
	position: static;
	margin: 0;
	padding: 5px 5px 0 5px;
	width: 100%;
}




/*==========================*/

#footerWrap{
	margin: 0 auto;
	position: relative;
}

#footer{
	position: relative;
	margin: 0 auto;
	clear: both;
	height: 243px;
	width: 100%;
	background: url(../images/footer_bg.jpg) repeat-x bottom;
}

#footerContent {
	position: relative;
	width: 1000px;
	padding: 80px 10px 10px 10px;
	margin: 80px auto 0 auto;
}

.copyright {
	font-size: 11px;
	color: #666666;
}

.copyright a{
	font-size: 11px;
	color: #336699;
	border-bottom: 1px dotted #003366;
	text-decoration: none;
}

.copyright a:hover{
	font-size: 11px;
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
	text-decoration: none;
	background: #003366;
}


