﻿/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	Page Layout
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#top-information {
	height:4.5em;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:3px;
	color:#1EAE32;
	font-size:.85em;
	position:relative;
	width:691px;
}
	
#logo {
	position:absolute;
	top:.5em;
	left:15px;
	font-size:2em;
	font-family:Georgia, "Times New Roman", Times, serif;
	height:2.8em;
	padding:.1em 0 .2em 0;
	font-variant:small-caps;
}

#logo a {
	color:#1EAE32;
	text-decoration:none;
}

#top-information-home {
	text-align:right;
	border-bottom:1px dashed #CACACA;
	position:absolute;
	top:0;
	right:20.5%;
	height:2em;
	width:15%;
	padding:0 1.5% 0 0;
}
	
#top-information-phone {
	text-align:center;
	border-left:1px dashed #CACACA;
	position:absolute;
	top:0;
	left:80%;
	height:100%;
	padding:0 0 0 2%;
}

#top-information-link {
	text-align: center;
	border-left:1px dashed #CACACA;
	position:absolute;
	top:0;
	right:0;
	height:2em;
	width:8.5%;
	padding:0 0 0 1.5%;
}

#menu {
	width: 683px;
	background:#396221 url('images/bg-nav.png') no-repeat;
	margin-left:auto;
	margin-right:auto;
	padding:.8em 0 1em 10px;
	position:relative;
	font-weight:bold;	
}

#menu div {
	background: #396221 url('images/bg-nav-side.png') top right no-repeat;
	width:20%;
	position:absolute;
	top:0;
	right:0;
	padding:.8em 0 1em 0;
}

#logostrip {
	width:691px;
	margin-top:0px;
	margin-bottom: 0px;
	margin-left:auto;
	margin-right:auto;
	background:#FFFFFF;
	border:1px solid #818181;
	border-bottom: none;
	position:relative;
	padding: 0px;
	background-image : url('images/LCS_STRIP.jpg');
	background-position : left;
	background-repeat : no-repeat;
	height : 145px;		
	
}

#main {
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	padding: 9px;
	width:673px;
	border:1px solid #818181;
	background:url('images/bg-content-side.png') repeat-y right;
	background: #FFFFFF;
	position:relative;
}

#contentright {
	width: 440px;
	float: right;
	margin-top: 5px;
	background-color: #FFFFFF;
}

#pagetitle {
	margin-top:2px;
	margin-left:auto;
	margin-right:auto;
	width:400px;
	background:#1EAE32;
	position:relative;
	color:#dcfab9;
	font-size: large;
	padding:.5em 15px .7em 15px;
}

#contentright h1
{
	margin-top:2px;
	margin-left:auto;
	margin-right:auto;
	width:400px;
	background:#1EAE32;
	position:relative;
	color:#dcfab9;
	font-size: large;
	font-weight: normal;
	padding:.5em 15px .7em 15px;	
	border-top-width: inherit;
	border-top-style: none;
	border-top-color: inherit;
}

#headlines {
	width: 207px;
	margin-top: 5px;
	background-color: #1EAE32;
	color: #dcfab9;
	float:left;
	padding: 4px;
}

#three-column-container {
	background:url('images/bg-three-column-home.png') repeat-y;
	padding:0;
	margin:20px 0 10px 0;
}

#three-column-side1 {
	float:left;
	width:30%;
}

#three-column-side2 {
	float:right;
	width:30%;
}

#three-column-middle {
	width:30%;
	margin:0px 32% 0px 35%;
}

#footer {
	background: #396221 url('images/bg-nav.png') bottom left no-repeat;
	margin-left:auto;
	margin-right:auto;
	padding:.8em 0 1em 20px;
	position:relative;
	width: 673px;
	color:#000000;
	font-size: 90%;
	text-align: center;
}

#footer div {
	background: #396221 url('images/bg-nav-side.png') bottom right no-repeat;
	width:20%;
	/*_width:25.5%;*/
	position:absolute;
	top:0;
	right:0;
	padding:.8em 0 1em 0;
}


/*---------------------------------------------
  HTML Tags
----------------------------------------------*/
body {
	font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
	font-size: 80%;
	margin:0px;
	background: #FFFFFF url('images/LCS_LLC-transparent.gif') repeat fixed center;
	line-height:1.4em;
	color:#666666;	
}
p {
	margin:10px 0;
}
h1 {
	padding: 3px;
	margin: 3px;
	font-size: 120%;
	font-weight: bold;
	color: #FFFFFF;
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #396221;
}
h2 
{
	font-size: 180%;
	color: #1eae32;
	
	/*text-align: center;
	font-size: 300%;
	font-weight: normal;
	color: #3f5410;*/
}
h4, h3 {
	font-size: 180%;
	color: #1eae32;
}
img {
	border: none;
}
dt {
	
	font-weight:bold;
	color: #1eae32;
}
dd {
	padding-bottom: 5px;
}
.clear {
	clear:both;
}
.none {
	display: none;
}
/*---------------------------------------------
  Links
----------------------------------------------*/
#menu a:link, #menu a:visited, #menu a:active {
	padding: 13px;
	text-decoration: none;
	color: #1eae32;
}
#menu a:hover {
	padding: 13px;
	/*background-color: #396221;*/
	text-decoration: underline;
	color: #396221;
}
#headlines a:link, #headlines a:visited {
	color:#a0e6aa;
	text-decoration: underline;
}
#headlines a:hover {
	color:#396221;
	text-decoration:none;
}
#footer a:link, #footer a:active, #footer a:hover, #footer a:visited {
	color:#000000;
}

#headlines h3
{
	padding: 3px;
	margin: 3px;
	font-size: 120%;
	font-weight: bold;
	color: #FFFFFF;
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #396221;		
}

.menudl {
	float: left;
	width: 12em;	
	position: absolute;
}
.menudd 
{
	width: 12em;
	border: 1px solid gray;		
	BORDER-RIGHT: #333333 1px solid;		
	BACKGROUND-IMAGE: url(images/p7exp_mgrad.jpg);	
	BORDER-BOTTOM: #333333 1px solid;		
	BACKGROUND-COLOR: #ffffff;
	position: absolute;
	top:0px;
	
}

#smenu1 a:link, #smenu1 a:visited, #smenu1 a:active {
	padding-left: 13px;
	text-decoration: none;
	color: #1eae32;
}

#smenu1 a:hover 
{
	padding-left: 13px;
	text-decoration: underline;
	color: #396221;
}

#error-information {
	height:4.5em;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:3px;
	color:#1EAE32;
	font-size:.85em;
	position:relative;
	width:691px;
}