/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
        margin: 0;
        padding: 0;
}

body {
        background: #FFFFFF;
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
        font-size: 13px;
        color: #333333;
}

form {
}

input, textarea {
        padding: 2px 5px;
        font: normal 1em "Trebuchet MS", Arial, Helvetica, sans-serif;
        color: #333333;
}

h1, h2, h3 {
        margin-top: 1.5em;
        font-weight: normal;
}

h1 {
        font-size: 2em;
}

h2 {
        font-size: 1.4em;
}

h3 {
        font-size: 1em;
}

p, ul, ol {
        margin-top: 1.5em;
        line-height: 160%;
}

ul, ol {
        margin-left: 3em;
}

blockquote {
        margin-left: 3em;
        margin-right: 3em;
}

a {
        color: #cb0000;
}

a:hover {
        text-decoration: none;
        color: #3760BF;
}

a img {
        border: none;
}

img.left {
        float: left;
        margin: 0 20px 0 0;
}

img.right {
        float: right;
        margin: 0 0 0 20px;
}

hr {
        display: none;
}

/* Header */

#header{
margin: 0 auto;
height: 140px;
	width:779px;
	background: url(images/newbanner.jpg) no-repeat;

}

#ajaxmenu{
	position:absolute;
	top:119px;
	margin: 0 auto;
	width:776px;
	height:43px;
	z-index:65;
	background:  url(images/header_776x43.jpg) no-repeat left top;
}


#header h1, #header h2 {
        margin: 0;
        letter-spacing: -0.05em;
        font-weight: normal;
}

#header h1 {
        float: left;
        padding-top: 40px;
        font-size: 4em;
}

#header h1 a {
        text-decoration: none;
}

#header h2 {
        float: left;
        padding: 67px 0 0 8px;
        font-size: 2em;
        font-style: italic;
        color: #858585;
}

/* stretch image */

#banner {
        width: 778px;
        margin: 0 auto;
        height: 150px;
}

/* Menu */

#menu {
        width: 778px;

        margin: 0 auto;
        background: #4471CA url(images/img02.gif) no-repeat;
}

#menu ul {
        margin: 0;
        padding: 0;
        list-style: none;
        line-height: normal;
}

#menu li {
        display: inline;
}

#menu a {
        float: left;
        height: 28px;
        padding: 12px 20px 0 20px;
        background: url(images/img03.gif) no-repeat;
        text-decoration: none;
        font-weight: bold;
        color: #FFFFFF;
}

#menu a:hover {
        text-decoration: underline;
}

#menu .first a {
        background: none;
}

/* Page */

#page {
        width: 778px;
        margin: 0 auto;
}

#body {
        width: 778px;
        margin: 0 auto;
}

/* Post */

.post {
}

.post .title {
        margin: 0;
}

.post .title a {
        text-decoration: none;
}

.post .byline {
        margin: 0 0 30px 0;
        line-height: normal;
}

.post .entry {
}

.post .meta {
        clear: both;
}

.post .meta a {
        text-decoration: none;
        font-weight: bold;
}

.post .meta a:hover {
        text-decoration: underline;
}


/* Latest Post */

#latest-post {
        float: left;
        width: 500px;
        margin: 0 auto;
        padding: 0 0 20px 0;
}

#latest-post .byline {
        margin: 0 0 20px 0;
        padding: 0;
        text-align: center;
        font-size: .9em;
        font-weight: bold;
        color: #3760BF;
}

#latest-post .byline span {
        padding: 0 0 0 30px;
        background: url(images/img04.gif) no-repeat;
}

#latest-post .byline a {
        padding: 0 30px 0 0;
        background: url(images/img05.gif) no-repeat right top;
        text-decoration: none;
}

#latest-post .byline a:hover {
        text-decoration: underline;
}

/* Sidebar */

#sidebar {
        position: relative;
        float: right;
        width: 200px;
        margin: 0 auto;
        padding: 75px 75px 0 0;
}


#sidebar ul {
          list-style: none;
          }

#sidebar li {

        padding: 5px 0;

}

#sidebar a {


        color: #cb0000;
        font-weight:bold;
        height:20px;
        text-decoration:none;
        display:inline;
        padding:0 0 0 0px;
        font-size:95%;
        margin-top:6px;
}

#sidebar a:hover {
        text-decoration: underline;
         color: #3760BF;
}



#sidebar h2 {
        padding: 0 0 0 25px;
        }


/* Footer */

#footer {
        clear: both;
        margin: 0 auto;
height: 119px;
        padding: 20px 0;
        background: url(images/footerbg.jpg) no-repeat;
        text-align: center;
}

#footer p {
        margin: 0;
        font-size: .8em;
        color: #666666;
}

#body img {
padding: 5px;
}

