/* CSS Document */

@import "cssmenu.css";

body {
	margin:0;
	background:url(../images/inside/bg3.jpg) repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.32em;
	}
	
a {
	color: #CE7D3C;
	text-decoration: underline;
	}
	
a:hover {
	text-decoration: none;
	color:#003366;
	}

h2 {
	font-size: 12px;
	font-weight: bold;
	}
	
#sitemap a{
	color:#000099;
	text-decoration: none;
	}
	
#sitemap a:hover {
	color: #CE753C;
	text-decoration: underline;
	} 

#header {
	background:url(../images/inside/header_bg.jpg) repeat-x;
	}

#content {
	background:url(../images/inside/content_bg.jpg) no-repeat #FFFFFF;
	padding-right: 20px;
	}
	
#testimonials {
	font-family:"Times New Roman", Times, serif;
	font-size: 12px;
	color:#000000;
	font-style:italic;
	padding: 22px 34px 0px 14px;
	line-height: 1.40em;
	}
	
#title {
	background:url(../images/inside/titlebg.jpg) repeat-x;
	}
	
#text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
	line-height: 1.35em;
	}

#main-content-holder{
padding-left: 20px;
}
	
#text-services {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
	line-height: 1.35em;
	}
	
#subheading {
	font-size: 14px;
	color:#000066;
	font-weight:bold;
	padding-top: 10px;
	}
	
#right-side-back {
	padding: 20px 5px 0 20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight:bold;
	color: #314665;
	text-decoration: none;
	}
	
#right-side-back a{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight:bold;
	color: #314665;
	text-decoration: none;
	}
	
#right-side-back a:hover{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight:bold;
	color: #314665;
	text-decoration: underline;
	}
	
.homepage-list {
	font-size: 11px;
	}
	
	
/* Images */

.floatright {
	float: right;
	margin: 0 2em 1em 1em;
	}
	
.floatleft {
	float: left;
	margin: 0 1em 2.5em 0;
	}	
	
#subheading2 {
	font-size: 12px;
	color:#000066;
	font-weight:bold;
	padding: 20px 10px 0px 20px;
	}
	
#nav {
	background: url(../images/inside/bg4.jpg) no-repeat #FFFFFF;
	}
	
#nav ul {
	list-style:square;
	line-height: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	font-weight:bold;
	text-decoration:underline;
	margin: 0;
	padding: 0px 3px 0px 30px; 
		}
		
#nav ul li{
	margin-bottom: 6px;
	}

#nav ul li a {
	text-decoration:underline;
	color: #333333;
	}
	
#nav ul li a:hover {
	text-decoration:none;
	color:#666666;
	}
	
#footer {
	font-family:"Times New Roman", Times, serif;
	font-size: 13px;
	color: #223148;
	font-weight:bold;
	padding: 10px 0px 0px 15px;
	}
	
.footerlink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px; 
	color: #2F4464;
	font-style: normal;
	padding: 0px 0px 0px 15px;
	}
	
.footerlink a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#2F4464;
	text-decoration:none;
	}

.footerlink a:hover {
	color:#993300;
	}

	
.footer-address {
	font-size:11px;
	font-style:normal;
	padding: 10px 0px 0px 15px;
	color: #223148;
	}
	
.footer-name {
	font-size:14px;
	font-weight:bold;
	font-style:normal;
	}
	
/* Forms */

fieldset {
	border: 0;
	}

fieldset legend {
	margin: 0;
	padding: 0;
	font-style: italic;
	}

fieldset dl {
	margin: 0;
	padding: 0;
	}

fieldset dl dt {
	margin: 1.2em 0 0 0;
	padding: 0 0 .4em 0;
	font-weight: bold;
	}

fieldset dl dd {
	margin: 0;
	padding: 0;
	}

fieldset dl dd input, textarea {
	padding: 3px;
	font-size: 1em;
	font-family: inherit;
	}

fieldset dl dd textarea {
	width: 350px;
	height: 100px;
	}

