/* CSS Document */
/* Copyright © 1997 Bizymoms. All rights reserved. */

html, body {
	background: #f7f7f2 url(../images/page_background.jpg);
	color: #333;
}
html, body, h1, h2, h3, h4, h5, h6, div, p, ul, li, input, textarea, select, form {
	font-family: "Trebuchet MS", Georgia, "Times New Roman";
	font-size: 14px;
	font-weight: normal;
	padding: 0;
	margin: 0;
}
img.border {
	border: 1px solid #ccc;
	background: #fff;
	padding: 2px;
}
td {
	text-align: left;
	vertical-align: top;
}

/* header styles */
.header_top_back {
	background: url(../images/header_top_back.jpg) repeat-x;
	height: 380px;
	text-align: center;
}
.header_contact_details {
	text-align: right;
	font-weight: bold;
	color: #cfeda5;
	padding: 10px 0 11px 0;
	height: 22px;
}
.header_contact_details span {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}
.header_buttons ul {
	padding: 0;
	margin: 0;
	height: 37px;
}
.header_buttons ul li {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	list-style: none;
	display: inline;
}
.header_buttons ul li a {
	width: 142px;
	height: 30px;
	padding: 7px 0 0 0;
	margin-right: 1px;
	text-decoration: none;
	float: left;
	color: #638236;
	background: url(../images/header_btn_up.jpg) no-repeat;
}
.header_buttons ul li a:hover {
	background: url(../images/header_btn_down.jpg) no-repeat;
	color: #fff;
}
.header_buttons ul li a.selected {
	background: url(../images/header_btn_down.jpg) no-repeat;
	color: #fff;
}
.header_banner {
	width: 1000px;
	height: 300px;
}
.header_breast_banner {
	background: url(../images/header_breast_banner.jpg) no-repeat;
	width: 1000px;
	height: 300px;
}

/* body styles */
.body_repeat {
	background: #fff url(../images/body_back.jpg) no-repeat;
}
.left_side {
	padding: 10px 20px;
}
.right_side {
	padding: 10px 10px 10px 0;
}

/* left side styles */
.read_bio {
	background: url(../images/read_kwan_bio_back.jpg) no-repeat;
	height: 23px;
	text-align: center;
	padding: 3px 0 10px 0;
}
.read_bio a {
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
.read_bio a:hover {
	font-weight: bold;
	color: #b4ea66;
	text-decoration: none;
}
.vertical_seperator {
	background: url(../images/verticle_seperator.jpg) repeat-y;
	width: 1px;
}
.horzontal_seperator {
	background: url(../images/horizontal_seperator_content.jpg) no-repeat;
	height: 1px;
}
.small_box_top {
	background: url(../images/small_box_top_back.jpg) no-repeat;
	height: 10px;
}
.small_box_middle {
	background: #f8f7ed;
	padding: 0 10px;
}
.small_box_bottom {
	background: url(../images/small_box_bottom_back.jpg) no-repeat;
	height: 10px;
}
.pdf_icon_link {
	padding: 0 0 0 25px;
	background: url(../images/pdf_icon.jpg) no-repeat 0 0;
}

/* right side styles */
.right_side_top_back {
	background: url(../images/right_top_back.jpg) no-repeat;
	height: 10px;
}
.right_side_back {
	background: #f8f7ed;
	padding: 0 10px;
}
.right_side_bottom_back {
	background: url(../images/right_bottom_back.jpg) no-repeat;
	height: 10px;
}
.photo_gallery {
	width: 250px;
}
.photo_gallery a {
	display: block;
	background: url(../images/photo_gallery_btn_up.jpg) no-repeat;
	height: 75px;
	text-decoration: none;
}
.photo_gallery a:hover {
	background: url(../images/photo_gallery_btn_over.jpg) no-repeat;
}
.right_seperator {
	background: url(../images/horizontal_seperator_right.jpg) no-repeat;
	width: 250px;
	height: 1px;
	margin: 10px 0 10px 0;
}
.right_menu ul {
	padding: 0;
	margin: 0;
}
.right_menu ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	list-style: none;
}
.right_menu ul li a {
	display: block;
	height: 18px;
	padding: 2px 5px 2px 25px;
	text-decoration: none;
	color: #5d9310;
	background: url(../images/right_menu_up.jpg) no-repeat;
	border: 1px solid #eee;
}
.right_menu ul li a:hover, .right_menu ul li a.selected {
	background: url(../images/right_menu_over.jpg) no-repeat;
	color: #666;
}
.right_menu ul li span a {
	display: block;
	height: 18px;
	padding: 2px 5px 2px 40px;
	text-decoration: none;
	color: #666;
	background: url(../images/right_menu_sub_up.jpg) no-repeat;
	border: 1px solid #eee;
}
.right_menu ul li span a:hover, .right_menu ul li span a.selected {
	background: url(../images/right_menu_sub_over.jpg) no-repeat;
	color: #333;
}

