body {
	text-align: center;
	color: #333;
	background: #B4B4B4 url(../images/bg.gif) repeat-x;
	font-size: 13px;
	font-family: Helvetica, Arial, sans-serif;

}
div#header {
	background: #999999 url('../images/header.jpg') no-repeat;
	width: 100%;
	height: 129px;
}
div#search {
	background: #000;
	width: 100%;
}

a.otherlinks:link, a.otherlinks:visited, a.otherlinks:active {
  color: #CE101A;
  font-weight: 700;

}

a.otherlinks:hover {
  color: #990B12;
  text-decoration: none;
    font-weight: 700;
}

a.theselinks:link, a.theselinks:visited, a.theselinks:active {
  color: #364C71;
  font-weight: 700;
    text-decoration: none;

}

a.theselinks:hover {
  color: #1E2F4B;
  text-decoration: none;
    font-weight: 700;
}

a.titlelinks:link, a.titlelinks:visited, a.titlelinks:active {
  color: #CE101A;
  font-weight: 700;
    text-decoration: none;

}

a.titlelinks:hover {
  color: #A00911;
  text-decoration: none;
    font-weight: 700;
}

div.inner {
	width: 840px;
	margin: auto;
	text-align: left;
	padding: 15px 0;
}
div#search div.inner {
	padding: 10px 0;
}
div#header h1 {
	font-size: 23px;
	font-weight: bold;
	float: left;
	width: 40%;
	text-shadow: 1px 0px #2B4462;
	letter-spacing: -1px;
}
div#header h1 a {
	color: #fff;
	text-decoration: none;
}
ul#navigation {
	float: right;
	width: 50%;
	position: relative;
	top: 7px;
	text-align: right;
}
ul#navigation li {
	display: inline;
}
ul#navigation li a {
	color: #BFDCFE;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	padding: 10px;
	text-shadow: 1px 0px #2B4462;
}
ul#navigation li.active a {
	color: #BFDCFE;
}
ul#navigation li a:hover {
	color: #fff;
	text-decoration: underline;
}

ul#slide {padding:0; margin:0; list-style:none; width:190px; height:270px; border:1px solid #888; position:relative; overflow:hidden; 
}

ul li div {position:absolute; left:-9999px; background:#FCFBFB;}

#slide li.top {display:block; float:left; height:20px; line-height:26px; width:190px; color:#364C71; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; background:#e2e2e2; text-decoration:none; border-bottom:1px solid #eee; text-indent:10px;}

#slide li.current {color:#364C71; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; background: url(../images/nav.gif) repeat-x;}
#slide li.current {height:178px;}
#slide li.current div {position:static; height:321px; width:240px; padding:0px; line-height:1.2em; font-family: verdana, sans-serif; text-indent:0;}
#slide li.current div img {display:block; margin:5px 0 8px 0;}
#slide li.current div img.fLeft {clear:left; float:left; display:block; margin:8px; margin-right:8px;}

#slide li.current div h3 {font-size:13px; color:#000; padding:0; margin:0;}
#slide li.current div p {font-size:12px; color:#888; line-height:1.4em; padding:10px 0; margin:0;}

#slide li.current div a {color:#00c; text-decoration:none; font-size:11px;}
#slide li.current div a:hover {text-decoration:underline; background:#fff;color:#00c;}

#slide li.current div a.big {display:block; height:30px; line-height:30px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; border-top:1px solid #C8C8CC; width: 240px; font-size:12px; color:#364C71; text-decoration:none; text-indent:5px;}
#slide li.current div a.big:hover {background: url(../images/menu_roll.gif) repeat-x; color:#364C71; font-size:12px; text-decoration:none;} 

#slide li.current div dl {border-bottom:1px solid #ddd; margin:20px 0 0 0; padding-bottom:10px;}
#slide li.current div dt {font-size:11px; font-weight:bold; color:#000;}
#slide li.current div dd {padding:0; margin:0; line-height:1.5em; font-size:11px; color:#666;}
#slide li.current div dd a {color:#00c; text-decoration:none;}
#slide li.current div dd a:hover {background:#fff; color:#00c; text-decoration:underline;}



#menu_top {
	background: url(../images/top.gif);
	height: 11px;
	width: 213px;
}	

.bottom3 {
	position: relative;
	top: 3px;
}

#menu_content {
		background: url(../images/left_bg.gif);
		width: 213px;
		margin-bottom: 27px;
		
}

p {
  line-height: 1.5em;
}


ul#menu, ul#menu ul {

  list-style-type:none;
  margin: 0 0px;
  padding: 0;
  width: 200px;
}

ul#menu a {
	border: 1px solid #CBCBD0;
  display: block;
  text-decoration: none;	
}

ul#menu li {

  margin-top: 1px;
}

ul#menu li a {
  background: url(../images/nav.gif) repeat-x;
  color: #364C86;	
    font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  padding: 0.5em;
  border-bottom:1px solid #C8C8CC;
  margin-left: 13px;
}

