/*------GLOBAL------*/

body { margin:10px auto; background:#575757; font-family:Arial, Helvetica, sans-serif; font-size:11px; color:000; }
img { border:none; }
p, h1, h2, ul, li, a, td { font-size:12px; color:#333333; text-align:left; text-decoration:none; font-weight:normal; padding:5px 0 5px 0; margin:0; }
h1, h2 { font-size:23px; color:#990000; }
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 center; }
a { padding:0; color:#990000; font-weight:bold; }
a:hover { text-decoration:underline; }
td { font-size:11px; padding:0 0 5px 0; }

/*------DIVS------*/

#container { width:830px; background:#6A83A1; }
#innercontainer { width:794px; background:#F8F0D6; border:1px #CCCCCC solid; padding:0 7px 0 7px }
#header { width:794px; height:100px; position:relative; }
#logo { width:356px; height:30px; position:absolute; left:11px; top:42px; }
#topcontact { width:341px; height:45px; position:absolute; left:441px; top:34px; }
#mainimg { width:794px; height:222px; background:url(../images/layout/mainimg.jpg) no-repeat; }
#content { width:794px; padding:15px 0 15px 0; }
#text { width:553px; border-right:1px #990000 solid; padding:0 10px 0 0; margin:0 10px 0 0; float:left; }
#formcontainer { width:350px; padding:10px 20px 0 0; float:right; position:relative; display:block; }
#footer { width:810px; padding:10px 5px 10px 5px; }
#footer  { font-size:11px; }

/*------NAVIGATION------*/

#nav { width:790px; height:40px; background:url(../images/layout/navbg.jpg) repeat-x; border:1px solid #CCCCCC; margin:5px 0 0 0; }
#nav ul { padding:0; }
#nav ul li { padding:0; float:left; background:none; }
#nav ul li a { height:28px; font-size:14px; color:#FFFFFF; font-weight:normal; padding:12px 15px 0 15px; background:url(../images/layout/navseperator.jpg) no-repeat right; display:block; }
#nav ul li a.lastone { background:none; }
#nav ul li a:hover { text-decoration:none; background:url(../images/layout/navbghover.jpg) repeat-x; }

/*------BOXES------*/

#boxarea { width:220px; float:left; }
#boxarea .box { width:220px; margin-bottom:10px; }
#boxarea .box p { font-size:13px; color:#000000; }
#boxarea .box a { font-size:13px; text-decoration:underline; }
#boxarea .box h2 { font-size:18px; }
#boxarea .box#whychoose p { font-weight:bold; padding:3px 0 3px 0; }

/*------CLASSES------*/

.padding { padding:5px 0 5px 0; }
.floatleft { float:left; }
.floatright { float:right; }
.clearboth { clear:both; }
.border { border:1px #CCCCCC solid; padding:1px; }
.red { color:#990000; }