
* {
	margin: 0;
	padding: 0;
}

body {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #476E90;
	background-color: #FFFFFF;
	background-image: url(images/img01.gif);
	background-repeat: repeat-x;
	background-position: 0px 112px;
}


#top {
	width: 765px;
	height: 112px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(images/top.png);
	background-repeat: no-repeat;
	background-position: 20px 20px;
	background-color: rgb(245,245,245);
}

h1, h2, h3 {
	color: #FFFFFF;
	background-color: #486E90;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 10px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #FF9900;
}

h1, h2 {
	margin-bottom: 20px;
	font-weight: normal;
}

h1 {
	font-size: 197%;
}

h2 {
	font-size: 152%;
}

h3 {
	font-size: 120%;
	color: #486E90;
	background-color: rgb(230,230,230);
	padding-top: 2px;
	padding-bottom: 2px;
	margin-bottom: 20px;
}

p, ul, ol {
	margin-bottom: 20px;
	line-height: 1.6em;
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	padding-left: 3em;
	background: url(images/img08.gif) no-repeat;
	font-style: italic;
}

a:link {
	color: #FF6600;
}

a:active {
	color: #ED5C0C;
}

a:visited {
	color: #ED5C0C;
}

a:hover {
	text-decoration: none;
	color: #426C8A;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 10px 0;
}

/* Menu */

#menu {
	width: 765px;
	height: 65px;
	background-image: url(images/test.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-width: 1px;
	border-top-style: none;
	border-top-color: #406C87;
	background-color: #FFFFFF;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 85px;
	height: 21px;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	font-size: 11px;
	color: #333333;
	font-weight: bold;
	padding-top: 38px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	letter-spacing: 1px;
}

#menu a:hover {
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FF9900;
	color: #FF9900;
}
#menu  a.active  {
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FF9900;
	color: #FF9900;
}

/* Header */

#header {
	width: 765px;
	height: 170px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-bottom: 6px;
}

#header h1 {
	float: left;
	width: 220px;
	height: 100px;
	margin: 0;
	padding: 70px 0 0 0;
	background: url(images/img02.jpg) no-repeat;
	text-align: center;
	font-size: 36px;
}

#header h2 {
	float: right;
	width: 530px;
	height: 86px;
	margin: 0;
	background: url(images/img03.jpg) no-repeat;
	padding: 84px 20px 0 0;
	text-align: right;
}

#header a {
	text-transform: lowercase;
	text-decoration: none;
	font-style: italic;
	font-weight: normal;
	color: #FFFFFF;
}

/* Page */

#page {
	width: 765px;
	background-color: rgb(245,245,245);
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}

/* Content */

#content {
	float: left;
	width: 765px;
	padding-top: 10px;
	background-color: rgb(245,245,245);
	position: relative;
}

.post {
	margin-bottom: 20px;
	padding: 0 20px;
}

.hr {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: rgb(240,240,240);
}

/* Sidebar */

#sidebar {
	float: right;
	width: 210px;
	padding: 5px;
	background: #EDEBD5;
	visibility: hidden;

}

#sidebar h2 {
	margin: 0;
	padding: 5px 15px;
	color: #FFFFFF;
}

#sidebar h3 {
	font-size: 85%;
	color: #FFFFFF;
}

#sidebar ul {
	margin: 0;
	padding: 15px;
	list-style: none;
}

#sidebar li {
}

#sidebar a {
	color: #FFFFFF;
}

.orangebox {
	background: url(images/img05.gif) repeat-y;
}

.orangebox h2 {
	background: url(images/img06.gif) repeat-y;
}

/* Footer */

#footer {
	clear: both;
	height: 100px;
	background-color: rgb(205,216,224);
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #486E90;
	margin-top: 5px;
	padding-top: 25px;
	padding-right: 0;
	padding-bottom: 25px;
	padding-left: 0;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 77%;
}

#footer a {
	color: #666666;
}
#header #flash {
	position: absolute;
	z-index: 0;
}
.info {
	color: #FF6600 !important;
	letter-spacing: 1px;
}


#page #content ul{
	display:block;
	list-style-type: none;
	}
#page #content ul li{
	display:block;
	height:40px;
	list-style-type: none;
	background-image: url(../images/dot-orange.gif);
	background-repeat: no-repeat;
	background-position: 0px 7px;
	}
#page #content ul li a{
	color:#FF6600;
	text-decoration:none;
	display:block;
	text-transform:uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 15px;
	font-weight: bold;
	padding-top: 5px;
	}
#page #content ul li a:hover {
	color: #486E90;
	text-decoration: none;
}
#page #content img.left {
	text-align: left;
}
#page  #content  span.left   {
	width: 50px;
	position: relative;
	top: 15px;
	font-weight: bold;
	left: -95px;
}
#page #content h2 span {
	color: #FF6600 !important;
}
#footer #legal {
	font-size: 10px;
}
.infolink {
	color: #FF6600 !important;
	font-weight: bold !important;
}
#tel {
	position: absolute;
	font-size: 16px;
	font-weight: normal;
	height: 100px;
	width: 250px;
	left: 400px;
	text-align: center;
}
#bannDx     {
	position: absolute;
	height: 80px;
	width: 200px;
	left: 500px;
}
.tblog {
	border: 0px !important;
}
.tblog tr td {
	border: 1px solid #999 !important;
	padding: 5px !important;
	text-align: left !important;
}