/* general tag styles */

body {
	font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
	color: #A2A2A2;
	padding: 0;
	margin: 0;
	text-align: left;
	font-size: 13px;
	background: url(/images/main_bg.jpg) left top repeat-y;
	width: 100%;
}

input, textarea, select {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:15px;
}	

p, td, li, form, label {
	font-size: 13px;
}

td, ul, ol, li, form, input, select {
	padding: 0;
	margin: 0;
}

img {
	padding: 0;
	border: 0;
}

p {
	line-height: 120%;
	padding: 0 0 10px 0;
	color: #A2A2A2;
	font-weight: normal;
	border: 0;
	margin: 0;
}

p.clearit {
  clear: both;
  line-height: 1px;
  padding: 0;
  font-size: 1px;
} 

h1, h2, h3, h4 {
    font-size: 25px;
	line-height: 100%;
	padding: 5px 0 20px 0;
	margin: 0;
	color: #EA6A00;
}

h2 span {
	font-size: 20px;
	color: #B1B3B6;
	font-weight: normal;
}

h2 span a, h2 span a:hover, h2 span a:visited {
	color: #9A4D00;
	font-weight: normal;
}

h4 {
    font-size: 16px;
    font-weight:normal;
    color:#9A4D00;
}

h5, h6 {
	font-size: 16px;
	padding: 0 0 10px 0;
	border: 0;
	margin: 0;
	font-weight: normal;
}

h5 a, h5 a:hover {
	font-size: 18px;
	color: #9A4D00;
}

select {
	font-size: x-small;
}

a {
   color: #EA6A00;

}

a:hover {
	color: #EA6A00;
}

label {
	color: #000;
	vertical-align: top;
	font-size: x-small;
}

.em-note {
  font-style: italic;
}

/* tabular data cell styles */

td {
	text-align: left;
	vertical-align: top;
}

td.lm {
	text-align: left;
	vertical-align: middle;
	font-size: x-small;
}

td.lb {
	text-align: left;
	vertical-align: bottom;
}

td.lt {
	text-align: left;
	vertical-align: top;
	padding: 0;
}

td.ct {
	text-align: center;
	vertical-align: top;
}

td.cm {
	text-align: center;
	vertical-align: middle;
}

td.cb {
	text-align: center;
	vertical-align: bottom;
}

td.rt {
	text-align: right;
	vertical-align: top;
}

td.rm {
	text-align: right;
	vertical-align: middle;
}

td.rb {
	text-align: right;
	vertical-align: bottom;
}


/* main containers */ 

#site-container {
	text-align: left; 
	margin: 0;
	background: url(/images/background.jpg) left top repeat-x;
	width: 100%;
}

#main-container {
	text-align: left; 
	margin: 0;
	width: 990px;
}

.column-l {
	float: left;
	background: url(/images/left_column_bg.jpg) right top no-repeat;
	width: 154px;
	padding: 133px 0 0 0;
	margin: -8px 0 0 0;
	text-align: right;
}

.column-r {
	float: left;
	width: 836px;
}

/* left navigation */

.lnav {
	background: url(/images/lnav_bg.jpg) right top repeat-y;
	width: 128px;
	float: right;
}

.lnav li {
	list-style: none;
	text-align: left;
	border-bottom: 1px solid #f2f2f2;
	margin: 0 16px 0 22px;
	padding: 4px 0 5px 0;
}

.lnav li.last {
	border-bottom: none;
}

.lnav li a, .lnav a:hover, .lnav li a:visited {
	color: #858585;
	text-decoration: none;
	font-size: 12px;
}

.lnav li .selected-a {
	color: #FF7F00 !important;
}


.lnav p {
	list-style: none;
	text-align: left;
	border-bottom: 1px solid #f2f2f2;
	margin: 0 16px 0 22px;
	padding: 4px 0 5px 0;
}

.lnav p.last {
	border-bottom: none;
}

.lnav p a, .lnav p a:visited {
	color: #858585;
	text-decoration: none;
	font-size: 12px;
}
.lnav p a:hover {
    color:#ff9000;
}

.lnav p .selected-a {
	color: #FF7F00 !important;
}




.lnav-bottom {
	background: url(/images/lnav_bottom.jpg) left bottom no-repeat;
	width: 128px;
	float: right;
}