ul#menu li a:hover {
  background: url(../images/nav_roll.gif) repeat-x;
}

ul#menu li ul li a {
  background: #FCFBFB;
  color: #364C86;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  border-bottom:1px solid #9D9999;
}

ul#menu li ul li a:hover {
}




div#search form {
	font-size: 14px;
	width: 40%;
	float: right;
	text-align: right;
}
div#search form * {
	vertical-align: middle;
}
input#s {
	width: 220px;
}
ul#sidebar input#s {
	width: 100px;
}
div#wrapper {
	text-align: left;
	width: 960px;
	height: auto;
	margin: 10px auto 0px;
	padding-top: 10px;
	padding-bottom: auto;
	padding-right: 10px;
	padding-left: 10px;
	background: #FFF;
	background-position: -60px 0px
}

.divider {
	padding-top: 10px;
	padding-bottom: 20px;

}

#top_main {
	background: url(../images/main_top.gif) no-repeat;
	height: 19px;
	width: 730px;
		float: right;
	
}

div#content {
	background: url(../images/main_bg.gif) repeat-y;
	height: auto;
	width: 730px;
	float: right;

}

.maintext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #525252;
	padding: 13px;
	line-height: 24px;

}

.maintext2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #364C71;
	

}

#bottom_left {
	height: 300px;
	width: 300px;
	float: left;

}

#bottom_right {
	height: 300px;
	width: 430px;
	float: inherit;

}

.building {
	margin-left: 20px;
	border: 2px double #364C71;
	padding: 2px;

}

.building:hover {
	margin-left: 20px;
	border: 2px double #3D63A2;
	padding: 2px;

}

#right {

	float: right;

}

#news_box {	

	background: url(../images/news_box.png);
	height: 179px;
	width: 211px;
	margin-right: 15px;
	margin-bottom: 15px;
}

.fdms_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	padding-left: 5px;
	padding-top: 3px;

}
ul#sidebar {
	display: block;
	width: 230px;
	float: left;
	padding: 0px 0 0 0px;
	font-size: 13px;
	margin-top: -18px;
}
ul#sidebar h2 {
	font-size: 20px;
}
ul#sidebar li {
	margin: 0 0 0px;
	padding: 0 0 0px;
}
ul#sidebar li ul li {
	font-size: 13px!important;
	margin: 0;
	border: none;
}
ul#sidebar ul.block-list li a {
	display: block;
	padding: 7px 0;
	text-decoration: none;
}
ul#sidebar ul.block-list li a:hover {
	text-decoration: none;
}
h2, h3, h4, h5, h6 {
	color: #000;
}
h2 {
	font-size: 30px;
	margin: 0 0 8px!important;
	letter-spacing: -1px;
}
h2 a {
	color: #000;
	text-decoration: none;
}
h2 a:hover {
	color: #000;
	text-decoration: underline;
}
h3 {
	font-size: 18px;
	margin: 0 0 8px;
}
div.post h3 {
	margin: 0 0 0px;
}
h4 {
	font-size: 16px;
}
div.post-title {
	margin: 0 0 0px;
	


}
div.post-title h2 {
	margin: 0;
	font-size: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-left: 10px;

}
div.post-title h3 {
	color: #999;
	font-size: 14px;
	
}
div.post-title h3 a {
	color: #666;
	text-decoration: none;
	border-bottom: 1px dotted #ccc;
	
}
div.post-title h3 a:hover {
	border-bottom: 1px solid #aaa;
	color: #444;
}
p {
	margin: 0 0 20px;
	font-size: 13px;
	line-height: 20px;
}
p img {
	background: #fff;
	padding: 5px;
	border: 1px solid #999;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
p a:hover img {
	border: 1px solid #777;
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
}
img.float-left, img.alignleft {
	display: block;
	float: left;
	clear: left;
	margin: 0 24px 12px 0;
}
img.float-right, img.alignright {
	display: block;
	float: right;
	clear: right;
	margin: 0 0 12px 12px;
}
img.center, img.centered {
	display: block;
	clear: both;
	margin: auto;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
div.post-content ul, div.post-content ol {
	margin: 5px 0 12px 24px;
	list-style: disc;
	font-size: 13px;
}
div.post-content ol {
	list-style: decimal;
}
a {
	color: #0078C8;
}
a:hover {
	color: #0095f8;
}

.post2 {
	padding-top: 0px;
	padding-left: 20px;
		width: 690px;
	color: #525252;
	font-weight: 700;
	

}

.post-title2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;


}

blockquote {
	font-size: 15px!important;
	font-family: Georgia, Times, 'Times New Roman', serif;
	color: #444;
	font-style: italic;
	margin: 0 0 0 22px;
	line-height: 24px!important;
	display: block;
}
blockquote p {
	font-size: 15px!important;
	line-height: 24px!important;
}
cite {
	text-align: right;
	float: right;
	color: #aaa;
}
cite a {
	color: #aaa;
	text-decoration: none;
}
cite a:hover {
	color: #999;
	text-decoration: underline;
}
code {
	font-size: 130%;
	background: #fafafa;
}
code.block {
	display: block;
	padding: 10px;
}
div.post {

	padding: 0 0 5px;
	margin: -5px 0 10px;
}

.date {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left: 125px;
	margin-top: -5px;

}

.date2 {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left: 0px;
	margin-top: -10px;
	margin-bottom: 15px;

}

.bottom2 {
	position: relative;
	top: 6px;

}

.bottom5 {
	position: relative;
	top: 6px;

}

.sidebox {
	background-image:url(../images/left_bg.gif);
	background-repeat:repeat-y;
	margin-top:-20px;
	margin-left: 0px;
	margin-bottom: 28px;
}
.sidebox .content {
	background-image:url(../images/top.gif);
	background-repeat:no-repeat;
	padding:0px;
	padding-right:0px;
	padding-bottom:0px;
	font-size:11px;
}
.sidebox .content_miiingle {
	padding:0px;
padding-right:0px;
	padding-bottom:0px;
	font-size:11px;
	text-align:center;
}
.sidebox .content_miiingle a {
	display:block;
	font-size:10px;
	color: #949387;
	font-style:italic;
	text-decoration:none;
}
.sidebox .content_miiingle a:hover { 	color:#56958b;}
.sidebox .bottom {
	position:relative;
	top:4px;
}

.phone_number {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #364C71;
	font-size: 24px;
	letter-spacing: 1px;
	padding-left: 18px;
	padding-top: 18px;
}

.call_back {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #364C71;
	font-size: 16px;
	letter-spacing: 1px;
	padding-left: 12px;
	padding-top: 8px;
}

.download {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #364C71;
	font-size: 30px;
	letter-spacing: 1px;
	padding-top: 8px;
	margin-left: -15px;
	margin-top: -105px;
	text-align: center;
}

#blank {
	background-color: #FFF;
	height: 40px;

}

#phone {
	background: url(../images/phone.png);
	height: 105px;
	width: 110px;
	margin-left: 50px;

}

