/* CSS definition file containing site wide stylesheets */
BODY { background-image: url(images/background.png); background-repeat: repeat-x; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 14px; margin: 0px; }
#wrapper { background-image: url(images/centerBackground.png); background-repeat: no-repeat; margin-left: auto; margin-right: auto; width: 1000px; }
#header { height: 123px; width: 1000px; }
#logo { float: left; margin-top: 10px; height: 120px; width: 276px; }
/* Navigation */
#navigation { position: relative; top: 0; left: 0; max-width: 98%; height: 18px; z-index: 100; }
* html #nav a { width: 100%; }
#nav, #nav ul { padding: 25px 0 5px 0; margin: 0 auto 0 auto; list-style: none; }
#nav ul { display: none; position: absolute; margin-left: -1.6em; }
#nav ul li { float: none; background-color: #323326; font-size: 12px; line-height: 12px; width: 180px; padding: 5px 5px 0 5px; }
#nav li { float: left; position: relative; margin-left: 1em; height: 20px; width: auto; font-size: 24px; color: #b7b768; }
#nav a:link, #nav a:visited { color: #b7b768; text-decoration: none; }
#nav a:hover { color: #ddd; text-decoration: underline; }
#nav li:hover ul { display: block; margin-top: -25px; margin-left: -20px; }
/* End Navigation */

#centerImage { margin-right: 31px; margin-left: 31px; }
#content { clear: both; width: 1000px; }
#content p { font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 12pt; line-height: 1.2em; padding: 0px 10px 0px 10px; }
#content ul { width:80%; margin-left:auto; margin-right:auto; }
#footer { clear: both; color: #b7b768; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 24px; line-height: 30px; height: 161px; background-image: url(images/footer_bg.png); background-repeat: repeat-x; }
#footerContent { width: 1000px; margin-left: auto; margin-right: auto; padding-top: 40px; }
#phone { float: left; text-align: left; width: 275px; margin-left: auto;  margin-right:;
}
#address { float: left; text-align: center; width: 333px; margin-left: auto; margin-right: auto; }
#email { float: right; text-align: center; width: 333px; }
#aboutus { color: #FFF; float: right; text-align: center; width: 333px; margin-left: auto; margin-right: auto; }
#contactus { color: #FFF; float: right; text-align: center; width: 333px; margin-left: auto; margin-right: auto; }
