/*
CSS stylesheet by Louis Granato / louisgranato.com
*/

/* General 
--------------------------------------------------------------- */

body {
	background-color: #cfcfcf;
	color: #000000;
	font-family: Arial, Verdana, sans-serif;
	font-size: 100%;
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

a {
	outline: none;
}

a:link {
	color: #000066;
	text-decoration: none;
}

a:visited {
	color: #000066;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}

a:active {
	color: #333333;
	text-decoration: none;
}

h1 {
	color: #660000;
	font-family: Georgia, "Times New Roman", Times, serif;
    font-weight: normal;
	font-size: 2.0em;
	margin: 0 0 15px 0;
	padding: 0;
    letter-spacing: 2px;
    font-variant: small-caps;
}

h2 {
	color: #660000;
	font-size: 1.4em;
}

p {
	line-height: 1.5;
}

ul {
	line-height: 1.5;
}

#header {
	background-color: #000033;
	margin-bottom: 8px;
	height: 93px;
	padding: 5px 0 0 393px;
	border-bottom: 1px solid #e0e0e0;
}

#wrapper {
	/* margin: 0 auto;
	width: 800px;  */
}

.strong {
	font-weight: bold;
}

.underline {
	text-decoration: underline;
}

/* Navigation 
--------------------------------------------------------------- */

#nav {
	float: left;
	background-color: #C0B090;
	border-top: 1px solid #cdbe9c;
	border-bottom: 1px solid #aa9b7c;
	color: #660000;
	margin-left: 10px;
	width: 240px;
}

#nav ul {
	list-style: none;
	margin: 10px 0 22px 0;
	padding: 0;
}

#nav ul li {
    display: block;
	margin: 0;
	padding: 0;
	width: 240px;
}

#nav ul li a.on {
	color: #660000;
}

#nav ul li a {
    color: #000033;
	display: block;
	text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 0.8em;
    padding: 1px 12px;
    line-height: 1.9;
    margin: 0;
    width: 216px;
}

#nav ul li a:hover {
	color: #660000;
	background-color: #cebf9e;
}

#nav ul li a:active {
	color: #222;
    background-color: #ab9c7d;
}

#nav img {
    margin: 2px 0 12px 12px;
}

/* Content
--------------------------------------------------------------- */

#content {
	background-color: #C0B090;
	font-size: 0.8em;
	margin-left: 260px;
	padding: 10px 15px;
	overflow: hidden;
	width: 590px;
    border-top: 1px solid #cdbe9c;
    border-bottom: 1px solid #aa9b7c;
}

#content-home {
    margin-top: 5px;
    background: url('/graphics/home-box-bg.png') repeat-y;
	padding: 12px 15px;
	width: auto;
}

#content-home h2 {
    margin: 0;
}

#links a, #links a:link, #links a:visited {
	display: block;
	margin: 0 auto;
	margin-top: 6px;
	background: #dcd2b6;
	padding: 8px 12px;
	text-align: center;
	width: 570px;
    letter-spacing: 1px;
	text-decoration: none;
    font-size: 1.1em;
}

#links a:hover
{
	text-decoration: none;
	background: #eee9da;
}

#links a:active {
	background: #a08f6d;
	color: #efefef;
}

div.client-letters {
    border-bottom: 1px solid #550000;
    margin-bottom: 10px;
}

/* Footer 
--------------------------------------------------------------- */

#footer  {
	background-color: #000033;
	color: #CCCCCC;
	font-size: 0.7em;
	padding: 10px 20px 12px 20px;
	margin-top: 10px;
	border-top: 1px solid #222;
}

#footer a:link {
	color: #CCCCCC;
	text-decoration: none;
}

#footer a:visited {
	color: #CCCCCC;
	text-decoration: none;
}

#footer a:hover {
	color: #999999;
	text-decoration: none;
}

#footer a:active {
	color: #CCCCCC;
	text-decoration: none;
}

/* Forms
--------------------------------------------------------------- */

form {
	margin: 0;
	padding: 0;
}

label {
	display: block;
	font-weight: bold;
	margin-bottom: 3px;
	margin-top: 10px;
}

.inputtext {
	font-family: Arial, Verdana, sans-serif;
	border: 0;
	background-color: #efefef;
	padding: 4px 6px;
	border: 1px solid #999;
	font-size: 100%;
}

.inputtext:focus {
	background-color: #fcfcfc;
}

.inputbutton {
	font-family: Arial, Verdana, sans-serif;
	border: 1px solid #999999;
	font-weight: bold;
	font-size: 1.2em;
	padding: 5px;
}

.inputbutton:hover {
	background-color: #e0ddd4;
}

.inputbutton:active {
	color: #fff;
	background-color: #666;
}

/* Clear floats 
--------------------------------------------------------------- */

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
  
.clearfix {
	display: inline-block;
}

/* Holly Hack Targets IE Win only \*/
* html .clearfix {height: 1%;}
.clearfix {
	display: block;
}
/* End Holly Hack */
