@import url(nav.css);
@import url(typography.css);
@import url(lightbox.css);

/* -------------------------------------------
Master Reset Trick 
------------------------------------------- */
*{
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	background: #e0e0e0 url(../images/bg.gif) repeat-x top left;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-align: center;
}

#submit {
  background: #BED695;
  border: 2px solid #92BA4D;
  color: #000;
  padding: 5px;
  font-size: 80%;       
}

#sidebar li {
    margin: 0 0px 10px 10px;
	padding: 0;
	font-size: 80%;
	text-align: left;
}

#sidebar li a {
    color: #535B5D;
    text-decoration: none;
}



a:link, #sidebar a:link {
	color: #7D8556;
	background-color: transparent;
	font-weight: normal;
	text-decoration: underline;
}

a:visited, #sidebar a:visited {
	color: #AEA74D;
	background-color: transparent;
	font-weight: normal;
	text-decoration: underline;
}

a:hover, #sidebar a:hover {
	color: #AEA74D;
	font-weight: normal;
	text-decoration: none;
}

a:active, #sidebar a:active {
	color: #545454;
	background-color: transparent;
	font-weight: normal;
}

img{
	border: 0;
}

/* -------------------------------------------
 Skip Navigation  
 ------------------------------------------- */
.skip {
	display: none;
}

/* -------------------------------------------
 Site Layout  
------------------------------------------- */
#container {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	border-left: 0px solid #EBEBEB;
	border-right: 0px solid #EBEBEB;
	background: url(../images/content-bg.jpg) #FFFFFF repeat-y;
	position: relative;
}

* html #container {
	width: 720px; /* for IE5 and IE6 in quirks mode */
	w\idth: 700px; /* for IE6 in standards mode */
}

/* -------------------------------------------
 Header & Logo 
 ------------------------------------------- */
#header {
	padding: 0;
	margin: 0;
	background: transparent url(../images/header-bg.jpg) no-repeat;
	background-position: top center;
	height: 154px;
	z-index: 0;
    border-bottom: 2px solid #507024;
}

#header h1 span {
	display: none;
}

#sectionheader {
	padding: 0;
	margin: 0;
	background: transparent url(../images/header-bg.jpg) no-repeat;
	background-position: top center;
	height: 250px;
	z-index: 0;
}

	
#sectionheader h1 span {
	display: none;
}

/* -------------------------------------------
 Logo Image Replacement 
 ------------------------------------------- */


#logo {
	width: 180px;
	padding: 0;
	margin: 0;
	display: block;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	position: absolute;
	top: 100px;
	left: 60px;
	height: 109px;
}

#headertext {
	width: 681px;
	padding: 0 0 0 15px;
	display: block;
	color: #FFFFFF;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 70%;
	text-align: center;
	position: absolute;
	top: 115px;
	left: 0px;
}

/* -------------------------------------------
 Main Page Layout 
 ------------------------------------------- */
#content {
	float: left;
	width: 389px;
	padding-top: 0px;
	border-right: 1px solid #E0E0E0;
	background: transparent;
}

#content p {
  text-align: justify;
}


#baselinks {
	margin: 0;
	padding: 20px;
	color: #696969;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 70%;
	text-align: center;
}

#sidebar {
	float: right;
	width: 300px;
	margin: 0;
	padding-top: 0px;
	background: transparent;
}

/* -------------------------------------------
 Footer - copyright & accessibilty statement 
 ------------------------------------------- */
#footer {
	clear: both;
	margin: 0;
	padding: 20px 25px 20px 25px;
	border-top: 1px solid #DFDFDF;
	background-color: #FFFFFF;
	color: #696969;
	background-position: top center;
	font-size: 60%;
	text-align: left;
	line-height: 150%;
	height: 30px;
}

#footer a:link {
	text-decoration: underline;
}

#footer a:hover {
	text-decoration: none;
}

#solutions li {
	padding: 3px;
	color: #7D8556;
	font-size: 11px;
	text-align: left;
	text-indent: 20px;
}

/* -------------------------------------------
 Recent Sites Border Hover Effect  
 ------------------------------------------- */
.recentsite {
	margin: 10px 0 0 -15px;
}

.recentsite  img {
	border: 1px solid #E3E3E3;
	padding: 10px;
	margin: 0;
	background-color: #FBFBFB;
}

.recentsite a:hover img {
	border: 1px solid #A3B060;
	background-color: #FFFFFF;
}

.portfolio {
	margin-left: 50px;
	margin-top: 10px;
	width: 300px;
	font-size: 65%;
}

.featurebox{
	border: 1px solid #EDEDED;
	margin: 10px 15px 0 15px;
	padding: 0;
}

/* -------------------------------------------
 List Styles 
 ------------------------------------------- */
ul{
	margin-top: 3px;
	padding: 0 0 10px 30px;
    margin-left: 20px;
}

#content ul {
    list-style: decimal;
    width: 320px;
}


#content li {
	margin: 0;
	padding: 0;
	font-size: 70%;
	line-height: 150%;
	text-align: left;
    color: #515151;
}

#content li ul {
	margin: 0;
	padding: 0;
	text-align: left;
	font-size: 130%;
}

#sidebar ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

dl {
	padding: 0;
	margin: 10px 0 15px 0;
}

dt {
	margin: 5px 5px 5px 10px;
	padding: 0px 0px 0px 15px;
	background-image: none;
	color: #565656;
	font-size: 70%;
	font-weight: bold;
	text-decoration: none;
	line-height: 120%;
	text-align: left;
}

