@charset "UTF-8";

/*  color specs

#000099 - Red throughout (header, footer etc.)
#333333 - Drk Grey of main nav
#D8D8D0 - sand color for bg of callouts (hp) and other

*/

body {
	margin: 0;
	padding: 0;
	background-color: #8AA4D5;
	background-image: url(images/bg_top.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
}



/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	padding-left: 10px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}

/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color: #00C;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: underline;
	color: #900;
}



#wrapper {
	width: 960px;
	margin: 0 auto;
	clear:both;
	background-color: #fff;
	background-image: url(../images/wrapperbg.jpg);
	background-repeat: repeat-y;
}

/* ----- HEADER ------ */
#header {
	height: 240px;
	width: 960px;
	padding: 0;
	background-image: url(../images/paramountpropertymanagement-header.jpg);
	background-repeat: no-repeat;
}

#header a:link {
	color: #036;
	text-decoration: underline; 
}
#header a:visited {
	color: #036;
	text-decoration: underline;
}
#header a:hover, a:active, a:focus { 
	color:#FFC;
	text-decoration: none;
}


#header p {
	font-family:Tahoma, Geneva, sans-serif;
	color: #FFF;
	font-size:1.1em;
	line-height:1.2em;
	font-weight:normal;
	margin-bottom:8px;
}

#header h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:2.4em;
	font-weight:normal;
	color:#036;
	display: block;
	padding: 0;
	margin: 0px;
}

#header h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.2em;
	font-weight:normal;
	color:#fff;
	display: block;
	padding: 0;
	margin: 0px;
}

#leftText {
	width:450px;
	margin:0;
	padding:60px 0 0 0;
	float:left;
	text-align:left;
}

#rightText {
	width:300px;
	margin:0;
	padding:70px 0 0 10px;
	float:right;
	text-align:center;
}




/* ----- LEFT SIDE BAR ------ */


#leftSidebar {
	float: left;
	width: 207px;
	background-color: #64789D;
}

#leftSidebar h1 {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:1.2em;
	color: #FFF;
	background-color: #99000B;
	display: block;
	margin:0 0 10px -5px;
	padding:2px 0 2px 4px;
	font-weight: normal;
	text-align: left;
}

#leftSideCallout {
	width:200px;
	height:213px;
	margin:40px 0;
	padding:100px 2px 5px 2px;
	background-image:url(../images/commercial-residential-property-management-new-england.jpg);
	background-repeat:no-repeat;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#fff;
	font-size:1.1em;
	text-align:center;
	clear:both;
}


/* ----- MAIN CONTENT ------ */


#mainContent {
	width: 753px;
	float: left;
}

#mainContent h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.4em;
	font-weight:normal;
	color:#587284;
	margin:0;
	padding:0 0 10px 10px;
}
#mainContent h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-weight: normal;
	color: #587284;
	margin-top: -5px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	text-align: center;
}

#mainContent p {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 0.95em;
	margin: 10px 0;
	line-height: 1.5em;
}


#lefthpColumn {
	width:390px;
	padding:20px 10px;
	float:left;
	margin: 0 10px 0 0;
}

#righthpColumn {
	width:330px;
	padding:20px 0;
	float:left;
}

#left2ndCol {
	width:360px;
	padding:2px 10px;
	float:left;
	margin: 0 10px 0 0;
}

#right2ndCol {
	width:330px;
	padding:2px 0;
	float:right;
}


#wholeColumn {
	width:733px;
	padding:20px 10px;
	float:left;
	margin: 0;
}

#wholeColumn ul {
	list-style:disc;
	padding:20px;
	margin:5px 20px;
	font-size:0.95em;	
}

#wholeColumn table {
	
	padding:20px;
	margin:5px 15px;
	font-size:0.95em;	
}

#rounded-top {
	width:320px;
	padding:0;
	margin:0;
	clear:both;
}

#rounded-body {
	width:310px;
	background-color:#E8ECF0;
	padding:0px 5px;
	margin:0;
	text-align:center;
	clear:both;
}

#rounded-body p {
	
	font-size:.8em;
}

#rounded-bot {
	width:320px;
	padding:0 0 10px 0;
	margin:0;
	clear:both;
	height: 8px;
}

/* ----- FOOTER ------ */


#footer {
	height: 15px;
	width: 940px;
	padding:0px;
	clear: both;
	background-color: #414E6A;
	margin: 0;
	padding:10px;
}

#footer p {
	font-family:Verdana, Geneva, sans-serif;
	font-size:.8em;
	color:#fff;
	text-align:center;
	
	margin:0;
}




.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the .container) if the .footer is removed or taken out of the .container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.smaller {	font-size:.85em;
}
