
/* CSS Document */

a:link, a:active, a:visited, a:hover {
	text-decoration: none;
	outline: none;
	color: #269ab6;
	}

a:hover {
	color: #74bacf;
	}


/* quote */

a.link_main_quote:link, a.link_main_quote:active, a.link_main_quote:visited, a.link_main_quote:hover {
	font-weight: bold;
	font-size: 50px;
	line-height: 42px;
	color: #269ab6;
	}
	

a.link_main_quote:hover {
	color: #74bacf;
	}


/* title link 

a.link_row_content_title_off:link, a.link_row_content_title_off:active, a.link_row_content_title_off:visited, a.link_row_content_title_off:hover {
	text-decoration: none;
	outline: none;
	color: #269ab6;
	}

a.link_row_content_title_off:hover {
	color: #74bacf;
	}

a.link_row_content_title:link, a.link_row_content_title:active, a.link_row_content_title:visited, a.link_row_content_title:hover {
	text-decoration: none;
	outline: none;
	color: #fff;
	}*/


/* main nav */

a.link_nav_main:link, a.link_nav_main:active, a.link_nav_main:visited, a.link_nav_main:hover {
	font-size: 30px; /*33*/
	line-height: 36px; /*37*/
	color: #d1e9ef;
	text-decoration: none;
	outline: none;
	padding: 0px 4px 0px 4px;
	margin: 0px;
	font-weight: normal;
	background-color: #269ab6;
	}
	
a.link_nav_main:hover {
	color: #fff;
	background-color: #ff3300;
	}

a.link_nav_main_on:link, a.link_nav_main_on:active, a.link_nav_main_on:visited, a.link_nav_main_on:hover {
	font-size: 30px;
	line-height: 36px;
	color: #269ab6;
	text-decoration: none;
	outline: none;
	padding: 0px 4px 0px 4px;
	margin: 0px;
	font-weight: normal;
	background-color: #fff;
	}


/* main nav sub */

a.link_nav_main_sub:link, a.link_nav_main_sub:active, a.link_nav_main_sub:visited, a.link_nav_main_sub:hover {
	font-size: 19px; /*22*/
	line-height: 24px; /*22*/
	color: #d1e9ef;
	text-decoration: none;
	outline: none;
	padding: 0px 4px 0px 4px;
	margin: 0px;
	font-weight: normal;
	background-color: #269ab6;
	}
	
a.link_nav_main_sub:hover {
	color: #fff;
	background-color: #ff3300;
	}

a.link_nav_main_sub_on:link, a.link_nav_main_sub_on:active, a.link_nav_main_sub_on:visited, a.link_nav_main_sub_on:hover {
	font-size: 19px;
	line-height: 24px;
	color: #269ab6;
	text-decoration: none;
	outline: none;
	padding: 0px 4px 0px 4px;
	margin: 0px;
	font-weight: normal;
	background-color: #fff;
	}
	


/* active nav */

a.link_nav_active:link, a.link_nav_active:active, a.link_nav_active:visited, a.link_nav_active:hover {
	font-size: 30px;
	line-height: 36px;
	color: #d1e9ef;
	text-decoration: none;
	outline: none;
	padding: 0px 4px 0px 4px;
	margin: 0px;
	font-weight: normal;
	background-color: #269ab6;
	}
	
a.link_nav_active:hover {
	color: #fff;
	background-color: #ff3300;
	}

a.link_nav_active_on:link, a.link_nav_active_on:active, a.link_nav_active_on:visited, a.link_nav_active_on:hover {
	font-size: 30px;
	line-height: 36px;
	color: #269ab6;
	text-decoration: none;
	outline: none;
	padding: 0px 4px 0px 4px;
	margin: 0px;
	font-weight: normal;
	background-color: #fff;
	}


/* active nav sub */

a.link_nav_active_sub:link, a.link_nav_active_sub:active, a.link_nav_active_sub:visited, a.link_nav_active_sub:hover {
	font-size: 19px;
	line-height: 24px;
	color: #d1e9ef;
	text-decoration: none;
	outline: none;
	padding: 0px 4px 0px 4px;
	margin: 0px;
	font-weight: normal;
	background-color: #269ab6;
	}
	
a.link_nav_active_sub:hover {
	color: #fff;
	background-color: #ff3300;
	}

a.link_nav_active_sub_on:link, a.link_nav_active_sub_on:active, a.link_nav_active_sub_on:visited, a.link_nav_active_sub_on:hover {
	font-size: 19px;
	line-height: 24px;
	color: #269ab6;
	text-decoration: none;
	outline: none;
	padding: 0px 4px 0px 4px;
	margin: 0px;
	font-weight: normal;
	background-color: #fff;
	}
	





















