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

* {
	font-family: sans-serif;
}

#body h1 {
}

#body h2 {
}

#body h3 {
}

#body h4 {
}

/* HEADER & NAV */

#header {
	height: 60px;
	background-image: url(/assets/header_grad.png);
	background-position: bottom;
	background-repeat: repeat-x;
}

#logo {
	margin-top: 10px;
	margin-left: 20px;
	width: 70px;
	height: 40px;
	float: left;
}

#nav {
	float: right;
	width: 80%;
	text-align: right;
}

#nav ul {
	padding-top: 15px;
	padding-right: 20px;
	text-align: right ;

}

#nav li {
	font-family: sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	display: inline ;
	font-weight: bold;

	padding-left: 8px;
	margin-left: 5px;
	
	border-left-color: white;
	border-left-style: solid;
	border-left-width: 2px;

	-moz-text-shadow: 3px 3px 3px #666;
	-webkit-text-shadow: 3px 3px 3px #666;
	text-shadow: 3px 3px 3px #666;
}

#nav li a {
	color: white;
	text-decoration: none;
}

#nav li a:hover {
	color: #333;
	text-decoration: none;

}

#nav li.first {
	border-left-color: red;
	border-left-style: solid;
	border-left-width: 0px;
}

/* FOOTER */

#footer {
	text-align: right;
	height:30px;			/* Height of the footer */
	
	background-image: url(/assets/footer_grad.png);
	background-position: bottom;
	background-repeat: repeat-x;

}

#footer ul {
	padding-top: 5px;
	padding-right: 20px;
	text-align: right;
}

#footer li {
	display: inline;
	font-size: 12px;
	
	padding-left: 8px;
	margin-left: 5px;
	
	border-left-color: white;
	border-left-style: solid;
	border-left-width: 1px;

}

#footer li.first {
	border-left-color: red;
	border-left-style: solid;
	border-left-width: 0px;
}

#footer li a {
	color: white;
	text-decoration: none;
}

#footer li a:hover {
	text-decoration: underline;
}


/* BODY */

#mainContent {

	width: 100%;
	height: 100%;
	display: table;

}


/* LEFT SIDE */

div.left_side {

	float: left;
	display: table-cell;
	height: 100%;
	width: 350px;
	margin-left: 20px;

}


#datebox {
	margin-top: 30px;
}

#datebox p.date {
	font-family: sans-serif;
	font-weight: bold;
	color: #333;
	font-size: 12px;
	
	-moz-text-shadow: 2px 2px 2px #666;
	-webkit-text-shadow: 2px 2px 2px #666;
	text-shadow: 2px 2px 2px #666;

}

#datebox h1 {
	font-family: serif;
	font-weight: bold;
	color: #333;
	font-size: 24px;
	line-height: 28px;
	padding-bottom: 18px;
	
	-moz-text-shadow: 3px 3px 3px #666;
	-webkit-text-shadow: 3px 3px 3px #666;
	text-shadow: 3px 3px 3px #666;
	
}

#datebox h2 {
	font-family: serif;
	font-weight: bold;
	color: #333;
	font-size: 32px;
	line-height: 40px;
	padding-bottom: 10px;
	
	-moz-text-shadow: 3px 3px 3px #666;
	-webkit-text-shadow: 3px 3px 3px #666;
	text-shadow: 3px 3px 3px #666;
	
}

#datebox .CTA p {
	font-size: 0px;
	line-height: 0px;
	padding: 0px 10px 0px 0px;
	margin: 0px;
	text-align: right;
}

#datebox .CTA p.download a {
	width: 290px;
	height: 30px;
	display: block;
	color: red;
	
	background-image: url(/assets/download.png);
	background-position: left top;
	background-repeat: no-repeat;
}

#datebox .CTA p.download a:hover {
	background-position: left -50px;

}

#datebox .CTA p.coupons a {
	padding-right: 30px;
	width: 290px;
	height: 30px;
	display: block;
	color: transparent;
	
	background-image: url(/assets/coupons.png);
	background-position: left top;
	background-repeat: no-repeat;
}

#datebox .CTA p.coupons a:hover {
	background-position: left -50px;

}



/* RIGHT SIDE */

div.right_side {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-right: 20px;
	float: right;
	width: 450px;
	background-image: url('/assets/translucent_white.png');

	color: #333333;	
}

.right_side h2 {
	font-size: 20px;
	text-transform: uppercase;
	padding-bottom: 5px;
}

.right_side p {
	padding-bottom: 5px;
	font-size: 15px;
	line-height: 20px;
}

.right_side p a {
	color: #333;
	text-decoration: underline;
}

.right_side p a:hover {
	color: #fff;
	background-color: #333;
}


.right_side li br {
	padding-bottom: 15px;
}

.right_side ul {
}

.right_side li {
	line-height: 25px;
	padding-bottom: 15px;
	margin-left: 10px;
}

.right_side li a {
	padding: 5px;
	display: block; 
	color: #333;
	text-decoration: none;
}

.right_side li a:hover {
	background-color: silver;
	color: #FFF;
	text-decoration: none;
}


ul.visible_bullets {

	list-style-type: circle;
	padding-left: 10px;

}

.right_side p.smaller {
	font-size: 13px;
	line-height: 15px;
}

.right_side p.smaller a {
	color: #333;
}

.right_side p.smaller a:hover {
	color: #FFF;
	background-color: #333;
}

/* BACKGROUND IMAGE */

