@charset "utf-8";
/* CSS Document */

/*

CSS for www.sportsraffle.net
Copyright 2010 Sports Raffle
CSS by mta.creative - www.mtacreative.com

*/

/***** COLORS

Dk blue: #134170
Lt blue: #356aa0
tan: #E5E5CC
red: #b02b2c

*****/

/***** CSS RESET *****/
* {
	margin: 0;
	padding: 0;
	}


/***** MAIN & TYPOGRAPHY *****/
body {
	background: #356aa0;
	color: #333333;
	font-family: “Gill Sans”, Calibri, “Trebuchet MS”, sans-serif;
	font-size: 14px;
	}

p {
	font-size: 1em;
	line-height: 1.3em;
	margin: 10px 20px;
	}

.copyright {
	font-size: .8em;
	margin: 10px;
	padding: 20px;
	text-align: right;
	}

a, a:active, a:visited {
	color: #356aa0;
	font-weight: bold;
	}
a:hover {
	color: #134170;
	}
img {border: 0;}
.navad {padding-top: 10px;}

h1 {
	color: #333;
	font-size: 2.1154em;
	margin: 10px 20px 20px 20px;
	}
	
h2 {
	color: #356aa0;
	font-size: 1.3em;
	margin: 10px 20px;
	}
	
h3 {
	color: #b02b2c;
	font-size: 1.3em;
	margin: 20px 0 0 20px;
	}

blockquote {
	background: #d6eaff url(images/blockquote.png) top left no-repeat;
	font-size: 1.1154em;
	margin: 30px 20px 20px 20px;
	padding: 10px 10px 10px 50px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	}
	
#quote {
	width:510px;
	padding-left:60px;
	}

#quote a {
	text-decoration:none;
	}	

/***** STRUCTURE/DIVS *****/
	
#wrap {
	margin: 10px auto;
	width: 960px;
	}
	
#header {
	background: #b02b2c;
	height: 150px;
	margin: 0;
	width: 960px;
	border-bottom:2px solid #222222;
	position:relative;
	z-index:98;
	}
	
#facebook-link {
	width:59px;
	height:56px;
	position:absolute;
	top:0px;
	right:0px;
	}
	
#logo-link {
	width:200px;
	height:142px;
	position:absolute;
	top:0px;
	left:0px;
	}	
	
#headerplain {
	background: #b02b2c;
	height: 142px;
	margin: 0;
	width: 960px;
	}
	
#contentwrap {
	background: url(images/srcontainerbkg.png) top repeat-y;
	width: 960px;
	}
	
#nav {
	float: left;
	margin: 0;
	width: 200px;
	}
#content {
	float:left;
	margin: 0;
	width: 760px;
	}

#content h1 {
	font-size:20px;
	margin:0;padding:0;
	margin:10px 20px;
	}	
	
#footer {
	background:url(images/srfooterrbkg.png) bottom no-repeat;
	clear: both;
	height: 70px;
	margin: 0;
	width: 960px;
	}

/***** NAV *****/
#nav ul {
	list-style-type: none;
	padding-bottom: 30px;
	}
#nav ul li {}
#nav ul li a{
	color: #134170;
	display: block;
	font-size: 16px;
	font-weight: normal;
	height: 32px;
	padding: 12px 0 0 25px;
	text-decoration: none;
	}
#nav ul li a:hover {
	background: url(images/srnavbkg.png) top left no-repeat;
	color:#ffffff;
	}

.active {
	background: url(images/srnavbkgactive.png) top left no-repeat;
	color:#ffffff;
	}

/***** CONTENT *****/
#content ul li {
	font-size: 1.2em;
	margin: 5px 0 5px 50px;
	}

table#destinations {margin:10px auto 30px;}
table#destinations tr td {
	padding-top: 10px;
	text-align: center;
	}
table#destinations tr th {
	padding-bottom: 10px;
	text-align: center;
	}
.program {
	margin: 0 20px 10px 20px;
	}

#clubs {
	background: #d6eaff;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	
	float: left;
	margin: 0 20px;
	padding: 0 0 20px 0;
	width: 350px;
	}
#testimonials {
	background: #f5f5ea;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	
	float: right;
	margin: 0 20px 0 0;
	width: 350px;
	}

#testimonials blockquote {
	background: #e5e5cc url(images/blockquotetestimonial.png)top left no-repeat;
	margin: 30px 20px;
	padding: 10px 0 10px 30px;
	font-size: 1.2em;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	}

.quoteby {
	font-size: 14px;
	font-style: italic;
	text-align: right;
	}

#inset {
	background: #d6eaff url(images/inseticon.png) top left no-repeat;
	font-size: 1.1154em;
	float: right;
	margin: 20px;
	padding: 10px;
	width: 300px;
	
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	}
#inset h3 {
	color: #134170;
	font-size: 1.3em;
	margin: 0 0 10px 40px;
	}
#inset p {
	margin: 0 0 10px 40px;
	}
table#forms {
	margin: 0 0 0 20px;
	}
table#earnings {
	margin: 0 0 40px 20px;
	}
table#earnings thead {
	font-size: 1.2em;
	font-weight: bold;
	}
table#earnings td {
	padding: 5px;
	}

/***** FORMS *****/
form {
	background: #d6eaff;
	border: 1px solid #afd5fd;
	border-radius: 6px;
	margin: 0 20px;
	width: 500px;
	}

form input,
form textarea {
	border: 1px solid #afd5fd;
	}
.noborder {border: 0;}
.formbutton {margin: 0 70px 0 0;}

/***** SITEMAP *****/

ul#sitemap, ul#sitemap ul {
	font-size: 14px;
	list-style-type: none;
	padding: 5px;
	}

ul#sitemap a {
	font-weight:normal;
	}
