﻿/******************
HTML Tags
******************/

body {
	font-family: Verdana, Arial, Tahoma;
	margin:0px 0px 0px 0px;
	font-size:.8em;	
	background-color:#EBEBF5;
	line-height:1.7em;
	color:#31495D;
	}

/******************
FORM STYLES
******************/

#content form {
	margin:0px 0px;
	padding:0px 0px 0px 0px;
	}

#content fieldset {
	margin:10px 0px 20px 0px;
	padding:0px 20px 20px 20px;
	border:6px solid #E6E6E6;
	}

/* a nested fieldset */
#content fieldset fieldset {
	margin:15px 0px 5px 0px;
	padding:0px 5px 5px 5px;
	}

#content legend {
	margin-bottom:0px;
	padding:0px 10px 5px 5px;
	color:#666666;
	font-weight:bold;
	}

/* a nested legend */
#content fieldset fieldset legend {
	margin-bottom:0px;
	padding:0px;
	font-weight:bold;
	}

#content label {
	display:block;
	padding-top:8px;
	}
	
/******************
LINKS
******************/

/* LINK VISTED HOVER ACTIVE selectors must remain in this order to work */
a:link {
	color:#006699;
	text-decoration:underline;
	}

a:visited {
	color:#330099;
	text-decoration:underline;
	}

a:hover {
	color:#339900;
	text-decoration:none;
	}

a:active {
	color:#FF6600;
	text-decoration:underline overline;
	}

/* LINK VISTED HOVER ACTIVE selectors must remain in this order to work */
#mainnav a:link {
	color:#FFFFFF;
	text-decoration:none;
	}

#mainnav a:visited {
	color:#FFFFFF;
	text-decoration:none;
	}

#mainnav a:hover {
	color:#FEFFBE;
	text-decoration:underline;
	}

#mainnav a:active {
	color:#FFDDDD;
	text-decoration:underline overline;
	}

#content a {
	font-weight:bold;
	text-decoration:none;
	color:#31495D;
	}

#content a:hover {	
	text-decoration:underline;
	}



/* LINK VISTED HOVER ACTIVE selectors must remain in this order to work */
#breadcrumbs a:link, #breadcrumbs a:visited  {
	color:#006699;
	text-decoration:none;
	}

#breadcrumbs a:hover {
	color:#339900;
	text-decoration:underline;
	}

#breadcrumbs a:active {
	color:#FF6600;
	text-decoration:underline overline;
	}

/* LINK VISTED HOVER ACTIVE selectors must remain in this order to work */
#side-container .side ul a {
	color:#000000;
	text-decoration:none;
	}

#side-container .side ul a:hover {
	background-color:#E7EEF0;
	text-decoration:underline;
	}

/******************
HEADINGS
******************/

h1 
{
	font-size:1.2em;
	margin:0px 0px 10px 0px
}

h2 
{
	font-size:1.1em;
}

h3 
{
	font-size:1em;
}
	
h4
{
  font-size: 1.2em;
  margin-top: 0px;
  margin-bottom: .2em;
}
h5
{
  font-size: 1em;
  margin-top: 0px;
  margin-bottom: .2em;
}	
h6 
{
	font-size:.75em;
}

/******************
Layout Divs
******************/

#sitename {
	font-size:2.3em;
	margin:0px;
	color:#FFFFFF;
	padding:18px 0px 0px 30px;
	}

#sitename a {
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	}
	
#header-container {
	width:960px;
	height:130px;
	margin-left:auto;
	margin-right:auto;
	background: url(/resources/images/layout/quad-backup-banner.gif) no-repeat;	
	}
	
#header-container #contact-us {
  height: 36px;
  width: 143px; 
  z-index: 1001; 
  left: -313px; 
  top: 0px;
  position: relative; 
  float: right;
}

#header-container #contact-us IMG {
  border: none;
}
	
#header-container .banner-text{
  font-weight:bold;
  font-size:12pt;
  margin-left:200px;
  padding-top:94px;  
  width: 500px;
  color: #476C8A;
  font-style: italic;  
  text-align: right
}

#header-container #home A {
	text-decoration: none;
}

#header-container #home IMG {
	width: 710px;
	height: 90px;
	margin-left:-98px;
	margin-top:40px;
	padding:0px;
	border:none;
}

#header-container #home SPAN {
	position:absolute;
	width:520px;
	text-align:right;
	margin-top:95px;
	margin-left:82px;
	font-size:11pt;
	color: #476C8A;
	font-style:italic;
	font-weight:bold;
}

#header-container #banner-left {
  height: 130px;
  width: 98px; 
  z-index: 1000; 
  left: -98px; 
  top:112px;
  position: relative; 
  float: left;
}

#header-container #banner-left IMG {
  border:none;
}

#mainnav {
	padding:19px 0px 0px 33px
	}

#breadcrumbs {
	color:#666666;
	padding:18px 0px 0px 33px;
	font-size:.8em;
	}

