body {
	background-color: #e5eaed;
	font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
}

/* @group Header */

#HeaderWrapper {
	width: 100%;
	float: left;
}

#Header {
	width: 900px;
	height: 126px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../graphics/header-back.png);
	z-index: 100;
	position:relative;
}

a#HeaderLogo {
	float: left;
	margin: 4px;
	margin-left: 35px;
	text-decoration: none;
}

a#HeaderLogo img {
	border: none;
	text-decoration:none;
}

.login {
	float: right;
	margin: 10px;
	font-size: 12px;
	color: #555555;
	font-weight: 300;
	text-align: center;
}

.login a {
	color: #555555;
	text-decoration: none;
	margin-right: 5px;
	margin-left: 5px;
}

.login a:hover {
	color: #000000;
	text-decoration: underline;
}


/* @end */

/* @group Nav */

.nav {
	position: relative;
	top: 85px;
	left: 40px;
}

ul.nav li                      { 
	float: left; 
	zoom: 1;
	list-style-type: none;
}

ul.nav li:first-child a {
	padding-left: 16px;
	margin-left: 4px;
}

.nav a {
	margin-right: 5px;
	margin-left: 5px;
	padding-right: 8px;
	padding-left: 8px;
	text-decoration: none;
	color: #444444;
	font-size: 12px;
	line-height: 30px;
	text-transform: uppercase;
}

.nav a:hover {
	color: #000000;
}

.nav a.nav-selected {
	color: #111111;
}





li ul {
	padding-left:0px;
	margin-left: 0px;
	background-color: #faf3bf;
	border-radius: 10px;
	-moz-border-radius: 10px;
	border-top-left-radius: 0px;
	-moz-border-top-left-radius: 0px;
	border: 1px solid #dddddd;
}
/* 
	LEVEL ONE
*/
ul.nav                    { 
	position: relative;
}
ul.nav li                      { 
	float: left; 
	zoom: 1;
	list-style-type: none;
}

ul.nav a:active                { color: #000000; }

ul.nav a:hover		            { color: #000; }
ul.nav li a                    { 
	display: block; 
	text-decoration: none;
	padding-right: 8px;
	padding-left: 8px;
	margin-left: 0px;
	margin-right: 6px;
}
ul.nav li:last-child a         { border-right: none; } /* Doesn't work in IE */
ul.nav li.hover,
ul.nav li:hover                { color: black; position: relative; }
ul.nav li.hover a              { color: black; }


/* 
	LEVEL TWO
*/
ul.nav ul 					
{ 
	width: 200px;
	padding-right:20px; 
	visibility: hidden; 
	position: absolute; 
	top: 100%; 
	left: 0;
	z-index:200;
}

ul.nav ul li{ 
	font-weight: normal; 
	color: #000;
	border-bottom: 1px solid transparent; 
	float: left;
	clear: left;
	padding: 0;
	line-height: 24px;
	margin: 0;
}

#Nav ul.nav ul li a {
	font-size: 13px;
	margin-bottom: 2px;
}
									  
                                    /* IE 6 & 7 Needs Inline Block */
ul.nav ul li a					{ border-right: none; width: 100%; display: inline-block;
} 

/* 
	LEVEL THREE
*/
ul.nav ul ul {
	left: 105%;
	top: 0;
	background-color: #cccccc;
	width: 180px;
}

ul.nav li:hover > ul 			{ visibility: visible; }


/* @end */

#MarketingWrapper {
	width: 100%;
	float: left;
	margin-top: -17px;
}

#Marketing {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

#ContentWrapper {
	width: 100%;
	float: left;
	background: url(../graphics/content-shadow.jpg) no-repeat center top;
	padding-top: 10px;
}

#Content {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 14px;
}

#Content h1 {
	font-size: 26px;
	line-height: 30px;
	color: #333333;
	font-weight: 300;
	margin-left: 10px;
}

