@charset "utf-8";
body {
	font: 14px Arial, Helvetica, sans-serif;
	line-height: 18px;
	background: #CDCC02;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 20px 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: 1058px;  /* 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 */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(images/bg1.gif);
	background-repeat: repeat-y;
}
.oneColFixCtrHdr #header {
}
.oneColFixCtrHdr #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 */
}
.oneColFixCtrHdr #mainContent {
	padding: 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding-bottom: 0px;
	background: #FFFFFF;
	background-image: url(images/bg1.gif);
	background-repeat: repeat-y;
}
.oneColFixCtrHdr #footer {
	padding: 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-image: url(images/footer1.gif);
	background-repeat: no-repeat;
	height: 45px;
	font: 80% Arial, Helvetica, sans-serif;
	color: #999;
}
.oneColFixCtrHdr #footer a {
	color: #999;
}
.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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#menu {
	margin: 0 26px 0 26px;	
}

#menu ul {
	list-style-type: none;
	background-image: url(../images/nav-bg.jpg);
	height: 54px;
	width: 1006px;
	margin: 0;
	padding: 0;
	margin: auto;
	background-repeat: repeat-x;
}
#menu li {
	float: left;
}
#menu ul a {
	background-image: url(images/nav-sep.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 20px;
	padding-left: 20px;
	display: block;
	line-height: 54px;
	text-decoration: none;
	font-family: Garamond;
	font-size: 25px;
	color: #fff;
	font-weight: bold;
}
#menu ul a:hover {
color: #46460B;
}

.menu-bg {
	background-image: url(images/nav-bg.jpg);
	background-repeat: repeat-x;	
}
h1 {
	font-family: Garamond;
	font-size: 24px;
	font-weight: bold;
	color: #000;
	display: inline;
}

#copyright {float: left; width: 300px; padding: 10px; }
#contacts {float: right; width: 600px; padding: 10px; padding-right: 15px;}

#column1 {float: left; width: 500px; padding: 10px; }
#column2 {float: right; width: 240px; padding: 10px; padding-right: 15px;}
#column3 {float: right; width: 400px; padding: 10px; padding-right: 15px;}
#column1a {float: left; width: 310px; padding-left: 30px; padding-top: 25px; padding-bottom: 0px;}
#column1b {float: right; width: 310px; padding-top: 25px;; padding-bottom: 0px;}

#client-login {
	background-image: url(images/box-bg-1.jpg);
	background-repeat: no-repeat;
	background-color: #e8e8e8;
	padding: 10px;
}
.formtitles {
	font-size: 12px;	
}
.formfields {
	font-size: 12px;
	border: 1px solid #000;
	height: 21px;
	width: 144px;
}
.head1 {
	font-size: 16px;
	color: #396391;
	font-variant: small-caps;
	font-weight: bold;
}
.head2 {
	font-size: 16px;
	color: #396391;
	font-variant: small-caps;
	font-weight: bold;
	text-decoration: underline;
	display: inline;
}
#newslist {
	font-size: 14px;
	color: #396391;
	padding:10px 20px;
	margin: 0px;
	line-height: 30px;
}
#newslist a:link {
	font-size: 14px;
	color: #396391;
}
#newslist a:visited {
	font-size: 14px;
	color: #396391;
}

#newslist a:hover {
	font-size: 14px;
	color: #618EC0;
	text-decoration: none;
}
#servicelist {
	font-size: 14px;
	color: #396391;
	padding:10px 20px;
	margin: 0px;
	line-height: 20px;
}
#servicelist a:link {
	font-size: 14px;
	color: #396391;
}
#servicelist a:visited {
	font-size: 14px;
	color: #396391;
}

#servicelist a:hover {
	font-size: 14px;
	color: #618EC0;
	text-decoration: none;
}
#mainpart {
	overflow: hidden;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#mainpart a {
	color: #59590C;
}
.gallery {
	background-image: url(images/png/gallery-thumbnail-bg.png);
	background-repeat:no-repeat;
}
.caption {
	font-size: 9px;
	font-style: italic;	
}