/* THIS CSS PRODUCES A CENTERED 2 COLUMN LAYOUT WITH HEADER AND HORIZONTAL NAV */

/* BEGIN STRUCTURE */
:focus {-moz-outline-style: none;} /* removes dotted border around FF links */

body {
	margin:0;
	padding:0;
	height:100.1%; /* keeps vertical scroll bar visible in browsers so layout doesn't 'bounce' page to page */
	text-align:center; /* combined with container {margin:0 auto 0 auto} this centers a page */
	background-color:#ebdfd0;
}

div#container {
	position:relative; 
	width:746px;
	margin:0 auto 0 auto; /* combined with body {text-align:center} this centers a page */
	text-align:left;
	background-color:#fff;
	background-image:url("/img/bg-middle.gif");
	background-repeat:repeat-y;
	background-position:top left;
	border:0px solid black;
}

div#branding {
	height:131px;
	background-image:url("/img/bg-top.gif");
	background-repeat:no-repeat;
	background-position:top left;
	border:0px solid black;
}

#branding img {
	position:absolute;
	top:40px;
	left:230px;
}

/*ie.css*/
div#nav {
	position:absolute;
	top:131px;
	left:38px;
	z-index:4;
	width:160px;
	height:430px;
	background-color:#dbebd0;
	background-image:url("/img/nav-bg.gif");
	background-repeat:repeat-x;
	background-position:bottom left;

}

div#nav ul {
	width:100%;
	margin:35 0 30 0px;
	padding:0px;
	text-indent:0px;
	text-decoration:none;
	list-style:none;
	list-style-image:none;
	border:0px solid black;
}

#navlinks a{
	display:block;
	border:0px solid black;
	text-transform:uppercase;
	font-family:palatino, "georgia","baskerville", serif;
	font-size:14px;
	font-weight:bold;
	color:#498860;
	text-decoration:none;
	padding:7 0 7 21px;
	letter-spacing: 0mm; 
	border:0px solid black;
}

#navlinks a:visited {}

#navlinks a:hover {
	color:#9e4881;
}

#navlinks a.gray {color:#4e4e4e;}

#nav ul li {
	height:30px;
}

div#content {
	position:relative;
	z-index:3;
	min-height:330px;
	background-image:url("/img/content-bg.gif");
	background-repeat:repeat-x;
	background-position:0px 100px;
	margin:0 0 0 21px;
	padding:120 0 16 0px;
	width:707px;
	border:0px solid black;
}

/*+++IE6*/
div#quotes {
	float:right;
	width:208px;
	background-image:url("/img/quotes-bg.gif");
	background-repeat:repeat-y;
	background-position:0px 0px;
	padding:0px;
	margin:-120 20 0 10px;
}

#quotes blockquote {
	background-image:url("/img/quotes-bg-top.gif");
	background-repeat:no-repeat;
	background-position:0px 0px;
	margin:0px;
	padding:20 20 14 20px;
	text-indent:0;
	color:#fff;
	font-family:palatino, baskerville, serif;
	font-size:18px;
	font-style:italic;
}

#quotes cite {
	display:block;
	background-image:url("/img/quotes-bg-bottom.gif");
	background-repeat:no-repeat;
	background-position:bottom left;
	margin:0 0 -4 0px;
	padding:0 20 20 20px;
	color:#fff;
	font-family:palatino, baskerville, serif;
	font-size:12px;
	font-style:italic;
}

div#site_info {
	position:relative;
	height:65px;
	background-image:url("/img/site-info-bg.gif");
	background-repeat:no-repeat;
	background-position:top left;
	padding:0 0 0 0px;
	text-align:center;
	color:#fff;
	border:0px solid black;
}

#site_info ul {
	padding:5 30 0 30px;
	text-indent:0px;
	text-decoration:none;
	list-style:none;
	line-height:1.4em;
}

#site_info li {
	display:inline;

}

#site_info p {
	padding:0 30 0 30px;
	margin:0;
	font-size:.9em;
}

#site_info li a {
	color:#fff;
	font-weight:bold;
	font-size:.7em;
	text-decoration:none;
}

#site_info a {
	color:#fff;
	text-decoration:none;
}

#site_info a:visited {text-decoration:none;}

#site_info a:hover {text-decoration:none;}

div#gradient-bottom {
	position:absolute;
	top:-70px;
	left:21px;
	width:707px;
	height:70px;
	background-image:url("/img/content-bg-bottom.gif");
	background-repeat:no-repeat;
	background-position:top left;
}
/* END STRUCTURE */

/* BEGIN GENERAL TYPOGRAPHY */
body {
	font-family:tahoma, arial, sans-serif;
	font-size:62.5%;
	color:#333;
}

h1, h2, h3, h4, h5 {
	font-family:palatino, baskerville, serif;
	color:#791935;
	margin:0px 0px 4px 0px;
	font-variant: small-caps; 
}

h3, h4, h5 {
	font-family:tahoma, arial, sans-serif;
	font-variant: normal; 
}

p, ul, ol {
	font-size:1.4em;
	font-family:arial, sans-serif;
}

h1 {font-size:2em;} 

h2 {font-size:1.6em;}

h3 {font-size:1.3em;}

h4 {font-size:1.2em;}

p {margin:0px 0px 10px 0px;}

div#content p,div#content h1,div#content h2,div#content h3,div#content h4,div#content h5 {margin:0px 30px 10px 196px;}

a {
	font-size:1em;
	color:#0060c5;
	text-decoration:underline;
}

a:visited {}

a:hover {text-decoration:none;}

ul {
	margin:0;
	padding:0 30 10 220px;
	text-indent:0px;
	text-decoration:none;
	list-style:none;
	list-style-image:url("/img/dot.png");
	line-height:1.4em;
}

ol {
	margin:0;
	padding:0 30 10 220px;
	text-indent:0px;
	text-decoration:none;
	line-height:1.4em;
}
/* END GENERAL TYPOGRAPHY */

/* BEGIN VARIOUS TAGS AND CLASSES */
img {border:0;}

.center {text-align:center;}

.bold {font-weight:bold;}

.nomargin {margin:0px;}

.clear {
	clear:both;
	height:0px;
	border:0px solid #FFF;
}

.photo {
	float:left;
	margin:0 11 11 0px;
	padding:3px;
	background:#fff;
	border:1px solid #acc0a5;
}

.even {background:#efefef;}

.contact_info {
	font-weight:bold;
	color:#4e4e4e;
	margin-left:21px;
}

#content .specialHeading {
	margin:0px 30px 4px 196px;
	padding:10px 0px 0px 0px;
}
/* END VARIOUS TAGS AND CLASSES */



