/*

PamandChris.com
style.css

Author: Brad Pyne
Date: 4/08

Specific Colors:
#1773b4 - Royal Blue

*/
* {
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	height: auto;
	background-color: #1773b4;
	font: normal 16px Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
}
a {
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: #1773b4;
}

/* Font Markups */
.bigger {
	font-size: 125%;
}
.fright {
	float: right;
	margin: 10px;
}
.fleft {
	float: left;
	margin: 10px;
}

/* Header */
#header {
	width: 900px;
	height: 210px;
	margin: 0 auto;
	background: #000000 url(images/header_bg.gif) repeat-x bottom;
	border: 2px solid #FFFFFF;
	border-top: 0;
}

/* Logo */
#logo {
	width: 650px;
	height: 170px;
	background: #000000 url(images/logo_bg.gif) no-repeat 100px 10px;
}

#logo p {
	text-align: center;
	padding-top: 110px;
	font-size: 19px;
	line-height: 1.1;
	font-weight:300;
}

/* MLS */
#mls {
	float: right;
	border-left: 2px solid #FFFFFF;
	background:#FFFFFF;
	width: 240px;
	height: 170px;
}
#mls img{
	border: 0;
	border-bottom: 2px solid #FFFFFF;
}
/* Menu */
#menu {
	width: 900px;
	height: 40px;
	clear: both;
}
#menu ul li {
	list-style: none;
	display: inline;
}
#menu a {
	display: block;
	float: left;
	padding: 3px 15px;
	margin-top: 5px;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: bold;
}

#menu a:hover {
	color: #000000;
}

/* Page */
#page {
	width: 900px;
	margin: 0 auto;
	background-color: #000000;
	border-left: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
}

/* Content */
#content {
	width: 850px;
	margin: 0 25px;
	min-height: 600px;
	height:auto !important; /* for modern browsers */
	height:600px; /* for IE5.x and IE6 */
}
#content .center {
	text-align: center;
}
#content .content_header {
	padding-top: 15px;
	border-bottom: 2px solid #FFFFFF;
	width: 100%;
	height: 45px;
}
#content .content_message {
	float: right;
	margin: 10px;
	border: 2px solid #FFFFFF;
	background-color: #1773b4;
	height: 225px;
	width: 275px;
}
#content .content_message2 {
	margin: 10px;
	border: 2px solid #FFFFFF;
	background-color: #1773b4;
}
#content .content_message p{
	font-size: 26px; 
	margin: 10px;
	text-align:center;
}
#content .content_message2 p{
	font-size: 26px; 
	margin: 10px;
	text-align:center;
}
#content .content_message img{
	text-align: center;
	margin: 10px 0 0 90px;
}
#content .resume{
	width: 700px;
	margin: 0 auto;
}
#content .contactus{
	padding-top: 10px;
	width: 800px;
}
#content .email_form{
	float: right;
}
#content .mls{
	background-color:#FFFFFF;
	border: 3px solid #1773b4;
}
#content h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	margin-top: 20px;
}
#content h2 {
	padding-top: 10px;
}
#content p {
	margin: 10px;
	font-size: 18px;
}
#content a {
	text-decoration: underline;
	color: #FFFFFF;
}
#content li {
	list-style-position: inside;
	margin: 10px;
}
/* Footer */

#footer {
	width: 900px;
	height: 57px;
	margin-top: 100px;
	clear:both;
}
#footer p {
	padding-top: 10px;
	text-align: center;
	font-size: 77%;
}
#footer a {
	color: #FFFFFF;
}
#footer a:hover{
color: #1773b4;
}
