body
{
	margin: 0px;
	padding: 0px;
	width:100%;
}

a
{
	text-decoration:none;
}

a:hover
{
	text-decoration:underline;
}

.greenboxarea
{
background-image:url(../img/greenbox.jpg);
background-repeat:no-repeat;
width:415px;
height:369px;
}

.clientaccess
{
	height: 310px;
	width: 510px;
	background-image:url(../img/cabox.jpg);
	background-repeat:no-repeat;
	margin:0;
	padding:0;
}

.contact
{
	height: 310px;
	width: 510px;
	background-image: url(../img/contactbox.jpg);
	background-repeat:no-repeat;
	margin:0;
	padding:0;
}

.capabilities
{
	height: 310px;
	width: 510px;
	background-image: url(../img/capabilitiesbox.jpg);
	background-repeat:no-repeat;
	margin:0;
	padding:0;
}

.justus
{
	height: 310px;
	width: 510px;
	background-image: url(../img/justus.jpg);
	background-repeat:no-repeat;
	margin:0;
	padding:0;
}


.addresstext
{
	font-family: Garamond, "Times New Roman", Times, serif;
	font-size:11px;
	color:#acaaa3;
}

.addresstext a
{
	color:#acaaa3;
}


.addresstext a:hover
{
	color:#acaaa3;
}

.copyright
{
	font-family: Garamond, "Times New Roman", Times, serif;
	font-size:10px;
	color:#c4c0bb;
	padding-left:60px;
}

.insidecontent
{
	font-family: Garamond, "Times New Roman", Times, serif;
	font-size:13px;
	line-height:18px;
	font-weight:bold;
}

.rightinsidecontent
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height: 16px;
	font-weight:bold;
	color:#e1e3e3;
}

.rightinsidecontent .clientlist
{
padding: 10px 0 0 0;
font-family: Arial, Helvetica, sans-serif;
line-height:14px;
color:#e1e3e3;
}

.insidecontent p
{
	margin: 0;
	padding: 0 0 15px 0;
	color:#686057;
}

.insidecontent a
{
	color:#686057;
}


.insidecontent a:hover
{
	color:#686057;
}

/* Client access */
.namebox
{
	margin-bottom: 20px;
}

.contactlabel
{
	font-family: Garamond, "Times New Roman", Times, serif;
	font-size:12px;
	font-weight:bold;
	color:#6c665e;
	padding-right:5px;
}

.inputname
{
	font-family: Garamond, "Times New Roman", Times, serif;
	font-size:12px;
	color:#6c665e;
	width: 281px;
	background-color:#acc7c7;
	border: 1px solid #9badaa;
}

.inputsword
{
	font-family: Garamond, "Times New Roman", Times, serif;
	font-size:12px;
	color:#6c665e;
	width: 251px;
	background-color:#acc7c7;
	border: 1px solid #9badaa;
}

.clientsubmit
{
	font-family: Garamond, "Times New Roman", Times, serif;
	font-size:12px;
	color:#6c665e;
	background-color:#acc7c7;
	border: none;
	float:right;
	clear:both;
	font-weight:bold;
	cursor: pointer;
}

/*  Contact */

form.contactform
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	margin:  20px 0 0 45px;
}

form.admin
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	margin:  10px 0 0 10px;
}

form.contactform label
{
	color: #d6d2cf;
}

form.contactform .contactinput
{
	font-family: Garamond, "Times New Roman", Times, serif;
	font-size:12px;
	color: #d6d2cf;
	width: 140px;
	background-color:#9e948e;
	border: 1px solid #b0a8a3;
}

form.contactform .contactsubmit
{
	font-family: Garamond, "Times New Roman", Times, serif;
	font-size:12px;
	color: #c9c4c0;
	background-color:#9e948e;
	border: none;
	font-weight:bold;
	cursor: pointer;
}

form.contactform .contactrequired
{
	font-family: Garamond, "Times New Roman", Times, serif;
	font-size:9px;
	color:#66564c;
}

form.contactform .contacterror
{
	font-family: Garamond, "Times New Roman", Times, serif;
	font-size:9px;
	color:#FF0000;
}

/* Portfolio */
.imagepad
{
	padding: 0 6px 6px 0;
}

.portfoliomenu
{
	padding: 0;
	margin: 0;
}

.portfoliomenu a
{
	color:#ffffff;
	font-weight:bold;
	font-size: 11px;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	padding-right:25px;
}

.portfoliomenu a:hover,  .portfoliomenu a.selected
{
	text-decoration:underline;
}

.clientlist
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	line-height:15px;
	margin: 0;
	padding:0;
	color:#686057;
}

.scrollbox
{
	width: 490px;
	height: 310px;
	overflow:auto;
	border: 1px solid #e6e3e1;
}

.scrollbox_admin
{
	width: 490px;
	height: 288px;
	overflow:auto;
	border: 1px solid #e6e3e1;
}