body {
	background-color: #1c748a;
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	line-height: 14px;
	color: #9acbdc;
	overflow: auto;
	overflow-x: hidden;
	overflow-y: auto;
	background: url(../img/common/bg/bg.gif);
	background-color: #237d8e;
	}

.div_common {
	position: relative;
	float: left;
	}



/* quote */

#div_quote {
	position: relative;
	float: left;
	left: 0px;
	height: 266px;
	background: url(../img/common/bg/bg-quote.gif) repeat;
	z-index: 100;
	text-align: right;
	}

.div_quote_text {
	position: absolute;
	width: 660px;
	right: 0px; 
	bottom: 0px;
	padding: 26px 26px 18px 26px;
	font-weight: bold;
	font-size: 50px;
	line-height: 42px;
	color: #269ab6;
	}

.span_quote_text {
	font-weight: bold;
	font-size: 50px;
	line-height: 42px;
	/*color: #269ab6;*/
	}
	
.span_quote_sub {
	font-size: 20px;
	line-height: 28px;
	color: #269ab6;
	}


.div_name {
	position: absolute;
	left: 20px; top: 20px;
	height: 40px;
	font-size: 20px;
	color: #269ab6;
	}


/* main nav */

#div_nav_main {
	position: absolute;
	top: 0px;
	width: 216px; height: 266px;
	overflow: hidden;
	background: url(../img/common/bg/bg-nav.gif) repeat;
	z-index: 98;
	}

#div_nav_main_items {
	position: absolute;
	left: 16px;
	bottom: 10px;
	width: 200px;
	overflow: visible;
	text-transform: capitalize;
	}

#div_nav_active_items {
	position: absolute;
	left: 16px;
	bottom: 10px;
	width: 200px;
	overflow: visible;
	text-transform: capitalize;
	}

#div_nav_swap_link {
	position: absolute;
	top: 0px;
	width: 216px; height: 266px;
	z-index: 96;
	border: 0px solid;
	}

#div_nav_main_bgcolor {
	position: absolute;
	top: 0px;
	width: 216px; height: 266px;
	filter: alpha(opacity=80);
	-moz-opacity: .80;
	opacity: .80;
	background-color: #087e8e;
	z-index: 90;
	}




/* rows */

#div_row_container {
	position: absolute;
	clear: both;
	left: 0px; top: 0px;
	width: 950px; height: 350px;
	overflow: auto;
	overflow-x: auto;
	overflow-y: auto;
	z-index: 1;
	}


#div_row_left {
	position: absolute;
	clear: both;
	left: 0px; top: 286px;
	width: 190px;
	background: url(../img/common/bg/bg-slide-left.gif);
	background-color: #09768c;
	}

.div_row_section_subheader {
	position: absolute;
	z-index: 98;
	width: 216px; height: 60px;
	left: 15px; top: -50px;
	padding: 0px;
	margin: 0px;
	font-size: 48px;
	line-height: 48px;
	color: #fff;
	z-index: 400;
	}

.div_row_section_subheader_off {
	position: absolute;
	z-index: 98;
	width: 216px; height: 60px;
	left: 15px; top: -50px;
	padding: 0px;
	margin: 0px;
	font-size: 48px;
	line-height: 48px;
	color: #269ab6;
	z-index: 400;
	}

.div_row_item_divider {
	width: 20px; height: 306px;
	padding: 0px;
	margin: 0px;
	}

.div_row_item_first_space {
	width: 209px; height: 306px;
	padding: 0px;
	margin: 0px;
	}

.div_content_spacer {
	position: realtive;
	float: left;
	clear: both;
	width: 260px; height: 10px;
	}

.p_row_content {
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
	font-size: 12px;
	line-height: 17px;
	color: #d1e9ef;
	}

.img_row_media {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	text-align: right;
	}


/*a.link_entry_quote:link, a.link_entry_quote:active, a.link_entry_quote:visited, a.link_entry_quote:hover {
	font-size: 44px;
	line-height: 39px;
	color: #269ab6;
	text-decoration: none;
	outline: none;
	}

.p_row_callout {
	width: 260px;
	font-size: 20px;
	line-height: 23px;
	color: #fff;
	margin: 0px 0px 10px 0px;
	}


.div_row_callout_loading {
	font-size: 20px;
	line-height: 23px;
	color: #398a99;
	margin-bottom: 5px;
	}

.p_row_content {
	margin-bottom: 10px;
	font-size: 12px;
	line-height: 17px;
	color: #9acbdc;
	}


.p_row_content_loading {
	margin-top: 10px;
	font-size: 12px;
	line-height: 17px;
	color: #398a99;
	}
*/	

#div_row_bottomspace {
	width: 600px;
	height: 20px;
	clear: both;
	}



