@charset "utf-8";

/* ----Reset---- */
html{color:#000;background:#fff;} body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;} table{border-collapse:collapse;border-spacing:0;} /*fieldset,img{border:0;} */address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;} li{list-style:none;} caption,th{text-align:left;} h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;} q:before,q:after{content:'';}abbr,acronym {border:0;font-variant:normal;} sup {vertical-align:text-top;} sub {vertical-align:text-bottom;} input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;} legend{color:#000;}

/* ----Generic Elements---- */
body {font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 14px; background: #fff;}
h1 {font-size: 160%; color: #5797bc; margin-top: 10px;}
h2 {font-size: 130%; color: #5797bc;}
h3 {font-size: 110%;}
h4 {font-size: 140%;}
p {line-height: 150%;}
a, a:visited {color: #2975a0;}
a:hover {color: #045f94}
img {border: none;}

/* ----Container---- */
#item {width: 290px; height: 420px; overflow: hidden; padding-left: 580px; padding-right: 10px; border-top: 2px solid #000; border-bottom: 2px solid #000;}
#flash {display: inline; width: 560px; height: 420px; float: left; margin-left: -580px; background: #000;}

/* ----Main---- */
#main {padding: 12px 24px; background: #e6e7e8; min-height: 300px; clear: both;}

.column {display: block; float: left; width: 30%; padding: 1%; margin: 24px 2% 24px 0; background: #f7f7f7; font-size: 85%;}
.column2 {display: block; float: left; width: 45%; padding: 2%; margin: 24px 2% 24px 0; background: #f7f7f7;}
.dark {background: #d3d4d4;}
.darker {background: #b3b3b3;}
	.darker h2 {color: #2e3235;}

.darkbox {display: block; width: 75%; padding: 12px; margin: 0 auto; background: #d3d4d4;}
.clear {clear: both;}