@charset "utf-8";
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;
	background-color: #B8B8B8;
	background-image: url(../img/bk.jpg);
	background-repeat: repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100%;
}
h1 {
	font-size: 1.2em;
	color: #000;
	margin-bottom: 6px;
	margin-top: 0px;
	letter-spacing: -1px;
}
h2 {
	font-size: 0.9em;
	color: #333;
	margin-bottom: 0px;
	margin-top: 3px;
	font-weight: normal;
	line-height: 1em;
}
h4 {
	font-size: 0.8em;
	color: #069;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 7px;
}
h4 strong {
	color: #000;
	font-weight: bold;
}
h4 a {
	color: #5E8EB4;
	font-size: 1.1em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
h4 a:hover {
	color: #5889B2;
}



#container {
	width: 981px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../img/main-mid.jpg);
	background-repeat: repeat-y;
	background-color: #B8B8B8;
} 


#header {
	background-image: url(../img/head.jpg);
	background-repeat: no-repeat;
	height: 214px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.tel {
	padding-top: 130px;
	height: 55px;
	padding-left: 15px;
	color: #D9D9D9;
	font-size: 3em;
}
.name {
	padding: 4px;
	float: left;
	width: 650px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #D8DFEF;
}
.name p {
	font-style: italic;
}
.name p strong {
	color: #4C80AF;
}


#container #main-top {
	background-image: url(../img/main-top.jpg);
	background-repeat: no-repeat;
	height: 83px;
	color: #CCC;
}

#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 195px;
	padding-top: 15px;
	padding-right: 45px;
	padding-bottom: 15px;
	padding-left: 10px;
}
#sidebar1 ul li {
	font-size: 0.7em;
	margin-left: -35px;
	color: #355A7B;
	margin-top: 0px;
	list-style-type: none;
	margin-bottom: 3px;
	margin-right: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}

#sidebar1 h3 {
	color: #5E8EB4;
	margin-bottom: 3px;
	padding-left: 6px;
}
#sidebar1 p {
	font-size: 0.7em;
	color: #333;
	margin-top: 0px;
	padding-right: 10px;
	padding-left: 6px;
}


#mainContent {
	margin-top: 0;
	margin-right: 260px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 40px;
	padding-bottom: 0;
	padding-left: 50px;
} 
#container #mainContent ul li {
	font-size: 0.9em;
	color: #666;
	list-style-image: url(../img/bullet2.gif);
}

#mainContent p img {
	padding: 5px;
}
#mainContent p #left {
	margin-top: 5px;
	margin-right: 10px;
}

#mainContent p {
	font-size: 0.9em;
	color: #666;
	margin-top: 0px;
}
#mainContent p strong {
	color: #4C80AF;
}

#container #mainContent p a {
	color: #5488B0;
}
#container #mainContent p a:hover {
	color: #333;
}
#mainContent #contact {
	background-image: url(../img/dollor.jpg);
	background-repeat: no-repeat;
	background-position: right;
	padding-left: 10px;
}
#contact #wrap {
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 3px;
	border: 1px dotted #CCC;
	margin-top: 0px;
	margin-right: 100px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#contact #wrap p {
	font-size: 0.8em;
	color: #333;
}




#footer {
	background-image: url(../img/main-bot.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #B8B8B8;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	height: 35px;
} 
#foot-nav {
	background-color: #B8B8B8;
	background-image: none;
}
#foot-nav p {
	font-size: 0.7em;
	color: #FFF;
	text-align: center;
	margin: 0px;
}
#foot-nav p a {
	color: #FFF;
	text-decoration: none;
}
#foot-nav p a:hover {
	color: #333;
	text-decoration: underline;
}



.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;
}
#sidebar1 p a {
	color: #3E76A7;
}