/* header */

.header {
	color: #B15600;
	font-size: 15px;
	padding: 6px 4px 0 12px;
	height: 18px;
}

.rss {
    font-size:15px;
    padding 6px 4px 0 12px;
    float:right;
    height:18px;	
}

.rss a {
	color:#666666;
	font-size:12px;
	text-decoration:none;
}

.rss p {
    padding: 8px 0 0 0;
}

.header a {
	color: #A2A2A2;
	font-size: 12px;
	text-decoration: none;
}

.header a:hover {
	color: #A2A2A2;
	text-decoration: underline;
}

.header p {
	float: right;
	padding: 3px  0 0 0;
}

/* main navigation */

#logo {
	float: left;
}

.nav {
	margin: 24px 0 0 11px;
	padding: 0 0 0 0;
	height: 96px;
}

.nav div {
	float: right;
	padding: 20px 0 0 0;
}

.nav div img {
	vertical-align: middle;
}

/* content styles */

.content {
	padding: 10px 0 0 0;
	height: 100%;
	float: left;
}

.content-container {
	padding: 0 0 10px 12px;
	width: 601px;
}

.content-container-text {
	padding: 0 0 10px 11px;
	width: 601px;
}

.content-container-text p {
	font-size: 14px;
	color: #666;
	line-height: 140%;
	padding: 0 0 16px 0;
}


.content-container-text h4 {
	font-size: 16px;
    letter-spacing:-1px;
    text-transform:uppercase;
	color: #ea6a00;
    font-weight:bold;
	padding: 5px 0 12px 0;
}

.content-container-card {
	padding: 0 0 10px 12px;
	width: 433px;
}


.content-container-card h2 {
    padding-top:10px;
}

#content-card {
	background: url(/images/content_container_card_bg.jpg) left top repeat-y !important;
}

#content-card-top {
	background: url(/images/top_shadow.jpg) left top no-repeat !important;
}

.features {
	margin: 0 0 10px 0;
}

.starred-img-framed {
	background: url(/images/starred_bg_75.jpg) left top no-repeat;
	padding: 6px 7px 8px 7px;
	margin: 0 0 10px 0;
	float: left;
}


.starred-img-framed-small {
        background: url(/images/starred_bg.jpg) left top no-repeat;
        padding: 6px 7px 8px 7px;
        margin: 0 0 10px 0;
        float: left;
}

.starred {
	margin: 0 0 0 -5px;
}

.customize-container {
	margin: 20px 0 0 0;
}

.customize {
	background: #F2F2F2 url(/images/customize_bg.jpg) left top no-repeat;
	margin: 0 0 -17px 1px;
	padding: 0 0 10px 0;
	width: 796px;
	position: relative;
	z-index: 2;
	clear: both;
}


#send-email {
	
}

#send-email p {
	font-size: 33px;
	text-align: center;
	padding: 10px 0 10px 0;
}

.customize th {
	font-size: 18px;
    letter-spacing:-.05em;
    font-weight: normal;
    font-family:
	color: #959595;
	text-align: right;
	vertical-align: middle;
	width: 100px;
	padding: 0 10px 0 7px;
}

.customize td {
	padding: 0 0 5px 0;
	font-size: 18px;
}

.customize .note {
	font-size: 12px;
	font-style: italic;
	padding: 0 0 10px 0;
}


    
.customize td input {
	background: url(/images/input_bg.jpg) #F2F2F2 left top no-repeat !important;
	border: none;
	width: 322px;
	height: 28px;
	margin: 0 0 0 0;
	padding: 10px 5px 0 5px;
	color: #959595;
}

.customize td .radio {
	width: 10px;
	height: 10px;
	background: none;
	padding: none;
	vertical-align: 0.2em;
}

.customize select {
	font-size: 16px;
	color: #959595;
	width: 200px;
}

.customize #specific_option {
    width:300px;
}

.customize td textarea {
	background: url(/images/textarea_bg.jpg) left top no-repeat;
	border: none;
	width: 322px;
	height: 205px;
	margin: 0 0 0 0;
	padding: 10px 5px 0 5px;
	color: #959595;
    overflow:hidden;
}

#card-customize {
	margin: 15px 0 0 0;
}

#card-email {
	margin: 15px 0 0 0;
}

#card-email td {
	padding: 0 0 15px 0;
}

