/* CSS Document: GPM site */

html, body {
	margin: 0;
	padding: 0;
	background-color: #7794A7;
	font-family: Arial, Helvetica, Verdana, Sans-serif;
	font-size: 12px;
	color: #333;
}

img {
	border: 0px
}

.hidden {
	display: none;
}

#container 
{
	width: 760px;
	margin: auto;
	background: #fff;
	border: 4px solid #fff;
}


/* Top Navigation */
#topnav {
	height: 30px; }

#topnav dl 
{ 	margin: 0; padding: 0; }

#topnav dt
{ 	float: left; }

#topnav dt a {
	display: block;
	height: 0px !important;
	height /**/:30px; /* IE 5/Win hack */ 
	padding: 30px 0 0 0;
	overflow: hidden;
	background-repeat: no-repeat;
}

#topnav dt a:hover {
	background-position: 0 -30px;
}

#topnav dt#home,
#topnav dt#home a { width: 53px; background-image: url(images/nav/home.gif); }

#topnav dt#about,
#topnav dt#about a { width: 74px; background-image: url(images/nav/about.gif); }

#topnav dt#lettings,
#topnav dt#lettings a { width: 68px; background-image: url(images/nav/lettings.gif); }

#topnav dt#management,
#topnav dt#management a { width: 155px; background-image: url(images/nav/management.gif); }

#topnav dt#faqs,
#topnav dt#faqs a { width: 50px; background-image: url(images/nav/faqs.gif); }

#topnav dt#testimonials,
#topnav dt#testimonials a { width: 93px; background-image: url(images/nav/testimonials.gif); }

#topnav dt#contact,
#topnav dt#contact a { width: 62px; background-image: url(images/nav/contact.gif); }


body.home dt#home,
body.home dt#home a,
body.about dt#about,
body.about dt#about a,
body.lettings dt#lettings,
body.lettings dt#lettings a,
body.management dt#management,
body.management dt#management a,
body.faqs dt#faqs,
body.faqs dt#faqs a,
body.testimonials dt#testimonials,
body.testimonials dt#testimonials a,
body.contact dt#contact,
body.contact dt#contact a {
	background-position: 0 -60px;
}


/* IE5 Mac Hack \*/ 
/*#topnav { padding-left: 11px; } */ 
/*/ 
#topnav { padding-left: 11px; overflow: hidden; } 
/* End Hack */



#header {
	height: 160px;
	background: #163455
	            url(images/header.gif);
}

#footer {
	background: #0d223a;
	height: 45px;
	clear: both;
	font-family: Tahoma, Arial, Helvetica, Sans-serif;
	font-size: 10px;
	color: #c9c9c9;
	border-top: 4px solid #fff;
	padding: 13px 25px;
	line-height: 18px;
}

#footer a {
	color: #fff;
	text-decoration: none;
	font-weight:bold;
	padding: 2px;
}

#footer a:hover {
	color: #852d33;
	background-color: #fff;
	font-weight:bold;
}

#footer #altnav {
	width: 460px;
	float: right;
	text-align: right;
}


#leftside {
    background-color:#163455;
    float:left;
    width:200px;
	padding-left: 15px;
	padding-top: 25px;
	border-right: 4px solid #fff;
}


#leftside p {
font-weight: bold;
color: #fff;
}


#content {
    background-color:#fff;
    margin-left:230px;
	padding: 25px;
}


#content_2cols {
    background-color:#fff;
	padding: 25px;
}

h1 {
	margin: 0;
	padding: 0;
}

#content h2 {
	margin: 0;
	padding: 0;
	padding-bottom: 15px;
	font-size: 13px;
	color: #163455;
}

#content_2cols h2 {
	margin: 0;
	padding: 0;
	font-size: 14px;
	color: #163455;
}

#content p {
	margin: 0;
	padding: 0;
	padding-bottom: 15px;
}

.btn
{
border: 1px solid #467aa9;
font-size: 9px;
background-color: #b0cbe3;
color: #333333;
padding: 0px;
margin: 0;
}

ul
{
list-style-image: url(images/arrow_blue.gif);
}

li 
{
padding: 3px;
}

.quote
{
line-height: 18px;
}

.quote_author
{
	font-family: Tahoma, Arial, Helvetica, Sans-serif;
	font-style: italic;
	font-weight: bold;
	color: #163455;
	}
	
	.box
	{
	border: 2px solid #163455;
	padding: 3px;
	}
	
	.date
{
	font-family: Tahoma, Arial, Helvetica, Sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #163455;
	padding:4px;
	}
	
	.photo
	{
	padding: 4px;
	}


.bluetext
	{
	font-weight: bold;
	color: #163455;
	}

.content_2cols_btn {
margin-left: 10px;
}

/* ========================================== */
/* LINK FORMATTING */
/* ========================================== */

a { color: #852d33; font-weight: bold; text-decoration: underline; font-size: inherit;}
a:link { color: #852d33; font-weight: bold; text-decoration: underline; font-size: inherit;}
a:visited { color: #471115; font-weight: bold; text-decoration: underline; font-size: inherit;}
a:hover, a:active { color: #fff; background-color: #852d33; font-weight: bold; text-decoration: none; font-size: inherit;}
