/* HAMLIN CAPITAL LLC STYLE */

body {
	background: #044B2D;
	background-image: url(/images/bg.jpg);
	font-family: "Times New Roman", Times, Arial, serif;
	font-size: 14px;
	color: #552503;
	line-height: 1.5em;
	text-align: center;
}

a {
	color: #044B2D;
	text-decoration: underline;
}

a:hover { text-decoration: none; }

h1 {
	font-size: 18px;
	color: #044B2D;
	margin: 0px;
	padding: 0px;
}

h2 {
	font-size: 14px;
	color: #044B2D;
	margin: 0px;
	padding: 0px;
}

p { margin: 1em 0em; }

li {
	padding-bottom: 12px;
}

th, td {
	padding: 7px;
}

table.investment, td.investment_title, td.investment {
	border: 1px solid #B4A884;
}

td.investment {
	text-align: center;
}

tr.investment {
	background-color: #B4A884;
}

input, select {
	margin: 0px 5px;
}

.small {
	font-size: 12px;
	line-height: 1.4em;
}

.error {
	color: #FF0000;
	font-weight: bold;
}

.error img {
	padding-right: 10px;
}

#container {
	width: 801px;
	margin-top: 105px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-color: #FBF3D9;
}

#header {
	background-image: url(/images/header_bg.gif);
 	background-repeat: no-repeat;
	height: 145px;
	margin: 0px;
	padding: 0px;
}

#header img {
	float: left;
	padding: 33px 116px 0px 46px;
}

#header p {
	font-size: 11px;
	font-weight: bold;
	line-height: 1.8em;
	margin: 0px;
	padding: 26px 0px;
	/* ACTUAL padding-top HEIGHT = 32px */
}

#header a {
	color: #552503;
	text-decoration: none;
}

#header a:hover { text-decoration: underline; }

#nav {
	height: 42px;
	background-image: url(/images/nav_bg.gif);
 	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}

#nav a {
	color: #B4A884;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding-top: 7px;
}

#nav a:hover { color: #FBF3D9 }

#content {
	padding: 35px 75px;
}

#footer {
	padding: 30px 0px;
	color: #B4A884;
}

#footer a {
	color: #B4A884;
	font-weight: bold;
	text-decoration: none;
}

#footer a:hover { text-decoration: underline; }

#home {
	margin: 0px;
	padding: 0px;
}

#home h1, #home p {
	color: #FBF3D9;
	margin: 0em 0em 0em 330px;
}

#home p {
	font-size: 13px;
	line-height: 1.2em;
	padding-bottom: 7px;
}

#home h1 {
	color: #C0B698;
	text-transform: uppercase;
}

#home li { padding-bottom: 0px; }

#profiles p { margin: 0em 0em 1em 0em; }
#profiles h1 { margin-bottom: 1em; }
