/* -------------------- defaults ---------------------- */
body
{
	background-color: #E3E3E3;
	color: #010101;
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	margin: 0;
	padding: 0;
}
p
{
	color: #010101;
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
}
a
{
	color: #010101;
}
.entry
{
	background: #FFFFFF;
	color: #010101;
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 20px;
}
h1
{
	color: #010101;
	font-size: 18px;
	margin: 0px;
	padding-bottom: 0px;
}
h1 a
{
	color: #010101;
	font-size: 18px;
	margin: 0px;
	padding-bottom: 0px;
	text-decoration: none;
}
h2
{
	color: #010101;
	font-size: 16px;
	margin: 0px;
	padding-bottom: 12px;
}
h2 a
{
	color: #010101;
	font-size: 16px;
	margin: 0px;
	padding-bottom: 12px;
	text-decoration: none;
}
h4
{
	color: #010101;
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	padding-bottom: 5px;
}
h4 a
{
	color: #010101;
	margin: 0;
	padding: 0;
}
table, th, td
{
	width: 250px;
	border: 1px solid #666666;
	border-collapse: collapse;
	margin-left: 5px;
	margin-right: 5px;
}
th
{
	background-color: #000000;
	color: #FFFFFF;
	font-size: 14px;
	padding: 5px 2px;
}
td
{
	background-color: #E3E3E3;
}
img
{
	border: none;
}
li
{
	background-position: 0px 5px;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
#content
{
	padding-left: 38px;
	padding-right: 38px;
	padding-top: 0px;
	margin-top: 50px;
}
.alignright
{
	float: right;
	margin: 0 0 15px 15px;
}
.alignleft
{
	float: left;
	margin: 0 15px 15px 0;
}
.wp-caption
{
	background-color: #E3E3E3;
	margin: 10px;
	padding-top: 4px;
	text-align: center;
}
.wp-caption img
{
	border: 0 none;
	margin: 0;
	padding: 0;
}
.wp-caption p.wp-caption-text
{
	font-size: 12px;
	color: #010101;
	line-height: 17px;
	margin: 0;
	padding: 5px;
}

/* -------------------- containers ---------------------- */
#container
{
	margin: 20px auto;
	border: 0px;
	background: #FFF;
	height: auto;
	width: 980px;
}
.top, .bottom {
   display: block;
   background: #E3E3E3;
}
.top *, .bottom * {
   display: block;
	border: 0px;
   height: 1px;
   overflow: hidden;
   background: #FFF;
}
.px1{margin: 0 5px}
.px2{margin: 0 3px}
.px3{margin: 0 2px}
.px4{margin: 0 1px; height: 2px}

/* -------------------- header ---------------------- */
#main-header
{
	background: #FFF;
	height: 157px;
	margin: 10px auto;
	width: 100%;
}
#header
{
	height: 120px;
	width: 100%;
}
#logo
{
	float: left;
	height: 80px;
	margin: 5px 6px 0 20px;
	padding: 0;
	width: 300px;
}
#logo .phone
{
	color: #010101;
	font-family: arial, helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	padding: 0 0 0 90px;
}
#banner
{
	background-position: center;
	background-repeat: no-repeat;
	float: left;
	height: 120px;
	margin: 0;
	padding: 0;
	width: 640px;
}

/* -------------------- menu ---------------------- */
#mega
{
	float: left;
	background: #000000;
	list-style:none;
	font-size: 16px;
	margin-left: 0px;
	width: 980px;
	height: 32px;
	padding-left: 0px;
}
#mega li
{
	border: 0px solid #000;
	float: left;
	margin-left: 0px;
	position: relative;
	text-align: center;
	width: 150px;
	font-size: 16px;
}
#mega li:hover
{
	background: #666666;
	border: 0px;
	z-index: 1;
}
#mega a
{

	color: #FFFFFF;
	display: block;
	line-height: 2em;
	text-decoration: none;
}
#mega div
{
	background: #666666;
	border: 1px solid #000;
	border-top: 0px;
	font-weight: normal;
	left: -999em;
	padding:0 10px 10px;
	position: absolute;
	text-align: left;
	width: 450px;
}
#mega li:hover div
{
	left: -1px;
	top: auto;
}
#mega li.dif:hover div
{
	left: -221px;
}
#mega div h2
{
	background: #666666;
	font-size: 16px;
	clear: both;
	float: left;
	color: #FFFFFF;
	margin: 0;
	padding: 10px;
	position: relative;
	width: 430px;
bottom:-20px;
}
#mega div p
{
	float: left;
	padding-left: 10px;
	position: relative;
	width: 140px;
}
#mega div p a
{
	background: #666666;
	clear: left;
	float: left;
	line-height: 1.4;
	text-decoration: none;
	color: #FFFFFF;
	width: 100%;
}
#mega div a:hover, #mega div a:focus, #mega div a:active
{
	text-decoration: underline;
}
#mega div .s1, #mega div .s2, #mega div .s3
{
	height: 100%;
	position: absolute;
	width: 100%;
}
#mega div .s1
{
	background: url(images/rightcorner.png) no-repeat 100% 0%;
	right: -9px;
	top: 1px;
}
#mega div .s2
{
	background: url(images/leftcorner.png) no-repeat 0% 100%;
	bottom: -9px;
	left: 1px;
}
#mega div .s3
{
	background: url(images/shadow.png) 100% 100%;
	right: -9px;
	top: 9px;
}
#mega li:hover .s4
{
	background: url(images/li-shadow.png) repeat-y 100% 0%;
	height: 100%;
	padding: 0 10px 0 0;
	position: absolute;
	right: -9px;
	top: 0;
}
* html #mega li:hover .s4
{
	background: none;
}
#mega li:hover .dif-s4
{
	padding-bottom: 9px;
}

/* -------------------- search ---------------------- */
fieldset.search {
	border: none;
	width: 225px;
	height: 25px;
	float: right;
	position: relative;
	top: -47px;
	vertical-align: middle;
	right: 10px;
}
.search input, .search button {
	border: none;
}
.search input.box {
float: right;
background: #E3E3E3;
background-image: url('images/magnifying_glass_16x16.png');
background-repeat: no-repeat;
background-position: 95% 50%; 
height: 20px;
width: 195px;
font-size: 14px;
}
.search input.box:focus {
	outline: none;
}
.search button.btn {
	width: 24px;
	height: 24px;
	cursor: pointer;
	text-indent: -9999px;
	background: url('images/magnifying_glass_alt_24x24.png') no-repeat;
	vertical-align: middle;
}

/* -------------------- link containers ---------------------- */
#link-container
{
	background-color: #F1F1F1;
	margin: 40px 0 0 0;
	margin-top: 64px;
	min-height: 315px;
	width: 100%;
}
.link-title
{
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	padding-left: 21px;
	padding-top: 5px;
	text-decoration: none;
}
.link-title a
{
	text-decoration: none;
}
.link-title a:hover
{
	text-decoration: underline;
}
#link-container ul
{
	list-style-type: none;
	margin: 0;
	padding-bottom: 12px;
	padding-left: 21px;
	padding-top: 6px;
}
#link-containerul li
{
	list-style-type: none;
}
#link-container ul li a
{
	color: #000000;
	font-size: 12px;
	line-height: 15px;
	text-decoration: none;
}
#link-container ul li a:hover
{
	text-decoration: underline;
}
.link-box-top
{
	background: #fff url('./images/link-box-top.gif') no-repeat bottom center;
	height: 21px;
	width: 239px;
}
.link-box-bottom
{
	background: #fff url('images/link-box-bottom.gif') no-repeat top center;
	height: 21px;
	width: 239px;
}
.link-box-content
{
	background: #fff url('images/link-box-content.gif') repeat-y bottom center;
	width: 239px;
}
.box1
{
	float: left;
	margin: 0;
	margin-left: 42px;
	margin-top: 35px;
	padding: 0;
	width: 240px;
}
.box2
{
	float: left;
	margin: 0;
	margin-left: 42px;
	margin-top: 35px;
	padding: 0;
	width: 240px;
}
.box3
{
	float: left;
	margin: 0;
	margin-left: 42px;
	margin-top: 35px;
	padding: 0;
	width: 240px;
}

/* -------------------- footer ---------------------- */
#footer
{
	clear: both;
	width: 100%;
}
#footer ul
{
	list-style-type: none;
	padding-top: 20px;
	text-align: center;
}
#footer ul li
{
	display: inline;
	list-style-type: none;
}
#footer ul li a
{
	color: #1a273b;
	font-size: 11px;
	text-align: center;
	text-decoration: none;
}
#footer ul li a:hover
{
	color: #1f453b;
}
.copyright
{
	color: #1b1717;
	font-size: 10px;
	padding-bottom: 25px;
	text-align: center;
}
#blank
{
	background: url('images/content-bottom.gif') no-repeat top center;
	height: 20px;
	width: 799px;
}