/* footer styles */
.footer_back {
	background: url(../images/footer_back.jpg) repeat-x;
	text-align: center;
	height: 80px;
}
.footer_back div.main_links {
	margin-top: 20px;
	color: #a9cf72;
}
.footer_back div.main_links a {
	color: #fff;
	text-decoration: none;
}
.footer_back div.main_links a:hover, .footer_back div.main_links a.selected {
	color: #b4ea66;
	text-decoration: none;
}
.footer_back div.copyright_powered {
	margin-top: 5px;
	color: #556e30;
}
.footer_back div.copyright_powered span {
	color: #333;
}
.footer_back div.copyright_powered span a {
	color: #333;
	text-decoration: underline;
}
.footer_back div.copyright_powered span a:hover {
	color: #333;
	text-decoration: none;
}

/* heading styles */
.common_h1 {
	font-size: 18px;
	color: #7fa745;
	margin-bottom:0px;
}
.common_h2 {
	font-size: 30px;
	color: #333;
}
.common_h3 {
	font-size: 18px;
	color: #333;
}
.common_h4 {
	font-size: 18px;
	color: #666;
}
.common_h5 {
	font-size: 14px;
	font-weight: bold;
	color: #666;
}
.common_h6 {
	font-size: 14px;
	font-weight: bold;
	color: #333;
}

/* text styles */
.common_t1 {
	font-size: 14px;
	color: #666;
}
.common_t2 {
	font-size: 12px;
	color: #c10000;
	line-height: 14px;
}

/* links styles */
a.link_uline:link, a.link_uline:visited {
	font-size: 14px;
	color: #e4550f;
	text-decoration: underline;
}
a.link_uline:hover {
	font-size: 14px;
	color: #e4550f;
	text-decoration: none;
}


a.link_uline2:link, a.link_uline2:visited {
	font-size: 14px;
	color: #666;
	text-decoration: underline;
}
a.link_uline2:hover {
	font-size: 14px;
	color: #666;
	text-decoration: none;
}


a.back_links:link, a.back_links:visited {
	font-size: 12px;
	color: #e4550f;
	text-decoration:none;
}
a.back_links:hover {
	font-size: 12px;
	color: #e4550f;
	text-decoration:underline;
}

/* form styles */
input.formfeild, textarea.formfeild, select.formfeild {
	font-size: 12px;
	color: #666;
	border: 1px outset;
	background: #fff;
}
input.button {
	font-size: 12px;
	font-weight: bold;
	background: url(../images/form_btn_back.jpg) repeat-x;
	border: 1px outset;
	color: #fff;
	text-transform: uppercase;
	padding: 3px 5px;
}

/* drop down menu styles */
.menu {
	border: 1px solid #ccc;
	background-color: #fff;
}
.menuItem {
	padding: 3px 8px;
	border-bottom: 1px solid #ccc;
}
.menuItem:hover {
	background-color: #f5f5f5;
}
.menuItem a {
	font-size: 14px;
	color: #333;
	text-decoration: none;
}


.article_headings {
	margin-top:10px; 
	height:35px; 
	border-bottom:1px dashed #ccc;
}

