a:link {
	background-color: transparent;
	color: #5F0C14;
	text-decoration: underline;
	font-weight: normal;
}

a:visited {
	background-color: transparent;
	color: #844349;
	text-decoration: underline;
}

a:hover {
	background-color: #E0E0D1;
	color: #844349;
	text-decoration: underline;
}

a:active {
	background-color: transparent;
	color: #3333CC;
	text-decoration: none;
}

body {
	background-color: #F9EBD0;
	color: #555555;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	margin: 20px 0px 0px;
	background-image: url(../graphics/bg.gif);
	background-repeat: repeat;
}

code {
	color: #000000;
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	line-height: 100%;
}

h1 {
	color: #5F0C14;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 100%;
}

h2 {
	color: #CC0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 100%;
}

h3 {
	color: #CC0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 100%;
}

h4 {
	color: #CC0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 100%;
}

html>body #sidenav li a {
	width: auto;
}

p, td, li {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;
}

td#sideborders {
	border-left: 1px solid #5F0C14;
	border-right: 1px solid #5F0C14;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5F0C14;
}

td#content{
	background-color: #FFFFFF;
	padding-bottom: 18px;
	padding-left: 18px;
	padding-right: 20px;
	padding-top: 28px;
	width: 540px;
}


td#content-wide {
	padding-left: 18px;
	padding-right: 18px;
	padding-top: 28px;
	width: 760px;
	padding-bottom: 18px;
}

td#pagesig {
	padding: 6px 13px 0px 18px;
}

td#pagesig a:link {
	text-decoration: none;
}

td#pagesig a:visited {
	text-decoration: none;
}

td#pagesig a:hover {
	text-decoration: none;
}

td#pagesig p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

td#sidenav {
	padding-right: 20px;
	padding-top: 28px;
	width: 150px;
}
/*CHANGE WIDTH ABOVE TO 180 IF USING 180-PIXEL WIDE CONTENT NAV HEADING*/

.inputbox {
	background-color: #D6D6C2;
	border: 1px solid;
	border-color: #555555;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 3px;
	padding: 2px;
	font-weight: bold;
	color: #5F0C14;
}

.submit{
	background-color: #EEEEEE;
	border: 1px solid;
	border-color: #CC0000;
	color: #CC0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	padding: 2px;
}

.welcome {
	padding-bottom: 18px;
	padding-left: 27px;
	padding-right: 55px;
	padding-top: 28px;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #575757;
	

}



/* PHOTO ALIGNMENT*/

.photo-left{
	float: left;
	border: 1px solid #5F0C14;
	margin-top: 3px;
	margin-right: 7px;
	margin-left: 0px;
	margin-bottom: 5px;
}

.photo-right{
	float: right;
	border: 1px solid #5F0C14;
	margin-top: 3px;
	margin-right: 0px;
	margin-left: 10px;
	margin-bottom: 10px;
}


/*TABLE STYLE FOR LIST OF CLIENTS*/

table#clients {
	border: 1px solid #C9C9AF;
	text-align: left;
}

table#clients td{
	font-size: 11px;
	color: #555555;
	padding: 5px 5px 10px 10px;
	margin: 0px;



}
table#clients p{
	font-size: 11px;

}

th {
	font-size: 13px;
	font-weight: bold;
	color: #5F0C14;
	background-color: #C9C9AF;
	height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #ABAB83;
	padding-top: 5px;
	padding-bottom: 2px;
	padding-left: 10px;
}

.quotes{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	vertical-align: top;
	margin: 0px;
	padding: 0px 50px 50px 28px;
}
