/* Site Layout - store and winners */

body {
	font-size: 75%;
	margin: 0px;
	padding: 0px;
	/*background: #FEFEFE url(/assets/images/bg_header.png) repeat-x left top;*/
}

#container {
	width: 100%;
	background: url(/assets/images/img_header_new.gif) no-repeat center top;
	font: 1em/1.4em 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	margin: 0px;
	text-align: center;
}

#banner {
	text-align: left;
	width: 900px;
	height: 210px;
	margin: 0px auto;
}

#branding {
	text-align: center;
	width: 900px;
		/* Incorrect width and position for IE */
	padding: 0px 0px 0px 400px;
	font: 2.95em 'Lucida Grande', Geneva, Verdana, Arial;
	color: #ffffff;
}

/* Correct width and position for compliant browsers */
html>body #branding {
	padding: 0px 0px 0px 210px;
}
#branding a:link, #branding a:visited, #branding a:hover, #branding a:active {
	text-decoration: none;
	border-style: none;
	color: #333;
}

/* Print header */
#branding-print {
	display: none;
	height: 60px;
	width: 160px;
}

#page-bkgd {
	background: #FFF;
	width: 100%;
	text-align: center;
}

#page {
	width: 900px;
	padding: 0px;
/*	background: #FFF url(/assets/images/bg_content.jpg) repeat-y left top;*/
	margin: 0px auto;
}

#nav {
	font: 0.95em 'Lucida Grande', Geneva, Verdana, Arial;
	color: #cc3333;
	float: left;
	padding: 0px 0px 0px;
	margin: 0px -1px 0px 0px;
	position: relative;
	z-index: 1000;
	text-align: left;
	/* Incorrect width and position for IE */
	width: 120px;
}

/* Correct width and position for compliant browsers */
html>body #nav {
	width: 130px;
}

#content {
	background: #FFF;
	text-align: left;
	margin: 0px;
	/* Incorrect width for IE */
	padding: 20px 30px 0px 15px;
	float: left;
	border-right: 2px solid #999999;
	border-left: 2px solid #999999;
	min-height: 660px;
	/*border-top: 1px solid #CCC;*/
	/* Incorrect width for IE */
	width: 550px;
}

/* Correct width for compliant browsers */
html>body #content {
	width: 520px;
	padding: 20px 30px;
}


#contentwide {
background: #FFF;
text-align: left;
margin: 0px;
	/* Incorrect width for IE */
padding: 40px 50px;
float: left;
border-right: 1px solid #CCC;
border-left: 1px solid #CCC;
border-top: 1px solid #CCC;
/* Incorrect width for IE */
width: 768px;
}

/* Correct width for compliant browsers */
html>body #contentwide {
width: 619px;
padding: 40px 70px;
}

#content-wizard {
	background: #FFF;
	text-align: left;
	margin: 0px;
	padding: 40px 90px;
	float: left;
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-top: 1px solid #CCC;
	/* Incorrect width for IE */
	width: 768px;
}

/* Correct width for compliant browsers */
html>body #content-wizard {
	width: 588px;
}

#sidebar {
	float: right;
	width: 179px;
	text-align: left;
	margin: 0px;
}

#stretcher {
	clear: both;
	width: 100%;
	font-size: 0px;
	height: 1px;
	/* Values for IE */
	margin-top: -16px;
}

/* Correct values for compliant browsers */
html>body #stretcher {
	margin-top: 0px;
}

#footer {
	clear: both;
	height: 40px;
	width: 100%;
	margin: 0px auto;
	text-align: center;
	color: #ffffff;
	font-size: 0.85em;
	background: #999999;
}

/* Site Navigation */

ul#nav-primary {
	margin: 0px;
	padding: 1px 0px 0px;
	width: 129px;
	color: #cc3333;
	background: url(/assets/images/img_divider_left.jpg) no-repeat right top;
}

ul#nav-primary li {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 1px;
	line-height: 2em;
	color: #cc3333;
	background: url(/assets/images/img_divider_left.jpg) no-repeat right bottom;
}

ul#nav-primary a:link, ul#nav-primary a:visited {
	color: #cc3333;
	height: 2.25em;
	text-decoration: none;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	display: block;
	border-style: none;
	/* incorrect width for IE */
	width: 129px;
}

/* Correct width for compliant browsers */
html>body ul#nav-primary a:link, ul#nav-primary a:visited {
	width: 119px;
}


ul#nav-primary a:hover {
	color: #cc3333;
	border-style: none;
	background: transparent;
}

