/* tags, type & misc.----------------------------------------- */

body {
	background-color: #8B8B8B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #000000;
	background-image: url(../images/backgroundGrad.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
h1 {
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	line-height: 14px;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 10px;
	padding-bottom: 0px;
}
h2, h3 {
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	line-height: 14px;
	margin-top: 0px;
	padding: 0px;
}
h2 {
	margin: 10px 0 0 0;
}
h2 + p, h3 + p {
	margin-top: 6px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 1.5em;
	margin-top: 0;
}
.blacktext {
	color: #000000;
}
a {
	text-decoration: none;
	color: #666666;
}
a:hover, a.current {
	color: #0099FF;
}
a:focus {
	outline: none;
}
a .whitelink {
	text-decoration: none;
	color: #FFFFFF;
}
p.thumbcapt {
	line-height: 2em;
	font-size: 10px;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 15px;
	text-align: center;
}
ol, ul {
	margin-left: 0em;
	padding-left: 0em;
	color: #333333;
}
li {
	margin: 0 0 10px 15px;
	line-height: 1.3em
}
blockquote {
	margin: 0 0 5px 0;
	color: #333;
	font-size: 12px;
	line-height: 1.5em;
}
cite {
	font-size: 11px;
	font-style:normal;
	margin-bottom:15px;
	display: block;
}
.footnote {
	font-size: 9px;
	display: block;
	color: #666666;
}
.clear {
	clear: both;
}
.floatleft {
	float: left;
}
/* layout etc ----------------------------------------- */

#wrapper {
	width:960px;
	padding:0;
	margin:40px auto 0;
	position: relative;
	min-height: 515px;
}
#contentwrapper {
	width:930px;
	border: 15px solid #FFFFFF;
	padding:0px;
	margin:0px;
	background-color: #CCCCCC;
	position: relative;
	background-image: url(../images/backgroundstrip345.gif);
	background-repeat: repeat-y;
}
#contentwrapper.noBorder {
	border: 0px;
	background-color: #999999;
}
#contentright {
	padding:22px 30px 0px 0px;
	margin:0px;
	position: relative;
	float: right;
	width: 525px;
	display: inline;
	border: medium none #000000;
}
#contentleft {
	padding:0;
	margin:0;
	position: relative;
	float: left;
	background-color: #666666;
}
#flashContent {
	width:930px;
}
#footer {
	position: relative;
	padding: 5px 15px 0px;
	text-align: left;
	margin: 0px;
	color: #333333;
}
/* Nav ---------------------------------------------------------- */

ul.nav {
	font-size: 13px;
	margin: 15px 0 15px 0;
}
ul.nav li {
	display: inline;
	list-style-type: none;
	margin: 0 5px 0 0;
	padding-right: 5px;
	border-right: 1px solid #999;
}
ul.nav li:last-child {
	border-right: 0px solid #999;
}

#portfolio ul.nav {
	font-size: 11px;
	margin: 3px 0 0 0;
}

#portfolio ul.nav a {
	color: #FFF;
}

#portfolio ul.nav a:hover, #portfolio ul.nav a.current {
	color: #333;
}

/* Packages ------------------------------------------------------- */

ul.tabs {
	margin: 0 0 10px 0;
}
ul.tabs li {
	display: inline;
	list-style-type: none;
	margin: 0 3px 0 0;
	padding-right: 4px;
	border-right: 1px solid #999;
}
ul.tabs li:last-child {
	border-right: 0px solid #999;
}

.describe {
	display: none;
}

/* Testimonials ------------------------------------------------------- */

#actions {
	display: inline;
	margin-left: 6px;
}

#actions a {
	font-size:11px;		
	cursor:pointer;
	color:#0099FF;
}

#actions a:hover {
	text-decoration:underline;
}

.disabled {
	display:none;		
}

.next {
}	

.scrollable {
	position:relative;
	overflow:hidden;
	height: 390px;
	width: 530px;
}

.scrollable .items {
	position:absolute;
	height:20000em;
}

/* FAQ ------------------------------------------------------- */

#faqWrapper {
	height: 400px;
	width: 520px;
	overflow: auto;
	padding-right: 20px;
}

/* Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

html body div.clear, html body span.clear {
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}


