﻿/* CSS Document */

BODY {
margin:0px;
padding:0px;
font-family: 'Times New Roman', serif;
font-size: 16px;
color: #000;
background: #FFF;
}

/* Link properties */

A:link {
	color: #090;
	text-decoration: underline;
}

A:visited {
	color: #36f;
	text-decoration: underline;

}

A:active {
	color: #fc0;
	text-decoration: underline;

}

A:hover {
	color: #fc0;
	text-decoration: underline;

}

/* Main text headings */

h1 {
font-family: 'Times New Roman', serif;
font-size:11px;
color:#36f;
text-decoration:none;
font-weight:bold;
margin:3px 5px 5px 3px;}

h2{
font-family: 'Times New Roman', serif;
font-size:11px;
color:#36f;
text-decoration:none;
font-weight:bold;
margin:0px 5px 5px 3px;
padding:5px 0px 0px 5px;}

h3{
font-family: 'Times New Roman', serif;
font-size:11px;
color:#090;
text-decoration:none;
font-weight:bold;
margin:5px 5px 5px 3px;
text-align:right;
}

/* Footer text */

.footertext {
font-family: 'Times New Roman', serif;
margin:0px;
padding:15px 0px 5px 0px;
font-size:11px;
color:#000;
}

/* Titles */

.t1 {
font-family: 'Times New Roman', serif;
font-size:18px;
color:#000;
text-decoration:none;
font-weight:bold;
}
.t2 {
font-family: 'Times New Roman', serif;
font-size:18px;
color:#090;
text-decoration:none;
font-weight:bold;
}

/* Main body */

.maincontent {
/*border-top-style:dotted;
border-top-width:1px;
border-top-color:#989898;*/
margin:3px 10px 30px 0px;
padding:0px 10px 5px 10px;
font-family: 'Times New Roman', serif;
font-size: 16px;
color:#000;
width: 95%;
} 

/*.maincontent img {
float:left;
margin:5px 5px 5px 0px;
}*/

.maincontent2 {
/*border-top-style:dotted;
border-top-width:1px;
border-top-color:#989898;*/
margin:3px 220px 0px 0px;
padding:0px 10px 5px 10px;
font-family: 'Times New Roman', serif;
font-size: 16px;
color:#000;
width:60%;
}

.maincontent2 img {
float:right;
margin:5px 0px 5px 5px;
}

.maincontent3 {
/*border-top-style:dotted;
border-top-width:1px;
border-top-color:#989898;*/
margin:3px 40px 0px 0px;
padding:0px 10px 5px 10px;
font-family: 'Times New Roman', serif;
font-size: 16px;
color:#000;
max-width:800px;
}

/*.maincontent3 img {
float:right;
margin:5px 0px 5px 5px;
}
*/
.lwrap {
width:182px;
margin-top:15px;
margin-bottom:0px;
margin-right:auto;
margin-left:auto;
padding:0px;
}

/* Left content */

.lcontent {
width:172px;
margin:0px 0px 0px 0px;
font-family: 'Times New Roman', serif;
font-size:11px;
color:#666666;
text-decoration:none;
text-align:left;
font-weight:normal;
padding:5px 3px 10px 5px;
background-color: #fff;
}

.leftshadow {
width:182px;
height:6px;
padding:0px;
margin-top:0px;

}
.leftshadow img {
padding:0px;
margin:0px;
float:right;
}

.separator {
border-top-width:1px;
border-top-style:dotted;
border-top-color:#fff;
margin-right:5px;
margin-left:5px;
margin-top:10px;
}

/* News boxes */

.newsheader{
background-image:url(images/left_subh.gif);
background-position:top;
background-repeat:no-repeat;
width:182px;
margin-left:auto;
margin-right:auto;
margin-top:15px;
margin-bottom:0px;
height:17px;
text-align:right;
padding:1px 5px 0px 0px;
font-family: 'Times New Roman', serif;
font-size:10px;
color:#FFF;
font-weight:bold;
}
.newscell{
background-color:#EEE;
width:182px;
margin-left:auto;
margin-right:auto;
margin-top:-1px;
margin-bottom:0px;
min-height:30px;
font-family: Arial, Helvetica, sans-serif;
font-size:11px;
color:#666;

}

.newscell p {
padding:5px 5px 15px 10px;
margin-top:0px;
}

/* Right content */

.rcontent {
background-color:#EEE;
width:168px;
margin-left:auto;
margin-right:auto;
border-left-style:solid;
border-left-width:5px;
border-left-color:#9FB5FF;
min-height:30px;
margin-top:18px; margin-bottom:0px;
font-family: 'Times New Roman', serif;
font-size:10px;
color:#666;
padding:5px 3px 10px 5px;
text-align: left;
}

.rightshadow {
text-align:right;
width:168px;
height:7px;
padding:0px;
margin-top:0px;
margin-bottom:5px;
float:right;
}
.rightshadow img {
padding:0px;
margin:0px;
float:right;
}

/* Bullet list 

ul {
list-style-image:url(images/bullet.gif);
list-style-type:none;
}
*/
p img {
margin-left:5px;
}


