﻿

/* ________________ GLOBAL STYLES ________________ */

*{margin:0px; padding:0px;}

.spacer {clear:both;}

.email {float: right; font-weight: bold; padding-right: 7px; color:#21629c; text-decoration:none; 
	background:transparent url(img/Mail_48.png) no-repeat left top; padding-left:40px;line-height:40px;}

.case { width:165px; padding-left:5px;}
.case h4{color:#fff; background:#21629c; font-size:110%;}

p {margin:7px; }

h3{ font-size:12pt;color:#21629c; font-weight:bold; border-bottom:solid 1px #21629c; margin-left:7px;}

fieldset { border:none;border-top:solid 1px #21629c;border-left:solid 1px #21629c; margin:7px;}

legend { font-weight:bold; font-size:120%; color:#21629c; margin-left:15px; }


/* ________________ CONTAINER SPECIFIC STYLES ________________ */
html, body {width:100%; background:#21629c url(img/bg.png) repeat-x left top; font:10pt Verdana; color:#333;}

div#container {width:842px;margin:0px auto; background:transparent url(img/container.png) repeat-y center top;}

div#content {width:800px; margin:0px auto;}

div#side {width:170px; float:left; }
	div#side ul {list-style:none; margin-left:7px; margin-bottom:15px;}
	div#side li{ padding:4px; border-bottom:solid 1px #ccc; color:#21629c; font-weight:bold;font-size:110%;}
	div#side li:hover{background:#f0f0f0;}
	div#side span{margin-left:12px;}
	div#side a{color:#21629c; text-decoration:none;}
	div#side a:hover{cursor:hand; }
	
div#main { width:599px; float:left; }
	div#main ul{margin-left:40px; list-style:circle; font-size:88%; line-height:18px;}
	div#main span{margin-left:12px;}

div#top{width:842px; height:65px; margin:0px auto; background:transparent url(img/top.png) no-repeat;}

div#footer{ width:842px; height:65px; margin:0px auto; background:transparent url(img/footer.png) no-repeat;	padding-top:7px;}
	div#footer p{width:770px; margin:0px auto; text-align:center; border-top:solid 1px #a9a9a9; padding-top:7px;} 
	


/* ________________ IMAGE DROP SHADOWS ________________ */

.img-shadow {
      float:right;
      margin:6px 6px 6px 6px;
      background: url(img/trans-shadow.png) no-repeat bottom right; 
      }

.img-shadow img {
      display: block;            /* IE won't do well without this */
      position: relative;        /* Make the shadow's position relative to its image */
      padding: 6px;              /* This creates a border around the image */
      background-color: #fff;    /* Background color of the border created by the padding */
      border: 1px solid #cecece; /* A 1 pixel greyish border is applied to the white border created by the padding */
      margin: -6px 6px 6px -6px; 
      }