/* 

Aquinas Realty

gold: #FDB918
darker gold: #EDA700
blue: #005EA9

*/

* {
	margin: 0px;
	padding: 0px;
}
	
body {
	margin: 0px;
	padding: 0px;
	color: #000000;
	font-family: verdana;
	font-size: 12px;
	background: #000000;
}

.head {
	background: #FDB918 url('/imgs/head.gif') no-repeat;
	height: 140px;
}

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

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

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

h1 {
	color: #005EA9;
	font-size: 18px;
	text-transform: uppercase;
	padding-bottom: 10px;
}

.h2 {
	color: #005EA9;
	font-size: 14px;
	text-transform: uppercase;
	font-family: georgia;
}

.h3 {
	color: #EDA700;
	font-weight: bold;
	font-style: italic;
	font-family: georgia;
}

.h4 {
	color: #EDA700;
	font-weight: bold;
	font-family: georgia;
	font-style: italic;
	font-size: 16px;
}

.h5 {
	color: #005EA9;
	font-weight: bold;
	font-family: georgia;
	font-size: 14px;
}

.gray {
	color: #666666;
	font-style: italic;
	font-family: georgia;
}

p {
	padding-bottom: 10px;
}

.top_line {
	border-top: 1px solid #cccccc;
	padding-top: 5px;
}

.bot_line {
	border-bottom: 1px solid #cccccc;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

.nav-table {
	background: #005EA9;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

.nav {
	padding-left: 150px;
	text-transform: uppercase;
}

.menulist, .menulist  ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.menulist li {
	float: left;
	display: block;
	background: #005EA9;
}

.menulist a {
	display: block;
	padding: 10px;
	color: #ffffff;
	text-decoration: none;
}

.menulist a:hover, .menulist a.highlighted:hover, .menulist a.highlighted, .menulist a:focus {
	color: #ffffff;
	background-color: #000000;
}

#content {
	background: #ffffff;
	margin: 0px;
	padding: 0px 0px 40px 0px;
}

#sidebar {
	position: absolute;
	width: 130px;
	left: 0px;
	padding: 10px;
	margin: 0px;
	text-align: right;
}

#main {
	margin-left: 150px;
	width: 550px;
	padding: 10px;
}
#main_wide {
	margin-left: 150px;
	width: 644px;
	padding: 10px;
}
#main_xwide {
	margin-left: 150px;
	width: 700px;
	padding: 10px;
}

#main ul {
	list-style: none inside;
}

.project_table td {
	padding: 0 20px 20px 0;
}

.blue {
	color: #005EA9;
}

.footer {
	color: #ffffff;
	font-size: 10px;
	padding: 10px;
	margin: 0px 0px 0px 150px;
}
