/*------GLOBAL------*/

body { margin:0 auto; background:url(../images/layout/bg.jpg) repeat; font-family:Arial, Helvetica, sans-serif; font-size:11px; }
img { border:none; }
p, h1, 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 { font-size:23px; color:#012A53; font-family:tahoma; }
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.jpg) no-repeat left center; }
a { padding:0; color:#012A53; font-weight:bold; }
a:hover { text-decoration:underline; }
td { font-size:11px; padding:0 0 5px 0; }

/*------DIVS------*/

#container { width:850px; }
#innercontainer { width:840px; padding:0 10px 0 10px; background:#FFFFFF; }
#header { width:840px; height:89px; position:relative; }
#logo { width:295px; height:45px; position:absolute; left:4px; top:20px; }
#contactdetails { width:298px; height:23px; position:absolute; left:515px; top:36px; }
#images { width:840px; height:254px; background:url(../images/layout/mainimage.jpg) no-repeat; }
#content { width:820px; padding:15px 10px 15px 10px; }
#text { width:580px; float:left; }
#formcontainer { width:350px; padding:10px 0 0 0; float:right; position:relative; display:block; }
#footer { width:840px; padding:10px; color:#FFF; }
#footer a { font-size:11px; color:#FFF; }

/*------NAVIGATION------*/

#nav { width:840px; height:40px; background:url(../images/layout/navbg.jpg) repeat-x; margin:10px 0 0 0; }
#nav ul { padding:0; }
#nav ul li { padding:0; background:none; float:left; }
#nav ul li a { height:29px; color:#FFFFFF; font-size:14px; font-weight:normal; padding:11px 7px 0 7px; display:block; }
#nav ul li a:hover { height:29px; text-decoration:none; background:url(../images/layout/navbghover.jpg) repeat-x; }

/*------BOXES------*/

#boxes { width:220px; padding:0 10px 0 10px; margin-top:-200px; float:left; }
#boxes .boxtop { width:220px; }
#boxes .box { width:218px; border-left:1px solid #CCCCCC; border-right:1px solid #CCCCCC; background:url(../images/layout/boxbg.png) repeat; }
#boxes .boxbottom { width:220px; height:3px; background:url(../images/layout/boxbottom.jpg) no-repeat; margin-bottom:10px; }
#boxes #contactbox p { font-size:13px; padding:5px; }
#boxes #contactbox a { font-size:13px; text-decoration:underline; }

/*------CLASSES------*/

.padding { padding:5px 0 5px 0; }
.floatleft { float:left; }
.floatright { float:right; }
.clearboth { clear:both; }
.border { border:1px #CCCCCC solid; padding:1px; }
.blue { color:#012A53; }