/* Site Colors 
 #EFEEE7 = Light Tan (e.g. Title Text)
 #8A846F = Dark Tan (e.g. Content text)
 #8A3F05 = Rust (e.g. borders)
 #242424 = Dark Gray (e.g. content background)
 #1D1D1D = Darker Gray (e.g. menu background)
*/

body {background-color:#242424; margin:0px; padding:0px; font-size:11px; font-family:Tahoma; color:#ccccb8;}
div,td,font,a,strong,span,input,select,textarea,p {font-size:12px; font-family:Tahoma;}
h1,h2,h3,h4,h5 {display:inline;font-weight:normal;}
#header {background-image: url(../images/texture.gif);height:110px;border-bottom:2px solid #8A3F05;}
#footer {background-image: url(../images/texture.gif);height:40px;border-top:2px solid #8A3F05;border-bottom:2px solid #8A3F05;}
#content {padding:30px 10px 10px 0px;}
#menu {background-color:#1D1D1D; margin:5px;width:220px;}
#logo {background-image: url(../images/logo_background.gif);background-repeat: repeat-y;height:110px;width:209px;}
#phone_photo {background-image: url(../images/phone.gif);height:21px;width:182px;}
#phone_text {font-size:30px;color:EFEEE7;display:none;}
#hidden {display:none;}
#white {color:#FFFFFF;}
#rust {color: #8A3F05;}
#divider {border-top:1px solid #8A3F05;line-height:1px;height:1px;}
h1.title {color:#EFEEE7;font-size:22px;font-weight:bold;font-family:Times New Roman;}
h2 {color:#EFEEE7;font-size:18px;}
td h2 {color:#EFEEE7;font-size:16px;font-weight:bold;}
td h3 {font-size:14px;font-weight:bold;}
#img {border: 1px solid #EFEEE7;margin:8px;} 
#clickable {border: 1px solid #EFEEE7;margin:8px;cursor: pointer;}
a.menu, a:visited.menu {text-decoration:none;font-size:12px;color:#EFEEE7;font-weight:bold;}
a:hover.menu {text-decoration:none;font-size:12px;color:#8A3F05;font-weight:bold;}
a.footer, a:visited.footer{text-decoration:none;font-size:11px;color:#EFEEE7;}
a:hover.footer {font-size:11px;color:#8A846F;}
a, a:visited {text-decoration:none;font-size:11px;color:#EFEEE7;}
a:hover {font-size:11px;text-decoration:underline;color:#8A846F;}
a.alternate, a:visited.alternate {text-decoration:underline;font-size:11px;color:#8A846F;}
a:hover.alternate {font-size:11px;text-decoration:underline;color:#8A3F05;}
.times {font-family:Times New Roman;font-size:22px;}
.error {border:1px solid #8A3F05;background:pink;padding:5px;color:#1D1D1D;}
.popup {position:absolute; left:180; top:25; z-index:1;}
