
/* GLOBAL STYLES */
/* ##################################################### */

body {
	font-family: Verdana, Arial, sans-serif;
	margin: 0;
	font-size: 12px;
	line-height: 1.75em;
	color: #000000;
	background: #ffffff;
	text-align: center;
}

a {
	color: #0000ff;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	color: #ff0000;
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1 { font-size:200%; margin: 30px 0 10px 0; }
h2 { font-size:150%; margin: 22px 0 8px 0; }
h3 { font-size:120%; margin: 20px 0 6px 0; }
h4 { font-size:100%; margin: 17px 0 4px 0; }
h5 { font-size:100%; margin: 15px 0 2px 0; }
h6 { font-size:100%; margin: 10px 0 0px 0; }

p { margin: 1em 0; } /* make IE and Firefox paragraph margins match */

input, select, textarea {
	margin: 1px;
	font-size: 1em;
}

/* SECTIONS */
/* ##################################################### */

.address-info .phone {
	margin: 1em 0;
	font-weight: bold;
	color: #9d0b0e;
}

.clear { clear: both; }

#content {
	text-align: justify;
}

#content-left {
	font-size: .9em;
	color: #103b33;
	width: 160px;
	padding: 20px;
	border-right: solid 1px #ccddd9;
	background: url(../pix/bg-content-left.jpg) repeat-x #e8f1ef;
}

#content-left h3 {
	padding: .5em 0;
	margin: 0;
	margin-bottom: 1em;
	border-bottom: dashed 1px #9cbdb5;
}

#content-left dl {
	margin-top: 0;
	margin-left: 10px;
}

#content-left dd {
	margin-left: 20px;
}

#content-right {
	padding: 20px;
}

#content td {
	vertical-align: top;
}

#footer {
	font-size: .9em;
	text-align: center;
	border-top: solid 1px #b2a590;
	padding: .5em 0;
	color: #888;
}

#page_title {
	font: italic normal 1.75em Georgia, "Times New Roman", Times, serif;
	margin: 1em 0;
}