#Content h2 {
	font-size: 26px;
	line-height: 30px;
	color: #ad51aa;
	font-weight: 300;
	margin-left: 10px;
}

#Content h3 {
	font-size: 20px;
	font-weight: 300;
	color: #6c0a14;
	line-height: 22px;
	margin-left: 10px;
}

#Content h4 {
	font-size: 16px;
	font-weight: 300;
	color: #a50923;
	line-height: 18px;
	margin-left: 10px;
}

#Content a {
	font-weight: 300;
	color: #a50923;
	text-decoration: none;
}

#Content a:hover {
	color: #7d0d18;
	text-decoration: underline;
}

#Content p, #Content form {
	margin: 5px;
	margin-top: 1px;
	margin-bottom: 5px;
	padding: 5px;
	padding-top: 2px;
	padding-bottom: 4px;
	color: #555555;
	font-size: 13px;
	font-weight: 300;
	line-height: 20px;
}

#Content table {
	margin: 5px;
	padding: 5px;
	color: #555555;
	font-size: 13px;
	font-weight: 300;
	line-height: 18px;
	margin-left: 10px;
}

#Content p.alert {
	color: #c90000;
	font-weight: bold;
	font-style: italic;
	line-height: 24px;
	font-size: 16px;
	padding: 5px;
	border-radius:5px;
}

.alert img, .success img {
	height: 24px;
	float: left;
	margin-right: 4px;
}

#Content p.success {
	color: #333333;
	font-weight: bold;
	font-style: italic;
	line-height: 24px;
	background-color: #f5f5f5;
	border: 1px solid #eeeeee;
	padding: 5px;
	border-radius:5px;
}

.thincontent {
	float: left;
	width: 165px;
	margin: 5px;
	margin-top: 1px;
}

.thincontent ol {
	clear: both;
	width: 140px;
	margin-left: 25px;
	font-size: 14px;
	color: #333333;
	margin-bottom: 5px;
}

.thincontent ol li {
	list-style-position: outside;
	list-style-type: disc;
	margin-top: 10px;
}

#ContentLeft, #ContentRight, .box {
	background: #ffffff;
	box-shadow:2px 2px 3px #a7bbd3;
	border-radius: 8px;
	-moz-border-radius: 8px;
}

/* @group ContentLeft */

#ContentLeft {
	float: left;
	width: 530px;
	margin: 5px;
	padding: 5px;
}

.boxholder {
	background: #e5eaed url(../graphics/boxholder-bottom.jpg) no-repeat 0 bottom;
	padding-bottom: 15px;
}

.box {
	float: left;
	width: 245px;
	height: 120px;
	margin: 5px;
	margin-bottom: 12px;
	padding: 5px;
	line-height: 20px;
	color: #333333;
}

#Content .box h3 {
	text-align: center;
	color: #a50923;
	margin: 8px 0px;
}

.blogpost {
	float: left;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f5f5f5));
	color: #333333;
	font-size: 14px;
	margin: 5px;
	padding: 5px;
	text-decoration: none;
	border: solid 1px #ffffff;
	border-radius:8px;
	-moz-border-radius:8px;
}

.blogpost:hover {
	border: solid 1px #f7f3d5;
}

.blogpost img {
	float: right;
	border: solid 1px #cccccc;
	margin: 4px;
}

.divider {
	background: -webkit-gradient(linear, left top, right bottom, from(#2b89da), to(#3c669c));
	float: left;
	width: 96%;
	margin-left: 2%;
	height: 1px;
}

#ContentLeft .box h3 {
	font-size: 22px;
	text-align: center;
	line-height: 26px;
	font-weight: bold;
	color: #a50923;
	font-weight:300;
}



/* @end */

/* @group ContentMiddle */

#ContentMiddle {
	float: left;
	width: 550px;
	background-color: #ffffff;
}

#ContentMiddle h3 {
	width: 94%;
	margin-left: 3%;
	font-size: 20px;
	font-weight: normal;
	font-style: normal;
	color: #333333;
	line-height: 22px;
}