#card-email th {
	padding-bottom: 15px;
}

#message-customize {
	margin: -24px 0 0 0;
	position: relative;
	z-index: 2;
}

#customize-hdr {
	margin: -24px 0 0 -11px;
	position: relative;
	z-index: 2;
}

.customize .btn {
	width: 288px;
	height: 38px;
	padding: 0;
	background: none;
}

.error {
	padding: 0 0 15px 0 !important;
}

.error-message {
    color:#ff6300;
    font-size:13px;
    font-weight:bold;
}

.error-box {
	background: #FF6300;
	width: 306px;
	padding: 10px 8px 0 8px;;
}

.error-box p {
	color: #fff;
	text-align: center;
	font-size: 13px !important;
	line-height: 120%;
}

.bottom-container {
	background: url(/images/content_container_card_bg.jpg) left top repeat-y !important;
	margin: 0 0 -17px 0;
	position: relative;
	z-index: 2;
}

.orange {
	color: #FF7300;
}

#submit {
	background: #F2F2F2;
	width: 592px !important;
	padding: 15px 0 5px 0;
	margin: 0 0 0 0;
}

#submit th {
	text-align: right;
	padding: 13px 10px 0 20px;
	vertical-align: top;
}

#submit td {
	padding: 0 0 10px 0;
}

#submit .btn {
	width: 391px;
}

#submit td input {
	background: url(/images/input_large_bg.jpg) left top no-repeat;
	width: 378px;
}

/* content framed images */

.img-framed {
	background: url(/images/frame_img_top.jpg) left top no-repeat;
	padding: 6px 0 0 0;
	margin: 10px 0 0 0;
	width: 194px;
	float: left;
	height: 100%;
}



.img-framed-last {
	background: url(/images/frame_img_top.jpg) left top no-repeat;
	padding: 6px 0 0 0;
	margin: 10px 0 0 0;
	width: 194px;
	float: left;
}

.img-framed-bg {
	background: url(/images/frame_img_bg.jpg) left top repeat-y;
	padding: 0 7px 0 7px;
}

.img-framed-bottom {
	background: url(/images/frame_img_bottom.jpg) left bottom no-repeat;
	padding: 0 7px 13px 7px;
}

.img-framed-bottom p {
	text-align: center;
	padding: 7px 0 0 0;
	line-height: 140%;
	width: 180px;
}

td.related-caption {
    width:99px;
    padding:0px;
    text-align:center;  
    padding-top:3px;
}

.related-caption a, .related-caption:hover, .related-caption a:visited {
	color: #EA6A00;
	font-size: 11px;
    line-height:13px;
	font-weight: bold;
	text-decoration: none;
    font-family:arial,helvetica,sans-serif;
}

.img-framed-bottom p a, .img-framed-bottom p a:hover, .img-framed-bottom p a:visited {
	color: #EA6A00;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

.img-large-framed {
	background: url(/images/frame_img_large_top.jpg) left top no-repeat;
	padding: 6px 0 0 0;
	margin: 0 0 10px -5px;
	width: 438px;
	height: 100%;
}

.img-large-framed-bg {
	background: url(/images/frame_img_large_bg.jpg) left top repeat-y;
}

.img-large-framed-bottom {
	background: url(/images/frame_img_large_bottom.jpg) left bottom no-repeat;
	padding: 0 10px 0 8px;
}

.img-large-framed img {
	margin: 0 0 8px 0;
}


.callout .img-framed {
	background: url(/images/frame_img_top.jpg) left top no-repeat;
	padding: 6px 0 0 0;
	margin: 5px 0 0 0;
	width: 166px;
	float: left;
	height: 100%;
}

.callout .img-framed-last {
	background: url(/images/frame_img_callout_top.jpg) left top no-repeat;
	width: 166px;
	margin: 5px 0 0 0;
}

.callout .img-framed-bg {
	background: url(/images/frame_img_callou_bg.jpg) left top repeat-y;
}

.callout .img-framed-bottom {
	background: url(/images/frame_img_callout_bottom.jpg) left bottom no-repeat;
	padding: 0 7px 13px 7px;
}

.callout .img-framed-bottom p {
	text-align: center;
	padding: 3px 0 0 0;
	line-height: 140%;
	width: 152px;
}

.callout .img-framed p a, .callout .img-framed p a:visited, .callout .img-framed-last p a, .callout .img-framed-last p a:visited {
	color: #B1B3B6;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

.callout .img-framed p a:hover, .callout .img-framed-last p a:hover {
	color: #EA6A00;
}

/* ribbons */

.new-ribbon {
	margin: -6px 0 -46px -7px;
	position: relative;
	z-index: 1;
	behavior: url(/iepngfix.htc);
}

/* page scroll */

#page-scroll {
	color: #7F7F7F;
	font-size: 16px;
	font-style: italic;
	margin: 45px 0 -16px 8px;
	position: relative;
	z-index: 1;
}

#page-scroll a {
	color: #7F7F7F;
	text-decoration: none;
}

