﻿/* ========== Styling all elements */
* {
	margin: 0;
	padding: 0;
}

img {
	border: none;
}
input {
	vertical-align: middle;
}
.floatleft {
	float: left !important;
}
.floatright {
	float: right !important;
}
abbr {
	cursor: help;
}
acronym {
	cursor: help;
}
/* ========== Applying clearfix fix for some browsers to use in appropriate places */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hide from IE Mac \*/
.clearfix {
	display: block;
}
/* End hide from IE Mac */
/* ========== BODY */
body {
	margin: 0;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:12px;
	text-align:justify;
	background-color:#dfdfdf;
	background-image:url('../images/background-bg.gif');
	background-repeat:repeat-x;
}
/* ========== WRAPPER */
#wrapper {
	width:960px;
	margin: 0 auto;
	background-image:url('../images/layout-bg.gif');
	background-repeat:repeat-y;
}


/* ======================================================================== */
#top-container{
	width:960px;
	height:54px;
	background-image:url('../images/top-bg.gif');
	background-repeat:repeat-x;
}
.logo-box{
	background-image:url(../images/logo.gif);
	background-repeat:no-repeat;
	width:287px;
	height:54px;
	float:left;
}
.logo-box a{
	width:287px;
	height:54px;
	display:block;
}

#link-container{
	width:500px;
	height:auto;
	float:right;
}
.topnav-menu {
	width:auto;
	height:auto;
	padding-left:25px;
}
.topnav-menu ul {
	width:auto;
	margin:0;
	list-style:none;
	padding:25px 0px 0px 15px;
}
.topnav-menu li {
	display:block;
	padding:0 15px 0px 15px;
	line-height:15px;
	color:#494b4e;
	float:left;

}
.topnav-menu a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#494b4e;
	font-weight:bold;
	height:15px;
	text-decoration:none;
}
.topnav-menu li a:hover {
	color:#005b8a;
	text-decoration:none;
}
/* ======================================================================== */

#header-container{
	width:950px;
	height:170px;
	background-image:url('../images/header-bg.gif');
	background-repeat:repeat-x;
	padding-left:10px;

}
/* ====================================================================================*/
.header-box{
	width:586px;
	height:140px;
	background-image:url('../images/header.gif');
	background-repeat:no-repeat;
	float:left;

	margin-top:15px;
}

.welcome-contentbox{
	width:335px;
	height:auto;
	float:right;
	font-size:11px;
	color:#FFFFFF;
	padding-right:15px;
	margin-top:15px;
}
h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFFFFF;
	padding-bottom:5px;
}
/* ====================================================================================*/
#main-container{
	width:960px;
	height:auto;
}
#three-boxcontainer{
	width:960px;
	height:auto;
	clear:both;
	padding-top:5px;
}
/* ====================================================================================*/
#first-boxcontainer{
	width:299px;
	height:auto;
	float:left;
	padding-left:16px;
}
.boxes-topimg{
	width:299px;
	height:29px;
	background-image:url(../images/boxes-topbar.gif);
	background-repeat:no-repeat;
}
h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFFFFF;
	padding-top:7px;
	padding-left:40px;
	font-weight:bold;
	text-decoration:none;
}
#boxes-bgimg{
	width:299px;
	height:210px;
	background-image:url(../images/boxes-bgbar.gif);
	background-repeat:repeat-y;
}
.boxes-bottomimg{
	width:299px;
	height:10px;
	background-image:url(../images/boxes-bottombar.gif);
	background-repeat:no-repeat;
	padding-bottom:8px;
}

/* ====================================================================================*/
.linkbox-text {
	width:auto;
	height:auto;
	padding-top:8px;
}
.linkbox-text ul {
	width:auto;
	margin:0;
	list-style:none;
	padding:0px 0px 0px 18px;
}
.linkbox-text li {
	display:block;
	padding:0 0px 0px 20px;
	background:url(../images/arrow.gif) no-repeat center left;
	line-height:18px;

}
.linkbox-text a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	height:18px;
	text-decoration:none;
}
.linkbox-text li a:hover {
	color:#0074c5;
	text-decoration:underline;
}
/* ====================================================================================*/
#secound-boxcontainer{
	width:299px;
	height:auto;
	float:left;
	padding-left:16px;
}
/* ====================================================================================*/
#third-boxcontainer{
	width:299px;
	height:auto;
	float:right;
	padding-right:16px;
}
/* ====================================================================================*/
#google-boxcontainer{
	width:900px;
	height:auto;
	clear:both;
	padding-top:5px;
	margin:0 auto;
}
.pages-subtitle{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#0f5f99;
	font-weight:bold;
	text-decoration:none;
}
/* ====================================================================================*/
#additionalservices-container{
	width:940px;
	height:auto;
	margin:0 auto;
	clear:both;
	border:1px solid #94cbef;
}
.addservice-title{
	width:940px;
	height:30px;
	background-image:url(../images/contentbox-topbg.gif);
	background-repeat:repeat-x;	
}
.addservice-title h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#13517a;
	padding-top:7px;
	padding-left:15px;
	font-weight:bold;
	text-decoration:none;
}
.required-field{
	font-family:Arial, Helvetica, sans-serif;
	color:#FF0000;
	font-size:11px;
	text-decoration:none;
}
/* ============Footer Container Start=========================================*/
#footer-container{
	background-image:url(../images/footer-bg.gif);
	background-repeat:repeat-x;
	width:960px;
	height:38px;
	clear:both;
	margin-top:8px;
	padding-top:5px;
}
.copyright-box{
	width:960px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:center;
	color:#666666;
	margin:0 auto;
	line-height:15px;
	text-decoration:none;
}
.copyright-box a{
	color:#666666;
	text-decoration:none;
}
.copyright-box a:hover{
	color:#666666;
	text-decoration:underline;
}