/* CSS Document */

body {
	margin: 0;
	background-image: url("../images/green-gradient-background.jpg");
	background-repeat:repeat-x;
	background-color: #F4BA00;
}

body, table, td, p, ul, li, a {
	font-family: arial, verdana, sans-serif;
	font-size: 16px;
	color: #000000;
	line-height:1.3em;
}

h1,h2,h3,h4,h5,h6, li, a {
	font-family: arial, verdana, sans-serif;
}

h1 {
	font-size:20px;
	margin-top:6px;
	color:#FF0000;
}

h2 {
	font-size:18px;
	color:#333333;
	font-weight:normal;
	border-bottom:3px solid #FF0000;
	width:375px;
}

#logo {
	width:770px;
	margin: 10px auto 0px auto;
}

#header {
	width: 735px;
	height: 13px;
	margin: 0px auto 0px auto;
	padding: 0px 20px 0px 15px;
	background-image: url("../images/header.png");
	background-position:center top;
	background-repeat:no-repeat;
}

#container {
	background-image: url("../images/content.png");
	background-repeat:repeat-y;
	background-position:center;
	width:730px;
	margin:0px auto 0px auto;
	padding: 0px 20px 0px 20px;
}

#footer {
	background-image: url("../images/footer.png");
	background-position:center bottom;
	background-repeat:no-repeat;
	width:730px;
	height:40px;
	margin:0px auto 0px auto;
	padding: 20px 20px 0px 20px;
}

#navigation {
	position:relative;
	float:left;
	width:150px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#navigationContent {
	position:relative;
	margin:0px;
	padding:0px;
}

#navigationLinks {
	margin: 0px;
	padding:0px;
}

#navigationContent ul li {
	margin:5px 0px 5px 0px;
	padding:1px 0px 1px 5px;
	list-style-type:none;
}

.normalButton {
	background-image:url(../images/button.gif);
	background-repeat:no-repeat;
	height:25px;
}

.bigButton {
	background-image:url(../images/button2.gif);
	background-repeat:no-repeat;
	height:50px;
}

#navigationContent ul li a {
	color:#FFFFFF;
	border-bottom:none;
}

#navigationLinks {
	position:relative;
}

#buttonBottom {
	border-bottom:none;
}

#content {
	background-color:#FFFFFF;
	margin:0px 0px 0px 155px;
	padding: 0px 0px 0px 5px;
	border-left: 1px solid #EE0000;
	min-height:300px;
}

#copyright {
	font-size:12px;
	margin: 0px;
	position:relative;
	bottom:0px;
}

.treatmentColumn ul li {
}

.treatmentColumn ul {

}

a:link,
a:visited  {
	color: #9D1020;
	text-decoration: none;
	border-bottom:1px dotted #9D1020;
	font-weight:bold;
}

a:hover,
a:active {
	color: #9D1020;
	text-decoration: none;
	border-bottom:1px solid #9D1020;
	font-weight:bold;
}

.quoteBox {
	position:relative;
	float: right;
	width: 150px;
	margin: 1em 1em .5em .5em;
	border: 1px solid #696;
	padding: 0.5em;
	background-color: #FFF9E6;
	color: #000;
}

.quoteBox p {
  font-family: Arial, sans-serif;
  font-size: 12px;
}

div.clear {
	clear:both;
	height: 1px;
	overflow: hidden;
}

.firstElement, .lastElement {margin:0px;}

#experience {
	height: 175px;
	padding-top: 35px;
}

ul#experience li {
	margin-bottom:6px;
	vertical-align:middle;
	margin-left:15px;
}

/* Forces scrollbars so centered pages don't shift */
html { height: 100%; margin-bottom: 1px; }