/* TOC
=
= [SHANNON STYLES]
= [GENERAL]
= [SECONDARY NAVIGATION]
= [CONTENT AREA]
= [FORMS]
= [REPAIR FORM]
=========================== */




/* [SHANNON STYLES]
============================== */


.copyrighttext {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}
.hometitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #63200A;
	font-style: italic;
}
.headings {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #A2551B;
}
.regtext {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
 font-size: 12px;
	line-height: 18px;
}
.topnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
}

.topnav a:visited { color: #fff; }

.standardtxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.secondaryhdline {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #333333;
	font-style: italic;
	font-weight: bold;
	line-height: 18px;
}
.homefeatures {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #666666;
}
.leftnav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}




/* [GENERAL]
=========================== */

body
{
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 62.5%;
}

#mainContent
{
 font-size: 12px;
}

h1
{
 margin: 0;
}

h2, h3, h4, legend
{
 color: #A2551B;
 font-weight: bold;
}

h3, legend
{
 font-size: 18px;
}

h3
{
 margin-top: 0;
}

.topnav a, a:visited
{
 color: #FFFFFF;
 text-decoration: none;
}

.topnav a.current
{
 color: #CE7908;
}

.topnav a:hover, .leftnav a:hover
{
 text-decoration: underline;
 color: #FEF91B;
}

#screening_promo
{
 background: #000;
 color: #FFF;
 text-align: center;
 font-size: 1.6em;
}

dt
{
 font-weight: bold;
}

dd
{
 margin-bottom: .5em;
 margin-left: 2em;
}

.print_info
{
 display: none;
}

address
{
 font-weight: bold;
 font-style: normal;
 padding-left: 1em;

}

.callout
{
 border: 1px solid #333;
 padding: 0 0.5em;
 background: #ddd;
 font-weight: bold;
 margin-bottom: 1em;
}

.callout p, .IEroot .callout p
{
 margin: 0.5em 0;
}

.clear
{
 clear: both;
}




/* [SECONDARY NAVIGATION]
=========================== */


#nav2
{
 list-style: none;
 margin: 1em 0;
 padding: 0;
}

#nav2 li
{
 margin: 0;
 padding: 0;
}

#nav2 a
{
 background: url(/images/quicklink-bg.jpg) top center no-repeat;
 display: block;
 padding: 6px 0px 1px 0px;
 height: 1.5em;
 width: 13.5em;
 margin-bottom: .25em;
 text-align: center;
 font-weight: bold;
 color: white;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 11px;
 text-decoration: none;
}

#nav2 a:hover
{
 color: yellow;
 text-decoration: underline;
}










/* [CONTENT AREA]
=========================== */

#mainContent
{
 padding: 0 1em;
 margin-top: 1em;
}





/* [FORMS]
=========================== */

fieldset
{
 margin-bottom: 0.5em;
 padding: 1em;
 padding-top: 0.5em;
 border-color: #219a9b;
}

.IEroot fieldset
{
 padding-top: 2em; 
}

.IEroot fieldset p
{
 margin-top: 0;
}

fieldset h4
{
 font-size: 18px;
 margin-bottom: 0;
}

fieldset label, p.label
{
 display: block;
 font-weight: bold;
 color: #333;
 margin-bottom: 0.25em;
 margin-top: 0;
}

.required, .required label
{
 color: #a2551b;
}

label .explanatory
{
 font-weight: normal;
}

fieldset textarea
{
 width: 95%;
}

.IEroot fieldset legend
{
 margin-bottom: 1em;
 margin-top: -1em;
}

.field_container
{
 width: 100%;
 display: block;
 float: left;
 margin-top: -1em;
}

.IEroot #phones
{
 margin-top: 0;
}

.field_container .field
{
 display: inline;
 float: left;
 clear: none;
 margin-right: 1em;
}

.field
{
 clear: left;
 margin: 1em 0;
}

input.text
{
 width: 15em;
 color: #00a;
 font-weight: bold;
}

textarea
{
 font-family: Arial, Helvetica, sans-serif;
 font-weight: bold;
 color: #00a;

}

.checkboxes
{
float: left;
width: 100%;
margin-bottom: 1em;
}

.checkboxes .field
{
 float: none;
 display: block;
 margin: 0 1em .25em 0;
 border-bottom: 1px dotted #dedede;
 padding-bottom: 0.2em;

}

.checkboxes label
{
 display: inline;
 float: none;
 font-weight: normal;
 color: #333;
}

.checkboxes input
{

}

.checkboxes .field_container
{
 width: 45%;
 float: left;
 margin-top: 0;
}

table.item_qty_table, .form_results table
{
 width: 100%;
 border-top: 1px solid #666;
 border-bottom: 1px solid #666;
 margin-top: 0.5em;
}

.item_qty_table th, .form_results table th
{
 font-weight: bold;
 color: #000;
 text-align: left;
 border-bottom: 1px solid #666;
 background: #ccc;
}

.item_qty_table th.type
{
 width: 25%;
}

.item_qty_table th.qty, .form_results table .quantity
{
 width: 10%;
}

.item_qty_table input
{
 width: 3em;
 text-align: right;
 padding-right: 2px;
}

.item_qty_table td
{
 border-bottom: 1px dotted #999;
 font-weight: bold;
 color: #333;
}

.item_qty_table label
{
 color: #000;
 margin: 0;
}

.form_results table td
{
 border-bottom: 1px dotted #999;
 color: #333;
}


.form_results table .price, 
.form_results table .quantity, 
.form_results table .subtotal 
{
 text-align: right;
 padding: 0 0.5em;
}

.subtotal
{
 font-weight: bold;
}

.form_results pre
{
 font-family: Verdana, Arial, Helvetica, sans-serif;
 margin: 0;
}

.form_results dl
{
 margin-top: 0;
}

table h5
{
 margin: 0;
 text-decoration: underline;
 font-size: 1em;
}

table td.total
{
 color: #A2551B;
 font-weight: bold;
 font-size: 1.2em;
 padding-top: 1em!important;
 padding: 0 0.5em;
 text-align: right;
}

.next
{
 float: right;
 font-weight: bold;
}

.prev
{
 font-weight: bold;
 float: left;
}

a.buttonlink
{
 border: 1px solid #A2551B;
 padding: 5px;
 background: #EEE;
}

a.buttonlink:hover
{
 background: #A2551B;
 color: white;
 border-color: #219A9B;
}

.error_output
{
 border-top: 1px dotted #A2551B;
 border-bottom: 1px dotted #A2551B;
 font-size: 1.2em;
 padding: 0 1em;
 background: #ededed;
}

.error_output li
{
 font-weight: bold;
 margin-bottom: 1em;
}

.error_output p
{
 color: #a2551b;
}



/* [REPAIR FORM]
=========================== */
#Middle_Initial, #Zip, #Country
{
 width: 7em;
}

#State
{
 width: 5em;
}

input#email, input#How_Heard_About_Sandia
{
 width: 31em;
}

#expedited label
{
 font-weight: bold;
 margin-top: .5em;
}

#expedited p
{
 margin: 0 0 0 2em;
}

#pmt_method p
{
 font-weight: bold;
}

#paypal_pmt_info .callout
{
 width: 45%;
}

/*
#paypal_pmt_info input.next
{
 float: left;
}
*/

.callout#paypal_info
{
 font-weight: normal;
}

.screenshot
{
 font-weight: normal;
 text-align: center;
 padding: 0.5em;
 margin: 0.5em;
 border: 1px solid #666;
 background: #f2ecc6;
}

.screenshot a
{
 display: block;
 font-size: .75em;
}

.screenshot img
{
 border: 1px solid #999;
}
