html * { margin:0 }
body { font-size:12px; font-family:Arial, Helvetica, sans-serif; color: #666; text-align: left; background-color:#666; }

.clear { clear:both; }

/* HEADINGS */
h2, h3 { color: #ff3231; text-transform:uppercase; font-weight:normal; font-size: 16px; margin-bottom: 0.5em; }

/* DEFAULT LINKS */
a { color:#333; }
a:hover { color: #999; text-decoration:none; }

#wrapper { width: 940px; margin: 0 auto; background-color: #fff; }
body.home #header { background: url('../images/header.jpg')no-repeat; padding-top: 217px; }

#logo { background-color: #999; border: 2px solid #ffffff; border-left:0; border-right:0; padding: 5px 20px; }
#logo h1 a { background: url('../images/logo.jpg')no-repeat; height: 73px; width: 438px; display: block; text-indent:-9999px	}

#nav { width:940px; height:50px;  overflow:hidden; }
#nav ul { height: 22px; padding-left: 32px; width:1200px; list-style-type:none; background-color:#333; position: relative; }
#nav li { width:130px; text-align:center; float:left; }
#nav li a { padding: 3px 12px; font-size: 13px; text-transform:uppercase; float:left; text-align:center; font-family: "Arial Narrow", Arial, Helvetica, sans-serif; color: #ffffff; display: block; text-decoration: none; }
#nav li.selected a, #nav li.hover a { color: #ff3231; background: #ffffff; }
#nav ul li ul { display:none; background-color:white; margin-top:22px; left:0; padding-left: 0; list-style-type:none; }
#nav ul li.hover ul { display:block; }
#nav ul li.hover ul li { width:auto; margin-right:20px; }
#nav ul li.hover ul li a { color: #666; }
#nav ul li.hover ul li.selected a, #nav ul li.hover ul li a:hover { text-decoration:underline; }

#main { padding:0 32px 20px 32px; }
#content p { color: #999; line-height: 1.5em; margin-bottom: 1.5em; }

/* HOMEPAGE COLUMNS */
.column { color:#999; float:left; width: 190px; line-height: 1.5em; height:280px; }
.hasborder { padding-right: 10px; border-right:1px solid #ccc; margin-right: 19px; }
.column ul, .column ol { padding:0; list-style-type:none; }
.column ol { text-transform:uppercase; }
.column ul li { margin-bottom: 1em; }
.column img { margin-bottom:10px; }

/* SOCIAL ICONS */
ul.social { margin-bottom: 1em; }
ul.social li { margin-bottom: 3px; }
ul.social a { color: #999999; text-decoration: none; padding-left: 24px; background-repeat:no-repeat; background-position:center left; display:block; color: #999; }
ul.social a:hover { text-decoration:underline; }
li.facebook a { background-image: url('../images/social-facebook.gif') }
li.twitter a  { background-image: url('../images/social-twitter.gif')  }
li.youtube a  { background-image: url('../images/social-youtube.gif')  }
li.myspace a  { background-image: url('../images/social-myspace.gif')  }

/* FOOTER STUFF */
#footer { background-color:#666; padding:20px 0; color: #ccc; text-align: center; font-family: Arial, Helvetica, sans-serif; font-size: 10px; }
#footer p { color: #ccc; font-size:11px; margin-bottom: 1em; }
#footer a { color: #ddd; }