#ContentMiddle h4 {
	width: 94%;
	margin-left: 3%;
	background: -webkit-gradient(linear, left top, right bottom, from(#2b89da), to(#3c669c));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

	font-size: 14px;
	font-weight: bold;
	color: #333333;
	line-height: 16px;
}

#ContentMiddle p, #Content ol {
	width: 94%;
	margin-left: 3%;
	color: #333333;
	font-size: 14px;
	margin-bottom: 10px;
	line-height: 18px;
}


/* @end */

/* @group ContentRight */

#ContentRight {
	float: right;
	width: 330px;
	padding: 5px;
	margin: 5px;
}

#ContentRight ol {
	width: 90%;
	margin-left: 8%;
	font-size: 16px;
	color: #333333;
	margin-bottom: 5px;
}

#ContentRight ol li {
	list-style-position: outside;
	list-style-type: disc;
	margin-top: 10px;
}

.yellowbox {
	width:93%;
	padding: 5px;
	float:left;
	margin: 5px;
	background: rgb(251,246,212); /* Old browsers */
background: -moz-linear-gradient(left,  rgba(251,246,212,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(251,246,212,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgba(251,246,212,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgba(251,246,212,1) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgba(251,246,212,1) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
background: linear-gradient(to right,  rgba(251,246,212,1) 0%,rgba(255,255,255,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbf6d4', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
	border:solid 2px #f8f3d7;
	border-radius:8px;
	-moz-border-radius:8px;
}

.yellowbox h3 {
	line-height: 24px;
	color: #222222;
	font-size: 21px;
	font-weight: 300;
}

.yellowbox p {
	color: #555555;
	font-size: 13px;
	font-weight: 300;
	line-height: 20px;
}

a.yellowtab {
	float: left;
	color: #333333;
	width: 130px;
	height: 26px;
	line-height: 26px;
	padding-right: 10px;
	padding-left: 10px;
	background: url(../graphics/yellow-gray-tabs.png) 0 top;
	text-decoration: none;
	margin-left: 5px;
}

a.yellowtab:hover {
	color: #000000;
}

a.graytab {
	float: left;
	color: #777777;
	width: 130px;
	height: 26px;
	line-height: 26px;
	padding-right: 10px;
	padding-left: 10px;
	background: url(../graphics/yellow-gray-tabs.png) 0 bottom;
	text-decoration: none;
	margin-left: 5px;
}

a.graytab:hover {
	color: #444444;
}

.shaded {
	background-color: #f7f3d5;
}

.clubtable {
	width: 96%;
	margin-left: 2%;
	font-size: 14px;
	line-height: 18px;
	color: #333333;
	margin-top: 5px;
	margin-bottom: 5px;
}

.clubtable th {
	font-weight: bold;
	font-size: 16px;
}



/* @end */

h3 img {
	float: left;
	margin-right: 6px;
	height: 24px;
}

h2 img {
	margin-left: 6px;
	margin-right: 6px;
	height: 36px;
}

.thinbox {
	background: #ffffff;
}

.thinbox h3 {
	line-height: 18px;
	color: #222222;
	font-size: 18px;
	margin-bottom: 8px;
	margin-top: 8px;
	text-align: center;
}

.thinbox a, .thinbox h3, .thinbox p {
	float: left;
	width: 90%;
	margin-left:5%;
}

.thinbox p {
	font-size: 14px;
}

.thinbox a {
	text-decoration: none;
	color: #333333;
	font-size: 14px;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-top: 1px;
	border: 1px solid #f7f3d5;
	text-align: center;
	border-radius:5px;
	-moz-border-radius:5px;
}

.thinbox a.selected {
	color: #000000;
	background-color: #f7f3d5;
}

.thinbox a:hover {
	text-decoration: underline;
	color: #000000;
}

.innerbox {
	float: left;
	clear: both;
	width: 98%;
	margin-left: 1%;
	margin-bottom: 5px;
	border: solid 1px #f7f3d5;
	border-radius:6px;
	-moz-border-radius:6px;
}

#Content a.tinybutton {
	color: #333333;
	background-color: #f7f3d5;
	border-radius:4px;
	-moz-border-radius:4px;
	text-decoration: none;
	font-size: 0.9em;
	padding: 1px;
	padding-left: 6px;
	padding-right: 6px;
}
#Content a.tinybutton:hover {
	color: #000000;
	background-color: #ede6b2;
}

#Content .innerbox h3 {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f4e782+0,f2dc3a+100 */
	background: rgb(244,231,130); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(244,231,130,1) 0%, rgba(242,220,58,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(244,231,130,1)), color-stop(100%,rgba(242,220,58,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(244,231,130,1) 0%,rgba(242,220,58,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(244,231,130,1) 0%,rgba(242,220,58,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(244,231,130,1) 0%,rgba(242,220,58,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(244,231,130,1) 0%,rgba(242,220,58,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4e782', endColorstr='#f2dc3a',GradientType=0 ); /* IE6-9 */
	margin-left: 0px;
	padding-left: 10px;
	border-top-right-radius:5px;
	-moz-border-top-right-radius:5px;
	border-top-left-radius:5px;
	-moz-border-top-left-radius:5px;
	color: #333333;
	font-size: 16px;
	font-weight: bold;
}

#Content .innerbox h3 a {
	color: #333333;
	font-size: 16px;
	font-weight: bold;
}

#Content .innerbox table {
	font-size: 0.7em;
	color: #555555;
	font-weight: bold;
}

#Content a.button {
	float: left;
	margin: 5px;
	margin-left: 10px;
	padding: 3px;
	padding-left: 12px;
	padding-right: 12px;
	border-radius:6px;
	-moz-border-radius:6px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f5e67b+0,f2dc3a+100 */
background: rgb(245,230,123); /* Old browsers */
background: -moz-linear-gradient(top, rgba(245,230,123,1) 0%, rgba(242,220,58,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(245,230,123,1)), color-stop(100%,rgba(242,220,58,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(245,230,123,1) 0%,rgba(242,220,58,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(245,230,123,1) 0%,rgba(242,220,58,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(245,230,123,1) 0%,rgba(242,220,58,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(245,230,123,1) 0%,rgba(242,220,58,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5e67b', endColorstr='#f2dc3a',GradientType=0 ); /* IE6-9 */
	color: #333333;
	font-size: 0.9em;
}

#Content a.button:hover {
	color: #000000;
}

.bottomnav {
	clear: both;
	margin-top: 8px;
	width: 90%;
	margin-left: 5%;
	text-align: center;
	color: #777777;
	font-size: 12px;
}

.bottomnav a {
	color: #777777;
	text-decoration: none;
	font-size: 12px;
	font-weight: 300;
	padding-right: 5px;
	padding-left: 5px;
	margin-right: 2px;
	margin-left: 2px;
}

.bottomnav a:hover {
	color: #6e031c;
}

/* @group Footer */

#FooterWrapper {
	width: 100%;
	float: left;
	padding-top: 10px;
}

#Footer {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 14px;
	color: #888888;
	font-size: 12px;
	line-height: 18px;
}

#Footer a {
	color: #888888;
	text-decoration: none;
}

#Footer a:hover {
	color: #444444;
	text-decoration: none;
}

.footerleft {
	float: left;
}

.footerright {
	float: right;
}



/* @end */

.steps {
	float: left;
	width: 100%;
	background: url(../graphics/yellow-gradient-60h.jpg) repeat-x right top;
	color: #ffffff;
	text-align: center;
}

.steps span {
	float: left;
	line-height: 24px;
	margin-right: 5px;
	margin-left: 5px;
	font-size: 14px;
}

.steps span.current {
	color: #333;
}

.arrow {
	float: left;
}