ul#nav-primary a:active {
	color: #cc3333;
	border-style: none;
}

ul#nav-primary a.here:link, ul#nav-primary a.here:visited {
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
	background: #FFF url(/assets/images/nav1_active_bkgd.jpg) no-repeat left bottom;
	color: #cc3333;
	border-right: none;
	font-weight: bold;
	padding-left: 10px;
	display: block;
	/* Incorrect width for IE */
	width: 129px;
}

/* Correct width for compliant browsers */
html>body ul#nav-primary a.here:link, ul#nav-primary a.here:visited {
	width: 119px;
}

ul#nav-primary a.here:hover {
	color: #cc3333;
	background: #FFF;
}

ul#nav-primary a.here:active {
	color: #cc3333;
}

ul#nav-secondary {
	margin: 1px 0px -1px;
	padding: 0px 0px 0px 10px;
	/* Incorrect width for IE */
	width: 119px;
}

/* Correct width for compliant browsers */
html>body ul#nav-secondary {
	width: 109px;
}

ul#nav-secondary li {
	list-style: none;
	margin: 0px 0px 1px;
	padding: 0px;
	background: none;
}

ul#nav-secondary a:link, ul#nav-secondary a:visited {
	color: #cc3333;
	height: 2.25em;
	text-decoration: none;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	display: block;
	background: url(/assets/images/nav2_bkgd.jpg) no-repeat left bottom;
	border-style: none;
	/* Incorrect width for IE */
	width: 119px;
}

/* Correct width for compliant browsers */
html>body ul#nav-secondary a:link, ul#nav-secondary a:visited {
	width: 109px;
}

ul#nav-secondary a:hover {
	color: #cc3333;
	border-style: none;
	background: url(/assets/images/nav2_bkgd.jpg) no-repeat left bottom;
}

ul#nav-secondary a:active {
	color: #cc3333;
	border-style: none;
}

ul#nav-secondary a.here:link, ul#nav-secondary a.here:visited {
	font-weight: bold;
	padding-left: 10px;
	border-style: none;
	color: #cc3333;
	background: url(/assets/images/nav2_active_bkgd.jpg) no-repeat left bottom;
	/* Incorrect width for IE */
	width: 119px;
}

/* Correct width for compliant browsers */
html>body ul#nav-secondary a.here:link, ul#nav-secondary a.here:visited {
	width: 109px;
}

ul#nav-secondary a.here:hover {
	color: #cc3333;
}

ul#nav-secondary a.here:active {
	color: #cc3333;
}

/* Footer Elements */

#footer ul {
	margin: 0px;
	padding: 10px 0px 0px;
}

#footer li {
	display: inline;
	padding-right: 5px;
	padding-left: 5px;
}

#footer a {
	color: #666;
	text-decoration: underline;
	border-style: none;
}

/* Images */

img {
	border-style: none;
}

.img-home {
	border: 2px solid #FFF;
	margin: -40px -90px 30px -89px;
}

img.img-left {
	float: left;
	margin: 0px 20px 0px 0px;
	padding: 0px;
	border: none;
}

img.img-clear {
	display: block;
	padding-bottom: 10px;
}

/* Lists */

ol {
	padding: 0px;
	margin-top: 2em;
	margin-bottom: 2em;
	margin-left: 2em;
}
ol li {
	list-style: decimal outside;
	margin: 0.25em 0px;
	padding: 0px;
}

ul {
	padding: 0px;
	margin-top: 2em;
	margin-bottom: 2em;
	margin-left: 2em;
}

ul li {
	list-style: square outside;
	margin: 0.25em 0px;
	padding: 0px;
}

dl {
	margin: 1.5em 0px;
	padding: 0px;
}

dt {
	color: #333;
	font: bold 1.1em/1em Arial, Helvetica, sans-serif;
	margin-top: 1em;
}

dd {
	margin: 0px 0px 1em;
}

/* works in Firefox 1.5 only, don't use for now
.list-2-col {
	-moz-column-count: 2;
	-moz-column-width: 150px;
	-moz-column-gap: 70px;
	padding: 1em 0px 2em 30px;
}
*/

/* Sidebar Typography and Layout */

#view_winners {
	padding: 0px 0px 20px 0px;
  text-align: left;
	margin: 0px;
	background: url(/assets/images/img_divider_right.gif) no-repeat left bottom;
}

#spacing {
padding: 20px 0px 20px 0px;
}

#testimonial {
	padding: 10px 5px 20px 10px;
	background-color: #cc6633;
  height: 300px;
  color: #ffffff;
}

