/* CSS Content */

.text-right {margin-left:5px;}

/* Remove link outlines */
:active {outline: none;}	
:focus
{
-moz-outline-style: none;
}	
/* ---- end ---- */

body { background-color: #FFFFFF; text-align:center; }
#container {
	position:relative;
	margin: auto;
	width:756px;
	height:1025px;
	text-align:left;
	/*border-style:ridge;
	border-width:3px;*/
	/*border-color:#4A4A4A;*/
	border-color: #EFEFEF;
	background-color:#112C49;
	top:-15px;
	bottom: 0px;
}
#hdr {
	position:absolute;
	top:0;
	left:0;
	height:16px;
	width:100%;
}
#lftshadow { position:absolute; top:0; left:0; visibility: visible;}
#rghtshadow { position:absolute; top:0; right:0; visibility: visible;}
#lftpanel
{
	position:absolute;
	top:13px;
	left:10px;
	width:105px;
	height:958px;
	color:#FFFFFF;
	visibility: visible;
/*border-right:1px solid #4A4A4A;*/
}
#logo_handleld { display:none;}

#logo {
	width:100%;
	height:65px;
	text-align:left;
	vertical-align: bottom;
	margin-top:8px;
}
#logo_print {
	visibility: hidden;
	position:absolute;
	top:0;
	right:0;
	width:105px;
	height:53px;
	text-align:left;
	vertical-align: bottom;
}

#nav
{
	margin:0;
	padding: 0 0 0 7px;
	height:300px;
	width:100%;
	margin-top: 20px;
}
#nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size:12px;
	font-weight:normal;
	line-height:22px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: normal;
}
#nav a:link, #nav a:visited {color:#FFFFFF; text-decoration:none; font-weight:bold;}
#nav a:active, #nav a:focus {color:#FF0000; /* RED */}
#nav a:hover {/*color:#CCCCCC;*/
	color:#FFFFFF;
	text-decoration:underline;
	font-weight:bold;
}

#content {
	position:absolute;
	top:0;
	background-color:#FFFFFF;
	margin:0px 0px 0px 110px;
	padding:0 0px 0 10px;
	width:610px;
	height:1000px;
	color:#666666;
	visibility: visible;
}

p, td {line-height:1.7em;}

#content a:link, #content a:visited, #content a:active, #content a:focus
{ color:#999999; text-decoration:none; }

#content a:hover { text-decoration:underline; } 

.content_style1 {
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}

.style2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	text-decoration:underline; font-weight: bolder;
}

.style3 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 16px; padding-top:10px; font-weight:bold; 
}

#ftr_bar {position:absolute; left:53px; bottom:70px;}

#ftr {
	position:absolute;
	bottom:0px;
	left:0;
	width:100%;
	height:100px;
	overflow:hidden;
	visibility: visible;
}
#ftr_text {
	position:absolute;
	bottom:9px;
	left:37%;
	text-align:center;
}

#credit a:link, #credit a:visited, #credit a:active, #credit a:focus {
color:#999999;
text-decoration:none;
font-family: Helvetica, Geneva, Arial, sans-serif;
}

#credit a:hover { text-decoration:underline; }

#credit {
	position:absolute;
	right:18px;
	color:#FFFFFF;
	font-size:9px;
	font-variant: normal;
	font-family: Arial, Helvetica, sans-serif;
	visibility: visible;
	bottom: 0px;
}


div#content li {
	list-style-position: outside;
	list-style-type: circle;
	list-style-image: url(../images/bullet_w.gif);
}

.white_font {color:#FFFFFF;}

#content td img { padding:0;}

/* TABLE */
/*table {display:table;}
tr {display:table-row;}
td {display:table-cell;}

table {
border-spacing:0;
position:relative;
top:0;
left:0;
margin:inherit;
width:600px;
border: none;
}*/
.list {line-height:1.5em;}

#Hrz_Large_Pic {position:absolute; top:125px; left:120px;}
#Vert_Large_Pic {
	position:absolute;
	top:70px;
	left:180px;
	visibility: visible;
}

#gallery_table {
	cursor: pointer;
	position:relative;
	top:375px;
	margin: auto;
}

#caption {
position:absolute;
top:430px;
left:200px;
width:200px;
height:20px;
background-color:#FFFFFF;
font-size:12px;
font-weight:bold;
}

#divider {position:absolute; top:475px; left:30px; width:580px; height:30px; background-color:#112C49;}

#title {margin-top:15px; font-size:14px; font-weight:bold; }
#co_name { margin-top:11px; }

textarea {
  	font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 10px;
    background-color: rgb(241, 239, 239);
    color: rgb(51, 51, 51);
}

.searchbox {
BORDER-LEFT: #999999 1px ridge; 
BORDER-RIGHT: #CCCCCC 1px solid; 
BORDER-TOP: #999999 1px ridge; 
BORDER-BOTTOM: #CCCCCC 1px solid; 
FONT-SIZE: 11px; 
COLOR: #113355; 
FONT-FAMILY: "Tahoma", "Verdana", "Helvetica", "sans-serif"; 
BACKGROUND-COLOR: rgb(241, 239, 239);
}

