@charset "UTF-8";
/* CSS Document */

body  {
	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: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #D9EBF5;
}
.oneColFixLtHdr #container {
	width: 1100px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(images/web_04.jpg);
	background-repeat: repeat-y;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
} 
.oneColFixLtHdr #header {
	background-color: #DDDDDD;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	height: 300px;
	padding-top: 0;
	padding-bottom: 0;
} 
.oneColFixLtHdr #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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 70px;
	padding-top: 0;
	padding-right: 70px;
	padding-bottom: 0;
	padding-left: 5px;
} 
.oneColFixLtHdr #footer {
	background-image: url(images/footer_02.jpg);
	background-repeat: no-repeat;
	height: 35px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 60px;
} 
.oneColFixLtHdr #bottom {
	background-image: url(images/vendors.jpg);
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	height: 103px;
	padding-right: 75px;
	padding-bottom: 0;
	padding-left: 75px;
} 
.oneColFixLtHdr #footer a:link{
	height: 35px;
	padding-top: 0;
	padding-bottom: 0;
	color: #333333;
}
.oneColFixLtHdr #footer a:hover{
	height: 35px;
	padding-top: 0;
	padding-bottom: 0;
	color: #333333;
} 
.oneColFixLtHdr #footer a:visited{
	height: 35px;
	padding-top: 0;
	padding-bottom: 0;
	color: #333333;
}  
.oneColFixLtHdr #footer a:active{
	height: 35px;
	padding-top: 0;
	padding-bottom: 0;
	color: #333333;
} 
.oneColFixLtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	font-size: 10px;
	text-align: center;
}




.twoColFixLtHdr #container {
	width: 1100px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(images/web_04_2.jpg);
	background-repeat: repeat-y;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
} 
.twoColFixLtHdr #header {
	background-color: #DDDDDD;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	height: 300px;
	padding-top: 0;
	padding-bottom: 0;
} 
.twoColFixLtHdr #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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 190px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 55px;
	background-image: url(images/sidebar.jpg);
	background-repeat: repeat-y;
	background-position: 1px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11.5px;
	color: #000000;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 300px;
	padding-top: 0;
	padding-right: 70px;
	padding-bottom: 0;
	padding-left: 5px;
} 
.twoColFixLtHdr #footer {
	background-image: url(images/footer_02.jpg);
	background-repeat: no-repeat;
	height: 35px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 60px;
} 

.twoColFixLtHdr #footer a:link{
	height: 35px;
	padding-top: 0;
	padding-bottom: 0;
	color: #333333;
}
.twoColFixLtHdr #footer a:hover{
	height: 35px;
	padding-top: 0;
	padding-bottom: 0;
	color: #333333;
} 
.twoColFixLtHdr #footer a:visited{
	height: 35px;
	padding-top: 0;
	padding-bottom: 0;
	color: #333333;
}  
.twoColFixLtHdr #footer a:active{
	height: 35px;
	padding-top: 0;
	padding-bottom: 0;
	color: #333333;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	font-size: 10px;
	text-align: center;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
A:link {text-decoration: none}
A:visited {text-decoration: none}
A:active {text-decoration: none}
A:hover {text-decoration: underline}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	text-align: left;
	margin: 0px;
}
ul { 
	list-style-position: inside; 
	font-size: 14px;
	font-weight: bold;
	color: #666666;
} 
ol { 
	list-style-position: outside;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
}
.btn {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	text-align: left;
	margin: 0px;
}
p a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	text-align: left;
	text-decoration: none;
}
p a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	text-align: left;
	text-decoration: none;
}
p a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	text-align: left;
	text-decoration: none;
}
p a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #1680B9;
	text-align: left;
	text-decoration: underline
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #DB5E27;
	margin-top: 0px;
	text-align: center;
}
h1 a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #DB5E27;
	margin-top: 0px;
	text-align: center;
	text-decoration: none;
}
h1 a:active{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #DB5E27;
	margin-top: 0px;
	text-align: center;
	text-decoration: none;
}
h1 a:visited{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #DB5E27;
	margin-top: 0px;
	text-align: center;
	text-decoration: none;
}
h1 a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #DB5E27;
	margin-top: 0px;
	text-align: center;
	text-decoration: underline;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	margin-top: 0px;
	text-align: center;
}
h2 a:link{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	margin-top: 0px;
	text-align: center;
	text-decoration: none;
}
h2 a:visited{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	margin-top: 0px;
	text-align: center;
	text-decoration: none;
}
h2 a:active{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	margin-top: 0px;
	text-align: center;
	text-decoration: none;
}
h2 a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #DB5E27;
	margin-top: 0px;
	text-align: center;
	text-decoration: underline;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #069;
	margin-top: 0px;
	text-align: center;
}
h3 a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #069;
	margin-top: 0px;
	text-align: center;
	text-decoration: none
}
h3 a:visited{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #069;
	margin-top: 0px;
	text-align: center;
	text-decoration: none
}
h3 a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #069;
	margin-top: 0px;
	text-align: center;
	text-decoration: underline
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	margin-top: 0px;
	text-align: left;
	text-decoration: none
}
h4 a:link{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	margin-top: 0px;
	text-align: left;
	text-decoration: none
}
h4 a:visited{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	margin-top: 0px;
	text-align: left;
	text-decoration: none
}
h4 a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	margin-top: 0px;
	text-align: left;
	text-decoration: underline
}
h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #DB5E27;
	margin-top: 0px;
	text-align: center;
}
h5 a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #DB5E27;
	margin-top: 0px;
	text-align: center;
	text-decoration: none;
}
h5 a:active{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #DB5E27;
	margin-top: 0px;
	text-align: center;
	text-decoration: none;
}
h5 a:visited{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #DB5E27;
	margin-top: 0px;
	text-align: center;
	text-decoration: none;
}
h5 a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #DB5E27;
	margin-top: 0px;
	text-align: center;
	text-decoration: underline;
}
.testimonials {
}
#menu1 {
	float: left;
	position: absolute;
	width: 186px;
	left: 11px;
	font-size: 12px;
	font-weight: normal;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	overflow: visible;
	text-align: left;
	top: 76px;
	color: #FFFFFF;
	}
	
#wrap {
	width:425px;
	position:relative;
	font:12px Arial;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 0px;
	text-align: left;
}

#nav li a {
	text-decoration:none;
	color:#294763;
	margin: 0px;
}

#nav li a span {
	visibility:hidden;
	display:block;
	position:absolute;
	right:15px;
	top:0px;
	width:200px;
	height:30px;
	color:#D65425;
	font-size: 18px;
}

#nav li a:hover span {
visibility:visible;

}

#nav li a:hover {
	color:#D75422;
	visibility:visible;
}
#navheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	padding-right: 60px;
	text-align: right;
}
#navheader a:link{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
#navheader a:active{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
#navheader a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
#navheader a:visited{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
#tab {
	padding-right: 60px;
	padding-top: 38px;
}
.login {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-align: right;
}
