/*-----------------------------
    Dimension One Marketing
-----------------------------*/

/* MAIN TYPOGRAPHY */
html { font-size: 62.5%; font-family: arial, sans-serif, helvetica; }
strong, th, thead td, h1, h2, h3, h4, h5, h6, dt { font-weight: bold; }
cite, em, dfn { font-style: italic; }
code, kbd, samp, pre, tt, var, input[type='text'], input[type='password'], textarea { font-size: 92%; font-family: arial, sans-serif, helvetica; }
pre { white-space: pre; }
pre * { font-size: 100%; white-space: pre; }
del { text-decoration: line-through; color: #666; }
ins, dfn { border-bottom: 1px solid #ccc; }
small, sup, sub { font-size: 85%; }
big { font-size: 125%; line-height: 80%; }
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; }
a:link, a:visited, a:hover, a:active, a:focus { text-decoration: underline; }

/* FORMS */
fieldset { border: 1px solid #ccc; }
legend { background: #fff; }
textarea, input[type='text'], 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-color: #888; }
input[type='button'], input[type='submit'], input[type='checkbox'], input[type='image'], input[type='radio'], input[type='reset'], select, button { cursor: pointer; }
input[type='button'], input[type='submit'], input[type='checkbox'], input[type='image'], input[type='radio'], input[type='reset'], button { border:0; }
input[type='hidden'] { display:none; }


/*-----------------------------
         CONTENT ONLY
-----------------------------*/

/* BASE SIZES */
.content { font-size: 1.2em; line-height: 1.6em; color:#333; }
.content h1 { font-size: 1.5em; font-weight:normal;  }
.content h2 { font-size: 1.5em; font-weight:normal; }
.content h3 { font-size: 1.4em; }
.content h4 { font-size: 14px; }
.content h5 { font-size: 1.2em; }
.content h6 { font-size: 1em; }

/* HR */
.content hr { display: block; background: #ccc; color: #ccc; width: 100%; height: 1px; border: none; }

/* LISTS */
.content ul { list-style: disc outside; }
.content ol { list-style: decimal outside; }

/* MARGINS & PADDINGS */
.content hr, .content p, .content ul, .content ol, .content dl, .content pre, .content blockquote, .content address, .content table, 
.content p+p { margin-top: -.8em; }
.content h1 { margin: 1em 0 .5em;  }
.content h2 { margin: 1.07em 0 .535em; }
.content h3 { margin: 1.14em 0 .57em; }
.content h4 { margin: 1.23em 0 .615em; }
.content h5 { margin: 1.33em 0 .67em; }
.content h6 { margin: 1.6em 0 .8em; }
.content th, .content td { padding: .8em; }
.content caption { padding-bottom: .8em; } /* padding instead of margin for IE */
.content blockquote { padding: 0 1em; margin: 1.6em 0; }
.content fieldset { padding: 0 1em 1em 1em; margin: 1.6em 0; } /* padding-top is margin-top for fieldsets in Opera */
.content legend { padding-left: .8em; padding-right: .8em; }
.content legend+* { margin-top: 1em; } /* compensates for the opera margin bug */
.content textarea, .content input { padding: .3em .4em .15em .4em; }
.content select { padding: .1em .2em 0 .2em; }
.content option { padding: 0 .4em .1em; }
.content a { position: relative; padding: 0.3em 0 .1em 0; } /* for larger click-area */
.content dt { margin-top: .8em; margin-bottom: .4em; }
.content ul, .content ol { margin-left: 2.2em; }
.content ul ul, content ol ul, .content ul ol, content ol ol { margin-bottom: 0; }
.content button { padding: 0.3em 0.5em; }
.content blockquote > * { margin: .8em 0; }
.content img.avatarL { float:left; margin:0 10px 10px 0; }
.content img.avatarR { float:right; margin:0 0 10px 10px; }
.footer { padding:10px 0; }
.footer a:link, .footer a:visited, .footer { text-align:center; color:#666; text-decoration:none; margin:0 15px; line-height:180%; font-size:11px; }
.footer a:hover { color:#333; }

/* COLORS */
.content a:link { color: #053F73; }
.content a:visited { color: #053F73; }
.content a:hover { color: #FF6600; }	
.content a:active, .content a:focus { color: #000; }
.blue { color:#053F73; }
.orange { color:#FF6600; }
.red { color:#FF0000; }
.grey { color:#999; }

/* TWEAKS */
.center { margin:0 auto; }
.alignCenter { text-align:center; width:372px; margin:0 auto; }
.right { float:right; }
.left { float:left; }
.txtLeft { text-align:left; }
.txtRight { text-align:right; }
.center { margin:0 auto; }
.block { display:block; }
.clear { clear:both; }
.smaller { font-size:11px; }
.bigger { font-size:14px; }
.half { width:50%; float:left; }
.sixty { width:60%; float:left; }
.forty { width:40%; float:left; }
.innerError, .warning-Bad { background:#FF0000 url(../images/warning.gif) no-repeat left center; color:#fff; padding:4px 7px 4px 14px; }
.innerHelp, .warning-Good { background:#22dbdc url(../images/warning.gif) no-repeat left center; color:#fff; padding:4px 7px 4px 14px; }
h1 a:link, h2 a:link, h3 a:link, h4 a:link, a:link.bigger,
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, a:visited.bigger { text-decoration:none; }