/* CAP MAIN CSS */
body { margin-top:10px; padding:0; font-family:tahoma; font-size:13px; color:#000; text-align:center; }
#wholepage { margin-left:auto; margin-right:auto; width:960px; height:auto; padding:0px; }
h1, h2, h3, h4 { margin:0; padding:0; font-weight:normal; color:#C6160E; /*dark red*/ }
h1 { letter-spacing:-1px;	font-size:32px; }
h2 { font-size:23px; }
h4 { color:#666; }
p, ul, ol {	margin:0 0 2em 0; text-align:justify; line-height:26px; font-size:11px; }
a:link {	color:#343742; text-decoration:none; }
a:active { text-decoration:none; color:#C32025; }
a:visited { color:purple; text-decoration:none; }
a:hover { text-decoration:underline; color:#C32025; }
img {	border:0; }

.lighter { color:#888; }

/* UTILITIES */
.clearfix:after {content: "."; display: block; height:0; clear:both; visibility: hidden;}
.clearfix {display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block; clear:both; }
/* End hide from IE-mac */

/* Success / Error Box */
#success_box { border:2px solid #61B32D; padding:5px 10px; background-color:#D8FFC0; font-size:12pt; text-align:left; font-weight:bold; } 
#error_box { border:2px solid #000; padding:5px 10px; background-color:#FFBA00; font-size:12pt; text-align:left; font-weight:bold; }

/* Form */
form { margin:0; padding:0; }
fieldset { margin:0;	padding:0; border:0; }
legend {	display:none; }
input, textarea, select { font-size:13px;	color:#333; }
.input_text { height:20px; width:300px; padding:5px; border:1px solid #DDD; font-size:13pt; color:#333; }
.button { padding:5px; font-size:13pt; font-weight:bold; background-color:#FFB100; color:#000; } 

/* Header */
#header { width:100%; height:132px; font-size:10px; }
#header_top { width:100%; float:right; text-align:right; }
#header_top A { color:#000; }
#header_top A:hover { color:#C32025; }
#header_menu { width:100%; margin-top:10px; text-align:right; }
#header_logo { float:left; }
#header_search { float:right; width:623px; height:70px; margin-top:10px; padding-top:14px; background:url(../img/search_bar.png) no-repeat; }

/* Search */
#input_header_keyword {  width:362px; height:25px; border:0; margin:0 10px 0 95px; font-size:22px; color:#666; font-family:arial; vertical-align:middle;}

/* Panes */
#main { width:100%; height:auto; margin-top:10px; }
#left_pane { width:235px; float:left; margin:0; }
#right_pane { width:710px; height:auto; float:right; margin:0; }
#right_narrow_pane { width:140px; height:auto; float:right; margin:0; padding:0; }

/* Footer */
#footer { border:0; background:#484848; margin:20px 0 0 0; height:100px; padding:20px 100px 0 200px; font-size:10pt; color:#999; text-align:left; }
#footer A { text-decoration:none; color:#AAA; }
#footer A:hover { color:#FFF; }
.footer_link { padding-bottom:10px; border-bottom:1px dotted #888; }
.footer_disclaimer { padding:5px 0; }
.footer_copyright { padding:5px 0; }

/* Menu */

/* Page */
#middle { width:100%; min-height:800px; margin:0; }


/* Sidebar */