#testimonial .quote {
	padding: 0px;
	margin:  0px;
	font-size: 1em;
	color: #ffffff;
	line-height: 1.3em;
	quotes: none;

}

/*
#testimonial blockquote:before {
	content: no-open-quote;
}

#testimonial blockquote:after {
	content: no-close-quote;
}
*/

#sidebar p {
	text-transform: none;
	color: #ffffff;
	font-weight: normal;
	line-height: 1.3em;
	font-size: 0.95em;
}

#sidebar h1 {
	text-transform: none;
	color: #cc3333;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	line-height: 1.3em;
	font-size: 0.95em;
 	font-weight: normal;
 	border: none;
}

#testimonial .quotesource {
	font-style: italic;
	color: #ffffff;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}

#testimonial a:link, #testimonial a:visited, #testimonial a:hover, #testimonial a:active {
	color: #ffffff;
	text-decoration: none;
}

#sponsor {
	padding: 20px 0px 20px 20px;
	background: url(/assets/images/img_divider_right.gif) no-repeat left top;
}

#sponsor ul {
	margin: 0px;
	padding: 0px;
}

#sponsor li {
	margin: 1em 0px;
	padding: 0px;
	list-style: none;
}

#sponsor a:link, #sponsor a:visited, #sponsor a:hover, #sponsor a:active {
	border: none;
}



/* Home Page */

h1.homeintro {
	margin: 2px 0px 0px;
	padding: 0px;
}

/* Misc */

p.entryinfo {
	font: 1.3em/1.6em Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	color: #666;
}

p.entryinfo em {
	font-style: normal;
	color: #333;
}

p.center {
	text-align: center;
}

div.review {
	border: 1px solid #999999;
	padding: 0px 10px 10px;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}

div.review h5 {
	background: #999999;
	margin-top: 0px;
	margin-right: -10px;
	margin-left: -10px;
	padding: 4px 10px;
	color: #FFFFFF;
	text-transform: capitalize;
	font: bold 1em/1em Verdana, Arial, Helvetica, sans-serif;
}

div.review p.rows {
	border-bottom: 1px dotted #999999;
}

div.order-total {
	background: #FFFFCC;
	padding: 10px;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}

/* Tables */

table {
	width: 100%;
	padding: 0px 0px 1px;
	margin: 0px 0px 2em;
	border-collapse: collapse;
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
	font: normal 1em/1.4em 'Lucide Grande', Verdana, Arial, sans-serif;
}

table caption {
	color: #333333;
	font: bold 1.2em/2em 'Lucide Grande', Verdana, Arial, sans-serif;
	text-align: center;
	vertical-align: middle;
	display: table-caption;
	margin: 0px;
	padding: 0.25em 0px;
}

table thead td {
	background: url(/assets/images/img_tab_bg.jpg) no-repeat left top;
	border-right: none;
	border-top-style: none;
	border-left: none;
	color: #FFF;
	font-weight: bold;
	display: table-cell;
	text-align: center;
	border-bottom: 1px solid #666;
	margin-left: 1px;
}

table thead td:first-child {
	background: #FFF url(transparent);
}

table th {
	text-align: left;
	background: #FFFFCC;
	border-top: 1px solid #999;
	padding: 0.25em 0.5em;
	border-right: 1px dotted #999;
}

table td {
	border-top: 1px solid #999;
	padding: 0.25em 0.5em;
	border-right: 1px dotted #CCC;
	border-bottom: 1px solid #999;
}

.column-left {
	float: left;
	width: 46%;
	margin-bottom: 1.5em;
}

.column-right {
	float: right;
	width: 46%;
	margin-bottom: 1.5em;
}

.column-left ul, .column-right ul, .column-left ol, .column-right ol, .column-left ul li, .column-right ul li, .column-left ol li, .column-right ol li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

p.note {
	font-size: 0.8em;
	background-color: #F2F2F2;
	line-height: 1.2em;
	color: #666;
}

/* Wizard Tables */
/* These are old table-based layouts and should be updated to CSS */

#content-wizard table {
	width: 100%;
	padding: 0px 0px 1px;
	margin: 0px 0px 2em;
	border-collapse: collapse;
	font: normal 1em/1.4em 'Lucide Grande', Verdana, Arial, sans-serif;
	border: 1px solid #999;
}

#content-wizard table caption {
	color: #333333;
	font: bold 1.2em/2em 'Lucide Grande', Verdana, Arial, sans-serif;
	text-align: center;
	vertical-align: middle;
	display: table-caption;
	margin: 0px;
	padding: 0.25em 0px;
}

