/*

COLORS:
Light Green - #CCD6CC
Medium Green (lines) - #A3B2A3 (note 'lines' are 2 pixels thick) 
Blue - #004075 
Green (highlighted nav & rollovers) - #006600

FONTS:
Main Nav - Arial, 12px, bold, white
Sub Nav - Arial, 11px, bold, blue & green (see above) 
Main body text - Verdana, 11px, regular, blue (#004075) 
Heading (Welcome to Bellingham Marine Industries) - Verdana, 17px, bold, blue (#004075) 
Sub Head (The Largest and Most Experienced Marina Builder in the World) - Verdana, 11.5px, bold, italic, blue (#004075) 
Footer - Arial, 9px, bold, extra letter spacing, all caps, white

*/

html
{
	/* Always make vertical scrollbar (kills annoying page shift in Firefox) */
	min-height: 100%;
	margin-bottom: 1px;
}

.green_borders
{
	width: 2px;
	background-color: #A3B2A3;
}
.body_white
{
	background-color: #FFFFFF;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #004075;
}
/* all regular text */
body
{
	background-color: #757576;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #004075;
}
/* all regular text */

#ctl00_ContentPlaceHolder1_divEnglish {
font-size:11px;}

a
{
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #006600;
	text-decoration: none;
}
a:hover
{
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #004075;
	text-decoration: underline;
}

.a_bold
{
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #006600;
	text-decoration: none;
}
.a_bold:hover
{
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #004075;
	text-decoration: underline;
}


.ref_name
{
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #004075;
	text-decoration: none;
}

.exec_title
{
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #006600;
	text-decoration: none;
}
.exec_title:hover
{
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #006600;
	text-decoration: underline;
}

.exec_location
{
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #004075;
}

.heading
{
	font-family: Verdana, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #004075;
}
.subheading
{
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	font-style: italic;
	color: #004075;
}
.chinese_heading
{
	font-family: Verdana, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #004075;
}
.chinese_subheading
{
	font-family: Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	color: #004075;
}
.footer
{
	font-family: Arial, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}
/* all regular text */
.footer_a
{
	font-family: Arial, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}
.footer_a:hover
{
	font-family: Arial, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}


/* all regular text */

.homenav
{
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
/* Navigation on Home Page */
.homenav:hover
{
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
/* Navigation on Home Page */

.nav
{
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #004075;
	text-decoration: none;
}
/* Regular Navigation */
.nav:hover
{
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #006600;
	text-decoration: underline;
}
/* Regular Navigation */
.navon
{
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #006600;
	text-decoration: none;
}
/* Highlighted Navigation */
.navon:hover
{
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #006600;
	text-decoration: underline;
}
/* Highlighted Navigation */


.if2
{
	overflow-x: hidden;
	overflow-y: auto;
}


/* FORM ELEMENTS */

.listbox
{
	font-family: Verdana;
	font-size: 10px;
}
.button
{
	height: 18px;
	font-family: Verdana;
	font-size: 10px;
	border: 1px inset #000000;
	background-color: #006600;
	color: #FFFFFF;
}
.cpop_tbx
{
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	height: 18px;
	width: 75px;
	font-size: 11px;
	font-family: Verdana;
}

.textbox_real_small
{
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	height: 15px;
	width: 50px;
	font-size: 11px;
	font-family: Verdana;
}
.textbox
{
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	height: 15px;
	width: 250px;
	font-size: 11px;
	font-family: Verdana;
}
.textbox_small
{
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	height: 15px;
	width: 100px;
	font-size: 11px;
	font-family: Verdana;
}
.textbox_quote
{
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	height: 15px;
	width: 200px;
	font-size: 11px;
	font-family: Verdana;
}
.textbox_short
{
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	height: 15px;
	width: 50px;
	font-size: 11px;
	font-family: Verdana;
}
.textbox_quote_large
{
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	height: 125px;
	width: 600px;
	font-size: 11px;
	font-family: Verdana;
}
.textbox_large
{
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	height: 125px;
	width: 250px;
	font-size: 11px;
	font-family: Verdana;
}
.textbox_xlarge
{
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	height: 200px;
	width: 400px;
	font-size: 11px;
	font-family: Verdana;
}

.cbox
{
	height: 18px;
	font-size: 10px;
	font-family: Verdana;
}

.cbox_ch
{
	height: 18px;
	font-size: 10px;
	font-family: Arial Unicode MS;
}

/* drop down menu style */
.dropmenu_infobox
{
	height: 18px;
	width: 195px;
	font-size: 11px;
	font-family: Verdana;
}
.dropmenu_infobox_contact
{
	height: 18px;
	width: 195px;
	font-size: 11px;
	font-family: Verdana;
}

p.korean
{
	font-size:10px;
}

p.mediumkorean
{
	font-size:10px;
}

p.smallkorean
{
	font-size:12px;
}

ul.smallkorean
{
	font-size:12px;
}

.korean_heading
{
	font-family: Verdana, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #004075;
}
.korean_subheading
{
	font-family: Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	color: #004075;
}


