/* Global layout Styles */

body {
	text-align:center;
	margin: 0px;
	background: url(../images/body-bg.jpg) repeat-x #efefef;
/*	font: 0.7em/1.5em Arial, Helvetica, sans-serif;*/
    font: 0.7em/1.5em Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4 {
	font-size: 1em;
	margin-top: 0px;
	margin-bottom: 0px;
}

p {
	margin-top: 0px;
	margin-bottom: 15px;
	text-align:justify;
}

a img {
	border: none;
}

a {
	color: #208ff6;
	text-decoration:none;
	font-weight:bold;
}

a:focus {
	outline-style: none;
}

a:hover {
	text-decoration:underline;
}

.clear_both {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	display: block;
	height: 1px;
}

blockquote {
	background: url(../images/l-quote.gif) no-repeat top left;
	padding-left: 30px;
	margin: 0px 30px 40px 30px;
}

blockquote .quote{
	background: url(../images/r-quote.gif) no-repeat bottom right;
	padding-right: 30px;
}

blockquote .author{
	font-size:0.9em;
	font-weight:bold;
	color:#333333;
}

#container {
	width: 990px;
	text-align: left;
	
	margin: 0px auto;
}

#wrapper-left-shadow {
	padding-left: 20px;
	background: url(../images/left-cont-bg.jpg)  no-repeat 0px 141px;
	
}

#wrapper-right-shadow {
	padding-right: 20px;
	background: url(../images/right-cont-bg.jpg) no-repeat right 141px;
}

#header {
	background: url(../images/header-bg.jpg) repeat-x 0px 71px;
	margin: 0px;
	padding: 0px 0px 47px;
}


/* Contact Bar Styles */
#contact-bar {
	background: url(../images/contact-bar.gif) no-repeat right top;
	padding: 3px 35px 0px 0px;
	color: #FFFFFF;
	height: 30px;
}


#contact-bar #registered {
	display: block;
	float: right;
	font-weight: bold;
	color: #FFFFFF;
	background: url(../images/arrow-red-on-black.gif) no-repeat 0px center;
	margin: 6px 15px 0px 0px;
	padding: 0px 0px 0px 15px;
}


#contact-bar #fast-response {
	display: block;
	float: right;
	font-weight: bold;
	color: #FFFFFF;
	background: url(../images/arrow-red-on-black.gif) no-repeat 0px center;
	margin: 0px 7px 0px 0px;
	padding: 0px 0px 0px 15px;
}

#contact-bar #fast-response span {
	background: url(../images/contact-bar-icon-mail.gif) no-repeat right 1px;
	display: block;
	padding: 6px 30px 5px 0px;
}

#contact-bar #telephone {
	float: right;
	color: #6585a1;
	padding: 0px 0px 0px 13px;
	border-left: 1px solid #4b4b4b;
	margin: 5px 0px 0px 6px;
	font-size: 1.1em;
	font-weight: bold;
	white-space: nowrap;
}

#contact-bar #telephone span {
	color: #FFFFFF;
	padding-left: 5px;
	font-size: 1.15em;
}


/* Navigation Styles */
#nav {
	list-style: none;
	margin: 0px 0px 0px 30px;
	padding: 13px 0px 0px;
	position:absolute;
	
}

#nav li {
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
	background: #EFF0F2;
}

#nav li a {
	display: block;
	float: left;
	font-size: 1.2em;
	font-weight: bold;
	padding: 6px 0px 11px;
	text-align: center;
	color: #2e2e2e;
	background: url(../images/nav.jpg) repeat-x 0px 0px;
	cursor: pointer;
}

#nav li#navitem_1 a {
	width: 93px;
	border-right: 1px solid #B4B4B4;
	border-left: 1px solid #B4B4B4;
}

#nav li#navitem_2 a {
	width: 104px;
	border-right: 1px solid #B4B4B4;
}

#nav li#navitem_3 a {
	width: 95px;
	border-right: 1px solid #B4B4B4;
}

#nav li#navitem_60 a {
	width: 95px;
	border-right: 1px solid #B4B4B4;
}

#nav li#navitem_4 a {
	width: 120px;
	border-right: 1px solid #B4B4B4;
}

#nav li#navitem_6 a {
	width: 110px;
	border-right: 1px solid #B4B4B4;
}

#header #nav li ul li a {
	width:auto;
	border:none;

}

