/* CSS Document */
/*body*****************************/
body 
{
	background : #ffffff url(graphics/gradient1.gif) repeat-x;
	font-family: verdana;
	font-size: 10px;
	margin-top: 0;
	margin-bottom: 0;
}

#wrapper
{
	text-align: left;
	width: 761px;
	margin: 0 auto;
	padding:0;
	min-height:550px;
  	height:auto !important;
  	height:550px;
	border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}


/*set the min height for the columns************/
  .prop 
  {
    height:550px;
    float:right;
    width:1px;
  }

  .clear {
    clear:both;
    height:1px;
    overflow:hidden;
  }
  
  .propLong 
  {
    height:700px;
    float:right;
    width:1px;
  }
/*layout divs***********************************/
#bodybox
{
	background-color: #ffffff;
	width:760px;
	border:2px solid #fb0e1f;
	margin-top: 20px;
}
#header
{
	border-bottom: 1px solid #cccccc;
}
#sideBar
{
	float: left;
	background-image: url(graphics/sidebar.jpg);
	width: 20px;
	margin: 0px;
	border-right: 1px solid #cccccc;
	vertical-align: middle
	min-height:550px;
  	height:auto !important;
  	height:550px;
}

#sideBarLong
{
	float: left;
	background-image: url(graphics/sidebarLong.jpg);
	width: 20px;
	margin: 0px;
	border-right: 1px solid #cccccc;
	vertical-align: middle
	min-height:700px;
  	height:auto !important;
  	height:700px;
}

#leftColumn
{
	float: right;
	width: 168px;
	margin: 0px;
	background-color: #eeeeee;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	text-align:center;
	min-height:550px;
  	height:auto !important;
  	height:550px;
}

#leftColumnLong
{
	float: right;
	width: 168px;
	margin: 0px;
	background-color: #eeeeee;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	text-align:center;
	min-height:700px;
  	height:auto !important;
  	height:700px;
}

#main
{
  float: right;
  width: 370px;
  border-bottom: 1px solid #cccccc;
  background-color: #ffffff;
  min-height:550px;
  height:auto !important;
  height:550px;
}

#rightColumn
{
  	float:right;
	width: 198px;
	border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	background-color: #eeeeee;
	min-height:550px;
  	height:auto !important;
  	height:550px;
}

#footer
{
	width: 760px;
}
#subpageMain
{
	float:right;
	width: 569px;
	border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	background-color: #ffffff;
	min-height:550px;
  	height:auto !important;
  	height:550px;
}
#subpageMainLong
{
	float:right;
	width: 569px;
	border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	background-color: #ffffff;
	min-height:700px;
  	height:auto !important;
  	height:700px;
}




/*text div*******************************/

#mainText
{
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
	margin-top: 10px;
}
#leftColumnText
{
	margin-top:10px;
}
.newsHeading
{
	font-weight: 700;
	color: #1A1F78;
}
.red
{
	color:#FF0000;
	font-weight: 700;
}
#twoColumn
{
	padding-left: 45px;
	padding-right: 45px;
	text-align: left;
}
#subTitle
{
font: bold 15px Arial, Helvetica, sans-serif;
border-bottom: 1px dotted #C90202;
color: #C90202;
text-align:left;
margin-right:50px;
margin-bottom:15px;
margin-top:15px;
}
h3
{
font:bold;
font-size:10px;
font-family: verdana;
}
li
{
	list-style:circle outside url(graphics/bullet.jpg);
	margin: 10px 10px 0px -20px;
	text-align:left;
 }
#subpageMain li 
{
	list-style:circle outside url(graphics/bulletMain.jpg);
	margin: 10px 10px 0px -20px;
	text-align:left;
 }

/*links**********************************/
a:link
{
text-decoration: none;
color: #C90202;
font-weight:700; 
}
a:active
{
text-decoration: none;
color: #C90202; 
font-weight:700;
}
a:visited
{
text-decoration: none;
color: #C90202; 
font-weight:700;
}
a:hover{
text-decoration: underline;
color: #FF0000;
font-weight:700;
}
/*images and rollover divs**************/
a#readMore {
    display: block;
    width: 92px;
    height: 17px;
    background-image: url(graphics/readMore1.jpg);
}
a#readMore:hover {
    background-image: url(graphics/readMore2.jpg);
}
#readMoreLink
{
text-align: right;
margin-bottom:25px;
}
#centerImage
{
margin-left:10px;
}
#ads
{
padding-top: 5px;
padding-bottom: 40px;
}
#subpageText
{
margin-left:20px;
margin-right:25px;
margin-top: 20px;
}
/*images********************/
a img 
{
	border: none;
}

















