/* CSS Document */

* {margin:0;padding:0}

body {
	background-color: #FFFFFF;
	background-image:url(../images/body_bkgr.gif);
	background-repeat: repeat-x;
	text-align: center;
}

/* Layout ============================================================= */

#outercontainer {
	width: 702px;
	background-color: f3f8fb;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

#head {
	width:702px;
	height: 131px;
	margin-top: 0px;
	background-image: url(../images/courtland.jpg);
	background-repeat: no-repeat;
}

#innercontainer {
	width: 702px;
	background-image:url(images/cont_bkgr2.jpg);
	background-repeat: no-repeat;
}

#homebkgr {
	width: 702px;
	height: 418px;
	background-image: url(../images/home_bkgr.jpg);
	background-repeat: no-repeat;
	padding: 20 0 0 0px;
}

#keybkgr {
	width: 702px;
	height: 418px;
	background-image: url(../images/keystone_bkgr.jpg);
	background-repeat: no-repeat;
	padding: 20 0 0 0px;
}

#sandbkgr {
	width: 702px;
	height: 418px;
	background-image: url(../images/sandstone_bkgr.jpg);
	background-repeat: no-repeat;
	padding: 20 0 0 0px;
}

#courtbkgr {
	width: 702px;
	height: 418px;
	background-image: url(../images/courtland_bkgr.jpg);
	background-repeat: no-repeat;
	padding: 20 0 0 0px;
}

#side {
	width: 140px;
	height: 418px;
	position: relative;
	text-align: right;
	float: right;
	display: inline;
	margin-top: 0px;
	}

#bodycopy {
	margin: 15 40 60 40px;
}

#bottomcontainer {
	clear: left;
	background-color: e1eef5;
  height: 100px;
}

hr {
color: #CDCDCD;
margin: 20 0 20 0px; 
border: none 0; 
border-top: 1px solid;/*the border*/
height: 1px;/*whatever the total width of the border-top and border-bottom equal*/}




/* Type Styles ============================================================= */

p {
	font-size: 12px;
	color: #696450;
	text-align: left;
	font-family: Georgia, Times, serif;
	line-height: 20px;
	margin-top: 10px;
}

#side p, #side a:link, #side a:active, #side a:visited {
	text-align: left;
	color: fff; 	
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	line-height: 14px;
}

#bottom p {
	text-align: center;
	margin-top: 8px;
	padding-top: 30px;
	color: 005e90; 	
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
}

a:link {
	text-decoration: none;
		color: 005e90; 	
}
a:hover {
	text-decoration: underline;
}
a:visited {
		color: 005e90; 	
}

blockquote {
	font-family: Georgia, Times, serif;
	font-style: italic;
	font-size: 12px;
	color: #005e90;
	margin-left: 25px;
	margin-top: 15px;
	margin-bottom: 15px;
	line-height: 17px; 
}



/* Headings =============================================================== */

h1 {
	color: #005e90;
	font-family: Georgia, Times, Serif;
	font-weight: normal;
	font-size: 16px;
	text-align: left;
	margin-bottom: 8px;
	margin-top: 20px;
	}

h1 a:link, .h1 a:active, .h1 a:visited {
  color: #6d6d6d;
	text-decoration: none;

}
h1 a:hover {
	color: #6d6d6d;
	text-decoration: underline;
}


h2 {
	font-family: Georgia, Times, Serif;
	font-weight: normal;
	font-style: italic;
	font-size: 14px;
	line-height: 20px;
	text-align: left;
	color: #696450;
}

h3  {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	text-align: left;
	color: #696450;
	padding-top: 8px;
}

h4 {
  font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	text-align: left;
	color: #fff;
	margin-top: 11px;
}