#content-wizard table th {
	text-align: left;
	background: #FFFFCC;
	border-top: none;
	padding: 0.25em 0.5em;
	border-right: none;
	border-bottom-style: none;
	border-left-style: none;
}

#content-wizard table td {
	border-top: none;
	padding: 0.25em 0.5em;
	border-right: none;
	border-bottom: none;
	border-left-style: none;
}

#content-wizard table table {
	border: none;
	background: #FFF;
}

#content-wizard table table td {
	border-bottom: 1px dotted #333;
}

#content-wizard fieldset table, #content-wizard fieldset table th, #content-wizard fieldset table tr, #content-wizard fieldset table td {
	border: none;
}

/* Wizard Steps */

#wizard-steps {
	margin: -0.5em 0px 2em;
	padding: 0.5em 0px 0px;
	display: block;
	float: left;
	width: 100%;
	color: #999;
	border-top: 2px solid #999;
	border-bottom: 2px solid #999;
	text-align: center;
}

#wizard-steps p {
	display: block;
	padding: 0px;
	margin: 0px;
}

#wizard-steps ol {
	margin: 0px;
	padding: 0.5em 0px 0px;
	display: block;
	width: 100%;
	float: left;
}

#wizard-steps li {
	list-style: url(none) none;
	float: left;
	margin: 0px;
	padding: 2.5em 3em 1em;
	color: #333;
	font-size: 0.9em;
	/* Width for IE */
	width: 25%;
}

/* Width for other browsers */
html>body #wizard-steps li {
	width: 14%;
}

#wizard-steps a:link, #wizard-steps a:visited {
	display: block;
	height: 23px;
	text-decoration: none;
	border-style: none;
	color: #666666;
	width: 100%;
	overflow: visible;
	visibility: visible;
}

#wizard-steps a:hover {
	display: block;
	height: 23px;
	background: url(/assets/images/img_magglass.gif) no-repeat center center;
	overflow: visible;
	visibility: visible;
	color: #666666;
	text-decoration: none;
	border-style: none;
	width: 100%;
}

#wizard-steps a:active {
	display: block;
	height: 23px;
	color: #666666;
	text-decoration: none;
	border-style: none;
	width: 100%;
}

#wizard-steps li.step1 {
	background: url(/assets/images/img_wizard_step1.gif) no-repeat center top;
}

#wizard-steps li.step1here {
	background: url(/assets/images/img_wizard_step1here.gif) no-repeat center top;
	font-weight: bold;
}

#wizard-steps li.step2 {
	background: url(/assets/images/img_wizard_step2.gif) no-repeat center top;
}

#wizard-steps li.step2here {
	background: url(/assets/images/img_wizard_step2here.gif) no-repeat center top;
	font-weight: bold;
}

#wizard-steps li.step3 {
	background: url(/assets/images/img_wizard_step3.gif) no-repeat center top;
}

#wizard-steps li.step3here {
	background: url(/assets/images/img_wizard_step3here.gif) no-repeat center top;
	font-weight: bold;
}

#wizard-steps li.step4 {
	background: url(/assets/images/img_wizard_step4.gif) no-repeat center top;
}

#wizard-steps li.step4here {
	background: url(/assets/images/img_wizard_step4here.gif) no-repeat center top;
	font-weight: bold;
}

/* Error Messages */

div.error-message {
	border: 3px double #900;
	font-weight: bold;
	color: #900;
	background: #FFDBDB url(/assets/images/img_errormessage_bg.gif) no-repeat left center;
	padding: 8px 8px 8px 45px;
}

span.error {
	font-weight: bold;
	color: #900;
	background: #FFEDED url(/assets/images/img_error_bg.gif) no-repeat left center;
	padding: 0.5em 0.5em 0.5em 10px;
	margin: 1em 0px;
	border: none;
}

/* Forms */

form fieldset {
	border: 1px solid #CCC;
	width: auto;
	height: auto;
	padding-top: 1.5em;
	padding-right: 2em;
	padding-bottom: 2em;
	padding-left: 2em;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	background-color: #FFF;
	display: block;
}

form legend {
	color: #cc3333;
	padding-right: 0.25em;
	padding-left: 0.25em;
	font-family: 'Lucide Grande', Verdana, Arial, sans-serif;
	font-size: 1em;
}

form label {
	font-weight: bold;
	display: block;
	padding: 0.5em 0em 0.5em 0px;
	width: 100%;
	color: #993333;
}

