/*===============================================
	Meyer CSS Reset
===============================================*/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}

/*===============================================
	Grid 960 CSS
===============================================*/

html body div.clear,html body span.clear{background:none;border:0;clear:both;display:block;float:none;font-size:0;margin:0;padding:0;overflow:hidden;visibility:hidden;width:0;height:0}.clearfix:after{clear:both;content:'.';display:block;visibility:hidden;height:0}.clearfix{display:inline-block}* html .clearfix{height:1%}.clearfix{display:block}

/*===============================================
	Top Level Styles
===============================================*/

body { font:11px Verdana; color:#666666; }
.container { width:800px; margin-left:auto; margin-right:auto; }
p { padding:0px 0px 20px 0px; font:12px/1.6em Verdana; }
a { color:#336699; text-decoration:none; }

/*===============================================
	Main Menu & Sub Menu
===============================================*/

.mainMenu { float:left; width:150px; }
.subMenu { float:left; width:150px; margin-left:10px; }
h1.title { font-size:36px; padding:50px 0px 30px 0px; letter-spacing:4px; }
h1.title a { color:#333333; text-decoration:none; }
h1.grey { font:14px Verdana; color:#999 !important; text-transform:uppercase !important; }
.mainMenu li, .subMenu li { font-size:11px; font-weight:normal; padding:10px 0px 10px 10px; border-top:1px solid #CCCCCC; }
.mainMenu a, .subMenu a { color:#999999; text-decoration:none; }
.mainMenu a:hover, .subMenu a:hover { color:#666666; text-decoration:none; }
.mainMenu li.current, .subMenu li.current { border-top:1px solid #333333; }
.mainMenu li.current a, .subMenu li.current a { color:#000000; }
.subMenu li.filler { border-top:1px solid #FFFFFF; }

/*===============================================
	Main Contents
===============================================*/

#mainContents { float:left; width:480px; margin-left:10px; padding:0px 0px 50px 0px; }
#mainContents h1 { font-weight:normal; color:#000000; padding:10px 0px 30px 0px; line-height:140%; }
#mainContents h1 cite { font-weight:normal; font-size:10px; font-style:italic; }
.singleMain { border-top:1px solid #333333; padding:0px 10px 0px 10px; }

/*===============================================
	Sections
===============================================*/

.sectionSlideShow { width:460px; height:300px; overflow:hidden; }
.sectionSlideShowThumb { float:left; margin-right:10px; margin-top:10px; border:1px solid #CCCCCC; width:20px; height:20px; }
.sectionSlideShowThumb:hover { border:1px solid #333333; }
.sectionContents { padding:20px 0px 0px 0px; }

/*===============================================
	Homepage
===============================================*/

.timerDays { font-size:100px; font-weight:bold; }
.timerDay { font-size:30px; font-weight:bold; }
.timerTimeLeft { clear:both; font-size:60px; font-weight:bold; }
.timerInfo { padding:10px 0px 50px 0px; line-height:130%; }

/*===============================================
	Blog
===============================================*/

.blogTitleLeft { float:left; width:300px; }
.blogTitleRight { float:right; width:160px; text-align:right; }

/*===============================================
	Form
===============================================*/

.formLeft { float:left; width:120px; padding:11px 0px 0px 0px; text-align:right; }
.formRight { float:left; padding:7px 0px 10px 5px; width:335px; }
input, textarea { margin-right:5px; border:1px inset #999999; padding:3px; font-family:Verdana; font-size:11px; }
select { margin-right:5px; border:1px inset #999999; padding:2px; font-family:Verdana; font-size:11px; }
.button { border:1px solid #CCCCCC; padding:1px 3px 1px 3px; cursor:pointer; }
.button:hover { background-color:#333333; border:1px solid #333333; color:#FFFFFF; }
.formFull { padding:7px 0px 0px 0px; }

/*===============================================
	Accordion
===============================================*/

.toggler { border-top:1px solid #CCCCCC; padding:10px; color:#999999; cursor:pointer; font-size:13px !important; }
.accordionContents { padding:20px 10px 0px 10px; }

/*===============================================
	Locations
===============================================*/

.locationLeft { float:left; width:40px; font-size:10px; font-family:Arial; margin-top:1px; }
.locationRight { float:left; width:190px; }

/*===============================================
	Footer
===============================================*/

#footer { clear:both; background-color:#000000; position:fixed; bottom:0px; width:100%; color:#e2e2e2; font-size:9px; padding:5px 0px 5px 0px; }
#footer .copyright { float:left; width:400px; margin-top:5px; }
#footerIcons { float:right; }