/* CSS RESET - MEYERWEB.COM */
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, 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-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; }
/* remember to define focus styles! */
:focus { outline: 0; }
body { line-height: 1; color: black; background: white; }
ol, ul { list-style: none; }
/* tables still need 'cellspacing="0"' in the markup */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Other stuff */
*{ margin:0px; padding:0px; }
body{ font: 62.5% Arial, Helvetica, sans-serif; text-align:center; background-color:#f9f9f9; }

/* Layout */
#container { margin:100px auto 50px auto; border:1px solid #eee; padding:20px; text-align:left; background-color:#fff; }
#welcome { /*margin-bottom:10px;*/ background-color:#fff; /*border-top:1px solid #eee;*/ border-bottom:1px solid #eee; padding:20px 20px 10px 20px; }
#footer { padding:20px 20px 10px 20px; /*background:#f9f9f9;*/ }
#footer h2 { font-size:1.4em; color:#666; }
#footer p { width:300px; font-size:1.1em; line-height:1.6em; float:left; color:#AAA; }
#footer ul { width:200px; font-size:1.1em; line-height:1.6em; float:right; color:#AAA; }
#footer h2 strong { font-weight:bold; color:#444; }
#footer p strong { font-weight:bold; color:#888; }
/*
#welcome, #footer { background-color:#fff; border-top:1px solid #eee; border-right:1px solid #eee; }
*/
/* Main definitions */
h1, h2, h3, h4, h5, h6, p, ol, ul { /*padding:0 20px 20px 20px;*/ margin-bottom:10px; }
p { font-size:1.4em; line-height:1.8em; color:#666; }


h1 { font-size:2.8em; font-weight:bold; /*padding:20px 20px 0 20px;*/ /*border-bottom:1px solid #eee; background-color:#fff;*/ color:#666; }
h1 strong { font-weight:bold; color:#e23a3a; }
/*
h1.no-bg { background-color:transparent; border-bottom:none; }
h2 { font-size:2.4em; color:#444; font-weight:normal; }
h3 { font-size:2em; color:#444; font-weight:normal; }*/
ul, ol { font-size:1.2em; line-height:1.8em; color:#444;  }
ul li {  list-style:inside disc; }
ol li {  list-style:inside decimal; }
a { color:#4891dc; text-decoration:none; /*border-bottom:1px solid #cadff4;*/ }
a:hover { /*border-bottom:2px solid #4891dc;*/ text-decoration:underline; }
strong { font-weight:bold; color:#333; }
em { font-style:italic; }
.clear { clear:both; }

hr { padding-bottom:10px; margin:10px 0; border:none; border-top:1px solid #eee; }

.alignleft { float:left; padding:10px 20px 20px 20px; }
.alignright { float:right; padding:10px 20px 20px 20px; }

form { font-size:1.2em; color:#666; }
input, textarea { font-family:Arial, Helvetica, sans-serif; width:220px;  }
form .center { width:400px; margin:0 auto;  }
form .field { border-top:1px solid #eee; padding:20px; background-color:#f9f9f9; }
form .field label { float:left; width:100px; text-align:right; padding:6px 5px; }
form .field input { border:2px solid #cadff4;padding:4px 5px; background-color:#e5f0fb; }
form .field textarea { border:2px solid #cadff4;padding:4px 5px; background-color:#e5f0fb; height:140px; }
form .field input:focus, form .field textarea:focus { border:2px solid #2e75be; background-color:#fff; }
form .button { border-top:1px solid #eee; border-bottom:1px solid #eee; padding:20px; }
form .button input { margin-left:110px; border:none; padding:8px 10px; background-color:#cadff4; color:#000; font-size:1.17em; font-weight:bold; width:auto;  }
form .button input:hover { background-color:#2e75be; color:#fff; cursor:pointer;  }
form .field p { font-size:0.92em; line-height:1.3em; padding:10px 20px 0 110px; margin-bottom:0; }