/* RESET & BODY */
* {
	margin:0;
	padding:0;
}
html, body {
	color:#333333;
	margin: 0;
	padding: 0;
	border: 0;
	font:12px Arial, Helvetica, sans-serif;
	line-height: 1.2em;
}
.clear {
	clear:both;
}
body {
	height:100%;
    background: #ffffff;
}

/****** ELEMENTS ******/
#wrapper {
	margin:0 auto;
	width:920px;
	border-right:2px solid #cccccc;
	border-bottom:2px solid #cccccc;
	margin-bottom:20px;
}
#header {	
	margin:0 auto;
	width:900px;
}
#rotate {	
	margin:0 auto;
	width:900px;
}
#content {
	margin:0 auto;
	width:900px;
	background:#FFF;
}
#substance {
	float:left;
	width:630px;
}
#rp {
	float:right;
	width:251px;
}
.rp_mid {
	border-left:2px solid #333333;
	border-right:2px solid #333333;	
}
.rp_bot {
	background-image:url(../images/rp_bot.jpg);
	width:251px;
	height:10px;
	margin:0 0 10px 0;
}
#contentspan {
	width:100%;
}
#contentspan ul {
	width:50%;
	float:left;
	list-style:none;
}
#contentspan li {
	background:#c5cdcb;
	padding:3px 0 3px 50px;
	margin-bottom:5px;
}
/* FOOTER */
#footer {
	margin:0 auto;
	width:900px;
	background-color:#0063a8;
	margin-top:10px;
	margin-bottom:10px;
}
#footer p {
	font-size:80%;
	margin:0 0 10px 0;
}
.lcol {
	text-align:left;
	float:left;
	width:50%;
}
.rcol {
	text-align:right;
	float:right;
	width:50%;
}
#footer a:link, #footer a:visited, #footer a:active {
	color: #cccccc;
	text-decoration:none;
}
#footer a:hover {
	color: #ffffff;
	text-decoration:none;
}
/* DATE */
#date {
	font-family:Arial, Helvetica, sans-serif;
	font-size:80%;
	float:right;
	font-weight:bold;
	padding:10px 20px 10px 0;
}

/* IMAGES */
img.border {
	border:none;
	float:left;
	margin:30px 0 10px 0;
}
img.border_right {
	border:none;
	float:right;
	margin:30px 0 10px 0;
}
img.border_rptitle {
	border:none;
	float:left;
	margin:20px 0 0px 20px;
}
img.border_rp {
	border:none;
	float:left;
	margin:0;
}
img.border_body {
	border:none;
	float:left;
	margin:30px 0 20px 0;
}
.split {
	width:100%;
	height:2px;
	background-color:#0063a8;
	margin:20px 0 0 0;
}
/* DROPDOWN */
.dropdown {
	margin:20px;
	list-style:none;
	}
.dropdown li {
	background:#ccc;
	margin:10px 0;
	padding:10px;
	}

/* LINKS */
a:link  	{color: #0063a8; text-decoration:none;}
a:visited 	{color: #0063a8; text-decoration:none;} 
a:hover 	{color: #0063a8; text-decoration:underline;}
a:active 	{color: #0063a8; text-decoration:none;}

/* NAV */

#nav {}
#nav ul {
	margin:10px 0 0 0;
	padding:0;
	list-style:none;
	background-color:#0063a8;
	height:30px;
	width:900px;
	font-weight:bold;
}
#nav li {
	display:inline;
}
.rollover {}
.rollover a:link, .rollover a:visited, .rollover a:active {
	text-decoration: none;
	float:left;
	text-align:center;
	color:#FFFFFF;
	padding:8px 20px;
}
.rollover a:hover, .rollover a.active {
	background-color:#cfdc03;
	text-decoration: none;
	color:#333333;
}
/* TEXT */
h1 {
	font-size:20px;
	margin:20px 20px 0px 20px;
	line-height:1.2em;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
h2 {
	font-size:16px;
	font-weight:bold;
	padding:0 20px;
	line-height:1.4em
}
h3 {
	font-size:140%;
	font-weight:lighter;
	margin:0 0 5px 0;
	line-height:1.4em
}
p {
	padding:10px 20px 0 20px;
	line-height:1.4em;
}

ul.bulls {
	margin:20px 35px;
	line-height:1.4em;
}

p.address {
	padding:10px 20px 0 20px;
	line-height:1.4em;
	width:200px;
	float:left;
}
/* GALLERY */
#gallerycontainer {
	margin:10px 10px;
}