/*
contents

	1. Defaults
	2. Structure
	3. Links and navigation
	4. Fonts
	5. Images
	6. Hacks

Notes

*/


/* =Defaults
-----------------------------------------------------------------------------*/
		
/* link underlines tend to make hypertext less readable, 
   because underlines obscure the shapes of the lower halves of words */
a:link, a:visited {
	text-decoration:none;
}

/* no list-markers by default, since lists are used more often for semantics */
ul,ol {
	list-style:none;
}

/* avoid browser default inconsistent heading font-sizes */
/* and pre/code too */
h1,h2,h3,h4,h5,h6,pre,code {
	font-size:1em;
}

/* remove the inconsistent (among browsers) default margin and padding */
* {
	margin: 0;
	padding: 0;
	margin-top: 0px;
}

/* whoever thought blue linked image borders were a good idea? */
a img,:link img,:visited img {
	border:none
}

/* de-italicize address */
address {
	font-style:normal
}

/* more varnish stripping as necessary... */
		
/* =Structure
-----------------------------------------------------------------------------*/

div#wrapper {
	width: 760px;
	margin: 0 auto;
	margin-top: 9px;
	
}
p {
	margin: 0px;
	padding: 0px;
}

div#header {
	width: 760px;
	margin: 0px;
}

div#content {
	background-image:url(Images/Content-background_05.jpg);
	background-repeat:repeat-y;
}

div#Line {
	width: 700px;
	margin: 0px;
	border-bottom: solid thin #000066;

}

div#Top Content Slice {
	width:760px;
	margin:0px;
}

div#maintextbox {
    width: 640px;
	margin: auto;
	margin-top:0px;
}

.containedtext {
	font-family: "Gill Sans MT", "Tw Cen MT", Gill Sans, Arial, "Century Gothic";
	font-size: 14px;
	color:#000066;
	margin: 0px;
	padding: 0px;

}

.casetext {
	font-family: "Gill Sans MT", "Tw Cen MT", Gill Sans, Arial, "Century Gothic";
	font-size: 14px;
	color:#000066;
	margin: 0px;
	padding: 0px;		
}

.caseheader {
	font-family: "Tw Cen MT", "Century Gothic", Gill Sans, Arial, ;
	font-size: 16px;
	color:#000099;
	margin:0px;
	padding: 0px;
	font-weight:bold
}

.Headertext {
	font-family: "Tw Cen MT", "Century Gothic", Gill Sans, Arial, ;
	font-size: 17px;
	color:#000099;
	margin:0px;
	padding: 0px;
	font-weight:normal;
}

div#Header news {
	width:700px;
	margin:auto;
}

div#rss {
	width:700px;
	margin: 50px;
	
}
div#case {
	border-top:1px solid #000099;	
}

div#case2 {
	
}

div#case3 {
	border-bottom:1px solid #000099;
}
.supporttext {
	font-family: "Gill Sans MT", "Tw Cen MT", Gill Sans, Arial, "Century Gothic";
	font-size: 20px;
	color:#FFFFFF;
	margin: 0px;
	padding: 0px;
	text-indent: 2em;
	letter-spacing: .4em;
}

div#Footer {
	background-image:url(Images/images/footer_16.jpg);
	background-repeat:repeat-y;
}

.whitebasictext {
	font-family: "Gill Sans MT", "Tw Cen MT", Gill Sans, Arial, "Century Gothic";
	font-size: 14px;
	color:#FFFFFF;
	margin: 0px;
	padding: 0px;
	letter-spacing:normal
	
}	

.linktextondark {
	font-family: "Gill Sans MT", "Tw Cen MT", Gill Sans, Arial, "Century Gothic";
	font-size: 14px;
	color: #00CCFF;
	margin: 0px;
	padding: 0px;
	letter-spacing:normal
}

.linktextondark {
	font-family: "Gill Sans MT", "Tw Cen MT", Gill Sans, Arial, "Century Gothic";
	font-size: 14px;
	a: link{color:#FFFFFF;}
	a: hover {color:#00CCFF;}
}

.linktextonlight {
	font-family: "Gill Sans MT", "Tw Cen MT", Gill Sans, Arial, "Century Gothic";
	font-size: 16px;
	color:	#0066FF;
	margin: 0px;
	padding: 0px;
	letter-spacing:normal}
}

.linktextonlight {
	font-family: "Gill Sans MT", "Tw Cen MT", Gill Sans, Arial, "Century Gothic";
	font-size: 16px;
	a: link{color:#FFFFFF;}
	a: hover {color:#00CCFF;}
}

div#listmenu {
    width:680px;
	margin: 0px;
	border-bottom:0px solid #0099FF;
	border-top:0px solid #0099FF;
	font-family: "Gill Sans MT", "Tw Cen MT", Gill Sans, Arial, "Century Gothic";
	font-size: 18px;
	color:#CC0000;
	margin:0px;
	padding: 0px;
	margin-top:10px;
}

div#listmenu li{
    float:left;
	background-color: #FFFFFF;
	padding:0 10px;
	border-right:1px solid #6600FF;
	
}

.listfont{
	font-family: "Gill Sans MT", "Tw Cen MT", Gill Sans, Arial, "Century Gothic";
	font-size: 18px;
	color: #000099;
}

div#listmenu a:hover{
	color: #0099FF;
	text-decoration:underline	
}

div#servicenav {
    width:680px;
	margin: 0px;
	border-bottom:0px solid #0099FF;
	border-top:0px solid #0099FF;
	font-family: "Gill Sans MT", "Tw Cen MT", Gill Sans, Arial, "Century Gothic";
	font-size: 14px;
	color:#CC0000;
	margin:0px;
	padding: 0px;
	margin-top:10px;
}

div#servicenav li{
    float: center;
	background-color: #FFFFFF;
	padding:0 10px;
	border-right:0px solid #0066CC;
}

.servicenavlistfont{
	font-family: "Gill Sans MT", "Tw Cen MT", Gill Sans, Arial, "Century Gothic";
	font-size: 16px;
	color: #000099;
	
}

div#servicenav a:hover{
	color: #0099FF;
	text-decoration:underline;	
}

div#servicenav a:link{
	color: #000099;
	font-weight: normal;	
}