/* CSS Document */

div#body {
width: auto;
height: auto;
margin: 0px auto;
background-image:url(../media/images/bg_body.gif);
background-repeat:repeat-y;
}


div#left {
float:left;
width:215px;
height:auto;
text-align:left;
padding:0px 0px 20px 0px
}

div#center {
float:left;
width:415px;
height:auto;
text-align:left;
margin-left:4px;
padding:0px 10px 20px 10px;
}

div#right {
float:right;
width:320px;
height:auto;
text-align:left;
padding:10px 0px 20px 0px
}


.bar_center {
text-align:center;
margin:20px 0px 20px 0px;
clear:right;
}

.bar_right {
text-align:left;
margin:20px 0px 20px 7px;
}



/* GLOBAL RED LINK */
ul.red_link {
list-style-type: none;
padding: 0px;
margin: 0px;
}

ul.red_link li {
background-image:url(../media/images/icons/btn_arrow_red.gif);
background-repeat: no-repeat;
background-position: 0px center;
margin: 0px;
padding: 5px 10px 5px 15px;
width: auto;
}

.red_link a {
font-family:Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight:bold;
text-decoration:none;
color: #a81a25;
}
.red_link a:hover, .red_link a:hover {
text-decoration: underline;
}





/* GLOBAL RED SMALL LINK */
ul.red_link_s {
list-style-type: none;
padding: 0px;
margin: 0px;
}

ul.red_link_s li {
background-image: url(../media/images/icons/nav_arrow_red_small.gif);
background-repeat: no-repeat;
background-position: 0px center;
margin: 0px;
padding: 0px 0px 0px 10px;
width: auto;
}

.red_link_s a {
font-family:Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight:bold;
text-decoration:none;
color: #a81a25;
}
.red_link_s a:hover, .red_link_s a:hover {
text-decoration: underline;
}




/* RIGHT HAND COLUMN CONTENT FORMATTING */
.right_box_content {
margin:auto;
padding:5px 10px 5px 10px;
}
.right_box_content ul {
margin: 0px;
padding: 0px;
font-size: 11px;
}
.right_box_content ul li {
margin-bottom: 5px;
list-style-type: none;
}

.right_newsletter_box {
width:300px;
height:160px;
background-color: #ffffff;
background-image:url(../media/images/icons/bg_newsletter.gif);
background-position:bottom right;
background-repeat:no-repeat;
text-align:left;
margin: 0px 0px 15px 6px;
padding:0px;
border: 1px solid #cacdd1;
}

.right_column_content_box {
width: 300px;
height: auto;
text-align:left;
margin: 0px 0px 15px 6px;
padding:0px;
border: 1px solid #cacdd1;
}

.txt_field1 {
margin:10px 0px 10px 0px;
}


/* TABLE FORMATTING */
.table_contacts {
width:300px;
margin-left:7px;
}

/* CENTER COLUMN FORMATTING */
.feature_block {
margin-top:20px;
}
.feature_block img {
float:left;
margin-right:5px;
}

.callout_block {
margin-top:20px;
margin-bottom:20px;
}
.callout_block_header {
height: 25px;
width: auto;
background-image: url(../media/images/callout_header_bg.gif);
background-repeat: repeat-x;
padding-top: 5px;
padding-left: 10px;
}
.callout_block_header h2 {
font-size: 12px;
font-weight: bold;
color: #ffffff;
}
.callout_block_right_image {
background-color: #eaf4ff;
padding: 5px;
}
.callout_block_left_image {
background-color: #eaf4ff;
padding: 5px;
}
.callout_block_right_image img {
float: right;
margin-left: 10px;
}
.callout_block_left_image img {
float: left;
margin-right: 10px;
}
.callout_block p {
min-height: 95px;
height:auto;
}
/* for Internet Explorer */
/*\*/
* html .callout_block p {
height: 95px;
}
/**/

.textonly_block {
margin-top:20px;
margin-bottom:20px;
}

.right_td_link {
padding: 0px 0px 0px 5px;
}


/* 300x250 AD SPACE */
.adspace_300x250 {
width: 300px;
margin: 0px 0px 15px 6px;
padding: 5px 0px 0px 0px;
text-align: center;
}


/* 300x250 BOXED IN AD SPACE */
.box_adspace_300x250 {
width: 300px;
margin: 0px 0px 0px 0px;
padding: 0px 0px;
text-align: center;
}

/* SEARCH BOX */
.search_box {
width:auto;
text-align:left;
margin: 15px 0px 15px 0px;
padding:0px;
border: 1px solid #cacdd1;
}
.search_box_content {
text-align:left;
padding:10px;
}

.search_again {
width:90%;
}