form input {
	margin-left: 0.25em;
}

form label.radiobutton {
	margin: 0px;
	padding: 0px;
	display: block;
}

form label.textarea {
	display: block;

}

form table {
	width: 100%;
	padding: 0px 0px 1px;
	margin: 0px 0px 2em;
	border-collapse: collapse;
	border: none;
}

form table caption {
	color: #0376b8;
	font: bold 1.2em/2em 'Lucide Grande', Verdana, Arial, sans-serif;
	text-align: center;
	vertical-align: middle;
	display: table-caption;
	margin: 0px;
	padding: 0.25em 0px;
}

form table th {
	text-align: left;
	background: #FFFFCC;
	padding: 0.25em 0.5em;
	border: none;
}

form table td {
	padding: 0.25em 0.5em;
	border: none;
}

form label.radiobutton, form label.checkbox {
	font-weight: normal;
	float: left;
	display: block;
	padding: 0.25em 0em 0.25em 0px;
	width: 100%;
	font-size: 0.95em;
}

span.form-label {
	display: inline;
	width: 100px;
	text-align: right;
}

/* Buttons */

.button-100 {
	background: url(/assets/images/btn_100.gif) no-repeat center center;
	color: #4D4D4D;
	height: 42px;
	border-style: none;
	width: 105px;
	text-transform: uppercase;
	font: bold 1em/1em Verdana, Arial, sans-serif;
	margin: 0px;
	padding: 0px 8px 5px 0px;
	float: none;
}

.button-150 {
	background: url(/assets/images/btn_150.gif) no-repeat center center;
	color: #4D4D4D;
	height: 42px;
	border-style: none;
	width: 155px;
	text-transform: uppercase;
	font: bold 1em/1em Verdana, Arial, sans-serif;
	margin: 0px;
	padding: 0px 8px 5px 0px;
	float: none;
}

.button-200 {
	background: url(/assets/images/btn_200.gif) no-repeat center center;
	color: #4D4D4D;
	height: 42px;
	border-style: none;
	width: 205px;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px 8px 5px 0px;
	float: none;
	font: bold 1em/1em Verdana, Arial, sans-serif;
}

.button-next-200 {
	background: url(/assets/images/btn_next_200.gif) no-repeat center center;
	color: #4D4D4D;
	height: 42px;
	border-style: none;
	width: 225px;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px 12px 5px 0px;
	float: none;
	font: bold 1em/1em Verdana, Arial, sans-serif;
}

.button-small {
	background: url(/assets/images/btn_sm_bg.gif) no-repeat left top;
	color: #333333;
	text-transform: capitalize;
	font: normal 0.9em/0.9em Verdana, Arial, sans-serif;
	margin: 0px;
	padding: 4px 2px;
	float: none;
	border: 1px ridge #4D4D4D;
}

.button-small:hover {
	border: 1px solid #6699CC;
}

/* Site Typography */

h1 {
	font: bold 2em/1.6em Verdana, Arial, Helvetica, sans-serif;
	color: #cc9933;
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
	border-bottom: 3px solid #cc3333;
}

h2 {
	font: bold 1.4em/1.6em 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
	color: #993333;
	margin: 0px;
	padding: 10px 0px 0px 0px;
	text-transform: capitalize;
	clear: both;
}

h3 {
	text-transform: capitalize;
	font: bold 1.2em/1.4em Verdana, Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
	color: #333;
	display: block;
	clear: both;
}

h4 {
	text-transform: capitalize;
	font: bold 1.2em/1.4em Verdana, Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
	color: #666;
}

h5 {
	color: #993333;
	font: bold 1.1em/1.2em Arial, Helvetica, sans-serif;
	margin: 0px;
	text-transform: capitalize;
}

h6 {
	color: #333;
	font: bold 1.1em/1.2em Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	text-transform: capitalize;
}

strong {
	font-weight: bold;
}

em {
	color: #993333;
	font-style: italic;
}

q {
	quotes: '"' '"';
}

blockquote:before {
	content: open-quote;
}

blockquote:after {
	content: close-quote;
}

p {
	margin-top: .5em;
	margin-bottom: 1.5em;
}

hr {
	background: url(/assets/images/img_hr.jpg) no-repeat center center;
	border: none;
	height: 30px;
	width: 100%;
}

/* Global Site Links */

a:link {
	color: #3366CC;
	text-decoration: none;
	/*border-bottom: 1px solid #3366CC;*/
}