#pdf {
	background: url(../images/pdf.png);
	height: 129px;
	width: 115px;
	margin-left: 0px;

}

div.post-meta {
	display: block;
	padding: 15px 10px 0px 10px;
	font-size: 13px;
	background: #eaf3f9 url('../images/meta_top.gif') no-repeat top;
	color: #6f7f8a;
}
div.post-meta-cap {
	background: transparent url('../images/meta_bottom.gif') no-repeat bottom;
	height: 5px;
}
div.post-meta span {
	display: block;
	padding: 10px 0;
}
div.post-meta a {
	text-decoration: none;
}
div.post-meta a:hover {
	text-decoration: underline;
}
ul.post-comments {
	margin: 26px 0;
}
ul.post-comments h3 {
	margin: 0 0 5px;
}
li.comment {
	display: block;
	padding: 20px 20px 0;
	border-bottom: 1px dotted #ccc;
	background: #fafafa;
}
li.comment.alt {
	background: #fff;
}
cite.comment-author {
	text-align: left;
	float: left;
	color: #000;
	font-size: 16px;
	font-weight: bold;
	width: 150px;
	clear: left;
	display: block;
}
cite.comment-author a {
	color: #333;
	text-decoration: none;
}
cite.comment-author a:hover {
	text-decoration: underline;
}
cite.comment-author img {
	position: relative;
	top: 6px;
	margin: 0 10px 0 0;
}
div.comment-content {
	display: block;
	width: 300px;
	float: left;
	padding: 0 0 0 10px;
}
table#wp-calendar {
	margin: auto;
	text-align: center;
}
table#wp-calendar caption {
	font-size: 14px;
	text-align: center;
	color: #999;
}
table#wp-calendar td {
	padding: 5px;
	font-size: 13px;
	text-align: center;
}
table#wp-calendar th {
	font-size: 14px;
	padding: 5px;
	text-align: center;
	font-weight: bold;
}
table#wp-calendar td a {
	font-weight: bold;
}
a abbr, a acronym {
	border: none;
}
div#footer {
	clear: both;
	background: url(../images/footer_bg.gif);
	height: 35px;
	width: 970px;

}
div#footer p {
	font-size: 12px;
	margin: 0 0 5px 20px;
	color: #fff;

}
div#footer a {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #222;
	font-weight: bold;
}
div#footer a:hover {
	color: #fff;
	border-bottom: 1px solid #444;
}
div#footer p#blog-name {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #364C71;
	margin-left: 230px;
	padding-top: 8px;
}
div#footer p#webrevolutionary-link {
	color: #333;
}
div#footer p#webrevolutionary-link a {
	color: #444;
}
div#footer p#webrevolutionary-link a:hover {
	color: #666;
}

