/* ------------------------ DO NOT ALTER THIS FILE ---------------------------- 
This is the standard 729design.com website style sheet; authored by David Janik-Jones aka 729design.com.
Create a copy of the three style sheets and place them in your new website directory.
CSS are commonly kept in the /styles directory for the website for use on all site variations. 
   ------------------------ DO NOT ALTER THIS FILE ---------------------------- */

/* CSS style sheet for Sterling Accents by 729design, http://www.729design.com */
/* CSS released under Creative Commons License - http://creativecommons.org/licenses/by-nc-sa/1.0/ */
/* All web site content Copyright 2007 by Sterling Accents */
/* Date Started: July 2, 2007 */

/* This design is NOT a template. You may NOT reproduce it elsewhere without the owner's written permission. 
You may study the CSS and use whatever techniques you learn from it elsewhere per Creative Commons License. */

/* REMOVE PADDING AND MARGIN VALUES */
html,body,h1,h2,h3,h4,h5,h6,p,ul,ol,dl,li,dd,dt,img,
blockquote,q,table,thead,tbody,tfoot,caption,th,tr,td,a,form,
input,textarea,fieldset,pre {margin:0;padding:0;}

/* SET BASE FONT ATTRIBUTES */
body {font:11px/14px Verdana,Arial,Helvetica,sans-serif; color:#333; background-color:#FFF; padding:0; margin:0;}
p {font:11px/14px Verdana,Arial,Helvetica,sans-serif; color:#333; padding-bottom: 14px;}
h1 {font:22px Georgia,serif; color:#1c568b; padding-bottom: 10px;}
h2 {font:16px Georgia,sans-serif; color:#1c568b; padding-bottom: 10px;}

/* STANDARDIZE LINK STYLES ACROSS SITE, KILL BORDER ON IMG LINKS */
a {color:#1f6096; text-decoration:none;}
a:link, a:visited {color:#1f6096; text-decoration:none;}
a:hover, a:active {color:#1f6096; text-decoration:underline;}
a img {border:0;}

/* REMOVE AUTOMATIC TOP/BOTTOM MARGINS ON NESTED LISTS */
ul ul,ul ol,ul dir,ul menu,ul dl, ol ul,ol ol,ol dir,ol menu,ol dl,
dir ul,dir ol,dir dir,dir menu,dir dl, menu ul,menu ol,menu dir,menu menu,menu dl,
dl ul,dl ol,dl dir,dl menu,dl dl {margin-top:0;margin-bottom:0;}

/* STANDARDIZE THE LIST-BULLET TYPE */
ul {list-style-color:#333;list-style-position:inside;margin-bottom:14px;color: #333;}
OTHERS AS NEEDED
dl{}
li{list-style-type:square;}
dl{margin:4px 0;}
dt{margin:3px 0; font-weight:bold; color:#333; text-transform:uppercase;}
dt a{font-weight:bold; color:#333;}
dd{margin:0 0 4px 0;}

em {font-style:italic;font-weight:normal;}
strong {font-weight:bold;}
acronym {background:transparent;cursor:help;font-style:normal;}
a acronym {border:none;cursor:pointer;}

/* CLEARING FIX*/
#clear {height:0; width:100%; padding:0; margin:0; clear:left; overflow:hidden;}


/* ----- END OF TEMPLATE ----- */