.frontpagecontent
{
	font-family: Garamond, "Times New Roman", Times, serif;
	font-size:12px;
	font-weight:bold;
	line-height:20px;
	color:#FFFFFF;
	margin: 0 25px 0 49px;
}

/******************************************************
	Client login area
*******************************************************/
#clientarea {
	padding:10px;
}
.selItem {
	background-color: #E7F4F4;
	border:1px solid #B2D7D7;
	border-bottom-width:0;
	font-weight: bold;
	font-size: small;
	height: 15px;
	padding: 3px;
	text-align:center;
}
.unselMenu {
	border-bottom:1px solid #B2D7D7;
	font-size: small;
	font-weight: normal;
	height: 15px;
	padding: 3px;
	text-align:center;
}
.boxSides {
font-weight:bold;
font-family: Arial;
font-size: 11.78px; 
color: #000000;
background-color:#FFFFFF;
}
.boxTop {
	font-family: Arial; 
	font-size: 13px; 
	color: #000000; 
	background-color:#FAFAED;
	font-weight : bold;
	border-color:#dddddd;
	border-style:solid;
	border-width:1px;
}
.boxBottom {
	font-weight:bold;
	border-color:#dddddd;
	border-style:solid;
	border-width:1px;
	border-top-style:none;
	background-color:#FFFFFF;
	font-family: Arial;
	font-size: 11.78px; 
	color: #000000;
	background-color:#FFFFFF;
}
.boxBottomLeft {
border-color:#dddddd;
border-style:solid;
border-width:1px;
border-right-style:none;
}
.boxBottomRight {
border-color:#dddddd;
border-style:solid;
border-width:1px;
border-left-style: none;
}
.boxSide {
	border:1px solid #B2D7D7;
	border-top-width:0;
	padding: 7px;
	background-color: #E7F4F4;
	
}
.Filerow {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
.menuSpacer {
	border-bottom:1px solid #B2D7D7; 
	width:50%;
}

/*************************************************************
	Flyout menu
*************************************************************/
.flyout {
	border:1px solid #504F3D;
	color:#504F3D;
	width:100px;
	position:absolute;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	display:none;
	top:140px;
	left:40%;
	z-index:90;
}
.flyout a {
	display:block;
	padding:2px 0px 2px 10px;
	text-decoration:none;
	background-color:#D8EBEB;
	border-top:1px solid #504F3D;
	color:#504F3D;
	width:90px;
}.

.flyout a:hover {
	background-color: #FFFFFF;
}

.flyout a.first {
	border-top-width:0px;
}
#port {
	left:66%;
}
/****************************************************
Landing Page
*****************************************************/
.landingmain {
	width:820px;
}
.toplogoright {
	height:97px;
	width:500px;
	overflow:hidden;
	background-image:url(../img/landing/toplogo-right.gif);
	background-repeat:no-repeat;
	padding-left:75px;
}
.toplogo {
	margin-top:25px;
	margin-bottom:15px;
}
.rotimages {
	width:351px;
	margin-right:18px;
}
.formbox {
	padding-left:25px;
	padding-top:10px;
	padding-bottom:10px;
}
.formdiv {
	width:451px;
	height:410px;
	overflow:hidden;
	background-image:url(../img/landing/formbg.gif);
	background-repeat:no-repeat;
}
.formtextbox {
	width:240px;
	background-color: #e3e1dc;
	border: thin solid #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#6b513d;
}
.submittd {
	padding-top:15px;
}
.quotediv {
	margin-left:32px;
	width:670px;
	margin-top:0px;
	margin-bottom:30px;
}
.quotestart {
	margin-right:8px;
}
.quoteend {
	margin-top:0px;
}
.quotetext {
	line-height:150%;
	font-size:12px;
	color:#6b513d;
}
.arialtitle26 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:26px;
	color:#6b513d;
	padding-top:15px;
}
.arialtitle16 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#467d89;
}
.arialform14 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#6b513d;
	font-weight:bold;
	padding-bottom:5px;
	line-height:140%;
}
.arialformfield12 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#6b513d;
}
.arialform12 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#6b513d;
	padding-top:15px;
	line-height:140%;
}
.arialform9 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#ffffff;
}
.bottomnav {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#a1d4df;
	padding-top:10px;
	font-weight:bold;
}
.bottomnav a{
	font-family:Arial, Helvetica, sans-serif;
	color:#a1d4df;
}
.errtext {
	color:#ff0000;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
}
.leftsizepanel {
	width:351px;
	height:152px;
	overflow:hidden;
	background-image:url(../img/landing/wood-top.jpg);
	background-repeat:no-repeat;
}
.leftsizepaneltext {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ffffff;
	padding-top:12px;
	padding-left:23px;
	line-height:140%;
}
/***** landing page slide show */
#lpslideshow {
	margin: 0em;
	border: 0px;
	width: 304px;
	height: 196px;
}

