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

body {
	background-color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #000000;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	line-height: 1.4em;
}

.blacktext {
	color: #000000;
}

h1 {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	line-height: 14px;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 5px;
	padding-bottom: 0px;
}

h2 {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	line-height: 14px;
	margin-top: 0px;
	padding-top: 0px;
}
h4 {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	line-height: 14px;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 5px;
	padding-bottom: 0px;
}
a {
	text-decoration: none;
	color: #666666;
}

a:hover {
	color: #0099FF;
}

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;
}

.footnote {
    font-size: 9px;
	color: #666666;
}

.clear {
	clear: both;
}

.floatleft {
	float: left;
}

/* layout etc ----------------------------------------- */

#wrapper {
	width:750px;
	padding:0;
	margin:25px auto 0;
	position: relative;
	min-height: 400px;
}

#contentwrapper {
	width:720px;
	border: 15px solid #FFFFFF;
	padding:0px;
	margin:0px;
	background-color: #CCCCCC;
	position: relative;
	background-image: url(../images/backgroundstrip.gif);
	background-repeat: repeat-y;
}

#contentwrapper.noBorder {
	border: 0px;
	background-color: #999999;
}

#contentright {
	padding:35px 30px 0px 0px;
	margin:0px;
	position: relative;
	float: right;
	width: 390px;
	display: inline;
	border: medium none #000000;
}

#contentleft {
	padding:0;
	margin:0;
	position: relative;
	float: left;
	background-color: #666666;
}
#flashContent {
	width:720px;
}

#footer {
	position: relative;
	padding: 5px 15px 0px;
	text-align: left;
	margin: 0px;
	color: #333333;
}

#footer p {
	padding: 0px;
	margin: 0px;
	font-size: 9px;
	text-align: left;
}

#footer a {
	color: #FFFFFF;
}

#footer a:hover, #footer a.active {
	color: #333333;
}
#footer a.active {
	text-decoration: underline;
}
/* Nav ---------------------------------------------------------- */


#nav-menu
 {
	border: 0px;
	float: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
	padding: 0px;
 }
 
 #nav-menu a.active
 {
	color: #333333;
	color: #0099FF;	
 }
 
 
  /* Packages ------------------------------------------------------- */

.package
 {
 	margin-top:10px;
	
 }
 #package1inner, #package2inner, #package3inner
 {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;	
 }
.describe {
	display: none;
}