#wrap{
margin:0px;
padding:0px;
width:100%;
}

/* Header section */

#header{
background:#fff;
margin:5px 0px 0px 0px;
font-size: 11px;
font-family: 'Times New Roman', serif;
color : #000;
 }
 
 /* Top navigation */
 
#topnav ul {
padding-left: 0;
margin-left: 5px;
margin:0px 0px 0px 0px;
background-color: #9FB5FF;
color: White;
float: left;
width: 100%;
font-family: 'Times New Roman', serif;
font-size: 11px;
font-weight: bold;
height: 18px;
}

#topnav ul li {
display: inline;
}

#topnav ul li a {
padding: 0.2em 1em;
background-color: #9FB5FF;
color: #FFF;
text-decoration: none;
float: left;
border-right: 1px solid #EEE;
}

#topnav ul li a:hover {
background-color: #F89961;
color: #fff;
}

/* Left positioning */

#left {
width:191px;
margin:0px 0px 10px 0px;
padding:0px 0px 20px 0px;
background-color:#fff;
border-right-width:3px;
border-bottom-width:3px;
border-left-width:5px;
border-top-width:0px;
border-style:solid;
border-right-color:#fff;
border-bottom-color:#fff;
border-left-color:#fff;
float:left;
min-height:15px;}

/* Right positioning */

#right {
margin-left:196px;
margin-top: 10px;
background-color:#fff;
min-height:30px;
text-align:left;
padding:10px 10px 15px 15px;
min-width:560px;

}

/* Footer positioning */

#footer {
/*background-image:url(images/footer2.gif);*/
height:80px;
margin:auto;
padding:0px;
width:100%;
min-width:760px;
overflow:hidden;
clear:both;
text-align: center;
}

#footer img {
padding:0px;
margin:0px;float:left;
}

#footer a {
text-decoration:none;
}

/* Right positioning */

#rightcol {
width:180px;
float:right;
min-height:30px;
background-color:#fff;
margin:0px 0px 0px 10px;
padding:0px;
text-align:center;
}

#stretch {width:760px;
height:1px;
clear:both;
margin:0px 0px 20px 0px;
padding:0px;
}

.img-centre {
margin-right:10px;
}

.imgleft {
float: left;
padding: 5px 10px 20px 0;
}

form {
margin: 0;
padding: 0;
}

.textarea {
border: #36f solid 1px;
font-size: 14px;
}

.center {
text-align: center;
border: dotted #36f 1px;
padding: 10px 0 10px 0;
margin: 0 auto;
}

#bottombar {
	background: #e1f0ff;
	height: 10px;
	margin: 10px 0px 20px 0px;
}



/* =-=-=-=-=-=-=-[Nav Nine]-=-=-=-=-=-=-=- */


.but {
	font-family: 'Times New Roman',Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	font-size: 16px;
	font-weight: bold;
	width: 180px;
	}

.but ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#nav9 {
	width: 156px;
	margin-top: 10px;
	}
	
#nav9 li a {
  	height: 23px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
	text-decoration: none;
	}
		
	
#nav9 li a:link, #nav9 li a:visited  {
	color: #000;
	display: block;
	background: url(images/template/swirls.gif);
	padding: 1px 0px 0px 10px;
	}
	
#nav9 li a:hover {
	color: #000;
	background: url(images/template/swirls.gif) 0 -24px;
	padding: 1px 0 0 10px;
	}
	
#nav9 li a:visited {
	color: #fff;
	background: url(images/template/swirls.gif) 0 -48px;
	padding: 1px 0 0 10px;
	}
	
/* =-=-=-=-=-=-=-[End Nav Nine]-=-=-=-=-=-=-=- */


/*FAQ PAGE*/

.bold {
	font-weight: bold;
}

.indentblue {
	color: #3366CC;
	margin: 0 15px 0 15px;
}

.red{
	font-family: 'Times New Roman', serif;
	font-size:11px;
	color:#CC3333;
	text-decoration:none;
	font-weight:bold;
	margin:5px 5px 5px 3px;
	text-align:left;
}

.center2 {
text-align: center;
margin: 40px 0 40px 0;
}

.center3 {
text-align: center;
margin: auto;
}

.large {
	font-size: 18px;
}

/* PRICE PAGE STYLES */

.pricebold {
	font-weight: bold;
	color: #3366CC;
	background-color: #FFFFFF;
}

.priceboldlg {
	font-size: 20px;
	font-weight: bold;
}

.pricebullet {
	list-style: url(images/bullet3.gif);
	color: #36c;
	background-color: #FFFFFF;
}

.linklayout {
margin: 25px 0 25px 0;
}

.green {
	text-align: center;
	background-color:#CDFFCC;
	width: 400px;
	margin-bottom: 15px;
	padding: 10px 0 10px 0;
}

.green2 {
	text-align: center;
	width: 400px;
	margin-bottom: 15px;
	padding: 10px 0 10px 0;
	border: 2px #3399FF solid;
}

.largeverse {
	font-size: 36px;
}