#page-scroll a:hover {
	text-decoration: underline;
}

#page-scroll span {
	color: #8D3E00;
	font-weight: bold;
}

/* preview */
.card-centered {
    margin-left: 190px;
}


/* callouts */

.callouts {
	background: url(/images/callouts_bg.jpg) left top repeat-y;
	width: 216px;
	padding: 0 0 0 0;
	margin: 0 0 10px 0;
	float: right;
}

.callouts-bottom {
	background: url(/images/callouts_bottom.jpg) left bottom no-repeat;
	width: 216px;
	float: right;
}

.callouts-large {
	background: url(/images/callouts_bg.jpg) left top repeat-y;
	width: 377px;
	float: left;
}

.callouts-large-bottom {
	background: url(/images/callouts_large_bottom.jpg) left bottom no-repeat;
	width: 377px;
	float: left;
}

.callouts-share-bottom {
	background: url(/images/callouts_bottom.jpg) left bottom no-repeat;
	width: 377px;
	float: right;
}

.callout {
	margin: 0 0 10px 0;
}

.callout .indent {
	padding: 7px 5px 0  21px;
}

input#query {
	background: url(/images/search_bg.jpg) right top no-repeat;
	width: 176px;
	height: 27px;
	border: none;
	color: #A2A2A2;
	padding: 10px 10px 0 5px;
}

.callout li {
	list-style: none;
	font-size: 16px;
	border-bottom: 1px solid #F2F2F2;
	padding: 3px 0 3px 0;
}

.callout li.last {
	border-bottom: none;
}

.callout li a {
	color: #FF7F00;
	text-decoration: none;
}

.callout .brown {
	color: #9A4D00;
}

.fav-img-framed {
	background: url(/images/favorites_bg.jpg) left top no-repeat;
	padding: 6px 7px 8px 7px;
	margin: 0 0 5px 0;
	float: left;
}

.more a {
	color: #FF7F00;
	font-size: 16px;
	text-decoration: none;
}

.more {
	color: #FF7F00;
}


/* footer */

#footer {
	background: url(/images/footer_bg.gif) left top repeat-x;
	width: 100%;

}

#footer-left {
	float: left;
}

.footer-container {
	margin: 26px 0 0 0;
	float: left;
}

.footer-l {
	float: left;
	width: 189px;
	padding: 13px 15px 0 12px;
	background: url(/images/footer_sep.jpg) right top no-repeat;
	height: 73px;
	max-height: 73px;
	overflow: hidden;
}

.footer-l p {
	text-align: center;
	color: #6B1500;
	font-size: 12px;
}

.footer-l p a, .footer-l p a:hover, .footer-l p a:visited {
	color: #6B1500;
	text-decoration: none;
}

.copy {
	padding: 25px 0 15px 15px;
	color: #a6a6a6;
	font-size: 12px;
}

.copy a {
	color: #666666;
}


.list td{
	padding-right: 5px;
}

.error{
	color: #f00 !important;
}

.callouts a, .callouts a:hover, .callouts a:visited{
	color: #FF7F00;
}

.share-links {
padding-left:20px;
font-size:11px;
color: #EA6A00;
}

.share-links div {
padding-right:12px;
font-weight:bold;
display:inline;
float:left;
border:none;
}

.share-links img {
padding-right:5px;
vertical-align:middle;
}


#credits td {
    padding-bottom:4px;
    vertical-align:top;
}
#credits th {
    padding-bottom:4px;
    padding-right:10px;
    vertical-align:top;
}
#credits h4 {
    margin-top:8px;
}


