@charset "utf-8";

/* CSS Document */

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1.0em}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:separate;}


/* BASIC TYPOGRAPHY */

body { font-family: Arial, Helvetica, sans-serif;}
strong, th, thead td{ font-weight: Bold;}
h1, h2, h3, h4, h5, h6{ font-weight:bold;}
cite, em, dfn { font-style: italic; }
del { text-decoration: line-through; color: #666; }
ins, dfn { border-bottom: 1px solid #ccc; }
small, sup, sub { font-size: 85%; }
abbr, acronym { text-transform: uppercase; font-size: 85%; letter-spacing: .1em; }
a abbr, a acronym { border: none; }
abbr[title], acronym[title], dfn[title] { cursor: help; border-bottom: 1px solid #ccc; }
sup { vertical-align: super; }
sub { vertical-align: sub; }


/* LISTS */

/*ul li { margin-left: .85em; }
ul { list-style-type: disc; }
ul ul { list-style-type: square; }
ul ul ul { list-style-type: circle; }
ol { list-style-position: outside; list-style-type: decimal; }
dt { font-weight: bold; }*/


/* QUOTES */

blockquote { border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; color: #666; }
blockquote *:first-child:before { content: "\201C"; }
blockquote *:first-child:after { content: "\201D"; }

/* FORMS */

fieldset { padding:1.4em; margin: 0 0 1.5em 0; border: 1px solid #ccc; }
legend { font-weight: bold; font-size:1.2em; }
textarea, input[type='text'], input[type='password'], select { border: 1px solid #ccc; background: #fff; }
textarea:hover, input[type='text']:hover, input[type='password']:hover, select:hover { border-color: #aaa; }
textarea:focus, input[type='text']:focus, input[type='password']:focus, select:focus { border: 1px solid #999999; }
input, select { cursor: pointer; }
input[type='text'],input[type='password'] { cursor: text; }




/* BASE SIZES */

body { font-size: 12px; }
p,li { font-size:12px; line-height:1.5em}
h1 { font-size: 30px; }
h2 { font-size: 25px; }
h3 { font-size: 17px; }
h4 { font-size: 13px;}
h5 { font-size: 15px; }
h6 { font-size: 15px; }

h1 { line-height: 30px; }
h2 { line-height: 20px; }
h3 { line-height: 24px; }
h4 { line-height: 14px; }
h5 { line-height: 18px; }
h6 { line-height: 16px; }

/* MARGINS & PADDINGS */

blockquote *:first-child { margin: .8em 0; }
hr, p, ul, ol, dl, pre, blockquote, address, table, form { margin-bottom: 10px; }
/* NOTE: Calulate header margins: TOP: 1.6em/size, BOTTOM: 1.6em/size/2 */
h1 { margin: 0 0 15px 0;  }
h2 { margin: 0 0 13px 0; }
h3 { margin: 0 0 5px 0; }
h4 { margin: 0 0 5px 0; }
h5 { margin: 0 0 5px 0; }
h6 { margin: 0 0 5px 0; }
th, td { padding: .8em; }
caption { padding-bottom: .8em; } /* padding instead of margin for IE */
blockquote { padding: 0 1em; }
fieldset { padding: 0 1em 1em 1em; margin: 1.6em 0; } /* padding-top is margin-top for fieldsets in Opera */
legend { padding-left: .8em; padding-right: .8em; }
legend+* { margin-top: 1em; } /* compensates for the opera margin bug */
textarea, input { padding: .3em .4em .15em .4em; }
select { padding: .1em .2em 0 .2em; }
option { padding: 0 .4em; }
dt { margin-top: .8em; margin-bottom: .4em; }
ul { margin-left: 1.5em; }
li{ margin-bottom:5px;}
ol { margin-left: 2.35em; }
ol ol, ul ol { margin-left: 2.5em; }
form div { margin-bottom: .8em; }
.clear {clear:both;}




/* COLORS */

body{ color:#7E8080; }
h1,h2,h3,h4,h5,h6{ color:#E35A24;}
a{ text-decoration: none; color: #C1272D;  line-height:1.2em; font-weight:bold;}
a:hover { text-decoration: none; color:#333333; }

code, pre { color: #c33; } /* very optional, but still useful. W3C uses about the same colors for codes */



/* GRIDS */

hr {background:#ddd;color:#ddd;clear:both;float:none;width:100%;height:.1em;margin:0 0 1.45em;border:none;}


/*UTILITIES*/
.last{ margin-right:0;}
.textAlightRight{ text-align:right!important;}
.subTotalBg{ background-color:#EBECEE;}
.subTotalDarkerBg{ background-color:#D6D7D8;}
.blackTxt{ color:#000000!important;}
.last{ margin-right:0;}
.noBorder{ border:none!important;}
.marginBot10{ margin-bottom:10px;}
.marginBot17{ margin-bottom:17px;}
.marginBot26{ margin-bottom:26px;}
.marginBot30{ margin-bottom:30px;}
.marginBot60{ margin-bottom:60px;}
.marginBot70{ margin-bottom:48px;}
.marginTop30{ margin-top:30px;}
.marginTop12{ margin-top:12px;}
.marginTop5{ margin-top:5px;}
.marginRight30{ margin-right:30px;}
.marginRight28{ margin-right:28px;}
.marginRight26{ margin-right:26px;}
.marginRight15{ margin-right:15px;}
.marginLeft30{ margin-left:30px;}
.smallTxt{ font-size:10px!important; line-height:15px;}
.imgRight{ float:right; margin:0 0 0 10px;}
.imgLeft{ float:left; margin:0 10px 0 0;}
.lastP{ margin-bottom:5px!important;}
.width430{ width:430px!important;}
.width250{ width:250px!important;}
.width135{ width:135px!important;}
.largeh2s{ font-size:30px; color:#E35A24; margin-bottom:17px;}
.topPadding30{  padding-top:30px;}
.topPadding60{  padding-top:67px!important;}
.borderBottom{ border-bottom:1px solid #CCCCCC;}
.paddingBottom10{ padding-bottom:10px;}
.floatLeft{ float:left;}
.floatRight{ float:right;}
.blockElement{ display:block;}
.fullWidth440{ width:440px;}
.thickBorderBot{ border-bottom:5px solid #EDA23B; padding-bottom:5px;}




/* to create serif italic dramatic text, use this class */
.fancy { 
  font-family: Garamond, "Hoefler Text", Times New Roman, Times, serif; 
  font-style: italic;
  font-weight: normal;
  font-size:17px;
  border-bottom:1px solid #CCCCCC;
  padding-bottom:20px;
}  

/* creates small caps */
.caps { 
  font-variant: small-caps; 
  letter-spacing: 1px; 
  text-transform: lowercase; 
  font-size:1.2em;
  font-weight:bold;
  padding:0 2px;
}


/* TEXT CLASSES */

.small {font-size:.8em;margin-bottom:1.875em;line-height:1.875em;}
.large {font-size:1.2em;line-height:2.5em;margin-bottom:45px;}
.hide {display:none;}
.quiet {color:#666;}
.loud {color:#000;}
.highlight {background:#ff0;}
.top {margin-top:0;padding-top:0;}
.bottom {margin-bottom:0;padding-bottom:0;}
.thin {font-weight: lighter;}
.error, .notice, .success {padding:.8em;margin-bottom:1.6em;border:2px solid #ddd;}
.error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
.error a {color:#8a1f11; background:none; padding:0; margin:0; }
.notice a {color:#514721; background:none; padding:0; margin:0; }
.success a {color:#264409; background:none; padding:0; margin:0; }
.center {text-align: center;}
.boldTxt{ font-weight:bold;}

/*Basic styles*/
#wrapper{ width:960px; margin:0 auto;}
#header{ width:100%; height:60px; float:left; padding:20px 0 20px 0;}
#content{ width:100%; float:left;}
#footer{ width:100%; float:left; height:100px; border-top:1px solid #E0E0E0; padding-top:20px; text-align:left;}


/*logo*/
#logo a{ width:222px; height:58px; float:left; display:block; background:url(../images/logo.gif) no-repeat 0 0; text-indent:-9999px;}


.leftCol{ width:275px; float:left; padding:30px 0 30px 0; margin-right:60px;}
.leftCol h2{ font-family:Arial, Helvetica, sans-serif; font-weight:bold; font-size:37px; color:#4D4D4D; line-height:1.0em; text-align:right; letter-spacing:-1px;}
.rightCol h3{ color:#666666; line-height:1.3em; margin-bottom:20px;}
.rightCol{ width:625px; float:left; padding:30px 0 30px 0;}

/*list*/

ul.downloads{ margin:20px 0 60px 0; padding:0;}
ul.downloads li{ float:left; list-style:none; margin-right:30px;}
ul.downloads li a{ display:block; float:left; background:url(../images/download.gif) no-repeat 0 0; padding-left:30px; height:19px; padding-top:6px; color:#C1272D;}
ul.downloads li a:hover{ color:#333333;}