a:visited {
	color: #6699CC;
	text-decoration: none;
	/*border-bottom: 1px solid #6699CC;*/
}

a:hover {
	color: #3366CC;
	text-decoration: none;
	border-style: none;
}

a:active {
	color: #3366CC;
	text-decoration: none;
	border-style: none;
}

a.banner-link {
	border: none;
}

#current-sites {
	border: 1px dotted #999999;
	padding: 10px 10px 5px;
	color: #666666;
	margin: 0px 0px 2em;
	background: #FFFFCC url(../assets/images/img_diagline_bg.gif) repeat left top;
}

#current-sites em {
	color: #333333;
	font-style: normal;
	padding-right: 1em;
}

#current-sites p {
	display: block;
	border-bottom: 1px solid #CCCCCC;
	margin-top: 5px;
	margin-bottom: 5px;
	background: #FFFFFF;
	padding: 0.25em 0.5em;
}

#current-sites h5 {
	color: #666666;
	font: bold 1em/1.3em 'Lucide Grande', Verdana, Arial, sans-serif;
	margin: 0em;
	padding: 0px;
	text-transform: capitalize;
}

/* Hide styles for... */
/* Old unsupported browsers */
h1#old-browsers {
	display: none;
}

#social {
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 0px;
	padding-top: 10px;
	width: 119px;
	margin-left: 0px;
	text-decoration: none;
}

#newsletter {
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 30px;
	padding-top: 20px;
	width: 119px;
	margin-left: -5px;
}
#newsletter p {
	font-size: 0.8em;
	margin: 0px 0px 0.5em;
	padding-left: 10px;
	color: #666666;
}

/* More table styles */
/* Don't use these for now */
/*
table.sites-list .total {
	background: #CCCCCC;
	font-weight: bold;
	border-bottom: 2px solid #999999;
}

table.sites-list {
	border-top: 2px solid #999999;
	border-right: 2px solid #999999;
}

table.sites-list table {
	border-top: none;
	border-right: none;
	border-bottom-style: none;
	border-left-style: none;
}

table.sites-list .number {
	font-weight: bold;
	color: #FFFFFF;
	background: #999999 url(../assets/images/img_tab_bg.jpg) repeat-x left top;
}
table.sites-list td {
	border-style: none;
}
table.sites-list table td {
	border-bottom: 1px dotted #999999;
}
*/
#newsletter fieldset {
	border-style: none;
	padding: 10px 0px 0px;
	margin: 0px;
	display: block;
	background-color: transparent;
}
#newsletter legend {
	color: #cc3333;
	font-weight: bold;
	font-family: "Lucida Grande", Geneva, Verdana, Arial;
}
#newsletter button {
}
#newsletter input {
	font-size: 0.9em;
}
#newsletter #email {
	width: 6em;
	margin-left: 10px;
}
.pageNav, .pageNav li {
	list-style: none;
	line-height: 1.6em;
}
.iconList {
	display: block;
	clear: both;
	height: 160px;
	padding: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 1.5em;
}
.iconList li {
	list-style: url(none) none;
	display: block;
	width: 108px;
	float: left;
	margin: 0px 10px;
	padding: 0px;
}
.iconList img {
	display: block;
}
.navList {
	font-size: 0.9em;
	margin: 0;
	padding: 1em 0;
	list-style: none;
	text-align: center;
}
.navList li {
	display: inline;
	margin-right: .2em;
	margin-left: .2em;
}
.activeChar a {
	border-style: none;
	font-size: 1.4em;
	font-weight: bold;
	text-decoration: none;
	margin: 0px 2px;
}
.pagebtn a {
	text-decoration: none;
	border-style: none;
}
/* pagination */
.pagination {
	padding: 0.5em 0em;
	margin-top: 1em;
	margin-bottom: 1em;
	border-top: 1px solid #CCCCCC;
}
.pagination ul {
	margin: 0px;
	padding: 0px;
}
.pagination li {
	float: left;
	list-style: url(none) none;
	padding-right: 1em;
	padding-left: 1em;
	margin: 0px 0.5em;
	border-right: 1px solid #666666;
	height: 1.5em;
}
.pagination li ul li {
	border-style: none;
	margin: 0px;
	padding-right: 0.25em;
	padding-left: 0.25em;
}
.pagination li:last-child {
	border-style: none;
}
.pagination .pagebtn {
	padding-right: 1em;
	padding-left: 1em;
}
.pagebtn img {
	border-style: none;
}
.pagination select {
	margin: 0px;
	padding: 0px;
	display: inline;
}
