/*
		Styles by gavjof
		www.gavjof.com
		
	\\ SCREEN.CSS (for Front End Styles) //
*/

body { 
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: .75em; 
	color: #333;
	background-color: #cccccc;
	margin: 0;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Customise the standard HTML
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
a:link, a:visited, a:active {color:#82a73e;
}
a:hover {color:#a85112;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {text-decoration:none;}

/* Page Headings */
h1, h2, h3, h4, h5, h6 {color: #00487c;font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;}
h1  	{font-size:1.466em;color: #00487c} 
h2  	{font-size:1.33em;color: #82a73e} 
h3  	{font-size:1.2em;color: #a85112} 

p, li, td {font-size:12.5px;line-height:20px;}

form {margin: 0;}

blockquote 	{
	font-style:italic;
	color: #666;
	border-left: 2px solid #666;
	padding-left: 10px;
	font-size: 1.2em;
}

abbr				{}
acroynm			{}
cite				{}
address			{}
strong			{}
em					{}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Layout Blocks
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#pageWrap{
	width: 991px;
	margin: 20px auto;
	background: #3c506b;
	border: 1px solid #ccc;
	padding:0px;
}
#header{
	padding: 10px;
}
#logo{
	float: left;
}
#navigation{
	color: #504f4a;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 1.0667em; /* 12pt 16px */
	width: 650px;
	float: right;
	background-image:url(/images/nav-bg.jpg);background-repeat:no-repeat;
	margin-top:19px;
	padding-top:8px;
	height:50px;
}
#main{
	clear: both;
}
#mainContent{
	margin: 0 30px 0 30px;
	padding-top: 30px;
}
#mainContent img{
	border: 2px solid #a85112;
}
#footer{
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	clear: both;
}
#footerContantA{
	background: #82a73e;
	color: #FFF;
	text-align: center;
	font-size: 1.26em; /* 14pt 19px */
	padding: 10px 0px;
	letter-spacing: .15em;
}
#footerContentB{
	background: #e0e5e3;
	border-top: 1px solid #a85112;
	color: #a85112;
	text-align: center;
	font-size: 1.0667em; /* 12pt 16px */
	padding: .5em 1em;
}
#footerContentB a:link, #footerContentB a:visited, #footerContentB a:active {
	color: #a85112;
	text-decoration: none;
}
#footerContentB a:hover {
	color: #a85112;
	text-decoration: underline;
}


.homeLeft{
	float: left;
	width: 275px;
	height: 449px;
	background: url('/images/Lan-Pacific-home-left.jpg');
}
.homeLeftSubNav{
	position: relative;
	left: 25px;
	top: 75px;
	width: 110px;
	text-align: right;
}
.homeLeftSubNav a{
	text-decoration: none;
	line-height: 1.5em;
	font-size: 1.25em;
	color: #303233;
}
.homeLeftSubNav img{
	vertical-align: middle;
}
.homeCenter{
	float: left;
	width: 299px;
	background: url('/images/Lan-Pacific-home-center.jpg');
	height:449px;
}
.homeRight{
	float: left;
	width: 276px;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* Search Box in banner */
#search_box {
	color: #fff;
	text-align: center;
}
#search_box {
	float: right;
	clear: right;
	width: 200px;
}
#search_box fieldset {border:0;}
#search_box legend, #search_box label {display:none;}

#search_string {
	width: 100px;
	height: 16px;
	font-size: 90%;
	vertical-align: middle;
	border: 1px inset #ccc;
}
#search_submit {
	width: 50px;
	height: 20px;
	font-size: 90%;
	vertical-align: middle;
	padding: 0 0 4px 0;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
	####	Header Menu #####
	#######################

	Horizontal Drop-Down Menu based off :
	http://www.tanfa.co.uk/css/examples/menu/tutorial-h.asp
	
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  */
#navContainer {width: auto;display:block;}


