/* CSS Document -- for Jane Penhagligan site */
a {color: #243e85; border: 0px;}
a:link {text-decoration: none;}
a:visited {text-decoration: none;}
a:hover {text-decoration: underline;}
a:active {text-decoration: underline;}

body {
	background-color: #573137;
	background-image: url(assets/bg.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	line-height: 140%;
	color: #333;
	margin-top: 10px;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	font-weight: bold;
	padding: 0px;
}
h2 {}
h3 {}
ul {}
p {
	margin: 0px 0px 10px 0px;
}
img {
	padding: 5px;
	border: 1px solid #573137;
	background-color: #eefdf7;
}

#container {
	margin: 0px auto;
	padding: 0px;
	width: 800px;
}

#head {
	width: 798px;
	background-color: #DFF3D8;
	padding: 0px;
	color: #000;

	text-align: right;
	border: 2px solid #573137;
	background-image: url(assets/ramp_left.jpg);
	background-position: top;
/*background-repeat: repeat-x;*/
	margin: 0px;
}

#headLeft {
	padding: 5px 10px 10px 5px;
	margin-top: 0px;
	width: 490px;
	/*height: 190px;*/
	float: left;
	background-image: url(assets/photo_head_sm.jpg);
	
	background-repeat:no-repeat;
}

#headRight {
	margin-top: 0px;
	padding: 5px 25px 10px 10px;
	margin-left: 530px;
	text-align: left;
	border-left: 1px solid #573137;
	background-image: url(assets/ramp_right.jpg);
	background-position: top;
	background-repeat: repeat-x;
	border-bottom-color: #A1DCEC;
}
#headLeft h1{
	font-size: 1.75em;
	margin: 5px 5px 5px 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 110%;
}
#headLeft h2{
	font-size: 1.05em;
	margin: 10px;
	font-weight: normal;
}
#headRight ul li{
	font-size: 1.05em;
	line-height: 130%;
	list-style-type: none;
	list-style-position: outside;
}
#headLeft p{
	font-size: 0.75em;
	line-height: 125%;
	padding-bottom: 0px;
}

#nav {
	width: 100%;
	margin-top: 10px;
	padding: 5px 25px;
	border: 2px solid #573137;
	background-color: #a1dcea;
	margin-top: 10px;
	width: 748px;
	text-align: center;
	background-image: url(assets/ramp_nav.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
}
#nav a {
	font-size: .90em;
	font-weight: bold;
	padding: 5px 15px;
}

/*#nav a:hover {
	background-image: url(assets/ramp_over.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	border-left: 2px solid #573137;
	border-right: 2px solid #573137;
}
#nav a:active {
	background-image: url(assets/ramp_over.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	border-left: 2px solid #573137;
	border-right: 2px solid #573137;
}*/

#content {
	width: 748px;
	padding: 15px 25px;
	margin-top: 10px;
	border: 2px solid #573137;
	background-color: #fff;
}
.powerList{
	font-size: 1.10em;
	line-height: 140%;
	font-variant: small-caps;
	text-align: center;
	list-style-type: none;
	list-style-position: inside;
}


.pullquote{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.25em;
	line-height: 125%;
	width: 450px;
	margin: 10px;
	padding: 10px;
	border: 2px solid #573137;
	background-color: #eefdf7;
	/*color: #573137;*/
	color:#63011F
}
.sidequote{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	line-height: 125%;
	width: 195px;
	margin: 10px;
	padding: 10px;
	border: 1px solid #573137;
	background-color: #cbe8dc;
	color: #573137;
/*float: left;*/
}
.centerquote{

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .90em;
	line-height: 125%;
	width: 450px;
	margin: 10px;
	padding: 10px;
	border: 1px solid #573137;
	background-color: #eefdf7;
	color: #573137;
}
.rightnav{
clear: left;
width: 195px;
float: left;
}
.caption {
	text-align: right;
	font-style:italic;
}

#left {
	padding: 0px 15px 0px 0px;
	
	width: 490px;
	float: left;
}


#right {
	padding: 0px 0px 0px 10px;
	margin-left: 510px;
	border-left: 1px solid #573137;
}

#foot {
	width: 748px;
	margin-top: 25px;
	padding: 25px;
	border: 2px solid #573137;
	background-color: #a1dcea;
	text-align: center;
	background-image: url(assets/ramp_nav.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
}
#foot a {
	font-weight: bold;
	font-size: .70em;
	padding: 0px 10px;
}
