@charset "utf-8";
body {
	background: #99ffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 80%;
}
#container  {
	width: 800px;
	margin: 0 auto; /* this overrides the text-align: center on the body element. */
	height: 1246px;
	background-color: #FFFFFF;
	background-image: url(images/bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
}
#mainContent  {
	margin-right: 50px;
	margin-left: 50px;
	z-index: 99;
	text-align: justify;
}
.blue {
	color: #003a9b;
}

#header {
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	background-position: 35px 45px;
	z-index: 1;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 100px;
	padding-top: 45px;
	padding-right: 60px;
	padding-left: 35px;
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 5px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#nav {
	z-index: 1;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 60px;
	text-align: right;
}
#nav h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 5px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#footer {
	padding: 0 10px 10px 10px;
	clear: both;
	text-align: center;
	z-index: 0;
	position: absolute;
	width: 779px;
	top: 1160px;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 70%;
}
#botContent  {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align: center;
	position: absolute;
	top: 880px;
	width: 760px;
	z-index: 98;
}
#aboutbox {
	clear: both;
	text-align: center;
	z-index: 0;
	background-image: url(images/about_m.gif);
	background-repeat: repeat-y;
	background-position: center center;
	padding-top: 0;
	padding-right: 10px;
	padding-left: 10px;
}
#servicesbox {
	clear: both;
	text-align: center;
	z-index: 0;
	background-image: url(images/serv_m.gif);
	background-repeat: repeat-y;
	background-position: center top;
	padding-top: 0;
	padding-right: 10px;
	padding-left: 10px;
}
.red {
	color: #FF002D;
}
#topContent  {
	padding: 0px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align: center;
}
#mainContent a img {
	padding-bottom: 5px;
	text-decoration: none;
}
#aboutbox a {
	color: #FFF;

}
#servicesbox a {
	color: #FFF;
}
#header a {
	color: #666;
	font-weight: bold;
	text-decoration: none;
}
#header a img { border:0px; }
#footer a {
	color: #003A9B;
	text-decoration: none;
	font-size: 130%;
	padding-right: 10px;
	padding-left: 10px;
	font-weight: bold;
}
.cont {
	position: absolute;
	visibility: hidden;
	z-index: 99;
	width: 650px;
}

li {
	list-style-image: url(images/tick.gif);
	color: #333;
	font-weight: bold;
	margin-left: -20px;
	list-style-position: outside;
	margin-bottom: 8px;
	line-height: 20px;
}
#mainContent a {
	padding-bottom: 5px;
	text-decoration: none;
}
#botContent p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 7px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 95%;
}
.list {
	color: #003A9B;
	font-weight: bold;
	font-size: 105%;
	line-height: 20px;
}
.btn_img {
	background-image: url(images/btn_send.gif);
	background-repeat: no-repeat;
	width: 83px;
	height: 30px;
}
.h5 {
	color: #FF002D;
	font-weight: bold;
	font-size: 95%;
	line-height: 30px;
	display: block;
}

