/* CSS Document */


/*
==| POSITIONING |===========================================================

---| GLOBAL |---------------------------------------------------------------------------------------------------------------
*/
*{
	margin: 0;
	padding: 0;
}
img	{
	display: block;
}
/*
----------------------------------------------------------------------------------------------------------------------------------



/*
---| CONTAINER |--------------------------------------------------------------------------------------------------
*/
#parent {
	position: relative;
	top: 0px;
	width: 770px;
	margin: 0 auto;
	height: auto;
	border: 0px solid red;
}


/*
---| HEADER |---------------------------------------------------------------------------------------------------------------
*/
#header {
	
}
#header_a {
	display:none;
}
#header_c {
	display: none;
	}

.page_head {
	margin-bottom: 20px;
}
#print_head	{
	margin-bottom: 20px;
	left: 10px;
	position: relative;
}
/*
---| CONTENT |------------------------------------------------------------------------------------------------------
*/

#content {
	width: 770px;
	margin: 0px 0px 0px 0px;
	border: 0px solid yellow;
}

/*
---| Left Column |----------------------------------------------------------------------------------------------------
*/
#left_column {
	display: none;
}


/*
---| Main Column |--------------------------------------------------------------------------------------------------
*/
#main_column {
	float: left;
	width: 330px;
	top: 0px;
	margin: 0 auto;
	border: 0px solid crimson;
	left: 20px;
	position: relative;
}
#main_column p{
	text-align: left;
	margin: 0 20px 10px 0px;
}
#main_pic{
	float: right;
	padding: 20px 20px 20px 20px;
}
#main_column_single {
	float: left;
	width: 410px;
	top: 0px;
	margin: 0 auto;
	border: 0px solid crimson;
}
#main_table{
	margin: -10px 0px 0px -10px;
}

/*
---| Right Column |--------------------------------------------------------------------------------------------------
*/
#right_column {
	float: left;
	width: 264px;
	min-height: 180px;
	padding: 0;
	margin: 0;
	position: relative;
	left: 35px;
	background: url(../images/diagonal_repeat.gif);
}
#right_column p{
	text-align: left;
	padding: 0px 0px 0px 30px;
}
#right_column img {
	padding: 5px 15px 5px 30px;
}
#right_column_b {
	float: right;
	width: 264px;
	margin: 0px 0px 0px 0px;
}
 .prop {
   height: 180px;
   float: right;
   width: 1px;
 }
#page_ad {
	position:relative;
	left: 30px;
	}


/*
---| FOOTER |------------------------------------------------------------------------------------------------------
*/

#footer {
	width: 605px;
	height: 45px;
	float: left;
	margin: 50px 0px 0px 0px;
	left: 20px;
	position: relative;
}
#footerR1 img{
	float: left;
}
#footerR2 img{
	float: left;
}


/*
=====================================================================



==| STYLES |===========================================================

---| XML |-------------------------------------------------------------------------------------------------------------
*/

body {
	background-color: #FFFFFF;
    position: relative;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 11px;
	line-height: 15px;
	color: #666666;
}
td {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}


/*
---| TEXT |---------------------------------------------------------------------------------------------------------
*/
.asterisk {
 	font-family: Verdana, Helvetica, Sans-Serif;
    font-size: 10px;
	vertical-align: text-top;
	font-weight: bold;
}
.bodytext_white {
	font-family: Arial, Helvetica, Sans-Serif;
    font-size: 11px;
	color: #FFFFFF;
	font-weight: normal;
	line-height: 15px;
}
.bodytext_blue {
	font-family: Arial, Helvetica, Sans-Serif;
    font-size: 11px;
	color: #003399;
	font-weight: normal;
	line-height: 10px;
}
.heading_white {
	font-family: Arial, Helvetica, Sans-Serif;
    font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 15px;
}
.heading_blue {
	font-family: Arial, Helvetica, Sans-Serif;
    font-size: 11px;
	color: #003399;
	font-weight: bold;
	line-height: 15px;
}
.title {
    font-size: 11px;
	font-weight: bold;
	color: #5b3e1c;
	line-height: 15px;
}
.goldHeadings {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	text-transform: uppercase;
	color: #B97100;
	font-weight: bold;
}
.goldHeadingsLowercase {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #B97100;
	font-weight: bold;
}
.story_date{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #6E4800;
}
.story_heading{
	color: #000000;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 15px;
}
.story{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #6E4800;
}
.smalltype{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #999999;
}
.green{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #6DB33F;
}
.gold{
	font-family: Arial, Helvetica, Sans-Serif;
    font-size: 11px;
	color: #B97100;
	font-weight: normal;
	line-height: 15px;
}

/*
---| LINKS |---------------------------------------------------------------------------------------------------------------
*/

a{
	text-decoration: underline;
	color:#999999;
}
a:hover{
	text-decoration: underline;
	color:#B97100;
}
a.title{
	text-decoration: none;
	color:#0000FF;
}
a.title:hover{
	text-decoration: underline;
	color:#B97100;
}
a.green{
	text-decoration: underline;
	color:#6DB33F;
}
a.green:hover{
	text-decoration: underline;
	color:#B97100;
}
a.gold{
	text-decoration: underline;
	color:#B97100;
}
a.gold:hover{
	text-decoration: underline;
	color:#B97100;
}
a.smalltype {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	text-decoration: underline;
}
a.smalltype:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #B97100;
	text-decoration: underline;
}
a.smalltype_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: underline;
}
a.smalltype_header:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #6DB33F;
	text-decoration: underline;
}

/*
---| FORMS |------------------------------------------------------------------------------------------------------------
*/

select {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-weight: bold; 
	color: #000000; 
}
input {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: normal; 
	color: #000000;
}
textarea {
	background-color: #FFFFFF; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-weight: bold; 
	color: #000000;
	border-style: solid; 
	border-width: 1px; 
	border-color: #a7a6aa; 
	background-color: #FFFFFF;
}