dd {
	border-bottom: 1px solid #EDEDED;
	margin: 0px 0px 0px 0px;
	padding: 3px 25px 3px 25px;
	color: #565656;
	font-size: 70%;
	text-decoration: none;
	text-align: left;
}

#sidebar .feature dt {
	margin: 5px 5px 5px 10px;
	background-image: none;
	color: #565656;
	font-size: 75%;
	font-weight: bold;
	text-decoration: none;
	line-height: 120%;
	text-align: left;
}

#sidebar .feature dd {
	border-top: 1px solid #EDEDED;
	margin: 0px 0px 0px 0px;
	padding: 3px 0px 3px 10px;
	color: #565656;
	font-size: 75%;
	text-decoration: none;
	text-align: left;
}

/* -------------------------------------------
 Side Bar List 
------------------------------------------- */
#sidelist {
	padding: 0;
	margin: 10px 10px 0 0px;
	font-size: 70%;
	text-align: left;
}

#sidelist ul {
	padding: 0;
	margin: 0;
}

#sidelist li {
	margin: 0 10px 0 0;
	list-style: none; /* border-top: 1px solid #FFFFFF; */
	color: #AEA74D;
}

#sidelist li a {
	width: 95%;
	padding: 6px 0 6px 20px;
	margin: 0;
	display: block;
	background-color: transparent;
	text-decoration: none;
}

#sidelist li a:visited {
	display: block;
	color: #AEA74D;
	background-color: transparent;
}

#sidelist li a:hover {
	display: block;
	background-color: #F5F5F5;
}


/* ----------------------------------------
List Styles
------------------------------------------- */
#list ul {
	padding: 0;
	margin: 0;
}

#list li {
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 70%;
	line-height: 200%;
	height: 200%;
}

#list li a {
	padding-left: 15px;
	display: block;
	background: url(../images/icon-bullet1.gif) no-repeat 0 50%;
	color: #7D8556;
	text-decoration: none;
	text-align: left;
}

#list li ul {
	padding-left: 10px;
	display: block;
	text-decoration: none;
}

#list a:visited {
	color: #B6BD96;
	background: url(../images/icon-bullet2.gif) no-repeat 0 50%;
	text-decoration: none;
}

#list a:hover {
	color: #AEA74D;
	background: url(../images/icon-bullet3.gif) no-repeat 0 50%;
	text-decoration: none;
}

/* ----------------------------------------
------------------------------------------- */






/* -------------------------------------------
 hr as an image 
------------------------------------------- */
.line hr {
	display: none; /* Takes out the  HR */
}

.line {
	margin-left: 60px;
	background: transparent url(../images/hr-icon.gif) no-repeat; /* DIV that wraps and replaces the HR */
	height: 25px;
}

#sidebar .line {
	margin-left: 20px;
	background: transparent url(../images/hr-icon.gif) no-repeat; /* HR version 2 */
	height: 25px;
}

/* Spacer required for FF. */
#spacer {
	clear: left;
}

/* ------------------------------------------- 
Form Styles 
------------------------------------------- */
#form {
	margin: 0 0 30px 0;
	padding: 0;
	border: 0;
	color: #505050;
	font-size: 85%;
	font-weight: normal;
	text-align: left;
}

.input {
	width: 250px;
	border: 1px #CACACA solid;
	padding: 2px;
	margin: 2px 0 5px 10px;
	background: transparent;
	color: #6A6A6A;
	background-image: url(../images/form-bg.jpg);
	background-repeat: repeat-x;
	font-size: 85%;
}

.button {
	border: 1px #CACACA solid;
	margin-top: 10px;
	margin-left: 10px;
	width: auto;
	color: #5B5B5B;
	background: #FFFFFF;
	background-image: url(../images/form-bg.jpg);
	background-repeat: repeat-x;
	font-family: arial,verdana,Georgia,sans-serif;
	font-size: 8pt;
}

.textarea 	{
	width: 250px;
	border: 1px #CACACA solid;
	padding: 2px;
	margin: 2px 0 5px 10px;
	color: #5B5B5B;
	background: #FFFFFF;
	background-image: url(../images/form-bg.jpg);
	background-repeat: repeat-x;
	font-family: arial,verdana,Georgia,sans-serif;
	font-size: 85%;
	height: 127px;
}

.submit {
	border: 1px #CACACA solid;
	margin-top: 10px;
	margin-left: 10px;
	width: 100px;
	color: #5B5B5B;
	background: #FFFFFF;
	background-image: url(../images/form-bg.jpg);
	background-repeat: repeat-x;
	font-family: arial,verdana,Georgia,sans-serif;
	font-size: 8pt;
}

/* Removes vert whitespace from form */
form {
	margin-top: 0;
	margin-bottom: 0;
}

#mytable {
    position: relative;
    width: 650px;
	padding: 15px;
	margin-bottom: 15px;
    background: #FFFFFF;
    border: 1px solid #E0E0E0;
    left: 25px;
}

caption {
	padding: 0 0 5px 0;
	width: 650px;
	font: italic 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
}

th {
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #4f6b72;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #CAE8EA url(images/bg_header.jpg) no-repeat;
}

th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #C1DAD7;
	background: none;
}

td {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #4f6b72;
    font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}


td.alt {
	background: #F5FAFA;
	color: #797268;
}

th.spec {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #fff url(images/bullet1.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

th.specalt {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #f5fafa url(images/bullet2.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #797268;
}

.link a {
	text-decoration: none;         
}


.date {
  color: #111;
  font-size: 85%;
  text-decoration: none;
}


/* ----------------------------------------

------------------------------------------- */
