/*
==| 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 {
    position: relative;
    width: 770px;
    height: 202px;
    border: 0px solid blue;
}
#header_a {
    position: relative;
    padding: 0px 0px 0px 0px;
    float: left;
    background: url(../images/header_top_left.jpg) no-repeat;
    width: 334px;
    height: 42px;
    color:#000099;
    font-size: 11px;
}
#header_a img{
    padding: 15px 0px 0px 20px;
}
#header_a p{
    position: relative;
    float: left;
    left: 90px;
    top: -15px;
}
#header_a p.smalltype_header{
    position: relative;
    float: left;
    left: 150px;
    top: -15px;
}
#header_b {
    position: relative;
    margin: -5px 0px 0px 0px;
    float: left;
    width: 334px;
    height: 160px;
    background: white;
    color:#000099;
    font-size: 11px;
}
#header_c {
    float: right;
    margin: 0px 0px 0px 0px;
    width: 436px;
    height: 202px;
    background: white;
    color:#000099;
    font-size: 11px;
}

.page_head {
    margin-bottom: 20px;
}

/*
---| CONTENT |------------------------------------------------------------------------------------------------------
*/

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

/*
---| Left Column |----------------------------------------------------------------------------------------------------
*/
#left_column {
    float: left;
    vertical-align: top;
    margin: 0px 0px 0px 0px;
    width: 167px;
    border: 0px solid green;
}
#left_column img {
    margin: 0px 0px 0px 17px;
    padding: 0px 0px 2px 0px;
}

/*
---| Main Column |--------------------------------------------------------------------------------------------------
*/
#print_head {
    display: none;
}

#main_column {
    float: left;
    width: 330px;
    top: 0px;
    margin: 0 auto;
    border: 0px solid crimson;
}
#main_column p{
    text-align: left;
    margin: 0 20px 10px 0px;
}
#main_pic{
    float: right;
    padding: 20px 20px 20px 20px;
}
#main_pic_left{
    float: left;
    padding: 0px 10px 10px 0px;
}
#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: right;
    width: 264px;
    min-height: 180px;
    padding: 0px 0px 20px 0px;
    margin: 0px 0px 0px 0px;
    background: url(../images/diagonal_repeat.gif);
    border: 0px solid green;
}
#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;
    border: 0px solid green;
}
 .prop {
   height: 180px;
   float: right;
   width: 1px;
 }
 #right_column_no_background {
    float: right;
    width: 264px;
    min-height: 180px;
    padding: 0px 0px 20px 0px;
    margin: 0px;
}
#right_column_no_background table{
margin:0 0 0 49px;
}

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

#footer {
    float:left;
    margin:80px 0 30px 10px;
    width: 100%;
    border: 0px solid yellow;
}
#footerR1 {
    margin:0 auto;
    clear:both;
    width: 410px;
}
#footerR1 img{ float: left; }

#footerR2 {
    margin:0 auto;
    width:780px;
    clear:both;
    padding: 0 50px 65px 0;
}
#footerR2 img,
#footerR4 img { float: left; }

#footerR3,
#footerR4,
#footerR5 {
    text-align:center;
    clear:both;
    margin:0 60px;
    width: 640px;
}

#footerR5 { width: 650px; }

#footerR3 img {
    float: left;
    padding: 3px 0px 0px 2px;
}

#footerR5 img {
    margin: 0 0 0 -55px;
    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;
}
.error_msg {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 15px;
    text-transform: uppercase;
    color: #B97100;
    font-weight: normal;
}
.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;
}

.conflict { margin-top: 40px; }
