/* structure.css - defines the layout of the site */

/* window properties */

body { border:0px none; text-align:center; background:#ffffff; }

/* main structure elements */

#wrapper { position:relative; margin:0px auto; width:720px; text-align:left; }
#header { width:720px; height:40px; background:url(../images/global/edge_top.gif) no-repeat; }
#content { padding:0px 45px 20px 45px; width:630px; background:url(../images/global/edge_middle.gif) repeat-y; }
#footer { padding:0px 45px; width:630px; height:65px; background:url(../images/global/edge_bottom.gif) no-repeat; }

/* content elements */

#logo { text-align:center; }
#nav { height:40px; }
div.navItem { float:left; }
#contentCopy { }

/* footer elements */

#logos { position:absolute; margin-top:-65px; left:45px; }
#footerCopy { border-top:#FF0000 2px solid; padding-top:5px; }

/* home elements */

#banner { }
#homeSpacer { float:left; width:0px; height:415px; }
#homeLeftColumn { float:left; margin-top:25px; border-right:#ff0000 1px solid; padding-left:40px; width:215px; }
#homeRightColumn { float:right; margin-top:25px; padding-right:25px; width:330px; /*height:390px;*/ }

/* interior elements */

#heading {}
#interiorLeftColumn { float:left; width:190px; height:555px; }
#interiorSidebar { }
#interiorTagline { }
#interiorRightColumn { float:right; width:440px; padding-top:20px; }
#interiorRightColumnAbout { float:right; width:320px; padding-top:20px; padding-right:120px; }

/* contact us elements */
#contactLeftColumn { float:left; }
#contactRightColumn { float:right; padding-right:40px; width:225px; }
#contactFormHeader { height:40px; }
#contactFormCorner { float:left; }
#contactFormKey { float:right; padding-top:15px; }
#contactForm { padding-left:25px; width:200px; }

div.contactFormRow { clear:both; width:200px; }

input.contactFieldLong { border:#787878 1px solid; padding:2px; width:194px; }
input.contactFieldMid { border:#787878 1px solid; padding:2px; width:124px; }
input.contactFieldShort { border:#787878 1px solid; padding:2px; width:59px; }
textarea.contactTextarea { border:#787878 1px solid; padding:2px; width:194px; }
input.contactFile { border:#787878 1px solid; padding:2px; width:194px; }

#contactFormBottom { margin-top:10px; }
#contactFormText { float:left; padding-top:1px; }
#contactFormButton {  }

#contactFile { margin-top:10px; }

/* terms elements */
#termsSpace { height:65px; }

/* misc */
.noBottomMargin { margin-bottom:0px; }
#addressSpace { height:24px; }




