﻿@charset "utf-8";

/* CSS Document */



body {

	margin-top: 0px;

}



img{

border:none;

}



#wrapper {

width:90%;

margin:auto;

background-image: url(images/wrapper-bg.jpg);

background-position:right; /* RIGHT BORDER*/

background-repeat:repeat-y;

}



#content-wrapper {

width:100%;

background-image: url(images/content-wrapper-bg.jpg);

background-position:left; /* LEFT BORDER*/

background-repeat:repeat-y;

}





#left-column {

position: relative;

/*height: 475px;*/

width:70%;

float: left;

margin-left:10px;

margin-bottom:5px;

/*background-image: url(images/common_bg.jpg);*/

}



#top-logo{

	/*height:148px;*/

	overflow:hidden;

	background-image:url(images/post16-head-banner.jpg);

	background-repeat:no-repeat;

	background-color: #88ACDC;

}



#content{
	/*height:250px;*/

font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-top:0px;
	margin-bottom:2px;
	vertical-align:top;
	background-color:#FFFFFF;
	color: #000000;

}



/*#bottom-table{

height:130px;

padding-top:5px;

font-family:Verdana, Arial, Helvetica, sans-serif;

font-size:10px;

background-color:#CCCCFF;

}*/



#right-column{

position: relative;

    height: 535px;

	float:right;

    width: 27%;

	margin-right:10px;

    background-color:#a9d6f1;

	border-left:#006699 thin dashed;

	margin-bottom:0px;

}



#top-news{

height:148px;

border-bottom:#006699 thin dashed;

}



	/*-------Styling VERTICAL NAVIGATIONAL BAR-----------*/



.wireframemenu{

/*border: 1px solid #C0C0C0;*/

background-color:#a9d6f1;

border-bottom-width: 0;

width: 100%;

}



* html .wireframemenu{ /*IE only rule. Original menu width minus all left/right paddings */

width: 100%;

}



.wireframemenu ul{ 

padding: 0;

margin: 0;

list-style-type: none;

}



.wireframemenu a{

	font: bold 13px Verdana;

	padding: 4px 3px;

	display: block;

	width: 100%; /*Define width for IE6's sake*/

	color: #000066;

	text-decoration: none;

	border-bottom: 1px solid #fff;

}



.wireframemenu a:visited{

color: #000066;

}



html>body .wireframemenu a{ /*Non IE rule*/

width: auto;

}



.wireframemenu a:hover{

background-color:#0099FF;

color:#ffffff;

}

/*  ------------- END OF VERTICAL MENU-----------*/





#footer{

clear:both;

background-image:url(images/footer-bg-new.jpg);

background-repeat:repeat-x;

height:41px;

width:100%;

font-family:Verdana, Arial, Helvetica, sans-serif;

font-size:11px;

color:#FFFFCC;

}



#footer-right{

width:65%;

float:right;

background-image:url(images/footer-r-corner.jpg);

background-position:right;

background-repeat:no-repeat;

height:41px;

font-family:Verdana, Arial, Helvetica, sans-serif;

font-size:11px;

color:#FFFFCC;

}



#footer-left{

width:30%;

float:left;

padding-left:30px;

background-image:url(images/footer-l-corner.jpg);

background-position:left;

background-repeat:no-repeat;

height:41px;

font-family:Verdana, Arial, Helvetica, sans-serif;

font-size:11px;

overflow:hidden;

}

 
