/* STRUCTURE ----------------------------------------------------*/
body {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	background-color:#FFFFFF;
	margin:0px;
	background-image: url(images/header_rep.jpg);
	background-repeat: repeat-x;
}
.clear {
	clear:both;
}
/*#contentWrapper img {
	border:0;
	padding:0;
	margin:0;
}*/
#contentWrapper {
	clear:both;
	width:900px;
	margin:0 auto;
}
#header {
	height:120px;
}
#header .logo {
	float:left;
}
#header .banner {
	float:right;
	padding-top:40px;
}
#bluBar {
	height:35px;
}
#bluBar .blueNav {
	padding:12px 0px 0px 306px;
	color:#FFFFFF;
}
.blueNav a, .blueNav a:visited, .blueNav a:hover {
	color:#FFFFFF;
	text-decoration:none;
}
.content {
	padding:20px;
}
.contentRight {
	float:right;
	width: 590px;
	padding-top:30px;
}
.contentLeft {
	width: 286px;
	float:left;
}




/* STYLING ----------------------------------------------------*/
h1 {
	font-size:2em;
}
h2 {
	font-size:1.6em;
	margin:0;
	padding:0;
}
a, a:visited, a:hover {
	color:#000000;
}
.quote {
	width:200px;
	float:right;
	margin:0px 0px 20px 20px;
	border:1px solid #CCCCCC;
	background-image: url(images/pod_bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom; 
}
.quote p {
	padding:10px 20px;
	font-weight:bold;
	color:#417FA4;
	text-align:center;
	font-size:1.2em;
}



/* PACKAGE BOXES ----------------------------------------------------*/
.rollWrapper {
	margin-bottom:10px;
	width:593px;
}
.packageWrapper {
	border:1px solid #CCCCCC;
	padding:10px 10px 10px 10px;
	background-image: url(images/pod_bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
.packageLeft {
	width:340px;
}
.packageRight {
	float:right;
	width:200px;
}

.silverPackageWrapper {
	float:left;
	width:286px;
	margin-right:18px;
	margin-bottom:10px;
}
.featuredWrapper {
	width:286px;
	margin-right:0px;
	margin-bottom:10px;
}
.silverPackageWrapper2 {
	float:left;
	width:286px;
	margin-bottom:10px;
}
.silverLineWrapper {
	border:1px solid #CCCCCC;
	background-image: url(images/pod_bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom; 
	min-height:200px;
  height:auto !important;
  height:200px;
}
.silverLineWrapperLeft {
	border:1px solid #CCCCCC;
	background-image: url(images/pod_bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom; 
	min-height:150px;
  height:auto !important;
  height:150px;
}
.silverPackageLeft {
	width:150px;
	padding:10px 0px 10px 10px;
}
.silverPackageRight {
	float:right;
	width:100px;
	padding:10px 10px 10px 0px;
}
.packageTitles {
	color:#417FA4;
	font-size:1.6em;
	font-weight:normal;
}
.silverPackageRight img {
	margin-bottom:10px;
}

.thumb {
	float:left;
	margin-right:8px;
	margin-bottom:10px;
}
.thumb img {
	border:3px solid #C4ECFF;
}


/* JAVA ROLLERS ----------------------------------------------------*/
#dropcontentsubject {
	display:none;
}
/*.dropcontent{
	width: 200px;
	height: 200px;
	border: 1px solid black;
	background-color: #DFDFFF;
	padding: 3px;
	display:block;
}*/





/* NAV ----------------------------------------------------*/
#navContainer {
	width: 280px;
	margin-top:20px;
}
#navList a, #navList a:visited, #navList a:hover {
	display:block;
	width: 280px;
}
#navList {
	padding-left: 0;
	margin-left: 0;
}
#navList li {
	list-style: none;
	margin: 0;
	border-bottom: 1px dotted #CCCCCC;
}
#navList li a, #navList li a:visited {
	text-decoration: none;
	color:#417FA4;
	font-size:1.2em;
	font-weight:bold;
	padding: 0.3em 0.25em;
}
#navList li a:hover {
	color:#DE0087;
	background-color:#E5E5E5;
}

/* FOOTER ----------------------------------------------------*/
#footer {
	background-image: url(images/footer.jpg);
	background-repeat: repeat-x;
	height:122px;
	margin-top:30px;
}
.footerContent {
	width:900px;
	margin:0 auto;
	padding:20px 0px;
	color:#666666;
}
.footerContent img {
	float:right;
}