/*------GLOBAL------*/

body { margin:0 auto; background:url(../images/layout/bg.jpg) repeat-x #EAEAEA; font-family:Arial, Helvetica, sans-serif; font-size:11px; }
img { border:none; }
p, h1, h2, ul, li, a, td { font-size:11px; color:#333333; text-align:left; text-decoration:none; font-weight:normal; padding:5px 0 5px 0; margin:0; }
h1, h2 { font-size:20px; color:#A92A3D; font:"Gill Sans MT", Tahoma; }
h2 { font-size:15px;}
ul { padding:0; line-height:1; vertical-align:baseline; padding:10px 0 10px 25px; }
ul li { font-weight:bold; padding:6px 0 5px 15px; list-style:none; background:url(../images/layout/bullet.png) no-repeat left 7px; }
a { padding:0; color:#A92A3D; font-weight:bold; }
a:hover { text-decoration:underline; }
td { font-size:11px; padding:0 0 5px 0; }

/*------DIVS------*/

#container { width:810px; }
#header { width:810px; height:150px; position:relative; }
#logo { width:247px; height:66px; position:absolute; left:0; top:29px; }
#headercontact { width:240px; height:45px; position:absolute; left:559px; top:40px; }
#mainimg { width:810px; height:406px; margin:10px 0 0 0; }
#content { width:810px; margin:15px 0 25px 0; }
#text { width:575px; padding:0 15px 0 0; float:left; }
#formcontainer { width:350px; padding:5px 50px 0 0; float:right; position:relative; display:block; }
#companyinfo { width:220px; float:left; }
#footer { width:790px; padding:10px; }

/*------NAVIGATION------*/

#nav { width:810px; position:relative; top:125px; }
#nav ul { padding:0; }
#nav ul li { background:none; float:left; padding:0; }
#nav ul li a { font-size:12px; color:#FFFFFF; font-weight:normal; border-right:1px solid #FFFFFF; padding:0 8px 0 8px; }
#nav ul li a#navend { border:none; }

/*------ACCORDIAN------*/

#basic-accordian { z-index:2; }
.accordion_headings { cursor:pointer; }
.accordion_headings:hover { }
.accordion_child { }
.header_highlight { }

/*------CLASSES------*/

.padding { padding:5px 0 5px 0; }
.floatleft { float:left; }
.floatright { float:right; }
.clearboth { clear:both; }
.border { border:1px #CCCCCC solid; padding:1px; }
.pageseperator { width:810px; height:5px; background:#A92A3D; }
