/* RESET */
body, div, h1, h2, h3, h4, h5, h6, p, ul, img {margin: 0px; padding: 0px; }

/* GENERIC */

body {
    background: #e3e3e3;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
}

a {
    font-family: "Trebuchet MS", verdana, sans-serif;
    text-decoration: none;
}

/* HEADER */

#header {
    margin: 0 auto;
    width: 1000px;
    position: relative;
}

#header #logo img {
    width: 500px;
    height: 170px;
    border: 0;
}

#header ul {
    width: 450px;
    position: absolute;
    top: 0;
    left: 523px;
}

#header ul li {
    background: url(imgs/nav-button.png) no-repeat 0 0 scroll;
    float: left;
    display: block;
    width: 143px;
    height: 33px;
    margin-left: 5px;
    padding-top: 3px;
    text-align: center;
}

#header ul li a {
    font-size: 15px;
    font-weight: bold;
    color: #ed2121;
    padding-top: 20px;
}

#header ul li a:hover {
    text-decoration: underline;
}

#banner {
    position: absolute;
    top: 50px;
    left: 508px;
}

#banner img {
    border: 0;
}

/* CONTENT */

#content-wrapper {
    background: url(imgs/bkg.png) repeat-y;
    margin: 0 auto;
    width: 1000px;
    text-align: center;
    padding-top: 20px;
}

.post-container {
    background: url(imgs/dots.png) repeat-x scroll 0 100%;
    margin: 0 auto;
    width: 940px;
    padding: 20px 0 20px;
}

.post {
    width: 460px;
    float: left;
    position: relative;
    text-align: left;
    padding-left: 10px;
}

.post .number {
    background: url(imgs/number.png) no-repeat 0 0 scroll;
    position: absolute;
    font-size: 14px;
    font-weight: bold;
    color: #fbffe4;
    letter-spacing: -1px;
    top: 6px;
    left: 5px;
    width: 30px;
    height: 29px;
    padding: 6px 0 0 5px;
 
}

.post img {
    float: right;
    border: 1px solid #000;
    margin-left: 10px;
}
.post a:hover img {
    float: right;
    border: 1px solid red;
    margin-left: 10px;
}
.post h1 {
    padding: 5px 0 5px 30px;
}

.post h1 a {
    font-size: 19px;
    color: #213c59;
    letter-spacing: -1px;
    font-weight: bold;
    text-transform: capitalize;
}
.post h1 a:hover {
    font-size: 19px;
    color: #213c59;
    letter-spacing: -1px;
    font-weight: bold;
    text-transform: capitalize;
    text-decoration: underline;
}

.post p {
    padding: 5px 0 5px;
    max-height: 120px;
    overflow: hidden;
}

.post small {
    font-size: 9px;
    text-transform: uppercase;
    color: #5b73a1;
}

/* AD BLOCK */

#marginfix {
    margin-top: 20px;
}

.ad-block {
    background: #0d538a;
    margin: 0 auto;
    width: 920px;
    position: relative;
}

.ad-block p {
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    padding: 40px 20px;
}

.ad-block img {
    float: left;
    width: 300px;
    height: 200px;
    border: 0;
    padding: 20px;
}


.button a {
    background: url(imgs/ad-button.png) no-repeat 0 0 scroll;
    color: #ed2121;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: -2px;
    display: block;
    width: 370px;
    height: 48px;
    position: absolute;
    display: block;
    bottom: 20px;
    left: 435px;
}

/* TABLE */

#bottom-banner {
    width: 100px;
    height: 468px;
    float: right;
    margin-top: 20px;
}

#bottom-banner img {
    border: 0;
}

#table-container {
    margin: 0 auto;
    width: 920px;
}

#table {
	width: 800px;
        float: left;
	margin-top: 20px;
        margin-bottom: 20px;
        text-align: left;
}


th {
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	border-right: 1px solid #5b73a1;
	border-bottom: 1px solid #5b73a1;
	border-top: 1px solid #5b73a1;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #c6c4c5;
}

th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #5b73a1;
	background: none;
}

td {
	border-right: 1px solid #5b73a1;
	border-bottom: 1px solid #5b73a1;
	background: #fff;
        font-size: 12px;
	padding: 6px 6px 6px 12px;
	color: #000;
}

td a {
    display: block;
    color: #ed2121;
    width: 200px;
    font-family: "Trebuchet MS", verdana, sans-serif;
    font-size: 19px;
    font-weight: bold;
    letter-spacing: -1px;
}

td a:hover {
    text-decoration: underline;
}


td.alt {
	background: #0d538a;
	color: #fff;
}

td.alt a {
    color: #fff;
}

th.spec {
	border-left: 1px solid #5b73a1;
	border-top: 0;
	background: #fff;
}

th.specalt {
	border-left: 1px solid #5b73a1;
	border-top: 0;
	background: #c6c4c5;
	color: #000;
}

/* FOOTER */

#footer-wrapper {
    text-align: center;
    margin-top: 20px;
}

#footer {
    background: url(imgs/footer-logo.jpg) no-repeat 0 0 scroll;
    width: 1000px;
    margin: 0 auto;
    height: 100px;
}


#footer-text {
    padding: 30px 20px;
}

#footer-text a {
    color: #000;
    font-size: 14px;
    font-weight: bold;
}

#footer-text a:hover {
    text-decoration: underline;
}

#footer p {
    width: 400px;
}

/* TOOLS */

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}