@charset "UTF-8";
/* CSS Document */


/*INDEX

1 - Colors
2 - Reset Code
3 - Typography
4 - Layout

*/

/*Colors

light green #aed136
darker green #718f0b (used for text)
dark teal #57979f
purple #50598f
orange #d75f06
dark grey #636362
med grey #d4d4d4
very light grey #ededed
cream #f2f0e7
*/

/* Font Resets */

body{font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}select,input,button,textarea,button{font:99% arial,helvetica,clean,sans-serif;}table{font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}


/*Typography*/

body, p {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#636362;
	font-size: 1em;
	line-height: 1.2em;
}
body {
	background-color:#FFF
}
p {margin-bottom: 10px;}
h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#50598f;
	font-weight:bold;
	font-size: 1.5em;
	margin-bottom:10px;
}
h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#d75f06;
	font-size: 1.25em;
	margin-bottom:10px;
}
h3 {
	font-family:Verdana, Geneva, sans-serif;
	text-transform:uppercase;
	font-size: .95em;
	color: #718f0b;
	margin-bottom: 10px;
}
a:link, a:visited {
	color:#d75f06;
	text-decoration:none;
}
a:hover, a:active {
	text-decoration:none;
}
.welcome p {
	font-size: 1em;
	line-height: 1.3em;
}
#fter p {
	font-size: .9em;
}
	
#homepage a:link, #homepage a:visited,
.welcome a:link, .welcome a:visited,
#hpcentercol a:link, #hpcentercol a:visited,
.tanbox a:link, .tanbox a:visited {
	font-family:Verdana, Geneva, sans-serif;
	text-transform:uppercase;
	color:#d75f06;
	font-size: .95em;
}
#homepage a:hover, #homepage a:active,
.welcome a:hover, .welcome a:active,
#hpcentercol a:hover, #hpcentercol a:active,
.tanbox a:hover, .tanbox a:active {
	color:#57979f;
	text-decoration:none;
	
}
#tagline p {
	font-family:Verdana, Geneva, sans-serif;
	color:#718f0b;
	font-size: .95em;
	font-style: italic;
}
.mainnav a:link h1, .mainnav a:visited h1 {
	font-family: Helvetica, Arial Black, sans-serif;
	font-weight:bold;
    font-size: 1.1em;
	text-transform:uppercase;
	color:#d75f06;
	margin-bottom:2px;
	padding-right: 5px;
}
.mainnav a:active h1, .mainnav a:hover h1 {
	color:#50598f;
	text-decoration:none;
}
.mainnav a:link p, .mainnav a:visited p {
	font-family: Helvetica, Arial, sans-serif;
	color:#636362;
	text-decoration:none;
	font-size:.9em;
	padding-right: 5px;
}
.mainnav a:active p, .mainnav a:hover p {
	text-decoration:none;
}
#ftbottom p {
	font-family:Georgia, "Times New Roman", Times, serif;
    font-size: .95em;
	line-height: 2em;
}
.ftcaps, .ftcaps a:link, .ftcaps a:visited {
	font-family: Helvetica, Arial, sans-serif;
	color:#50598f;
	font-weight:bold;
	text-transform:uppercase;
}
.ftcaps a:hover, .ftcaps a:active {
	color: #57979f;
}
.ftlnks a:link, .ftlnks a:visited {
	font-family:Georgia, "Times New Roman", Times, serif;
    font-size: .95em;
	line-height: 1.6em;
	color:#636362;
}
.ftlnks a:hover, .ftlnks a:active {
	color:#aed136;
}
.welcome h1 {
	font-size:1.7em;
}
	
.pagebody a:link, a:visited {
	color:#d75f06;
	text-decoration:none;
}
.pagebody a:hover, a:active {
	text-decoration:underline;
}
.leftnav a {
	color:#FFF;
}
.leftnav a:link, #leftnav a:visited {
	color:#FFF;
	font-family: Helvetica, Arial Black, sans-serif;
	font-size: 1em;
}
.leftnav a:hover, #leftnav a:active {
	text-decoration:none;
	color:#aed136;
}
.pageutils, .pageutils a:link, .pageutils a:visited {
	font-family: Helvetica, Arial, sans-serif;
	color:#57979f;
	font-size: 1em;
}
.utilspipe {
	color:#CCC;
	padding-left: 5px;
	padding-right: 5px;
}
#main ul {
	list-style-type: disc;
	color:#636362;
	margin-left: 15px;
}

/* Layout */

#headbk {
	width: 1122px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
#pageholdbk {
	width: 1122px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
#pagebottom {
	width: 1122px;
	height: 93px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;	
}
#header, #pageholder, #ftholder {
	margin-left:auto;
	margin-right:auto;
}

td.pagebody {
	text-align:left;
	padding-left:25px;
	padding-top:15px;
	padding-right: 50px;
	padding-bottom:0px;
	margin-bottom:0px;
}
.mainnav a {
	display:block;
	height: 90px;
	width: 117px;
	border-left: 1px solid #ededed;
	border-top: 15px solid #57979f;
	padding-top: 15px;
	padding-left: 7px;
}
.long a {
	width: 155px;
}
#logo a {
	width: 160px;
	border-left:none;
}
.mainnav a:hover, .mainnav a:active {
	border-top: 15px solid #aed136;
}
#logo a:hover, #logo a:active {
        border-top: 15px solid #57979f;
}
#tagline {
	padding-top: 20px;
}
td#ftbottom {
        padding-top:15px;
}

#ftbottom img {
	padding-left: 12px; 
	padding-right: 12px;
}

table#fter {
	border-top: 10px solid #aed136;
}
td.ftlnks {
	padding-left: 25px;
	padding-top: 15px;
	padding-right: 25px;
}
td.ftlnks img {
	vertical-align: middle;
}
td.welcome {
	padding-top: 20px;
	padding-left: 20px;
}
table#hp3col {
	margin-top: 35px;
}
table.tanbox {
	background-color:#f2f0e7;
	border-left: 1px solid #d4d4d4;
	border-top: 10px solid #aed136;
	border-right: 1px solid #d4d4d4;
	border-bottom: 1px solid #d4d4d4;
}
table.tanbox td {
	padding:15px;
}
td#hprightcol {
	padding-left:40px;
}
table#clientstory td {
	padding-right: 130px;
}
#main {
	padding: 25px;
}
table.intpage {
	margin-bottom: 25px;
}
table.intpage {
	border-top: 1px solid #ededed;
}
.leftnav ul {
	list-style-image: url(../../images/linc/leftnav_bullet.gif);
	width: 190px;
	margin-left: 5px;
	margin-top: 15px;
	margin-right:10px;
}
.leftnav li {
	margin-bottom: 5px;
}
.leftnav ul ul {
	width: 150px;
    font-size:.8em; 
    list-style:none;
	margin-left:-20px;
	margin-top: 5px;
	margin-right:15px;
	margin-bottom:10px;
	
}
td.pageutils {
	padding-top:5px;
}
.pageutils img {
	vertical-align: sub;
}
#main img {
	margin:15px;
	border: 1px solid #ededed;
}