/* RESET & BODY */
* {
	margin:0;
	padding:0;
}
html, body {
	color:#333;
	margin: 0;
	padding: 0;
	border: 0;
	font:12px Arial, Helvetica, sans-serif;
	line-height: 1.2em;
}
.clear {
	clear:both;
}
body {
	height:100%;
    background: #FFF;
}

/****** AC STYLES ******/
.usp_wrapper {
	height:220px;
	width:900px;
}
.aff {
	width:900px;
	height:23px;
	margin:10px 0;
}
.afflogo {
	float:left;
	border:0;
}
.top {
	background-image:url(../images/top.png);
	width:900px;
	height:10px;
	background-repeat:no-repeat;
	margin:10px 0 0 0;
}
.mid {
	background-image:url(../images/mid.png);
	width:900px;
	background-repeat:repeat-y;
}
.bot {
	background-image:url(../images/bot.png);
	width:900px;
	height:10px;
	background-repeat:no-repeat
}
.top2 {
	background-image:url(../images/top2.jpg);
	width:900px;
	height:10px;
	background-repeat:no-repeat;
	margin:10px 0 0 0;
}
.mid2 {
	width:900px;
	background-color:#001e5b;
}
.bot2 {
	background-image:url(../images/bot2.jpg);
	width:900px;
	height:10px;
	background-repeat:no-repeat
}

/****** ELEMENTS ******/
#mainwrapper {
	width:100%;
	background-position:top center;
	background-repeat:no-repeat;
}
#wrapper {
	margin:0 auto;
	width:900px;
}
#header {
	margin:0 auto;
}
#rotate {
	margin:0 auto;
	padding:10px 20px;
}
#content {
	margin:0 auto;
	width:100%;
}
#lp {
	float:left;
	width:20%;
}
#substance {
	float:left;
	width:100%;
}
#rp {
	float:right;
	width:20%;
}
.col {
	width:300px;
	float:left;
}
.colmid {
	width:298px;
	float:left;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
}
.colgoogle {
	width:599px;
	float:left;
	border-left:1px solid #CCCCCC;
}

/* FOOTER */
#footer {
	margin:0 auto;
	width:100%;
}
#footer p {
	font-size:80%;
	margin:0 0 10px 0;
}
.lcol {
	text-align:left;
	float:left;
	width:70%;
}
.rcol {
	text-align:right;
	float:right;
	width:30%;
}
#footer a:link, #footer a:visited, #footer a:active {
	color: #666;
	text-decoration:none;
}
#footer a:hover {
	color: #000066;
	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 {
	float:left;
}
/* DROPDOWN */
.dropdown {
	margin:20px;
	list-style:none;
	}
.dropdown li {
	background:#ccc;
	margin:10px 0;
	padding:10px;
	}

/* LINKS */
a:link  {color: #999; text-decoration:none;}
a:visited {color: #999; text-decoration:none;}
a:hover {color: #00CCFF; text-decoration:underline;}
a:active {color: #999; text-decoration:none;}

/* NAV */
#nav {}
#nav ul {
	margin:0;
	padding:0;
	list-style:none;
}
#nav li {
	display:inline;
}
.rollover {}
.rollover a:link, .rollover a:visited, .rollover a:active {
	background-color:#ffffff;
	text-decoration: none;
	float:left;
	text-align:center;
	padding:5px 10px;
	margin:47px 1px 0;
	border:1px solid #292929;
	color:#333333;
}
.rollover a:hover, .rollover a.active {
	background-color:#292929;
	text-decoration: none;
	color:#FFF;
}
.navholder {
	float:right;
	margin:0 0 0 0;
}
/* TEXT */
h1 {
	font-size:18px;
	padding:10px 20px;
	line-height:1.2em;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
h2 {
	font-size:18px;
	padding:0 20px;
	line-height:1.4em;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
h3 {
	font-size:140%;
	font-weight:lighter;
	padding:0 0 5px 0;
	line-height:1.4em
}
p {
	padding:10px 20px;
	line-height:1.4em;
	text-align:justify;
}
/* GALLERY */
#gallerycontainer {
	padding:10px 20px;
}