@charset "utf-8";
/* CSS Document */

/*reset browsers' default settings*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, q, dl, dt, dd, fieldset, form, label, legend, table, caption, tbody, tfoot, thead{margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:midle; text-align:left; color:#666666;}
body {line-height:1.2;}
caption, th, td {text-align:left;font-weight:normal;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}
img {margin-bottom:.8em;}

/* typography */
body {font-size:16px;color:#FFFFFF; background:#fff;font-family:Arial, Helvetica, sans-serif;}
h1, h2, h3, h4, h5, h6 {font-family:Arial, Helvetica, sans-serif font-weight:bolder, color:#284b76;}
h1 {font-size:1.6em;line-height:1;margin-bottom:0.5em;}
h2 {font-size:1.4em;margin-bottom:0.5em;}
h3 {font-size:1.4em;line-height:1;margin-bottom:.5em; color:#CC0000;}
h4 {font-size:1.2em;line-height:1.25;margin-bottom:.2em;height:1.2em;}
h5 {font-size:1em;font-weight:bold;margin-bottom:.2em;}
h6 {font-size:.9em;font-weight:bold;}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}
ul{margin-bottom:.5em; margin-top:.5em;}
p, li {color:#32353a; margin-bottom:1em;}
li{margin-bottom:.35em;}
p img {float:right; margin:0; padding:0;}
p img.right {float:right;margin:1.5em 0 1.5em 1.5em;}
a:focus, a:hover {color:#999999;}
a {color:#0030ff;text-decoration:underline;}
blockquote {margin:1.5em;color:#666;font-style:italic;}
bold {font-weight:bold;}
em, dfn {font-style:italic;}
dfn {font-weight:bold;}
sup, sub {line-height:0;}
abbr, acronym {border-bottom:1px dotted #666;}
address {margin:.25em 0 1.5em;font-style:italic; font-size:12px; color:#333333;}
del {color:#666;}
pre, code {margin:1.5em 0;white-space:pre;}
pre, code, tt {font:1em 'andale mono', 'lucida console', monospace;line-height:1.5;}
dd {margin-left:1.5em;}
table {width:100%;}
th {font-weight:bold;background:#C3D9FF;}
th, td {padding:5; margin:0;}
tr.even td {background:#E5ECF9;}
tfoot {font-style:italic;}
caption {background:#eee;}
.small {font-size:.75em;}
.large {font-size:1.2em;line-height:2.5em;margin-bottom:1.25em;}
.hide {display:none;}
.quiet {color:#666;}
.loud {color:#000;}
.highlight {background:#ff0;}
.added {background:#060;color:#fff;}
.removed {background:#900;color:#fff;}
.first {margin-left:0;padding-left:0;}
.last {margin-right:0;padding-right:0;}
.top {margin-top:0;padding-top:0;}
.bottom {margin-bottom:0;padding-bottom:0;}
.center{text-align:center;}
.bold{font-weight:bold;}
.divider{height:1px; background-color:#FFCC00; margin:30px 0px 30px 0px;}
.yellow{color:#FFCC00; font-size:.96em;}
.bigfont{ font-size:1.4em; color:#284b76; font-weight:bold; margin-bottom:.5em;}
.medfont{ font-size:1.1em; color:#284b76; font-weight:bold; margin-bottom:.5em;}
.smallfont{ font-size:.85em; color:#284b76; font-weight:bold; margin-bottom:.5em;}
.spacer{margin-bottom:20px; text-align:center; width:inherit;}
.gray{color:#999999;}
.largeFont{font-size:14px; font-weight:bold;}
.noBottom{margin-bottom:0;}
.clearBoth{clear:both;}

/* ================== custom ================== */

html{
background-color:#e5e5e5;
background-image:url(images/BG.jpg);
background-repeat:repeat-x;
}
#wrapper{
position:absolute;
width:100%;
}
#blueMargin{
position:relative;
width:900px;
background-image:url(images/bodyBG.jpg);
background-repeat:no-repeat;
background-position:top left;
background-color:#FFFFFF;
}
#jumpImage{
position:relative;
width:900px;
/*background-image:url(images/contentBG.png);*/
background-repeat:no-repeat;
background-position:top center;
}
#header h1, #header h2, #header p{
position:absolute;
top:99999;
left:99999;
visibility:hidden;
}
#topNav{
width:auto;
background-color:#205696;
padding:3px 25px 3px 3px;
margin-left:376px;
text-align:right;
}
#topNav li{
display:inline;
color:#b7d7ff;
border-right:#b7d7ff 1px solid;
margin-left:10px;
padding-right:10px;
}
#topNav li a, #topNav li a:visited{
color:#b7d7ff;
text-decoration:none;
}
#topNav li a:hover{
color:#ffde00;
}
#topNav li.navAbout{
border:none;
}
#content{
width:780px;
margin:0px 40px 30px 80px;
padding-top:25px;
}
.b4after{
}
#footer{
width:900px;
height:35px;
background-image:url(images/footerBG.gif);
background-repeat:repeat-x;
background-position:bottom;
text-align:center;
padding-top:30px;
}
#footer p{
text-align:center;
font-size:.75em
}
/*extras*/
.beforeImg{
text-align:left;
margin:5px 10px 0px;
}
.adsenseBox{
margin:0px 10px 0px 0px;
float:left;
}

.linkCenter{
width:860px;
margin:0px auto 0px auto;
}
.linkPartners{
width:860px;
margin-bottom:10px;
float:left;
}
.linkBox{
width:195px;
float:left;
padding:0px 10px;
}
.linkBox p, .linkBox a{
font-size:11px;
color:#666666;
}
.linkBox a{
color:#006699;
}