body {
margin:0;
padding: 0;
background: #111;
color: #444;
font: 15px Arial, Verdana, Tahoma, sans-serif;
line-height: 21px;
}

.right img {border: none;max-width:100%;height:auto;}
a{ color: #173D7F; text-decoration: none; }
a:hover, #active a { color: #006;text-decoration: underline;}

#content {
width: 760px;
margin: 20px auto;
padding: 10px;
background: #fff;
}

p {
    margin: 5px 0 15px;
}
blockquote {font-style:italic;}

#header {
background: #000 url(images/header.gif) no-repeat;
height: 90px;
}
#header h3 { 
line-height:29px;
letter-spacing: -1px;
padding: 19px 0 10px 20px;
color: #fff;
margin:0px;
font-size:33px;
}
#header h3 a { 
color: #fff;
text-decoration: none;
}
#header h3 a:hover {
color: #ccc;
}
#header h4 {
font-size: 16px;
color: #ccc;
margin:0px;
padding: 0 0 0 20px;
}
#navigation {
    background: #111 url(images/menu.gif) repeat-x scroll 0 0;
    display: inline-block;
    height: auto;
    line-height: 30px;
    margin: 10px auto;
}
#navigation li {
float:left;
list-style-type:none;
border-right:1px solid #444;
}
#navigation li a {
display:block;
padding:0 20px;
text-decoration:none;
color: #fff;
letter-spacing:1px;
}
#navigation li a:hover, #navigation li#active {
background: #333 url(images/menuover.gif) repeat-x;
color:#fff;
text-decoration:none;
}

.left {
float: left;
width: 220px;
padding: 10px;
}
.left h4 {
margin-top: 10px;
font: bold 16px Verdana, 'Trebuchet MS', Sans-serif;
padding: 5px 0 5px 5px; 	
border-bottom: 1px dotted #999;
}
.left ul  {
text-align: left;
margin: 3px 0 8px 0; 
padding-left: 20px;
text-decoration: none;	
list-style-type:square;	
}
.left ul li {
padding: 4px 0 14px;
margin: 0 2px;	
}
.left ul a {
color: #173D7F;
}
.left ul a:hover { color : #333; }

.right { 
float: right;
width: 470px;
padding: 10px;
margin-right: 20px;
}
.right h1 {
padding: 2px 0 5px 0px; 
font: bold 14px Verdana, 'Trebuchet MS', Sans-serif;
color: #444;	
border-bottom: 1px dotted #999;
margin-bottom: 5px;
margin-top: 3px;
font-size:20px;
}

.right h2 {margin:20px 0px 5px 0px;}
.right h3 {margin:20px 0px 4px 0px;}
.right h4 {margin:20px 0px 3px 0px;}
.right li {margin-bottom:12px;margin-top:3px;}

#footer { 
background: #222;
color: #eee;
margin-top:20px;
height: auto;
line-height: 22px;
text-align: center;
padding:10px;
}
#footer a {  color: #aaa; text-decoration: none; }
#footer  a:hover { color: #777; }

fieldset#contact-form {margin:20px 0px 20px 10px;padding:10px;color:#000;width:380px;background:#ddd;}
fieldset#contact-form label {font-size:13px;}
fieldset#contact-form input {height:20px;font-size:15px;margin-bottom:15px;}
fieldset#contact-form textarea {font-size:15px;margin-bottom:15px;width:98%;}
fieldset#contact-form #contact-button {font-size:14px;height:30px;margin-left:30px;}

blockquote {font-style:italic;}
.right hr {margin:30px 10px;border:1px solid #26282A;}
@media (max-width:992px) {	
#content {
    margin: 2% auto;
    padding: 1%;
    width: 95%;
}
.right {
    float: right;
    margin-right: 2%;
    padding: 1%;
    width: 68%;
}
.left {
    padding: 1%;
    width: 25%;
}
}
@media (max-width:767px) {	
#header {
    background-size: 100% 100%;
    height: 115px;
}
.right {
    margin-right: 1%;
    padding: 1%;
}
}
@media (max-width:700px) {	
body {
background: #111!important;}
.right {
    float: none;
    margin: 0 auto;
    padding: 1%;
    width: 96%;
}
#navigation {
    display: none;
}

.right h1 {
    font-size: 20px;line-height:20px;}
}
@media (max-width:480px) {	
#header h3 {
    color: #fff;
    font-size: 30px;
    line-height: 27px;
    margin: 0;
    padding: 10px 0 10px 5px;
}
#header h4 {
    padding: 0 0 0 5px;
}
.blog-post h2.blog-title,.right h2 {
    font-size: 19px!important;
    line-height: 20px!important;
}
.left {
    padding: 1%;
    width: 96%;float:none;margin: 0 auto;
}
.right img {
    float:none!important;clear:both;
}
blockquote {
    margin: 0 10px;
}
.right ul {
    padding-left: 18px;
}
fieldset#contact-form {
    width: 85%;
}
}
@media (max-width:375px) {
#header {
    height: 140px;
}
#header h3 {
    font-size: 29px;
    line-height: 25px;
}	
}	