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

body {
	text-align:center;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	background-image:url(images/back_tile.jpg);
	background-repeat:repeat-x repeat-y;

}
#mainWrap {
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	margin-top:30px;
	text-align:left;
	width:930px;

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	
}
#wrappaHome {
	position:relative;
	width:930px;
	height:801px;
	background-image:url(images/home.jpg);
	background-repeat:no-repeat;
}
#wrappaInterior {
	position:relative;
	width:1061px;
	background-image:url(images/interiorTop.jpg);
	background-repeat:no-repeat;
}
p {
	/*top right bottom left*/
	padding:0px 0px 0px 0px;
	margin:0px 0px 8px 0px;
	line-height:14px;
}
a:link {
	color: #5172a1;
}
a:visited {
	color: #5172a1;
}
a:hover {
	color: #7798c9;
}
a:active {
	color: #5172a1;
}
h1 {
	font-size:12px;
	font-weight:bold;
	line-height:16px;
	color:  #262c38;
	/*top right bottom left*/
	padding:0px 0px 0px 0px;
}
#mainnav {
	text-align:right;
}
#mainnav ul {
	list-style:none;
	list-style-type:none;
	padding:15px 0px 0px 30px;
}
#mainnav li {
	margin-top:0px;
}
#albumcover {
	float: left;
	width: 174px;
}
#albumtext {
	float: right;
	width:231px;

}

#social {
	float:left;
 width:300px;
 padding-top:25px
}
h2 {
	font-size:14px;
	font-weight:bold;
	color:  #5172a1;
	line-height:20px;
	/*top right bottom left*/
	padding:0px 0px 0px 0px;
}
.whiteout {
	color:#ffffff;
}
h3 {
	font-size:16px;
	font-weight:bold;
	color:  #FFFFFF;
	/*top right bottom left*/
	padding:0px 0px 0px 0px;
}
h4 {
	font-size:10px;
	font-weight:normal;
	color:#FFFFFF;
	margin-left:20px;
	margin-top:0px;
	line-height:16px;
}
h5 {
}
#mainnav {
	color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
#mainnav a:link {
	/*up color of nav*/
	color: #FFFFFF;
	text-decoration:none;
}
#mainnav a:visited {
	color: #FFFFFF;
	text-decoration:none;
}
#mainnav a:hover {
	color: #a1bee9;
	text-decoration:none;
}
#mainnav a:active {
	color: #FFFFFF;
	text-decoration:none;
}
#rightcol {
	float:right;
	margin-top:10px;
	margin-right:65px;
	width:425px;
}
#leftcol {
	float:left;
	margin-top:585px;
	margin-left:65px;
}
#homeBlurb {
	position:relative;
	top:20px;
	left:0px;
}
#insideBlurb{
	position:relative;
	top:20;
	left:0px;
	font-size:11px;
	
}
#addressBlockHome {
	position:relative;
	top:300px;
	left:0px;
}
#addressBlockInterior {
	/*color:5172a1;*/
	position:relative;
}
#addressBlockInterior h2 {
	color:#5172a1;
}
.addressSecond {
	font-weight:normal;
}
#copy {
	position:relative;
	top:30px;
	left:0px;
}
img.floatRight {
	float: right;
	margin: 0px 10px 10px 10px;
}
#bottom {
	position:relative;
	/*top right bottom left*/
	padding:0px 0px 0px 0px;
	top:0px;
	left:0px;
	width:1061px;
	height:42px;
	background-image:url(images/interiorBottom.jpg);
	background-position:top;
	background-repeat:no-repeat;
	background-color: #808378;
}
#footer {
	position:relative;
	/*top right bottom left*/
	padding:10px 0px 0px 0px;
	margin-top:0px;
	width:930px;
	height:100px;
}
#footer a:link {
	color:#FFFFFF;
}
#footer a:visited {
	color:#FFFFFF;
}
#footer a:hover {
	color:#b9bdad;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
#clientlinks {
	font-weight:bold;
	font-size:14px;
	color:#46628b;
}
#clientlinks a:link {
	color: #5172a1;
	text-decoration:none;
}
#clientlinks a:visited {
	color: #5172a1;
	text-decoration:none;
}
#clientlinks a:hover {
	color: #46628b;
	text-decoration:underline;
}
#clientlinks a:active {
	color: #5172a1;
	text-decoration:none;
}
