@charset "UTF-8";
/* CSS Document */

body {
	background-color:#ccffff;
	border:0px;
	margin:0px;
	padding:0px;
}

#container{
	width:960px;
	position:relative;
}

#enter{
	width:214px;
	height:47px;
	background-image:url(../images/enter.jpg);
	position:absolute;
	top:164px;
	left:80px;
}

#enter:hover{
	width:214px;
	height:47px;
	background-image:url(../images/enter_over.jpg)
}

#leftRail{
	float:left;
}

#leftRail{
	width:235px;
	height:421px;
	margin-top:48px;
}

#DVD {
	width:235px;
	background-color:#4c9db3;
	padding:8px 5px 12px 5px;
}



#pricing {
	position:relative;
	top:10px;
	text-align:center;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#002e3e;
	float:left;
}

#rightRail {
	float:right;
	width:695px;
}

#bigquote{
	text-align:left;
}

#bigquote p{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#002e3e;
}

.big{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#002e3e;
	margin-bottom:30px;
	margin-left:250px;
	
}

#quote .attribution p{
	font-size:11px;
	margin-left:400px;
	margin-bottom:30px;
}

#quote p{
	text-align:left;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#003366;
}

h2 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#FFF;
	text-align:center;
}

/* Added by ProImage Web for Upcoming Events Module */
#wrapper {
    width: 230px;
    margin: 1px auto;
	padding-bottom: 10px;
}

#intro {
    padding-bottom: 10px;
}

#slider {
	width: 225px;
	margin: 0 auto;
	position: relative;
	border: 10px solid #4c9db3;
}

.scroll {
	overflow: hidden;
	width: 225px;
    margin: 0 auto;
    position: relative;
}

.scrollContainer {
	position: relative;
}

.scrollContainer div.panel {
    padding: 10px;
    width: 205px;
	height: 350px;
}

#left-shadow {
	position: absolute;
	top: 0;
	left: 0;
	width: 10px;
	bottom: 0;
	background: url(../images/leftshadow.png) repeat-y;
}

#right-shadow {
	position: absolute;
	top: 0;
	right: 0;
	width: 10px;
	bottom: 0;
	background: url(../images/rightshadow.png) repeat-y;
}

.inside {
	padding: 8px;
	height: 330px;
	border: 1px solid #999;
	background-color: #FFF;
	overflow-y: scroll;
}

.inside img {
	display: block;
	border: 1px solid #666;
	/*width: 200px;*/
}

.inside h2 {
	font-weight: bold;
	color: #111;
	font-size: 17px;
	margin: 0 0 8px 0;
}

.inside p {
	font-size: 14px;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
}

a {
	color: #039;
	text-decoration: none;
	border-bottom: 1px dotted #ccc;
}

a:hover {
	border-bottom: 1px solid #999;
}

.scrollButtons {
    position: absolute;
    top: 150px;
    cursor: pointer;
}

.scrollButtons.left {
    left: -30px;
}

.scrollButtons.right {
    right: -30px;
}

.hide {
    display: none;
}