#content-container {
	margin-left:auto;
	margin-right:auto;
	background-image: url(/resources/images/layout/quadbackground.gif);
	background-repeat:repeat-y;
	width:960px;				
	}

#side-container {
	width:304px;	
	float:left; 		
  margin-left:0px;
  margin-top:0px;  
  background: url(/resources/images/layout/quad-watermark.gif) no-repeat;
	}

#content {
	width:600px;
	margin-left:304px;	
	min-height: 800px;
	margin-top:0px;
	padding-top:24px;
	}

#footer {
	clear:both;
	width:960px;
	height:68px;
	margin-right:auto;
	margin-left:auto;
	padding:0px;	
	background: url(/resources/images/layout/quadfooter.gif) no-repeat;		
}

#footer .info {
  margin-top: 16px;
  font-size: .85em;
  float: left;
  margin-left: 20px;
  color: #31495D;
}

#footer .info A
{
  font-weight: bold;
  color: #31495D;
  text-decoration: none;
}
#footer .info A:hover
{
  text-decoration: underline;
}
#footer .info SPAN
{
  padding-right: 12px;
  padding-left: 4px;
}

#footer .W3C {
  margin-top: 12px;
  float: right;
  margin-right: 20px;
}

#footer .W3C IMG {
  border: none;
}

#content label {
  display: inline;
}

/******************
MAIN MENU ITEMS
******************/

#mainnav ul {
	margin:0px;
	padding:0px;
	}

#mainnav li {
	padding:0px;
	list-style:none;
	display:inline;
	padding:0px 8px 0px 0px;
	}

/******************
SIDE LIST MENUS
******************/
#side-container .side {
  border-right: #c3c8c9 1px solid;
  border-top: #c3c8c9 1px solid;
  border-left: #c3c8c9 1px solid;    
  border-bottom: #c3c8c9 1px;    
  padding-right: 4px;    
  padding-left: 8px;
  padding-bottom: 4px;    
  padding-top: 4px;
  width:240px;
  margin-left:24px;
  margin-top:16px;	
  font-size:1em;
}

#side-container .side ul {
	margin:0px;
	padding:0px;
	list-style-type: none;
	}

#side-container .side li {
	list-style:none;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 2px;
  padding-top: 2px
	}

#side-container .side hr {
  margin: 4px 0 4px;
  height: 0;
  clear: both;
  border: solid #6BA16E;
  border-width: 1px 0 0;
  margin: 4px 0px 4px;
  width: 90%;
  text-align:left;
}

#side-container .footer {
  padding-right: 0px;    
  background-image: url(/resources/images/layout/left-menu-foot.gif);
  padding-bottom: 0px;
  margin: 0px 0px 0px 24px;  
  border: none;
  width: 254px;
  padding-top: 0px;
  background-repeat: no-repeat;        
  height: 32px;
}

/******************
LISTS - IN THE CONTENT DIV
******************/

#content ul
{
  list-style-image: url(/resources/images/layout/bullet.gif);
}

#content ul.list, #content ul.link-list-vertical {
	margin:0px 0px 15px 15px;
	padding:0px;
	}

#content ul.list li {
	list-style:none;
	padding:2px 0px 2px 16px;
	margin:0px;
/*	background: url(bullet.gif) no-repeat;*/
	background-position: 0 .1em;
	}

#content ul.link-list-vertical li {
	list-style:none;
	margin:0px;
	padding:2px 0px;
	}

#content ul.link-list-vertical li a:link {
	padding:2px 0px 2px 16px;
/*	background: url(bullet-link.gif) no-repeat;*/
	background-position: 0 .1em;
	}

#content ul.link-list-vertical li a:visited {
	padding:2px 0px 2px 16px;
/*	background: url(bullet-link-visited.gif) no-repeat;*/
	background-position: 0 .1em;
	}

#content ul.link-list-vertical li a:hover {
	padding:2px 0px 2px 16px;
/*	background: url(bullet-link-hover.gif) no-repeat;*/
	background-position: 0 .1em;
	}

#content ul.link-list-vertical li a:active {
	padding:2px 0px 2px 16px;
/*	background: url(bullet-link-active.gif) no-repeat;*/
	background-position: 0 .1em;
	}

/******************
TABLE STYLES
******************/

.table {
	width:100%;
	background:#CCE1EC;
	border:6px solid #E6E6E6;
	border-collapse:collapse;
	}
	
.table td {
	padding:10px 2px;
	color:#000000;
	}

thead th, tfoot th{
	padding:6px 2px;
	background-color:#006699;
	color:#FFFFFF;
	text-transform: uppercase;
	font-weight:bold;
	}

.table-row-1 td {
	background:#FFFFFF;
	}

.table-row-2 td {
	}

/******************
CLASSES
******************/

.none {
	display:none;
	}
	
.clear {
	clear:both;
	}

.button-big {
	margin-top:8px;
	}

img.photobig, img.photosmall {
	border:10px solid #006699;
	}

img.photosmall {
	margin-right:25px;
	margin-bottom:8px;
	float: left;
	}
