/* CSS Document */

/* Global white-space reset */

* {
  margin: 0px auto;
}

img {
  border: none;
}

body {
	text-align:center;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #A18184;
	background-image: url(images/background.gif);
	background-repeat: repeat;
	background-position: top;
}

p {
	margin: 0;
	color: #404040;
	font-size: 0.9em;
	line-height: 1.5em;
}

a:link {color: #712327}

a:visited {color: #336699}

a:hover {color: #663366}

a:active {color: #000}

h1 {
	font-size: 1.4em;
	color: #712327;
	font-weight: bold;
	text-align:left;
	margin: 2px 0 4px 0;
}
h2 {
	margin: 10px 0 5px 0;
	font-size: 110%;
	color: #9B8E5A;
}
h3 {
	font-size: 0.85em;
	color: #404040;
	font-weight: normal;
	text-align:left;
	margin: 4px 35px 10px 35px;
	line-height: 1.25em;
}
h4 {
	margin: 0 0 3px 0;
	color: #712327;
	font-family: "Trebuchet MS";
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
}
h5 {
	font-size: 1.1em;
	color: #712327;
	font-weight: bold;
	text-align:left;
	margin: 2px 0 4px 0;
}

ul {
	margin: 0 0 0 -5px;
	color: #404040;
	font-size: 0.9em;
	line-height: 1.5em;
	list-style-position: outside;
}
ol {
	margin: 0 0 0 -5px;
	color: #404040;
	font-size: 0.9em;
	line-height: 1.5em;
	list-style-position: outside;
}
li {
	padding: 3px 0;
}
.nobull{
	list-style: none;
}

#wrapper {
	margin:0 auto 30px auto;
	width: 780px;
	text-align:left;
	border-left:solid #756270 1px;
	border-right:solid #756270 1px;
}

#header {
	background-image: url(images/header-bg.gif);
	background-position: top;
	background-repeat: repeat-x;
	width: 780px;
	height: 101px;
	border-bottom-color: #A47F85;
	border-bottom-style: solid;
	border-bottom-width: 3px;
}

#headerlogo{
	width: 205px;
	height: 101px;
	/*margin: 0 13px 0 17px;*/
	margin: 0 0;
	padding: 0 13px 0 17px;
	float: left;
}
#headernav{
	width: 540px;
	height: 101px;
	margin: 0;
	float: right;
}
#globalnav {
	width: 520px;
	margin: 0;
	padding: 0;
	position:relative;
	top: 20px;
	text-align: right;
}

/*#globalnav {
	width: 520px;
	margin: 0;
	padding: 20px 20px 0 0;
	float: right;
	text-align: right;
}*/
#nav {
	display: block;
	width: 520px;
	margin: 0;
	padding: 0;
	position: relative;
	top: 38px;
	left: 5px;
	height: 44px;
}

/*#nav {
	width: 520px;
	float: right;
	margin: 19px 15px 0 5px;	
}*/

#secondarynav {
	width: 728px;
	margin: 0;	
	padding: 3px 26px 5px 26px;
	background-color: #A47F85;
	font-family: "Trebuchet MS";
	color: #FFFFFF;
	font-size: 12px;
	text-align: center;
}
#secondarynav a {
	text-decoration: none;
	color: #FFFFFF;		
}

#homecontent1 {
	background-color: #FFFFFF;
	width: 728px;
	padding: 26px;
	background-image: url(images/bg-white-shadow.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

.featimg1 {
	float: left;
}

.featimg2 {
	float: right;
}

#homecontent2 {
	background-color: #F5F4EF;
	width: 728px;
	padding: 26px;
	background-image: url(images/bg-beige-shadow.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

#homecontent2left {
	display:block;
	width: 530px;
	margin: 0;
	padding: 0;
	float:left;
	list-style: none;
}
.triallist {
	background-color:#F1F0EB;
	width: 171px;
	float:right;
	margin-top: 3px;
	background: url(images/bg-trials-btm.gif) no-repeat bottom left;
}
.triallist h3 {
	margin: 0;
	padding: 8px 12px;
	font-size: 110%;
	color: #9B8E5A;
	background: url(images/bg-trials-top.gif) no-repeat top left;
}
.triallist ul {
	margin: 0;
	padding: 4px 20px 10px 13px;
	font-size: 80%;
	color: #5A5B5E;
	list-style: none;
}
.triallist ul li {
	margin: 0;
	padding: 0 0 10px 0;
}
.triallistline {
	margin: 0 15px 2px 13px;
	width: 147px;
	background-color:#9B8E5A;
	height:1px;
	/*border-top: solid #9B8E5A 1px;*/	
}

#homecontent3 {
	background-color: #FFF;
	width: 728px;
	padding: 26px;
}

.article {
	margin: 0;
	width: 340px;
	float: left;
}

.article .more{
	font-family: "Trebuchet MS";
	line-height: 2em;
	font-size: .9em;
}

.article img{
	float:right;
}

.article .left{
	float:left;
}

.article .right{
	float:right;
}

.backlink{
	font-family: "Trebuchet MS";
	line-height: 2em;
	font-size: .9em;
}

.vertline {
	float:left;
	margin: 0px 22px 0 23px;
	width: 1px;
	background-color:#B0B0B0;
	height:200px;
}

.clear {
	clear:both;
}

#maincontent {
	background-color: #FFFFFF;
	width: 728px;
	padding: 36px 26px 60px;
	background-image: url(images/bg-white-shadow.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

/*#maincontent img{
	margin: 0;
	float:left;
}
*/
#maincolumn {
	float: right;
	width: 500px;
}

#maincolumn ul{
	margin: 0 0 0 20px;
	padding: 0 0;
}

#leftcolumn {
	float: left;
	width:190px;
	padding-right:32px;
}
#leftcolumn img {
	margin-top:7px;
}

#footer {
	margin: 0;
	width: 728px;
	padding: 13px 26px;
	background-color: #662F35;
}

#footer p{
	margin: 0;
	padding: 0;
	color: #FCEBED;
	font-size: 0.7em;
	line-height: 1.2em;
}

#footer a{
	color: #FFFFFF;
}

#footer .phone{
	margin: 0;
	padding: 0;
	color: #FFFFFF;
	font-size: 1.5em;
	float:right;
	line-height: 1em;
}


.inlineimg {
	margin: 8px 0 2px 0;
}

.featureimg {
	border-top: solid #CCC 1px;
	border-bottom: solid #CCC 1px;
	margin: 20px 0 10px 0;
}

.rule {
	width: auto;
	background-color:#712327;
	height:1px;
	margin-bottom: 10px;
}

.underline {
	height: 4px;
	margin: 2px 45px 12px 35px;
	background-image: url(../images/greyline.gif);
	background-repeat: repeat-x;
	background-position: top left;
}