/* Remove List Formattings
~~~~~~~~~~~~~~~~~~~~  */
 ul.menu, li.menu {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

/* Header menu */	 
#header_menu {}
#header_menu li {line-height: normal;}
ul#header_menu  {}

#nav {
	padding:0;
}
#nav ul {
	list-style-type: none; 
	margin: 0; 
	padding: 0; 
	width: auto;
	/*
	(Disappearing List-Background)
	http://www.positioniseverything.net/explorer/ie-listbug.html
	*/
	position: relative; /* Fix the Stupid IE6 Bug */
}
#nav ul li {float: left; text-align: center}
#nav ul li a {display: block; text-decoration: none; color: #504f4a;padding: 0 .75em;}

/* Root Level Link Formatting */
#nav ul li a:hover, #nav li a:focus {color: #82A73E;}
#nav li a:active, #nav ul li a.active {color: #82A73E;}

/* Current page Customisations*/
#nav li.menu-current a		{ color: #82A73E;}

/* 2nd Child menu */
#nav .menu li ul {position: absolute; left: .5em; width: 12em; margin: 0; display: none; text-transform: none; border: 1px solid #a85112;}
#nav .menu li ul li {width: 12em; text-align: left; font-weight: normal; margin: 0; padding: 0;}
#nav .menu li ul a {width: 11.5em; padding: .2em .1em .2em .4em; border: 0;color: #504f4a;}

/* 2nd Child link hover */
#nav .menu li ul a:hover {color: #82A73E;}

/* Show and hide */
#nav .menu li:hover ul, #nav .menu li a:focus ul, #nav .menu li.subMenu ul {display: block;}
#nav .menu li ul ul { display: none;}
#nav .menu li:hover ul ul, #nav .menu li.subMenu ul ul {display: none;}
#nav .menu li:hover ul, #nav .menu li li:hover ul, #nav .menu li.subMenu ul, #nav .menu li li.subMenu ul {display: block;}


/* 3rd Child Menu Appreances */
#nav .menu li ul li ul li a 	{}

/* Positioning the Pop-out Drops */
#nav li {position: relative;}

#nav ul ul ul {
	position: absolute;
	top: 1px;
	left: 100%;
}




/* end menu */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */


/* Customise the Login Box */
#login-box { background: #eee; text-align: center;	line-height: 140%; margin: 1em 0 0.3em 0; border: 1px solid #ddd;}
#login-box fieldset {border:0;text-align:center;}
#login-box legend		{
	font-size: 90%;
	text-transform: uppercase;
	font-family:"Times New Roman", Times, serif;
	color: #333;
	font-weight: normal;
	letter-spacing: 0.15em;
}
.username {color: #009;} /* Color of name when logged in*/
.topboxbody {font-size:0.8em;padding:2px;}

#login-box input {
	text-transform: uppercase;
	font-size: 10px;
	margin: 5px 0px 1px 0px;
	width: 100px;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
	Custom Classes (Re-useables)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
	
/*  Float containers fix: */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
/*  \*/
* html #clearfix {
	height: 1%;
}
/*  */

.stealth {visibility:hidden; display:none;} /* hides from normal css enabled browsers */



/* Inline font Styles */
/* Pretty styles for changing text in the WYSIWYG editor */

.important	{font-weight:bold;color:#f00;}
.code				{font-family: "Courier New", Courier, mono; color:#093;letter-spacing: 1px;}

.info-box		{border: 1px solid #cc3; background-color:#F9F8E2;padding:4px;}

.floatLeft{
	float: left;
	margin-right: 25px;
}
.floatRight{
	float: right;
	margin-left: 25px;
}
.centerText{
	text-align: center;
}
.orange{
	color: #a85112;
}
.orangeBorder{
	border: 2px solid #a85112;
}
.footerSpacer{
	margin: 0 10px;
}
.imageNote{
	color: #a85112;
	margin: 20px 0;
}

#bio {float:right;width:311px;background-image:url(/images/bio_midd.gif);background-repeat:repeat-y;margin-left:8px;}
#bio ul li {color:#76923c;padding-right:20px;padding-left:10px;}
#bio ul li strong{color:#595959;}
#bio img {border:0px;}