.article_title {
	float:left; 
	width: 500px;
}

.article_bakcLink {
	float:left; 
	width: 180px; 
	padding-top:5px;
	text-align:right;
	
}

/* Image Gallery Pup up Window Styles */
#thumbBox { /*Outermost DIV for thumbnail viewer*/
	position: absolute;
	left: 0;
	top: 0;
	padding: 5px;
	padding-bottom: 0;
	background: #333;
	visibility: hidden;
	z-index: 2009;
	cursor: hand;
	cursor: pointer;
	color:#ccc;
	font-size:11px;
}
#thumbBox .footerbar { /*Footer DIV of thumbbox that contains "close" link */
	font: bold 14px Arial;
	line-height: 1.1em;
	color: #fff;
	padding: 5px 0;
	text-align: right;
}
#thumbBox #thumbImage { /*DIV within thumbbox that holds the enlarged image */
	background: #333333;
	padding: 0px;
}
#thumbLoading { /*DIV for showing "loading" status while thumbbox is being generated*/
	position: absolute;
	visibility: hidden;
	border: 2px solid #333;
	background-color: #f5f5f5;
	padding: 5px;
	z-index: 2008;
	color: #333;
}

.press_images {
	float:left; 
	width:125px; 
	margin-right:10px; 
	font-size:11px; 
	text-align:center;
	line-height:14px;
}

ul.rollmenu {
	list-style-type: none;
	color: #000;
	margin: 0;
	padding: 0;
}
ul.rollmenu li {
	font-weight: bold;
    margin: 0;
    padding: 0;
}
ul.rollmenu ul {
	list-style-type: none;
    margin: 0 0 0 0;
    padding: 0;
}
ul.rollmenu a {
	font-weight: normal;
	font-size: 12px;
    text-decoration: none;
    color: #999;
    background-color: transparent;
    padding: 3px 2px;
	padding-left: 3px;
	border-bottom: 1px dotted #ccc;
    display: block;
}
html>body ul.rollmenu a { width: auto; }
ul.rollmenu a:hover {
	color: #666666;
    background-color: #ebeef8;
}
.url_list {
	margin-bottom: 3px;
}


.picture_gallery_headings {
	margin-bottom:10px; 
	background:#f9f6ed; 
	height:22px; 
	border:1px solid #f2efe8; 
	padding-top:3px; 
	padding-left:10px;
}

.picture_left {
	float: left; 
	width:245px; 
	margin-right:5px; 
	margin-bottom:5px;
	font-style:italic;
	font-size:11px;
}

.picture_right {
	float: left; 
	width:245px; 
	margin-left:5px; 
	margin-bottom:5px;
	font-style:italic;
	font-size:11px;
}


.pagination_back {
	text-align: center;
	padding: 20px 0 5px 0;
}
.pagination_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	text-decoration: none;
	background: #eee;
	border: 1px solid #ddd;
	padding: 1px 5px 2px 5px;
}

a.pagination_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	text-decoration: none;
	background: #efefef;
	border: 1px solid #ccc;
	padding: 1px 5px 2px 5px;
}
a.pagination_link:link, a.pagination_link:visited {
	color: #333;
	text-decoration: none;
}
a.pagination_link:hover {
	color: #fff;
	text-decoration: none;
	background: #ccc;
}
.pagination_link_selected {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	background: #9b9b9b;
	border: 1px solid #999999;
	padding: 2px 5px 3px 5px;
}

a.pagination_link_prevnext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	text-decoration: none;
	background: #eee;
	border: 1px solid #ddd;
	padding: 0px 5px 0px 5px;
}
a.pagination_link_prevnext:link, a.pagination_link_prevnext:visited {
	color: #666;
	text-decoration: none;
}
a.pagination_link_prevnext:hover {
	color: #999;
	text-decoration: none;
}
.pagination_link_prevnext_selected {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ccc;
	background: #eee;
	border: 1px solid #ddd;
	padding: 0px 5px 0px 5px;
}
