html, body {      
	margin: 0;      
	padding: 0;      
	text-align: center;      
	font-family: arial, Helvetica, sans-serif;      
	font-size: 14px;
	font-weight:bold;
	background: #FFF url("file:///C|/Users/Admin/AppData/Local/Microsoft/Windows/Temporary Internet Files/Content.IE5/8Q38XFY5/images/border.jpg") repeat-y center;
	color:#5c94bf;
}    

img { 
	border: none; 
}

img a {
	border:none;
}

a { 
	text-decoration: none; 
	color: #2965a6; 
	font-weight: bold;
}

a:hover { 
	text-decoration: underline; 
	color: #fca00e; 
}

p {
	font-weight:bold;
}

marquee {
	background-image:url(../images/marquee.png);
	background-position:top;
	background-repeat:no-repeat;
	color:#e5ffff;
	padding:5px;
	margin:0px 5px 0px 5px;
	width:425px;
	height:27px;
	font-size:14px;
	font-weight:bold;
}
	
/*---------- Divs ----------*/
#header {
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
	background-position:left;
	height:120px;
	width:890px;
	margin:0px auto;
}

#logo {      
	padding-top: 30px;      
	margin: 0 auto;      
	width: 890px;
}
	
/* for opera */
#logo a:hover {      
	text-decoration: none;
}

#logo a {      
	float: left;
	background: url("file:///C|/Users/Admin/AppData/Local/Microsoft/Windows/Temporary Internet Files/Content.IE5/8Q38XFY5/images/logo.jpg") no-repeat 0px 0px;
	width: 317px;
	height: 85px;
}

#container {
	width: 890px;
	overflow: hidden;
	text-align: left;
	font: 90% Tahoma, Helvetica, sans-serif;
	margin: 0px auto;
	border-top: 2px solid #6fb2e6;
	border-bottom: 2px solid #ffb93f;
	border-right:0px solid #CCC;
	background: #e5e5e5;
}  

* html #container {
	overflow: visible;
}

#content {
	float: right;
	width: 690px;
	background: #fff url(file:///C|/Users/Admin/AppData/Local/Microsoft/Windows/Temporary%20Internet%20Files/Content.IE5/8Q38XFY5/images/nav-edge.jpg) repeat-y;
	padding-bottom: 40px;
	min-height: 380px;
}
	
* html #content {
	height: 380px; 
	overflow: visible;
}

#maincontent {
	padding: 10px 10px 0px 10px;
	overflow: hidden;
	width:435px;
	voice-family: "\"}\"";
	voice-family:inherit;
}

#rightdiv {
	padding-top: 30px;
	float: right;
	width: 230px;
}

#rightdiv img {
	padding: 1px;
	border: 1px solid #6fb2e6;
}

#news {
	width:210px;
	margin:0px auto;
	font-weight:bold;
}

#news ul {
	margin:10px 0px 0px 20px;
	padding:0px;
	font-size:15px;
}

#news li {
	background-image:url(../images/checkmark.jpg);
	background-repeat:no-repeat;
	background-position:left;
	margin:2px 0px 0px 10px;
	padding:0px 0px 0px 20px;
	list-style-type:none;
	float:none;
	font-size: 13px;
}

/*---------- Navigation Menu ----------*/
#navcontainer {
	padding-top: 30px;
	padding-left: 15px;
	min-height: 380px;
	float: left;
	overflow: hidden;
	width: 180px;
}

* html #navcontainer {
	height: 380px; 
	overflow: visible;
}

.nav {
	width: 170px;
	position: relative;
	list-style-type: none;
	margin: 0;
	padding: 0px;
	font-size: 105%;
}

.nav li {
	text-align: left;
	margin: 3px 1px;
	padding: 0;
}

.nav li a {
	border: 1px solid #52a3e2;
	display: block;
	padding: 4px 0 4px 10px;
	background: #6fb2e6;
	color: #e5ffff;
	font-weight: bold;
	text-decoration: none;
	width: 170px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 160px;
}

.nav li a:hover {
	background: #ffb93f;
	color: #949494; 
	font-weight: bold;
	cursor: pointer;
}

/*---------- Footer ----------*/
#footer {
	margin:20px auto 10px auto;
	padding:0px;
	font-size:80%;
	text-align:center;
	color:#6a6666;
	width:890px;
	background:#fff;
}

#footer img {
	float:right;
}

/*---------- Headings ----------*/
h1 { 
	padding:0px 0px 0px 0px;
	margin:10px 0px 10px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#699;
	text-align:center;
}

h2 {
	padding:0px 0px 2px 0px;
	margin:10px 0px 0px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#69C;
	width:200px;
	border-bottom: 2px solid #ffb93f;
}

h3 {
	padding:0px;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#69C;
}

/*---------- Classes ----------*/
.underline {
	padding-bottom: 3px;
	width: 180px;
	border-bottom: 2px solid #ffb93f;
} 

.subheading {
	font-weight: bold;
}

.submitbox {
	width: 215px;
	height:85px;
	background-image:url(../images/submitBox.png);
	background-repeat:no-repeat;
	background-position:left;
	margin:10px;
	text-align:center;
	border: 1px solid /*#e5e5e5*/ #FFF;
}

.submitbox h3 {
	margin-top:10px;
	margin-bottom:5px;
}

.submitbox img {
	margin:0px;
	padding:0px;
}

.linkbutton {
	height: 20px;
	font-size: 95%;
	background: #e5e5e5;
	color: #949494;
	border: none;
	padding: 3px 8px;
	font-weight: bold;
}

.highlightText {
	color:#900;
}

#maincontent ul {
	list-style-image: url(file:///C|/Users/Admin/AppData/Local/Microsoft/Windows/Temporary%20Internet%20Files/Content.IE5/8Q38XFY5/images/bullet.png);
}
	
.advert {
	width: 160px;
	margin: 20px 0px 20px 0px;
	padding: 5px; 
	background: #FFF;
	border: 1px solid #c8c8c8;
	font-weight:bold;
	text-align:center;
}

.advert ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
}

.advert li {
	margin:10px 0px 10px 0px;
}

#emlConf {
	text-align:center;
	margin:10px;
	padding:0px;
	color:#F00;
	font-weight:normal;
}

.serviceList {
	margin:0px;
	padding:0px;
}

.serviceList ul {
	margin:0px;
	padding:0px;
}

.serviceList li {
	margin:5px 0px 5px 10px;
	padding:5px;
	list-style-type:none;
	display:block;
	font-size:13px;
	font-weight:bold;
}

.serviceList h3 {
	font-size:18px;
	margin:12px 0px 0px 5px;
	padding:0px;
	color:#03C;
}

.serviceList li p {
	font-size:12px;
	font-weight:normal;
	margin:0px 0px 0px 12px;
}