#nav li.active a, #nav li.active a:hover {
	border-right: 1px solid #999999;
	background: url(../images/nav.jpg) repeat-x 0px -37px;
	color: #003767;
}

#nav li:hover a, #nav li.sfhover a {
	background: url(../images/nav.jpg) repeat-x 0px -74px;
	text-decoration:none;
	color:#c30d3c;
}

#nav li ul {
	position: absolute;
	left: -999em;
	margin-top: 34px;
	margin-left: -1px;
	font-size: 0.85em;
	font-weight: normal;
	padding: 5px 0px 10px;
	border: 1px solid #bababa;
	/*background: url(../images/dropdown-bg.gif) no-repeat bottom;*/
	background:  #cacaca url(../images/dropdown-bg.gif) repeat-x top;
	width: 195px;
	z-index: 10;
	list-style:none;
}

#nav li ul li{
	width: 175px;
	float: none;
	background: url(none);
	margin: 0px;
	padding: 0px;
	margin: 0px 10px 0px 10px;
}

#nav li ul li a, #nav li.active ul li a{
	background: url(none);
	margin: 0px;
	padding: 3px 8px 3px 10px;
	color: #373737;
	float: none;
	text-align: left;
	display:block;
}

#nav li:hover ul li a, #nav li.sfhover ul li a {
	background-image:none;
	color: #373737;
}

#nav li ul li a:hover, #nav li.active ul li a:hover{
	background: url(none);
	background-color: #c30d3c;
	color: #FFFFFF;
	cursor:pointer;
	display:block;
}

#nav li:hover ul, #nav li.sfhover ul { 
	left: auto;
}


#header #bottom-rule.clear_both {
	background: #b4b4b4;
}

#content {
	background: #FFFFFF;
	padding: 30px 30px 15px;
	margin: 0px;
}

#iframeContent {
	background: #FFFFFF;
	padding: 20px 0 0 0;
	margin: 0px;
}


/* Global layout Styles */
#footer {
	background: url(../images/footer.gif) no-repeat;
	padding-top: 30px;
	padding-bottom: 40px;
	color: #878787;
	padding-left: 60px;
	margin-top:-2px;
}

#footer a{
	color: #c9c9c9;
	padding-left: 15px;
}

#home-flash {
	z-index: -10;
}


/* News headlines Styles */
#news-headlines {
	background: url(../images/news-dots.gif) no-repeat;
	font-size: 1.1em;
	font-weight: bold;
	color: #747474;
	margin: 25px 0px 25px;
	padding: 15px 0px 3px;
	line-height:1.65em;
	width:530px;
	
}

#news-headlines  h2 {
	font-size: 1.1em;
	padding-right: 15px;
	width:45px;
	display:block;
	float:left;
	color:#262626;
}

#news-headlines a {
	background: url(../images/arrow-blue.gif) no-repeat left 3px;
	padding-left: 17px;
	padding-right: 30px;
	color: #747474;
}

#news-headlines  a .date {
	font-size: 0.9em;
	font-weight: normal;
	padding-right: 10px;
}

#news-headlines a:hover{
	text-decoration:none;
	background: url(../images/arrow-red.gif) no-repeat;
	background-position:left 6px;
}

#news-headlines a:hover .date{
	text-decoration:none;
}

#news-headlines a:hover .headline{
	text-decoration:underline;	
}

#news-headlines .items {
	width:450px;
	display:block;
	float:left;
}
#news-headlines a {
	display:block;
	background-position:left 6px;
}

#news-headlines a:hover {;
	background-position:left 6px;
}

#news-headlines #bottom-rule {
	font-size: 1px;
	line-height: 1px;
	background: url(../images/news-dots.gif) no-repeat;
	height: 1px;
	margin-top: 5px;
}


#quotes {
	margin-top:25px;
	float:right;
	width:350px;
	position:relative;
	height:83px;

}

#quotes blockquote {
	font: italic 1.2em/1.4em Arial, Helvetica, sans-serif;
	color:#868686;
	margin:0px;
	text-align:justify;
	padding-right:30px;
	padding-top:5px;
	font-weight:bold;
	background-color:#FFFFFF;
}

#quotes p.author {
	display:block;
	padding-left:30px;
	padding-top:5px;
	margin-bottom:0px;
	font-weight:bold;
	background: url(../images/r-quote.gif) no-repeat 330px top;
	background-color:#FFFFFF;
	width:320px;
}

#quotes .quote {
	position:absolute;
	display:block;
	border:none;

}

