@charset "utf-8";


body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, article, aside, dialog, figure, footer, header,
hgroup, nav, section {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}k

/* This helps to make newer HTML5 elements behave like DIVs in older browers */ 
article, aside, dialog, figure, footer, header,
hgroup, nav, section {
 display:block;
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { 
	border-collapse: separate; 
	border-spacing: 0; 
}
/* float:none prevents the span-x classes from breaking table-cell display */
caption, th, td { 
	text-align: left; 
	font-weight: normal; 
	float:none !important; 
}
table, th, td { 
	vertical-align: middle; 
}

ul {
	list-style-type: disc;
	margin-left: 3em;
}

ol {
	margin-left: 3em;
}

li {
	margin-bottom: .5em;
}

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ''; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }

/* Remember to define your own focus styles! */
:focus { outline: 0; }

body{ 

	font-size: 0.625em;
}
blockquote {
	font-size: 120%;
	margin-left: 40px;
	margin-right: 40px;
}
p,td, .bk_normal {
	font-size: 120%
}
textarea {
	
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
ul {
	font-size:  120%;
}
li {
	font-size: 12px;
}
strong.bk_larger {
	font-size: 150%;
	font-weight:normal;
}
.disabled {
	visibility:hidden;		
}
.bk_nofloat {
	float:none;
}
.bk_small {

font-size:90%;
}

.bk_big {
font-size: 150%;

}

.bk_bigger {
font-size: 160%;
}

.bk_bold {
	font-weight: bold !important;
}

.bk_italic {
	font-style: italic;	
}

p.bk_js_required {
padding: 5px;
}

form {
	padding: 0;
	margin: 0;
}

h1 {
	font-size: 240%;
	font-weight:normal;
	margin-bottom: .5em;
	margin-top:-8px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	
}

.bk_large_caption {
padding: 0;
margin-top: 5px;
font-size:150%;
font-weight:bold;
}

/*.bk_intro {
	font-weigt: normal;
	font-size: 120%;
	font-family:Georgia, "Times New Roman", Times, serif;

}*/

input {
	padding: 0px;
	margin: 0px;
}


a.bk_green_button {
	width: 160px;
	height: 26px;
	display:block;
	text-align:center;
	color: #ffffff;
	font-size:120%;
	padding-top:4px;
	text-decoration:none;
	background:url('images/site/blank_green_button.png') no-repeat;
	font-weight:bold;
	margin: 0 auto;
}

.bk_submit {
	width: 120px;
	height: 30px;
	display:block;
	text-align:center;
	color: #ffffff;
	font-size:120%;
	text-decoration:none;
	background:url('images/site/blank_submit_button.png') no-repeat;
	font-weight:bold;
	margin: 0 auto;
	cursor:pointer;
	border: none;
}

a.bk_green_button:hover, .bk_submit:hover {
	background-position: 0 -30px;
}

.bk_threecol_one, .bk_threecol_two, .bk_threecol_three {
	width: 248px;
	float:left;
	clear:none;
	margin-bottom: 1.5em;
}

.bk_threecol_one {
	clear: left;
}
.bk_threecol_two {
	width: 242px;
	margin-left: 6px;
}

.bk_threecol_three {
	width: 237px;
	margin-left: 11px;
}

.bk_photo_right_txt > p:first-child, .bk_photo_left_txt > p:first-child, .bk_photo_left_txt > h2:first-child, .bk_photo_right_txt > h2:first-child {
	margin-top: .5em;
}

.bk_scolumn_left {
	width: 80px;
	float:left;
	padding-right: 8px;
}

.bk_scolumn_left1 {
	width: 200px;
	float:left;
	padding-right: 8px;
} 
.bk_scolumn_right {
	width: 260px;
	float:right;
	padding-left: 8px;
}

.bk_photo_control {
	width: 161px;
	text-align:center;
	padding: 2px 5px 2px 5px;
	height: 16px;
	margin-bottom: 4px;
	font-size: 110%;
	background:url('images/site/photo_control.png') no-repeat;
}
#bk_rotating {
	display: block;
	padding-bottom: 1em;
}

.bk_small_col_left1 {
	width: 80px;
	float:left;
	padding-right: 8px;
}
.bk_small_col_right1 {
	width: 400px;
	float:left;
	padding-left: 8px;
}
.bk_float_icon {
	width: 77px;
	height:61px;
	float:left;
	padding-right: 4px;
}

#bk_preview_message {
	width: 200px;
	height:200px;
	border: 1px solid white;
	font-size: 120%;
	font-weight:bold;
	height: 4em;
	padding: 1em;
	background-color:#333;
	color: #fff;
	position:absolute;
	top: 8px;
	left: 8px;
	z-index:1002;
	text-align:center;
	opacity: 0.8;
	cursor:pointer;
	filter: alpha(opacity=80);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

a.bk_link_on {
	color: #000 !important;
}

p.bk_right {
	text-align: right;
}

.bk_no_bottommargin {
	padding-botom: 0;
	margin-bottom: 0;
}

#bk_pagination_links a {
	background-color: #014437;
	color: #fff;
	padding: 8px;
	font-weight: bold;
	display:inline;
}
#bk_pagination_links strong, #bk_pagination_links a:hover {
	color: #000;
	padding: 7px;
	background-color:#fff;
	font-weight: bold;
	display:inline;
	border: 1px solid #014437;
}



.bk_side_photo {
	margin-bottom: 1em;
}
.bk_fancybox_hide {
	display:none;
}

td.gssb_a div.gsq_a table td {
	font-size:12px;
}