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

html { background: #9e9e9e; }
body { text-align: center; font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif; background: #9e9e9e url(../images/container-bg.png) center top repeat-x; position: relative; }

/* ------------------------------------------------------------------------------------------ */
/* TEMPLATE */
/* ------------------------------------------------------------------------------------------ */
#container { width: 960px; margin: 0 auto; padding: 40px 0; position: relative; }

#share { position: absolute; left: 0; top: 41px; }

form#signin { text-align: right; margin: 0 0 16px 0; overflow: hidden; }
form#signin fieldset { width: 260px; float: right; }
form#signin label { color: #fff; font-size: 12px; margin-right: 5px; float: left; line-height: 18px; }
form#signin input[type="text"] { width: 150px; height: 14px; padding: 1px 2px; border: 1px solid #8a8a8a; color: #666; float: left; }
form#signin input#go { background:url(/public/images/go-button-bg.png) no-repeat; width: 53px; height: 18px; border: none; margin: 0 0 0 6px; padding: 0; float: left; color: #000; font-weight: bold; float: left; font-size: 11px; }
form#signin input#go:hover { color: #fff; }
form#signin input[type="image"] { position: relative; top: 4px; }
form#signin label.error { position: absolute; right: 0; top: 20px; color: #E1D884; font-size: 11px; width: 210px; text-align: left; }

#content-wrapper { width: 960px; margin: 0 auto; padding: 0; background: #fff url(/public/images/content-wrapper-bg.png) right bottom no-repeat; }

#content { width: 960px; margin: 0; padding: 0; overflow: hidden; }

#header { width: 960px; height: 239px; margin: 0; padding: 0; background: url(/public/images/header-bg.jpg) right top no-repeat; text-align: left; position: relative; }
#logo { width: 297px; height: auto; margin: 0; padding: 42px 0 0 52px; }
#logo a { display: block; }
#headline { margin: 0 0 0 142px; }
/*#days-left { width: 79px; height: 75px; position: absolute; right: 100px; bottom: 0; background: url(/public/images/days-left-bg.png) no-repeat; text-align: center; }
#days-left p { color: #39b54a; font-size: 40px; font-weight: bold; letter-spacing: -2px; }*/
#days-left { width: 79px; height: 75px; position: absolute; right: 100px; bottom: 0; background: url(/public/images/days-left-bg.png) no-repeat; text-align: center; }
#days-left p { color: #39b54a; font-size: 40px; font-weight: bold; letter-spacing: -2px; }

/*
#nav { width: 862px; height: 140px; margin: 0 0 0 53px; background: url(/public/images/nav-bg.jpg) left bottom no-repeat; position: relative; }
#nav.off { background-image: url(/public/images/nav-bg.jpg); }
#nav.nav-link-1 { background-image: url(/public/images/nav-bg-1.jpg) }
#nav.nav-link-2 { background-image: url(/public/images/nav-bg-2.jpg) }
#nav.nav-link-3 { background-image: url(/public/images/nav-bg-3.jpg) }
#nav.nav-link-4 { background-image: url(/public/images/nav-bg-4.jpg) }
#nav.nav-link-5 { background-image: url(/public/images/nav-bg-5.jpg) }
#nav li { width: 160px; height: 27px; padding: 0; position: absolute; background: url(/public/images/50-percent.png) repeat; }
#nav a { width: 160px; height: 27px; display: block; text-decoration: none; }
#nav a span { visibility: hidden; }
#nav-button-1 {  }
#nav-button-2 {  }
#nav-button-4 {  }
#nav-button-5 {  }
#nav-button-1 { left: 6px; top: 43px; }
#nav-button-2 { left: 174px; top: 69px; }
#nav-button-3 { left: 352px; top: 30px; }
#nav-button-4 { left: 414px; top: 77px; }
#nav-button-5 { left: 662px; top: 54px; }
*/

/* -- original nav -- */
#nav { width: 862px; height: 140px; margin: 0 0 0 53px; background: url(/public/images/nav-bg.png) left bottom no-repeat; position: relative; }
#nav li { position: absolute; width: 208px; height: 25px; padding: 42px 0 38px 0; background-repeat: no-repeat; }
#nav li.off { background-position: top; }
#nav li.on { background-position: bottom; }
#nav a { width: 208px; height: 25px; display: block; text-decoration: none; /*background: url(/public/images/50-percent.png) repeat;*/ }
#nav a#nav-link-3 { height: 30px; position: absolute; left: 312px; top: 27px; }
#nav a span { visibility: hidden; }
#nav-button-1 { background-image: url(/public/images/nav-button-1.png); }
#nav-button-2 { background-image: url(/public/images/nav-button-2.png); }
#nav-button-3 { background-image: url(/public/images/nav-button-3.png); }
#nav-button-4 { background-image: url(/public/images/nav-button-4.png); }
#nav-button-5 { background-image: url(/public/images/nav-button-5.png); }
#nav-button-1 { left: 0px; top: 0px; }
#nav-button-2 { left: 141px; top: 26px; z-index: 100; }
#nav-button-3 { left: 312px; top: -13px; }
#nav-button-4 { left: 397px; top: 35px; }
#nav-button-5 { left: 647px; top: 11px; }
/* -- original nav */

#links { font-family: Arial, Helvetica, sans-serif; overflow: auto; margin: 14px 0 0 29px; padding-bottom: 25px; }
#links li { float: left; width: 119px; height: 27px; line-height: 27px; font-size: 11px; font-weight: bold; margin: 0 4px 0 0; white-space: nowrap; }
#links li a { display: block; width: 119px; height: 27px; line-height: 27px; color: #074177; text-decoration: none; background: url(/public/images/button1-bg.png) left top no-repeat; }
#links li a:hover { background-position: left bottom; text-decoration: underline; }

#footer { margin: 15px 0 0 0; }
#footer p { text-align: right; padding-right: 100px; font-size: 10px; }
#footer a { color: #fff; text-decoration: none; margin-left: 20px }
#footer a:hover { text-decoration: underline; }

img.cap { display: block; }
.floatleft { float: left; }
.floatright { float: right; }
.clearboth { clear: both; }

form li { position: relative; }
label.error { color: #b90101; position: absolute; right: 6px; }
 
/* ------------------------------------------------------------------------------------------ */
/* CONTENT */
/* ------------------------------------------------------------------------------------------ */
.column h2 { font-family: 'Arial Narrow', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif; }
.column p.action { font-family: 'Arial Narrow', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif; }
.column p strong { font-family: 'Arial Narrow', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif; }

/* ------------------------------------------------------------------------------------------ */
/* HOME */
/* ------------------------------------------------------------------------------------------ */
#home .column { float: left; text-align: left; }
#home .column#col1 { width: 320px; margin-left: 33px; padding-top: 20px; }
#home .column#col2 { width: 240px; margin-left: 33px; padding-top: 65px; }
#home .column#col3 { width: 243px; margin-left: 18px; text-align: center; }
#home .column p { color: #231f20; font-size: 11.5px; line-height: 1.2em; margin: 1px 0 24px 0; }
#home .video-container { margin: 0 auto; text-align: center; width: 100%; }
#home .video-container img { margin: 0 0 0 0; }
#home .video-container p.caption { font-size: 10px; font-weight: bold; color: #666565; margin-top: 8px; }

/* ------------------------------------------------------------------------------------------ */
/* ABOUT */
/* ------------------------------------------------------------------------------------------ */
#about #content { min-height: 372px; margin: 9px 0 50px 0; padding: 0; background: url(/public/images/content-bg-about.png) center top no-repeat; }
#about .column { float: left; text-align: left; width: 378px; padding: 16px 24px 0 24px; }
#about .column#col1 { margin-left: 46px; }
#about .column#col1 h2 { margin-bottom: 3px; }
#about .column#col2 { margin-left: 17px; }
#about .column#col2 h2 { margin-bottom: 20px; }
#about .column p { color: #6f6e6e; font-size: 11.5px; line-height: 1.2em; margin: 1px 0 12px 0; }
#about .column p strong { color: #2a2623; font-size: 13px; }
#about .column p.action { color: #2a2623; font-size: 15px; line-height: 20px; font-weight: bold; text-align: center; margin-top: 30px; }
#about .column p.action a { width: 79px; height: 24px; display: inline-block; background: url(/public/images/click-here-button.png) center top no-repeat; }
#about .column p.action a:hover { background-position: center bottom; }
#about .column p.action a span { margin-left: -1000em; }

/* ------------------------------------------------------------------------------------------ */
/* PRIZES */
/* ------------------------------------------------------------------------------------------ */
#prizes #content { min-height: 372px; margin: 9px 0 50px 0; padding: 0; background: url(/public/images/content-bg-prizes.png) 44px top no-repeat; position: relative; }

#prizes .column { float: left; text-align: left; }

#prizes .column#col1 { width: 534px; margin-left: 46px; padding: 16px 24px 0 24px; }
#prizes .column#col1 h2 { line-height: 1.15em; margin-bottom: 3px; }

#prizes .wrapper { overflow: hidden; }

#prizes .column .intro p { margin-bottom: 9px; }

#prizes .column#col1 .categories { float: left; width: 235px; height: 156px; background: url(/public/images/prize-cat-bg.png) left top no-repeat; }
#prizes .column#col1 .categories ol { margin: 0 0 0 32px; }
#prizes .column#col1 .categories ol li { line-height: 28px; margin: 0 0 4px 0; font-size: 13px; font-weight: bold; font-family: 'Arial Narrow', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif; }

#prizes .column#col1 .prize-list { float: left; width: 280px; margin: 0 0 0 13px; font-weight: bold; font-family: 'Arial Narrow', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif; }
#prizes .column#col1 .prize-list h3 { font-size: 13px; line-height: 1.15em; }
#prizes .column#col1 .prize-list dl { margin: 6px 0; font-size: 13px; }
#prizes .column#col1 .prize-list dt { color: #39b54a; float: left; }
#prizes .column#col1 .prize-list dt span { color: #6f6e6e; margin: 0 3px; }
#prizes .column#col1 .prize-list dd { color: #6f6e6e; font-size: 11.5px; line-height: 1.25em; margin: 0 0 8px 65px; font-weight: normal; font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif; }
#prizes .column#col1 .prize-list p { color: #6f6e6e; font-size: 12px; }

#prizes .column#col1 .logo-links { margin-top: 9px; position: absolute; left: 70px; bottom: 10px; }
#prizes .column#col1 .logo-links a { display: block; width: 75px; height: 100px; }
#prizes .column#col1 .logo-links a#logo-link-1 { width: 125px; height: 90px; }
#prizes .column#col1 .logo-links a#logo-link-2 { width: 150px; }
#prizes .column#col1 .logo-links a#logo-link-3 { margin-right: 30px; }
#prizes .column#col1 .logo-links a#logo-link-4 { margin-right: 0; }
#prizes .column#col1 .logo-links a span { margin-left: -1000em; }


#prizes .column#col2 { margin-left: 42px; width: 243px; }
#prizes .column p { color: #6f6e6e; font-size: 11px; line-height: 1.2em; margin: 1px 0 12px 0; }
#prizes .column p strong { color: #2a2623; }
#prizes .column p.action { color: #2a2623; font-size: 15px; line-height: 20px; font-weight: bold; text-align: center; }
#prizes .column p.action a { width: 79px; height: 24px; display: inline-block; background: url(/public/images/click-here-button.png) center top no-repeat; }
#prizes .column p.action a:hover { background-position: center bottom; }
#prizes .column p.action a span { margin-left: -1000em; }

/* ------------------------------------------------------------------------------------------ */
/* REGISTER */
/* ------------------------------------------------------------------------------------------ */
#register #content { min-height: 402px; margin: 9px 0 100px 0; padding: 0; background: url(/public/images/content-bg-register2.png) center top no-repeat; }

#register .column { float: left; text-align: left; padding: 16px 24px 0 24px; }

#register .column#col1 { margin-left: 46px; width: 255px; }
#register .column#col1 h2 { line-height: 1.15em; margin-bottom: 6px; }
#register .column#col1 h3 { font-size: 13px; margin-bottom: 3px; font-family: 'Arial Narrow', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif; }
#register .column#col1 ol { font-size: 11px; color: #6f6e6e; margin: 0 0 10px 0; padding: 0 0 0 20px; list-style: upper-alpha; }
#register .column#col1 ol li { line-height: 1.25em; margin-bottom: 2px; }

#register .column#col2 { margin-left: 17px; width: 501px; position: relative; }
#register .column#col2 h2 { margin-bottom: 6px; }
#register .column p { color: #6f6e6e; font-size: 11px; line-height: 1.25em; margin: 1px 0 12px 0; }
#register .column#col2 div.error { position: absolute; right: 24px; top: 9px; width: 328px; height: 30px; }

#register .column form { position: relative; }
#register .column form p { margin-bottom: 6px; }
#register .column form li { margin-bottom: 4px; overflow: hidden; }
#register .column form li div.floatleft { position: relative; }
#register .column label { color: #6f6e6e; font-size: 11px; float: left; line-height: 17px; margin-right: 6px; }
#register .column label a { color: #6f6e6e; text-decoration: underline; }
#register .column label a:hover { color: #2a2623; }
#register .column label#only { float: right; margin-right: 0; padding-left: 12px; background: url(/public/images/arrow-right.png) left center no-repeat; }
#register .column input[type="text"] { color: #2a2623; font-size: 11px; border: 1px solid #d6d4d4; height: 15px; float: right; }
#register .column input#first_name { width: 174px; margin-right: 6px; }
#register .column input#last_name { width: 174px; }
#register .column input#email { width: 410px; }
#register .column input#email_confirm { width: 357px; }
#register .column input#address { width: 440px; }
#register .column input#city { width: 270px; margin-right: 6px; }
#register .column input#state { width: 30px; }
#register .column input#zip { width: 80px; }
#register .column input#phone { width: 260px; }
#register .column input[type="checkbox"] { float: left; position: relative; top: -1px; }

#register .column fieldset.submit { position: absolute; bottom: 10px; right: 0px; width: 79px; height: 24px; }
#register .column input#submit { margin: 0; padding: 0; width: 79px; height: 24px; background: url(/public/images/submit-button-2.png) left top no-repeat; border: none; }
#register .column input#submit:hover { background-position: left bottom; }

#register .column label.error { color: #b90101; float: none; }
#register .column .state label.error { margin-right: -15px; }

#register .column form li.consent input { margin-bottom: 0; }
#register .column form li.consent label { float: none; margin-left: 24px; display: block; }
#register .column form li.consent label.error { bottom: 0; }

/* ------------------------------------------------------------------------------------------ */
/* SUBMIT */
/* ------------------------------------------------------------------------------------------ */
#submit #content { min-height: 372px; margin: 9px 0 50px 0; padding: 0; }
#submit .column { float: left; text-align: center; margin: 0; padding: 0 113px; }
#submit .column .confirmation p { color: #074177; text-align: center; text-decoration: underline; font-family: 'Arial Narrow', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif; font-weight: bold; font-size: 14px; margin-bottom: 6px; }
#submit .column h2 { margin-bottom: 3px; }
#submit .column p { color: #6f6e6e; font-size: 11.5px; line-height: 1.2em; margin: 1px 0 12px 0; }
#submit .column p a { color: #1e62af; text-decoration: none; border-bottom: 2px solid #c7d8eb; }
#submit .column p a:hover { color: #1e62af; border-bottom: 2px solid #1e62af; }

#submit .column ul { margin: 20px 0 25px 0; overflow: hidden; }
#submit .column li { width: 133px; height: 134px; float: left; margin-right: 17px; }
#submit .column li#cat-link-5 { margin-right: 0; }
#submit .column li a { width: 133px; height: 134px; display: block; background: url(/public/images/category-links-bg.jpg) left top no-repeat; }
#submit .column li a:hover { background-position: left bottom; }
#submit .column li a span { margin-left: -1000em; }

#submit .column li#cat-link-1 a { background-position: 0 top; } 	  #submit .column li#cat-link-1 a:hover { background-position: 0 bottom; }
#submit .column li#cat-link-2 a { background-position: -133px top; }  #submit .column li#cat-link-2 a:hover { background-position: -133px bottom; }
#submit .column li#cat-link-3 a { background-position: -266px top; }  #submit .column li#cat-link-3 a:hover { background-position: -266px bottom; }
#submit .column li#cat-link-4 a { background-position: -399px top; }  #submit .column li#cat-link-4 a:hover { background-position: -399px bottom; }
#submit .column li#cat-link-5 a { background-position: -532px top; }  #submit .column li#cat-link-5 a:hover { background-position: -532px bottom; }

/* ------------------------------------------------------------------------------------------ */
/* Category */
#category #content { min-height: 322px; margin: 9px 0 100px 0; padding: 0; }

#category .column { float: left; text-align: left; }
#category .column p { color: #6f6e6e; font-size: 11px; line-height: 1.25em; margin: 1px 0 12px 0; }

#category .column#col1 { margin-left: 42px; width: 189px; }
#category .column#col1 h2 { line-height: 1.15em; margin-bottom: 6px; }
#category .column#col1 h3 { font-size: 13px; margin-bottom: 3px; font-family: 'Arial Narrow', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif; }
#category p.back { margin-bottom: 6px; }
#category p.back a { width: 181px; height: 38px; display: block; background: url(/public/images/back-button.png) left top no-repeat; }
#category p.back a:hover { background-position: left bottom; }
#category p.back a span { margin-left: -1000em;; }
#category p.tip { padding-top: 10px; }
#category p.tip strong { color: #1e62af; }

#category .column#col2 { width: 655px; margin-left: 26px; }
#category .column#col2 h2 { margin-bottom: 6px; }
#category .column .form-wrapper { width: 607px; height: 322px; padding: 16px 24px 0 24px; background: url(/public/images/content-bg-submit.png) left top no-repeat; }
#category .column form {  }
#category .column form p { margin-bottom: 6px; }
#category .column form li { margin-bottom: 4px; overflow: hidden; }
#category .column label { color: #6f6e6e; font-size: 11px; float: left; line-height: 17px; margin-right: 6px; }
#category .column label a { color: #6f6e6e; text-decoration: underline; }
#category .column label a:hover { color: #2a2623; }
#category .column label#only { float: right; margin-right: 0; padding-left: 12px; background: url(/public/images/arrow-right.png) left center no-repeat; }
#category .column input[type="text"] { color: #2a2623; font-size: 11px; border: 1px solid #d6d4d4; height: 15px; float: right; }
#category .column input#user_name { width: 520px; }
#category .column input#idea_name { width: 520px; }

#category .column fieldset.description {  }
#category .column textarea { width: 607px; clear: both; border: 1px solid #d6d4d4;}

#category .column fieldset.submit { text-align: center; position: static; }
#category .column input#submit { float: none; margin: 16px 0 10px 0; padding: 0; width: 79px; height: 24px; background: url(/public/images/submit-button-2.png) left top no-repeat; border: none; }
#category .column input#submit:hover { background-position: left bottom; }

#category .column .notice { background: url(/public/images/notice-bg.png) center top no-repeat; text-align: center; margin: 0 auto 15px auto; width: auto; }
#category .column .notice p { color: #fff; font-family: 'Arial Narrow', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif; font-size: 14px; font-weight: bold; line-height: 28px; height: 28px; }
#category .column .notice p a { color: #fff; }
#category .column .notice p a:hover { color: #f68c8c; }

#category .column label.error { color: #b90101; float: none; }

/* ------------------------------------------------------------------------------------------ */
/* WINNERS */
/* ------------------------------------------------------------------------------------------ */
#winners #content { min-height: 372px; margin: 9px 0 50px 0; padding: 0; }
#winners .column { float: left; text-align: center; margin: 0; padding: 0 113px; }
#winners .column h2 { margin-bottom: 2px; font-size: 21px; }
#winners .column h3 { margin-bottom: 3px; font-size: 16px; font-family: 'Arial Narrow', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif; }
#winners .column p { color: #6f6e6e; font-size: 11.5px; line-height: 1.2em; margin: 1px 0 12px 0; }
#winners .column p a { color: #1e62af; text-decoration: none; border-bottom: 2px solid #c7d8eb; }
#winners .column p a:hover { color: #1e62af; border-bottom: 2px solid #1e62af; }

#winners .column ul { margin: 20px 0 25px 0; overflow: hidden; }
#winners .column li { width: 133px; height: 134px; float: left; margin-right: 17px; display: block; background: url(/public/images/category-links-bg.jpg) left top no-repeat; }
#winners .column li#cat-link-5 { margin-right: 0; }
#winners .column li a { width: 133px; height: 134px; display: block; background: url(/public/images/category-links-bg.jpg) left top no-repeat; }
#winners .column li a:hover { background-position: left bottom; }
#winners .column li span { margin-left: -1000em; }

#winners .column li#cat-link-1 a  { background-position: 0 top; } 	  	 #winners .column li#cat-link-1 a:hover { background-position: 0 bottom; }
#winners .column li#cat-link-2 a { background-position: -133px top; }  #winners .column li#cat-link-2 a:hover { background-position: -133px bottom; }
#winners .column li#cat-link-3 a { background-position: -266px top; }  #winners .column li#cat-link-3 a:hover { background-position: -266px bottom; }
#winners .column li#cat-link-4 a { background-position: -399px top; }  #winners .column li#cat-link-4 a:hover { background-position: -399px bottom; }
#winners .column li#cat-link-5 a { background-position: -532px top; }  #winners .column li#cat-link-5 a:hover { background-position: -532px bottom; }

/* Category */
#category.nav-link-5 p.back a { width: 181px; height: 42px; display: block; background: url(/public/images/back-button-2.png) left top no-repeat; }
#category.nav-link-5 p.back a:hover { background-position: left bottom; }
#category.nav-link-5 p.back a span { margin-left: -1000em; }
.nav-link-5 .sidebar img { margin-bottom: 5px; }

#category .column .winners { width: 607px; height: auto; padding: 16px 24px 0 24px; background: url(/public/images/content-bg-submit.png) left top no-repeat; }
#category .column#col2 .winners h2 { margin-bottom: 12px; }
#category .winner { margin: 0 0 12px 0; padding: 0 0 6px 0; border-bottom: 1px solid #c9c9c9; }
#category .winner.last { border-bottom: none; margin-bottom: 0; padding-bottom: 6px; }
#category .winner p { font-size: 11.5px; margin-bottom: 6px; }
#category .winner p strong { color: #1e62af; font-size: 12px; }

#category .winners-category { background: url(/public/images/winners-bg-middle.png) left top repeat-y; }
#category .winners-category .winners { width: 607px; height: auto; padding: 16px 24px 0 24px; background: url(/public/images/winners-bg-top.png) left top no-repeat; }
#category .winner ul { font-size: 11.5px; margin: 0; padding: 0; color: #6F6E6E; line-height: 1.25em; }

/* ------------------------------------------------------------------------------------------ */
/* SITE MAP */
/* ------------------------------------------------------------------------------------------ */
#site_map #content { min-height: 334px; margin: 9px 0 80px 0; padding: 0; background: url(/public/images/content-bg-sitemap.png) center top no-repeat; text-align: center; }
#site_map .column { text-align: center; margin: 0 auto; width: 472px; padding: 24px 0 0 0; }
#site_map .column h2 { text-align: center; margin-bottom: 30px; font-size: 21px; font-family: 'Arial Narrow', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif; }
#site_map .column .page-list { text-align: center; width: 80%; margin: 0 auto; overflow: hidden; }
#site_map .column ul { font-size: 16px; line-height: 1.2em; float: left; text-align: left; font-family: 'Arial Narrow', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif; font-weight: bold; }
#site_map .column ul li { margin-bottom: 9px; }
#site_map .column ul li a { color: #2a2623; text-decoration: none; }
#site_map .column ul li a:hover { color: #6f6e6e; text-decoration: underline; }
#site_map .column ul ul { margin-top: 6px; color: #6f6e6e; float: none; font-size: 13px; font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif; font-weight: normal; }
#site_map .column ul ul li { margin-bottom: 6px; padding-left: 18px; background: url(/public/images/arrow-right.png) 6px center no-repeat; }
#site_map .column ul ul li a { color: #6f6e6e; text-decoration: none; }
#site_map .column ul ul li a:hover { color: #2a2623; }

/* ------------------------------------------------------------------------------------------ */
/* CONTACT */
/* ------------------------------------------------------------------------------------------ */
#contact #content { min-height: 290px; margin: 9px 0 80px 0; padding: 0; background: url(/public/images/content-bg-contact.png) center top no-repeat; text-align: center; }
#contact .column { text-align: center; margin: 0 auto; width: 472px; padding: 24px 0 0 0; }
#contact .column h2 { text-align: center; margin-bottom: 10px; font-size: 21px; font-family: 'Arial Narrow', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif; }
#contact .column h3 { font-size: 18px; margin: 24px 0 3px 0; font-family: 'Arial Narrow', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif; }
#contact .column p { color: #6f6e6e; font-size: 11.5px; line-height: 1.2em; margin: 1px 0 12px 0; }
#contact .column p a { color: #6f6e6e; text-decoration: underline; }
#contact .column p a:hover { color: #2a2623; }

/* ------------------------------------------------------------------------------------------ */
/* KEEP ME INFORMED */
/* ------------------------------------------------------------------------------------------ */
#keep #content { min-height: 277px; margin: 9px 0 80px 0; padding: 0; background: url(/public/images/content-bg-keep.png) center top no-repeat; text-align: center; }
#keep .column { text-align: center; margin: 0 auto; width: 523px; padding: 24px 0 0 0; }
#keep .column h2 { text-align: center; margin-bottom: 10px; font-size: 21px; font-family: 'Arial Narrow', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif; }
#keep .column h3 { font-size: 18px; margin: 24px 0 3px 0; font-family: 'Arial Narrow', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif; }
#keep .column p { color: #6f6e6e; font-size: 11.5px; line-height: 1.2em; margin: 1px 0 12px 0; }
#keep .column p a { color: #6f6e6e; text-decoration: underline; }
#keep .column p a:hover { color: #2a2623; }

#keep .column form { text-align: left; }
#keep .column form p { margin-bottom: 10px; }
#keep .column form li { margin-bottom: 6px; overflow: hidden; }
#keep .column label { color: #6f6e6e; font-size: 11px; float: left; line-height: 17px; margin-right: 0; width: 30%; }
#keep .column label a { color: #6f6e6e; text-decoration: underline; }
#keep .column label a:hover { color: #2a2623; }
#keep .column label#only { float: right; margin-right: 0; padding-left: 12px; background: url(/public/images/arrow-right.png) left center no-repeat; }
#keep .column input[type="text"] { color: #2a2623; font-size: 11px; border: 1px solid #d6d4d4; height: 15px; float: right; width: 65%; }

#keep .column fieldset.submit { text-align: center; position: static; }
#keep .column input#submit { float: none; margin: 16px 0 10px 0; padding: 0; width: 79px; height: 24px; background: url(/public/images/submit-button-2.png) left top no-repeat; border: none; }
#keep .column input#submit:hover { background-position: left bottom; }

#keep .column label.error { color: #b90101; float: none; width: auto; }

/* ------------------------------------------------------------------------------------------ */
/* SIGN IN */
/* ------------------------------------------------------------------------------------------ */
#sign_in #content-wrapper { margin-top: 34px; }
#sign_in #content { min-height: 170px; margin: 9px 0 80px 0; padding: 0; background: url(/public/images/content-bg-signin.png) center top no-repeat; text-align: center; }
#sign_in .column { float: left; text-align: center; width: 325px; padding: 36px 0; }
#sign_in .column h2 { font-family: 'Arial Narrow', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif; margin: 0 auto 30px auto; font-size: 21px; white-space: nowrap; }
#sign_in .column#col1 { margin-left: 144px; }
#sign_in .column form { width: 298px; height: 39px; text-align: center; margin: 0 auto; float: none; background: url(/public/images/signin-form-bg.png) no-repeat; }
#sign_in .column form#signin fieldset { float: none; width: 265px; margin: 10px auto 0 auto; text-align: center; }
#sign_in .column form#signin label { color: #6f6e6e; width: 42px; white-space: nowrap; }
#sign_in .column#col2 { margin-left: 21px; }
#sign_in .column#col2 p { margin: 0 auto; width: 221px; height: 37px; }
#sign_in .column#col2 p a { width: 221px; height: 37px; display: block; background: url(/public/images/register-button-bg.png) left top no-repeat; }
#sign_in .column#col2 p a:hover { background-position: left bottom; }
#sign_in .column#col2 p a span { margin-left: -1000em; }

/* ------------------------------------------------------------------------------------------ */
/* RULES */
/* ------------------------------------------------------------------------------------------ */
#rules #content { margin: 9px 0 80px 0; }
#rules .column { float: left; text-align: left; width: auto; padding: 16px 90px 0 90px; }
#rules .column h2 { font-size: 21px; margin-bottom: 6px; }
#rules .column h3 { font-size: 15px; line-height: 1.2em; }
#rules .column h4 { font-size: 13px; }
#rules .column p { color: #2a2623; font-size: 11.5px; line-height: 1.2em; margin: 1px 0 12px 0; }
#rules .column p strong { color: #2a2623; font-size: 13px; }
#rules .column p em { text-decoration: underline; font-style: normal; }
#rules .column p a { color: #1E62AF; }
#rules .column p a:hover { color: #2a2623; }
#rules .column ul { font-size: 11.5px; margin: 0 0 10px 0; padding-left: 0; color: #2a2623; }
#rules .column ul li { margin: 0 0 5px 0; line-height: 1.2em; }
#rules .column ol { list-style: lower-alpha; font-size: 11.5px; margin: 0 0 10px 0; padding-left: 30px; color: #2a2623; }
#rules .column table { color: #2a2623; font-size: 11.5px; margin: 0 0 10px 0; }
#rules .column td { padding: 3px; }

/* ------------------------------------------------------------------------------------------ */
/* THANKS */
/* ------------------------------------------------------------------------------------------ */
#thanks #content { min-height: 277px; margin: 9px 0 80px 0; padding: 0; background: url(/public/images/content-bg-keep.png) center top no-repeat; text-align: center; }
#thanks .column { text-align: center; margin: 0 auto; width: 523px; padding: 24px 0 0 0; }
#thanks .column h2 { text-align: center; margin-bottom: 10px; font-size: 21px; font-family: 'Arial Narrow', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif; }
#thanks .column p { color: #6f6e6e; font-size: 11.5px; line-height: 1.2em; margin: 1px 0 12px 0; }

/* ------------------------------------------------------------------------------------------ */
/* COUNT */
/* ------------------------------------------------------------------------------------------ */
#count #content { min-height: 277px; margin: 9px 0 80px 0; padding: 0; background: url(/public/images/content-bg-keep.png) center top no-repeat; text-align: center; }
#count .column { text-align: center; margin: 0 auto; width: 523px; padding: 24px 0 0 0; }
#count .column table { text-align: left; margin-bottom: 10px; font-size: 12px; border: 1px solid #000; width: 100%; }
#count .column th, #count .column td { border: 1px solid #000; border-collapse: collapse; padding: 3px; }
#count .column th.data, #count .column td.data { text-align: right; }
#count .column tr.odd th, #count .column tr.odd td { background: #ccc; }
