* {
	padding:	0;
	margin:	0;
}

a img {
	border:	none;
}

a, a:active, a:visited, a:focus {
	outline:	none;
	color:	#2e3192;
}

body {
	font:	small/1.6em "myriad-pro-1","myriad-pro-2","Trebuchet MS","Arial","Helvetica",sans-serif;
	background-image:	url('images/background.png');
	background-repeat:	repeat-x;
	background-color:	#3a6bb8;
}

#logo {
	background-color:	#ffffff;
	padding:	20px 0px 0px 20px;
	height:	120px;
	width:	307px;
}

body.home #page {
	border:	none;
	background-image:	url('images/background.png');
	background-repeat:	repeat-x;
}

#page {
	margin:	auto;
	width:	900px;
	background-color:	#ffffff;
	border-left:	2px solid gray;
	border-right:	2px solid gray;
}

body.home #content {
	min-height:	500px;
}

#content {
	margin:	auto;
	text-align:	justify;
	min-height:	800px;
}

body.home #header {
	background-color:	#ffffff;
	background-image:	none;
	border-left:	2px solid gray;
	border-right:	2px solid gray;
	padding-bottom:	30px;
}

#menu ul {
	list-style:	none;
	padding-right:	45px;
}

#menu ul li {
	float:	right;
	display:	block;
	padding-left:	20px;
	padding-top:	120px;
	font-size:	1.2em;
	font-weight:	bold;
}

#menu ul li a {
	text-decoration:	none;
	color:	#A7BD5B;
}

#menu li.selected a {
	color:	#01046d;
}

#menu a:hover {
	color:	gray;
}

#footer {
	text-align:	center;
	clear:	both;
}

#footer a {
	color:	black;
	text-decoration:	none;
}

#footer a:hover {
	color:	#A7BD5B;
}

#footer_t {
	color:	gray;
}

#footer_t a {
	color:	gray;
	text-decoration:	none;
}

#footer_t a:hover {
	color:	#A7BD5B;
}

.narrative {
	padding:	50px 50px 30px 50px;
}

.narrative h2 {
	color:	#01046d;
}

#blueline {
	padding-bottom:	10px;
}

/*HOME page*/
#photobox {
	height:	300px;
	width:	800px;
	background:	#ffffff;
	border-top:	4px solid gray;
	border-right:	1px solid gray;
	border-bottom:	2px solid gray;
	border-left:	1px solid gray;
	padding-top:	15px;
	margin:	50px 0px 0px 50px;
}

#photobox img {
	padding-left:	17px;
}

#photobox h1 {
	text-align:	center;
	padding-top:	20px;
	color:	#A7BD5B;
	font-weight:	normal;
}

#mediabox {
	height:	70px;
	width:	800px;
	margin:	auto;
	background:	#ffffff;
	border-top:	2px solid gray;
	border-right:	1px solid gray;
	border-bottom:	4px solid gray;
	border-left:	1px solid gray;
	margin-left:	50px;
}

#mediabox img {
	padding:	10px 0px 0px 10px;
}
/*END Home Page*/

/*ABOUT page*/
#about_photo {
	float:	right;
	padding-left:	10px;
	padding-bottom:	10px;
}

#notarylogo {
	display:	block;
	margin:	auto;
}

#memberships {
	text-align:	center;
	padding:	0px 15px 0px 15px;
}


#memberships a {
	text-decoration:	none;
	padding:	0px 5px 0px 5px;
}
/*END About Page*/

/*SERVICES page*/
#services_list {
	float:	right;
	width:	250px;
	font-size:	1.1em;
	padding-left:	25px;
}

#services_list li {
	padding-bottom:	7px;
	font-weight:	bold;
}

#services_list a {
	color:	#A7BD5B;
}

#services_list a:hover {
	color:	#01046d;
}

.services_heading {
	color:	#01046d;
	font-weight:	bold;
}
/*END Services Page*/

/*RESOURCES page*/
.narrative ul {
	list-style:	none;
	padding-left:	15px;
}

.narrative ul li {
	
}

.narrative ul li a {
	text-decoration:	none;
}

.resource {
	height:	180px;
}

.resource2 {
	height:	150px;
}

.resources_image {
	float:	left;
	width:	170px;
	padding:	10px;
	clear:	both;
}

.narrative_r {
	margin-left:	260px;
}

.narrative ol {
	padding-left:	15px;
}
/*END Resources Page*/

/*TESTIMONIALS page*/
.narrative .testimonialimage {
	float:	left;
	width:	200px;
	text-align:	center;
	padding:	10px;
	padding-top:	35px;
}

.narrative .testimonialnarrative {
	margin-left:	275px;
	padding-top:	25px;
	padding-right:	20px;
}
/*END Testimonials Page*/

/*CONTACT page*/
.contact {
	padding:	30px 30px 10px 30px;
}

.narrative .image {
	float:	right;
	width:	200px;
	text-align:	center;
	padding:	10px;
	padding-top:	35px;
}

.narrative .narrative_c {
	margin-right:	220px;
	padding-top:	25px;
	min-height:	450px;
	text-align:	center;
	font-size:	1.1em;
}

.narrative h3 {
	padding-bottom:	20px;
}
/*END Contact Page*/