/*
td, img, p, #bulletColumn {
    border: 1px black solid;
}
*/
* {
    border:0 none;
    margin:0;
    padding:0;
}
body {
    -x-system-font:none;
    background: #9c9c9c url(../images/bg_gradient.jpg) repeat-x scroll 0 0;
    color: #333333;
    font-family: Verdana, Arial, Helvetica, Sans-serif;
    font-size-adjust:none;
    font-stretch:normal;
    font-style:normal;
    font-variant:normal;
    font-weight:normal;
    line-height:normal;
    font-size:11px;
    height:1000px;
    font-size:10.5px;
}
#wrapper {
	text-align: center; /* for IE */
    float:left;
    width:100%;
}
#site {
	margin: 0 auto;   /* align for good browsers */
    width: 890px;
	text-align: left; /* counter the body center inserted for IE */
}
#header {
    background:white;
    height:48px;
    position:relative;
    padding:20px 20px 20px 20px;
    margin:0;
}
#header img {
    float:left;
}
* html #body {
    height: 100%; /* works as min-height in IE6 when overflow is visible (default) */
}
#body {
    background:white;
    width:100%;
    float:left;
    min-height:100%;
}
#body img {
	display:inline;
}
table {
    margin:20px 17px 20px 19px;
    border-spacing: 0;    border-collapse: collapse;}
#menu {
    height:30px;
    background: transparent url(../images/menu_gradient.jpg) repeat-x scroll 0 0;
}
#menu a, #footerlinks a, #footer {
    font-size:9px;
}
#menu li.current {
    background: transparent url(../images/menu_gradient_current.jpg) repeat-x scroll 0 0;
}
#menu li li.current {
    background: #e30000;
}
#menu li.current a, #menu li.current a:visited {
    color:white;
}
#menu ul.left {
    padding-left:10px;
}
#menu ul.right {
    padding-right:10px;
    float:right;
}
#footer {
    background-color: #333333;
    color: #9a9a9a;
    float:left;
    padding-top:6px;
    padding-bottom:7px;
    width:100%;
    margin-top: 50px;
}
#brand {
    text-transform: uppercase;
    float:left;
    padding-left:20px;
    font-size:120%;
    font-weight:bold;
}
#slogan {
    float:right;
    padding-top:20px;
}
.thumbnailGroup img {
	margin-top:20px;
	margin-bottom:5px;
}
.caption {
	font-size: 10.5px;
    color: #9c9c9c;
}
h1, h2, h3 {
    font-weight:bold;
    line-height:140%;
}
h1 {
    padding-bottom:50px;
    font-size:40px;
    text-transform: uppercase;
}
h2 {
    color:#9c9c9c;
    font-size:15px;
    padding-top:20px;
    padding-bottom:40px;
    font-weight:normal;
}
h3 {
    color:#9c9c9c;
    font-size:11.5px;
    padding-bottom:10px;
}
.address {
    font-size:10.5px;
    line-height:140%;
    padding-bottom: 20px;
}
.address iframe {
    padding-bottom: 20px;	
}
.callout {
	font-weight:bold;
	font-size:12;
}
p {
	clear: right;
    margin-bottom: 10px;
}
.featurePicture {
    margin-bottom:20px;
}
.bodyText {
    margin-right: 20px;
    padding-bottom:10px;
    line-height:1.4em;
    font-size: 10.5px;
}
.columnHeader {
    font-weight: bold;
    color: #9c9c9c;
    padding-bottom:20px;
}
#thumbnailColumn, .wideThumbnailColumn, a, .lowerBody {
    font-size:10.5px;
}
.wideThumbnailColumn .columnHeader {
    padding-bottom:10px;
}
#thumbnailColumn .columnHeader {
    padding-bottom:0px;
    font-weight: normal;
}
.wideThumbnailColumn .columnHeader {
    padding-bottom:10px;
}
#topImage img {
	margin-top:0;
}
.wideThumbnailColumn img {
	margin-top:20px;
	margin-bottom:5px;
}
.wideThumbnailColumn table {
	margin:0;
}
.leftThumbnailColumn {
    margin-right: 20px;
}
#bulletColumn {
    margin-right: 20px;
    font-size: 10.5px;
}
.bulletGroup {
    color:#9c9c9c;
    font-weight:bold;
    padding-top:10px;
    padding-bottom:5px;
}
.bulletGroup li {
    font-weight:normal;
	list-style:none;
    line-height: 1.0em;
    padding-top: 3px;
    padding-bottom: 2px;
}
.bodytext li {
	margin-left:10px;
}
#footer #copyright {
    padding-right:20px;
    color: #646464;
}
#footer a, #footer a:active, #footer a:visited {
    padding-right:10px;
    padding-bottom:1px;
    color: #9c9c9c;
    text-transform: none;
}
#body a:hover {
    color: #646464;
}
#footer a:hover {
    color: white;
}
.bodyText p a, p a:active, p a:visited {
    text-decoration:underline;
}
a, a:active, a:visited {
    color: #9c9c9c;
    text-decoration:none;
}
#menu a, #menu a:active, #menu a:visited {
    text-transform:uppercase;
}
#footerlinks {
    float:right;
}
.hr {
    margin-top:20px;
    padding-bottom:5px;
    clear: both;
    padding-top: 1px;
    background-image: url(../images/css-dotted.gif);
    background-repeat: repeat-x;
}
.lowerBody a {
    text-decoration:underline;
}
#sitemap a {
    text-decoration:underline;
    line-height:1.4em;
}
#sitemap ul li {
	margin-left:20px;
	list-style:none;
}
#costClock {
	background-color:black;
	padding: 30px 100px;
	margin-top: 10px;
	margin-bottom: 10px;
}
em {
	font-weight: bold;
}