/* ------------------------------- IDs ------------------------------- */

#banner {
	display: none;
}

#container {
	background-color: #fff;
	width: auto;
}


#copy {
	display: inline;
	float: left;
	margin: 24px 0;
	width: 440px;
}

#copy p {
	color: #27344b;
	font-size: 12px;
	margin: 12px 0 0 0;
	line-height: 20px;
}

#divider {
	display: none;
}

#footer {
	clear: both;
	color: #999;
	font-size: 10px;
	text-align: center;
	letter-spacing: 1px;
	padding: 8px 0 16px 0;
	word-spacing: 3px;
}

#nav {
	display: none;
}

#sidebar {
	display: inline;
	float: left;
	padding: 25px;
	width: 165px;
}

#sidebar #contact {
	border: 1px solid #e9eaee;
}

#sidebar #contact img#portrait {
	display: inline;
	float: left;
	margin: 8px 0 0 8px;
}

#sidebar #contact p {
	clear: both;
	color: #000;
	font-size: 10px;
	line-height: 16px;
	margin: 12px 6px 12px 8px;
}

#sidebar #contact img#logo {
	border: none;
	display: inline;
	float: right;
	margin: 42px 4px 0 0;
	width: 70px;
}

#sidebar #contact #logo a {
	display: block;
	height: 40px;
	margin-top: 35px;
}

#sidebar #subnav ul {
	display: none;
}

/* ------------------------------- TAGs ------------------------------ */

a {
	color: #003399;
	text-decoration: none;
}

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

body {
	background-color: #fff;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

form#qsearch {
	display: none;
}

h1 {
	color: #27344b;
	font: normal 26px Georgia, "Times New Roman", Times, serif;
	margin: 0;
}

h2 {
	background-color: #eeeeee;
	color: #333333;
	font: bold 14px Georgia, "Times New Roman", Times, serif;
	margin: 0 0 2px 0;
	padding: 2px;
}

/* ---------------------------- TAG STYLES --------------------------- */

a.close {
	background-color: #ff0000; 
	color: #ffffff;
	font-weight: bold;
	padding: 0 3px;
	text-decoration: none;
}

a.close:hover {
	background-color: #cc0000;
	color: #ffffff;
}

.contact-title {
	font: bold 12px Georgia, "Times New Roman", Times, serif;
}

img#print_logo {
	margin-bottom: 24px;
}

p.list_desc {
	margin-right: 28px;
	width: auto;
}

p.list_title {
	border-bottom: 1px solid #d4d8dd;
	font-weight: bold; 
	margin: 0; 
}

/* ---------------------------- DIV STYLES --------------------------- */

div.divider {
	clear: both;
	font-size: 2px;
}

div.row {
	clear: both;
	margin-top: 20px;
	border: 1px solid #cccccc;
	padding: 2px;
}