/*
Author: Ryan VonBergen / media junctionŽ 
Project: Roger Harrington
Date: June 2010
*/

/*
# Reset defaults ################### 
*/

html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td { margin: 0; padding: 0; } /* Reset margins and padding */
a:link, a:visited{text-decoration:none; outline:none;} /* Reset link styles */
html {overflow: -moz-scrollbars-vertical;} /* Mozilla scrollbar fix */

/* 
Begin General Elements ###################
*/  

body {font:14px/18px Arial, Helvetica, sans-serif normal; color:#495e89; background:#fafbfd url(../images/rh-gradient-bg.jpg) repeat-x top center;}

/* Structure */
.left {float:left; display:inline;}
.right {float:right; display:inline;}
.clear {clear:both;}
.spacer {width:6px; height:6px;}
.divider {height:2px; border-top:1px solid #bebec0;}

/* Links */
a:link, a:visited {text-decoration:underline; color:#404040;}
a:hover	{text-decoration:underline; color:#000;}

/* Images */
img {border:none;}
img.left{margin:0 10px 10px 0;}
img.right{margin:0 0 10px 10px;}

/* Headlines */
h1 {font:38px "Trebuchet MS", Arial, Helvetica, sans-serif bold;}
h2 {font:20px "Trebuchet MS", Arial, Helvetica, sans-serif bold; color:#fff;}
h3 {}
h4 {}

/* Typography */
p {padding:5px 0; text-align:justify; font-size:14px;}
p.bold {font-weight:bold;}
p.bold .normal {font-weight:normal;}
.center {text-align:center;}

ul {padding:15px; font-size:14px;}

/* Tables 
table.chart {width:225px; padding:7px 0; background-color:#f1f1f1; font-size:12px;}
table.chart tr td {text-align:left; width:40px;}
table.chart tr td.first {padding-right:10px; text-align:right; font-weight:bold;}
*/

.chart {width:100%; background-color:#f1f1f1;}
	.chart .clear {clear:left; height:5px; width:100%;}
.colhead, .col, .col-alt {font-size:13px; line-height:15px; float:left; display:inline;}

.colhead {width:55px; font-weight:bold; text-align:left;}
.col, .col-alt {width:45px; text-align:left;}
.col-alt {font-weight:bold;}
/* 
Begin Custom Elements ###################
*/
#wrapper {width:772px; margin:0 auto; padding:13px; margin-bottom:10px; border:1px solid #bebec0; background-color:#fff; border-top:none;}

#col1 {width:372px; float:left; display:inline;}
	#col1 h1 {line-height:61px; text-align:center; border-bottom:1px solid #bebec0;}
	#col1 .logos {padding:5px 0; clear:both;}
		#col1 .logos img {padding:35px 0 0 0;}
		#col1 .logos table img {padding:0;}
	#col1 .divider {width:372px;}
	#col1 .box {margin:5px 0; padding:7px; border:1px solid #bebec0;}

#colDivider {width:10px; float:left; display:block;}

#col2 {width:372px; float:right; display:inline; padding:9px; background-color:#f1f1f1;}
	#col2 h2 {width:372px; line-height:50px; text-align:center; background-color:#495e89;}
	#col2 .signature {width:372px; height:52px; margin-top:30px;}