@CHARSET "ISO-8859-1";

/* text styles */
.textstylenormal {font-family:Arial;font-weight:normal;font-style:normal;font-size:10pt;text-decoration:none;color:#000000;}
.textstylewelcome {font-family:Georgia;font-weight:bold;font-style:normal;font-size:14pt;text-decoration:none;color:#a11d1d;}
.textstyleheader {font-family:Georgia;font-weight:bold;font-style:normal;font-size:12pt;text-decoration:none;color:#a11d1d;}
.textstylecopyright {font-family:Arial;font-weight:normal;font-style:normal;font-size:8pt;text-decoration:none;color:#ffffff;}
.textstylebanner {font-family:Georgia;font-weight:bold;font-style:normal;font-size:18pt;text-decoration:none;color:#ffffff;}

/* banner title */
div.bannertitle { position:absolute; top:47px; left:16px; z-index:15; }

/* background image for content pages */
div.background { position:relative; top:0px; left:0px; z-index:0; }

/* pretty picture for the home page */
div.prettypic { position:absolute; top:182px; left:456px; z-index:1; }

/* menu buttons */
div.homebutton { position:absolute; top:128px; left:1px; z-index:2; }
div.servicebutton { position:absolute; top:128px; left:152px; z-index:3; }
div.casebutton { position:absolute; top:128px; left:303px; z-index:4; }
div.aboutbutton { position:absolute; top:128px; left:454px; z-index:5; }
div.contactbutton { position:absolute; top:128px; left:605px; z-index:6; }

/* copyright statement */
div.copyright { position:absolute; top:669px; left:14px; z-index:14; }

/* body */
body { margin: 0px; padding : 0px; text-align: center; height: 100%; width: 100%; background-color: #ffffff;}
#container { position:relative; margin: 0px auto 0 auto; height: 100%; width:1024px; text-align:left; padding-left:0px;}

/* links */
a { text-decoration: underline; color: #000080;}
a:visited  { text-decoration: underline; color: #800000;}



