/* RESET CSS */
:link,:visited { text-decoration:none }
ul,ol { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input { margin:0; padding:0 }
a img,:link img,:visited img { border:none }
address { font-style:normal }

/* BEGIN STYLING LCA*/
body {
  font-family: "Times New Roman", Times, serif;
	background-color: #A9AF98;
  color: #383838;
}
h1,h2,h3,h4,h5,h6 {color:#735120;}
h3	{font-size: 1.1em;}
h4	{
	font-size: 1em; 
	margin: 20px 0 -7px 0;
	text-decoration: underline;
}

a {
  color: #666;
}

#container {
  border: 1px solid #e7e8c6;
  width: 850px;
  margin: 10px auto;
  padding: 15px;
  background-color: #873c3d;
}

#header {
  height:105px;
  text-align: center;
  background-image: url(images/header7.png);
  background-repeat: no-repeat;
  border-left: 1px solid #e7e8c6;
  border-right: 1px solid #e7e8c6;
  border-top: 1px solid #e7e8c6;
  overflow:hidden;
}

/* Navagation */
#nav {
  border-top: 1px solid #C4C5A0;
  border-bottom: 1px solid #873c3d;
  background: #fff;
  text-align: center;
  background-image: url(images/headerB.png);
  height: 220px;
  border-left: 1px solid #e7e8c6;
  border-right: 1px solid #e7e8c6;
}

#nav li{
  display: inline-block;
  margin: 183px 0px 0px 3px;
  padding: 3px 12px;
  color: #735120;
  font-variant:small-caps;
  font-family: "Times New Roman", Times, serif;
  font-weight:bold;
  background-color: #fff;
  border: 2px ridge #fff;
   /* for IE */
  filter:alpha(opacity=60);
	/* CSS3 standard */
	opacity:0.6;
}

#nav a {
  display: block; 
  float: left;
  color: #735120;
  width: 175px;
}

#nav li:hover {
	/* for IE */
	filter:alpha(opacity=80);   
	/* CSS3 standard */
	opacity:0.8;	
}

#main {
  background-color: #C98653;
  background-repeat: repeat-y;
  border-left: 1px solid #e7e8c6;
  border-right: 1px solid #e7e8c6;
}

#side-left {
  width: 130px;
  float: left;
}

#side-right {
  width: 130px;
  float: right;
}



/* Content */
#content {
  background-color: #fff;
  padding: 40px 50px 50px 50px;
  margin: 0 75px;
  border-left: 1px solid #873c3d;
  border-right: 1px solid #873c3d;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 85%;
  line-height: 130%; 
}

#page-name {
  font-size: 1.2em;
  padding: 0px 0 5px 0;
  font-weight: bold;
}


#content p {
  margin: 14px 0;
}
#content ul	{
	list-style-type: square;
	margin-left: 140px;
}

#content a {
	font-family: inherit;
	font-weight: bold;
}
#content a:link {color: #963610;}
#content a:visited {color: #642829;}
#content a:hover {color: #939458;}
#content a:active {color: #939458;}


.projects-link, .projects-link a {
	text-align: center;
	font-variant: small-caps;
	color: #656627;
	margin-top: 20px;
}

.services-links	{
	text-align:center;
	display: block;	
	line-height: 1em;
	font: inherit;
	margin: 30px auto 0px auto;
	font-size: .9em;
	background: #eee;
	padding: 6px;
	border: 1px solid #ddd;
}

#footer {
  font-size: .80em;
  text-align: center;
  padding: 12px 0;
  background-color: #b8a979;
  border-top:1px solid #873c3d;
  border-left: 1px solid #e7e8c6;
  border-right: 1px solid #e7e8c6;
  border-bottom: 1px solid #e7e8c6;
  line-height: 1.4em;
}
#footer a {
  color:#383838;
  font-style: italic;
}

#footer a:hover {
  color:#873c3d;
}

#copyright {
  font-size: .75em;
  font-family: Arial, Helvetica, sans-serif;
  margin: 0px 0 20px 0;
  text-align: center;
  color: #484848;
}

