html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}body{line-height:1;}ol,ul{list-style:none;}blockquote,q{quotes:none;}:focus{outline:0;}ins{text-decoration:none;}del{text-decoration:line-through;}table{border-collapse:collapse;border-spacing:0;}

body {
	background: url(img/head_pt.png) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70.5%;
}
a {
	color: #00598e;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#container {
	width: 960px;
	margin: 0px auto 0 auto;	
	padding: 0 0 10px 0;
}
#header {
	overflow: hidden;
	margin: 0 0 14px 0;
	height:170px;
	background:url(img/head.png) top no-repeat;
}
#logo{
	float:left;
}

/* Navigation */

ul#nav {
	width: 250px;
	height: 30px;
	overflow:  hidden;
	float: right;
	padding-top:100px;
}
ul#nav li {
	float: left;
	margin: 0 2px 0 0;
}
ul#nav li a {
	display: block;
}
.but_home a {
	width: 103px;
	height: 31px;
	background: url(img/btn_h.png) 0 0;
}
.but_home a:hover, .but_home a#current {
	background: url(img/btn_h.png) 0 -31px;
}
.but_contact a {
	width: 136px;
	height: 31px;
	background: url(img/btn_cu.png) 0 0;
}
.but_contact a:hover, .but_contact a#current {
	background: url(img/btn_cu.png) 0 -31px;
}

/* Main Content */

#content {
	overflow: hidden;
	margin: 10px 0 0 0;
	clear: both;
}
#primary {
	width: 630px;
	float: right;
}
#secondary {
	width: 300px;
	float: left;
    margin: 0 20px 0 10px;
}
/* Post */

.post {
	background: url(img/dots.gif) bottom left repeat-x;
	padding: 0 0 10px 0;
	overflow: hidden;
	margin: 0 0 20px 0;
}
.the-entry p {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.4em;
	line-height: 1.4em;
	color: #555;
	margin: 0 0 14px 0;
}
.the-entry li {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 0.8em;
	line-height: 1.2em;
	color: #555;
}

/* Sidebar */
.sidebar-list {
	margin: 0 0 20px 0;
}
.sidebar-list li {
	background: url(img/dots.gif) left bottom repeat-x;
	padding: 8px 5px;
	font-size: 1.2em;
}
.sidebar-list li .active{
	color: #E5A249;
	text-decoration: none;
}
/* Begin Lists
	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */


html>body .the-entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	font-size: 1.4em;
}
html>body .the-entry li {
	margin: 7px 0 8px 10px;
}
a img {
	border: none;
}

#dfw-widget1 {
    width: 300px;
    display: block;
    margin: 0 0 20px;

}

#content #primary ul li{
	list-style-type:disc;
	list-style-position:inside;
}
table tr td{
	text-align:center;
	vertical-align:middle;
}

.post h1{
	padding-bottom:15px;
	border-bottom-color: rgb(204, 204, 204);
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	margin-bottom: 20px;
	margin-left: 0px;
	margin-right: 0px;
	font-size:30px;
	color:#e5a249;
}
.the-entry h2{
	margin-bottom: 14px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 20px;
	font-size:24px;
	color:#e5a249;
}
.sidebar-list h3 {
	border-top: 3px solid #ccc;
	border-bottom: 1px solid #ccc;
	color: #255897;
	font-size:  1.6em;
	padding: 8px 5px;
}
.sidebar-list li a {
	color: #101f36;
}
.the-entry a.top{
	text-decoration:underline;
	color:#101f36;
}
.the-entry a.top:hover{
	text-decoration:none;

}
#footer-container {
	border-top: 6px solid #e9c06e;
	background: #e5a249;
	padding: 30px 0;
}
.footer {
	font-size:14px;
	width: 950px;
	margin: 0 auto;
	overflow: hidden;
	text-align:center;
	color:#0e2e57;
}
#footer-container .footer a{
	color:#0e2e57;
	text-decoration:underline;
}
#footer-container .footer a:hover{
	text-decoration:none;
}

.spacer{
	font-size:0; line-height:0; clear:both;
}
