@charset "UTF-8";
/* CSS Document */

/*  COLORS 

dark gray: #282829

light gray: #CCCCCC

gray: #999999

blue: #468AB0


*/


html, body {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	height: 100%;
	}

#house {
	margin: 0 auto;
	width: 100%;
	height: 100%;
	background-color: #D8DAD9;
	background-image: url(images/contactBar.gif);
	background-position: top center;
	background-repeat: repeat-x;
	
	}
	
#contactBar {
	width: 940px;
	height: 40px;
	margin: 0 auto;
	}
	
#contactBar p {
	margin: 0;
	padding: 10px 15px 0 0;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #468AB0;
	}
	
#contactBar div {
	margin: 0 15px 0 0;
	padding-top: 10px;
	float: right;
	height: 30px;
	width: 173px;
	text-align: center;
	background-image: url(images/email-tab.gif);
	background-repeat: no-repeat;
	}	
	
#contactBar div a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #468AB0;
	text-decoration: none;
	}
	
#contactBar div a:hover {
	text-decoration: underline;
	}

#contentHolder {
	width: 100%;
	min-height: 750px;
	margin: 0 auto;
	background-color: white;
	}
	
#container {
	margin: 0 auto;
	width: 940px;
	min-height: 500px;
	text-align: left;
	background-image: url(images/gradient-bottom.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	overflow: auto;
	}

#leftContent {
	margin: 0;
	width: 310px;
	float: left;
	}
	
#leftContent p {
	margin: 0;
	width: 280px;
	padding-left: 20px;
	padding-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #282829;
	text-align: justify;
	}		
	
#rightContent {
	margin: 0;
	width: 630px;
	float: right;
	}

#menu {
	margin: 55px 0 0 0;
	width: 545px;
	height: 25px;
	float: right;
	border-bottom: 1px solid #282829;
	text-align: left;
	}
	
#rightInfo {
	margin: 25px 0 0 0;
	width: 545px;
	min-height: 395px;
	float: right;
	text-align: left;
	}
	
#rightInfo h3 {
	margin: 15px 0 15px 0;
	font-family: "Courier New", Courier, monospace;
	font-size: 24px;
	font-weight: normal;
	line-height: 18px;
	color: #468AB0;
	}

#rightInfo p {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #282829;
	text-align: justify;
	}
	
#rightInfo ul li {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #282829;
	list-style: circle;
	}
	
#featuredFlash {
	width: 630px;
	height: 395px;
	margin: 0;
	}
	
#bottomContent {
	margin: 0 auto;
	padding: 0;
	padding-bottom: 20px;
	width: 940px;
	min-height: 230px;
	clear: both;
	overflow: auto;
	/* background-image: url(images/bottom-bg.jpg);
	background-position: bottom center;
	background-repeat: repeat-x; */
	}
	
#bottomLeft {
	margin: 0;
	width: 483px;
	min-height: 210px;
	float: left;
	}
	
#bottomRight {
	margin: 0;
	width: 456px;
	min-height: 210px;
	float: right;
	}
	
#quotes {
	width: 400px;
	height: 150px;
	margin: 0 0 0 15px;
	}

#bottomContent h2 {
	margin: 20px 0 15px 15px;
	width: 280px;
	height: 25px;
	font-size: 15px;
	text-indent: -9999px;
	background-repeat: no-repeat;
	}
	
#bottomContent ul {
	margin: 0;
	padding: 0;
	}
	
#bottomContent ul li {
	margin: 15px 0 0 20px;
	padding: 0;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #282829;
	}
	
#footer {
	width: 100%;
	height: 40px;
	margin: 0 auto;
	text-align: center;
	border-top: 1px solid #999999;
	background-color: #D8DAD9;
	}
	
#footer div p {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#999999;
	}

.ico {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #282829;
	}
	
.highlight {
	font-family: "Courier New", Courier, monospace;
	color: #468AB0;
	font-weight: bold;
	}
		
		
a.p-link {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	color: #468AB0;
	font-weight: bold;
	text-decoration: none;
	}

a.p-link:hover {
	color: #585859;
	text-decoration: underline;
	}
	
.p-link-select {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #282829;
	}

.p-image {
	width: 540px; 
	height:300px; 
	margin: 20px 0 20px 0; 
	border: 2px solid #999999;
	}

	