﻿@charset "utf-8";
/* reset.css from: http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
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;}:focus{outline:0;}body{line-height:1;color:black;background:white;}ol,ul{list-style:none;}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:"" "";}
/* 
 * Built and powered by WeBuild (2009)
 * http://webuild.co.uk/ [djs]
 */
/* general */
body { background:#999; font:12px/1.2 Arial, Helvetica, sans-serif; color:#666; }
#wrapper { background:#fff; width:760px; margin:10px auto;  }
h1#logo { height:105px; background:no-repeat url(/content/images/csc-media-logo.jpg) top center; border-bottom:5px solid #999; text-indent:-2999px; margin-bottom:0; }
.padding { padding:15px 45px 30px 15px; min-height:550px; height:auto !important; height:550px; position:relative; }
h1 { font-size:1.8em; font-weight:bold; color:#111; margin-bottom:15px; }
h2 { font-size:1.4em; font-weight:bold; color:#111; margin-bottom:15px; }
p { margin-bottom:15px; }
strong { font-weight:bold; }
em { font-style:italic; }
ul { list-style:disc outside; padding:0 0 0 45px; }
ol { list-style:decimal outside; padding:0 0 0 45px; }
li { padding-bottom:15px; }
.footer { padding:15px; border-top:5px solid #999; }
.back_btn { position:absolute; bottom:10px; right:10px; font-size:1.3em; }