/* Service Tabs Styles */
#service-tabs {
	margin: 0px;
	padding: 0px;
	list-style: none;
	background: #FFFFFF;
	clear:both;
}

#service-tabs li{
	margin: 0px;
	padding: 0px;
	display:inline;
}

#service-tabs a {
	display: block;
	float: left;
	width: 150px;
	margin-left: 10px;
	background: url(../images/tabs.gif) no-repeat -170px 0px;
	color: #f5f5f5;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 20px;
}

#service-tabs a:hover {
	background: url(../images/tabs.gif) no-repeat 0px 0px;
	text-decoration:none;
}

#service-tabs a.nopad {
	margin-left: 0px;
}

#service-tabs .heading {
	display: block;
	/*font: 1.25em Georgia, "Times New Roman", Times, serif;*/
	font: 1.1em Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding-top: 8px;
	padding-left: 3px;
	padding-bottom: 21px;
}

#service-tabs img {
	display: block;
	margin-bottom: 15px;
	padding-left: 5px;
}

#service-tabs .text {
	color: #4b4b4b;
	line-height: 1.3em;
	font-weight:normal;
}

/* Left Column Content Styles */
#left-col  {
	width: 170px;
	padding-left: 28px;
	float: left;
}

#left-col h2{
	/*font: normal 1.5em Georgia, "Times New Roman", Times, serif;*/
	font: normal 1.5em Arial, Helvetica, sans-serif;
	padding-bottom: 7px;
	background: url(../images/news-dots.gif) no-repeat left bottom;
	margin-bottom: 8px;
	margin-top:15px;
	padding-top: 0px;
}

#left-col #subnav {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#left-col  #subnav li {
	margin: 0px;
	padding: 0px;
	display:inline;
}

#left-col  #subnav  li a {
	font-weight: bold;
	color: #272727;
	display: block;
	font-size: 1em;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 17px;
	background: url(../images/arrow-small-grey.gif) no-repeat left 8px;
	margin: 0px;
	line-height:1.3em;
}

#left-col  #subnav  li.active a {
	background: url(../images/arrow-small-red.gif) no-repeat left 8px;
	color: #C30D3C;
}


/* Right Column Content Styles */
#right-col  {
	width: 590px;
	padding-left: 22px;
	float: left;
	font-size: 1.15em;
	color: #484848;
	line-height: 1.5em;
}

#right-col .main-content-image {
	margin-bottom: 10px;
}

#right-col h1 , #right-col h2 {
	/*font: normal 1.75em Georgia, "Times New Roman", Times, serif;*/
	font: normal 1.6em Arial, Helvetica, sans-serif;
	color: #003767;
	background: url(../images/news-dots.gif) no-repeat left bottom;
	padding-bottom: 10px;
	margin-bottom: 20px;
	margin-top: 20px;
	clear: both;
}

#right-col h2 {
	font-size:1.35em;
	color: #003767;
	margin-bottom: 15px;
	margin-top:30px;
}

#right-col h3 {
	font-size:1em;
}

#right-col ul {
	list-style: none;
	margin: 15px 0px 20px;
	padding: 0px;
	line-height: 1.6em;
}

#right-col ul li {
	background: url(../images/bullet-square.gif) no-repeat left 8px;
	padding-left: 20px;
}

#right-col ul li ul {
	padding-left: 10px;
	margin-top:5px;
}

#right-col ul li ul li {
	background: url(../images/bullet-bullet.gif) no-repeat left 7px;
}
	

.left-aligned-image { 
	float:left;
	margin:5px 10px 5px 0px;
}

.right-aligned-image { 
	float:right;
	margin:5px 0px 5px 20px;

}

/* Form Styles */
label {
	display:block;
}

input, textarea, submit {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 1em;
}

input {
	display:block;
	border: 1px solid #CCCCCC;
	width: 500px;
	margin-bottom: 15px;
	font-size: 1em;
	padding: 2px;
}

textarea {
	display:block;
	border: 1px solid #CCCCCC;
	width: 500px;
	margin-bottom: 20px;
}

#submit {
	width:89px;
	cursor:pointer;
	background: url(../images/submit.gif) no-repeat top left;
	height: 37px;
	border:none;
}

#submit:hover {
	background: url(../images/submit.gif) no-repeat bottom left;
}

.telNo {
    color:#c30d3c;
	font-size:1.2em;
	font-weight:bold;
}






