﻿/* Copyright 2009 by Quexion, LLC - Any Usage of this document on another 
   site must be sited and credited to the original author - Quexion, LLC.
 * ------------------------------------------------------------------------- */

/* undo some default styling of common (X)HTML browsers
 * ------------------------------------------------------------------------- */

/* No list-markers by default - must redefine bullets w/ bg graphics */
ul,ol { list-style:none; } 

/* Avoid browser default inconsistent heading font-sizes and pre/code */
h1,h2,h3,h4,h5,h6,pre,code { font-size: 12px; font-family: Arial, Tahoma, Verdana; font-weight: 600; }

/* Remove inconsistent (among browsers) default padding or margin */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,label,div,dd,dt,dl,table,tr,td { margin:0; padding:0; }
table { font-size: 12px; font-family: Arial, Tahoma, Verdana; }

/* prevent blue linked image borders */
a img,:link img,:visited img,fieldset { border: none; }

/****************/

body { font-size:0.9em; color:#ffffff; font-family:Arial, Verdana, Helvetica, sans-serif; background-image: url('/images/location/body_bg.jpg'); background-repeat: repeat; }
#container { margin: 0px auto; width: 100%; background-image: url('/images/location/top_side.jpg'); background-repeat: repeat-x; }
#top { width:770px; height:295px; margin:0px auto; padding:0; background-image: url('/images/location/top_hdr.jpg'); background-repeat: no-repeat;  }
	#top h1 { font-size:28px; text-align:center; padding-top:300px; }
	#top table { margin:35px 0px 0px 143px; }
#middle { width:100%; height:69px; margin:150px auto 0px auto; padding:0; background-image: url('/images/location/middle_bg.jpg'); background-repeat: repeat;  }
#middle img { padding-top: 6px; }