/* css browser reset */
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:Verdana, Arial, Helvetica, sans-serif; vertical-align: baseline;}
/* remember to define focus styles! */
:focus {outline: 0;}
body {line-height: 1;color:#000000;background:#ffffff;}
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: "" "";}


/** general layout **/
body {background:url(images/back-fill.png);  font-size:14px;}
#wrapper {background:url(images/fill.png) repeat-y #ffffff; width:808px; margin:0px auto 0px auto;}
#navigation {background:url(images/nav-background.png) ; width:808px; height:26px; margin-bottom:12px;}
#container {background-color:#ffffff;}
#criteria{margin-left:60px;}
#footer{clear:both;}

/** content column layout **/
#left-clm{width:186px; float:left; margin:0 5px 0 10px;}
#right-clm{border:1px solid #e2e2e2; width:590px; float:left; margin-left:5px; padding-bottom:20px; }


/** h tags **/
h1{font-size:18px; padding:5px 0 10px 0; line-height:35px; margin-top:10px; font-weight:bold; color:#2d7b85; text-align:center;}
h2{font-size:16px; padding:10px 25px 5px 25px; font-weight:bold; color:#2d7b85;}
h3{padding:10px 25px 0px 25px; line-height:14px; font-size:12px; font-weight:bold;}
#left-clm h2{text-align:center; font-size:14px; padding:10px 0px 5px 10px; border-bottom:1px solid #cccccc; line-height:15px;}


/** p tags **/
p {padding:5px 25px; line-height:22px; font-size:12px;}
#footer p{font-size:10px; color:#cccccc; text-align:center;}

/** img tags **/
#left-clm img{margin-bottom:15px;}
#right-clm img{margin-top:20px;}
/** list tags **/
ul {list-style:none; }
div#navigation ul li{display:inline;}
ul li { }

ol{list-style-type:decimal; float:left; list-style-position:inside; margin:5px 50px;}
ol li{margin-bottom:5px; font-size:12px}
ol.no-float{float:none; margin-bottom:15px;}

#right-clm ul {margin:10px 0 15px 20px; }
#right-clm ul li {display:block; background:url(images/bullet-check.png) no-repeat; margin-left:30px; padding-left:23px; line-height:20px; font-size:12px;}
#operate ul li {background:none;}

#left-clm ul{margin-left:0px; font-size:12px;}
#left-clm ul li{list-style:none; margin:5px 5px 5px 5px;}

/** a tags **/
#right-clm a {text-decoration:underline; font-weight:bold; color:#2d7b85;}
#right-clm a:visited {color:#0000FF;}
#right-clm a:hover {text-decoration:underline; color:#006633;}

#left-clm ul li a{text-decoration:none; color:#666;}
#left-clm ul li a:hover{color:#0CF;}

/* sponsor results */
div#sponsors{border:1px solid #aaddfc; padding:15px; margin-right:15px; margin-top:15px; float:right; width:550px; }
div#sponsors h1{text-align:right; font-size:12px; line-height:12px; color:#666; margin-bottom:10px; margin-top:0px;}
div#sponsors ul{text-align:center; list-style:none; width:200px; float:left; margin:0 25px;}
div#sponsors ul li.text{font-size:10px; line-height:13px; margin-bottom:5px;}
div#sponsors ul li.website{font-size:10px; color:#025b19; text-decoration:underline;}

/** general classes **/
.red{color:#cd1f1f;}
.green{color:#3a952d;}
.bold{font-weight:bold;}



small{font-size:9px; margin-left:25px;}
strong{font-weight:bold;}

iframe{height:1400px;}
