@charset "UTF-8";
body {
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	background: url(mainBG.jpg) fixed bottom repeat-x #e2e3e3;
	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;
}
.oneColFixCtrHdr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.oneColFixCtrHdr #container #header #address {
	height : 40px;
	padding : 20px 25px;
	font-size : 11px;
}

#login {
	height : 53px;
	float : right;
	background : url(loginBG.jpg) repeat-x;
	width : 150px;
	margin : 0;
	font-size : 12px;
	font-weight : bold;
	text-align:right;
	padding : 0px 20px 0px 0px;
}

#login a {color : yellow; padding : 0px; text-decoration:none}

#login li {
	display : inline;
	list-style : none;
}

.oneColFixCtrHdr #container #header #address #tel {
	height : 28px;
	width : 233px;
	background : url(callUs.png) no-repeat;
	float : right;
	clear : both;
	overflow : hidden;
	text-indent : -1000px;
}

.oneColFixCtrHdr #container #header #navigation {
	height : 40px;
	background: url(navBG.jpg) repeat-x #000;
	margin : 15px 0px 0px 0px ;
	padding : 0px;
	text-align : center;
	vertical-align:bottom;
	border-top : 1px solid white;
}

.oneColFixCtrHdr #container #header #navigation ul {
	font-size: 12px;
	font-weight:bold;
	height : 40px;
	padding : 12px 0px 5px 0px;
	margin : 0px;
}

.oneColFixCtrHdr #container #header #navigation li {
	display : inline;
	list-style-type:none;
}

#navigation li a {
	margin : 4px 0px 0px 0px;
	padding : 10px 15px 10px 15px;
}

#navigation li a:link, #navigation li a:visited{
	text-decoration: none;
}

#navigation li a:active, #navigation .active {
	color : gray;
}

.oneColFixCtrHdr #header {
	background: #ffffff; 
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #header h1 {
	margin: 0px; /* 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: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	background : url(mainLogo.jpg) no-repeat ;
	height : 173px;
	text-indent: -2000px;
}


.oneColFixCtrHdr #mainContent {
	padding: 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #ffffff;
}

	.oneColFixCtrHdr #mainContent #page {
		padding : 10px;
		font-size : 75%;
		color : #000000;
		line-height: 200%;
	}

#page #floatLeft {
	float : left;
	margin : 0px 20px;
	padding : 10px 0px 0px 0px;
}

#page img {
	width : 120px;
	border : 1px solid gray;
	margin : 15px 20px;
	padding : 6px;
}
	
.oneColFixCtrHdr #mainContent #page h1,h2,h3,h4,h5,h6, a {
	color : #116392;
	text-decoration:none;
	text-align:left;
	margin : 0 0 5px 0;
	
}

iframe {
	margin : 0 30px;
	border : 1px solid gray;
}

hr {
	color : #116392;
	margin : 0 0 20px 0 ;
}

#page input.myText, textarea {
	margin : 8px 0px;
	border : 1px solid gray;
	padding : 3px 5px;
	width : 250px;
	font:Verdana, Geneva, sans-serif;
	background : #c1d8e5;
}

#page .formButton {
	width : 100px;
	height : 25px;
	margin : 10px 0px;
}

.tableItem {
	width : 80px;
	font-weight : bold;
	color : #de252d;
	display:inline-block;
	margin : 0px 10px 0px 30px;
	vertical-align: top;
}

/* FOOTER */

	#bottomMenu ul {
		text-align:center;
		font-size : 10px;
	}
	
	#bottomMenu li {
		display : inline;
		list-style-type:none;
	}
	
	#bottomMenu li a {
		text-align : center;
		
		padding : 0px 10px;
	}

	.oneColFixCtrHdr #footer {
		padding: 20px 25px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
		background: url(footerBG.jpg);
		font-size : 8.5px;
		color:#999;
		height : 10px;
		position: static;
	}
	
	.oneColFixCtrHdr #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: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	}

	.oneColFixCtrHdr #footer #designedBy {
		text-align :right;
		float : right;
		clear:both;
		width : 120px;
	}
	
	.oneColFixCtrHdr #footer #designedBy a {
		text-decoration : none;
		color:#999
	}
