@charset "utf-8";
/* CSS Document */

/* Global Styles */
body {
	text-align: center; /* for IE */
	font-family: Arial, Verdana, serif;
	line-height: 1.8em;
	margin: 0;
	margin-bottom: 20px;
	background: #c5c5c5;
	zoom:1;
}

h1 {
	font-size: 16pt;
	color:#4D4D4F;
}
h2 {
	font-size:12pt;
	font-weight:bold;
	color:#333333;
	padding-top:4px;
}
h3 {
	font-size:14px;
	color:#fff;
	padding:10px;
	margin:0;
	line-height:1em;
	background:#2C388A;
}
h3 span {
	color:#4b3012;
}

fieldset {
	padding: 10px;
	border: 1px solid #137abe;
}
label {
	width: 200px;
	float:left;
	text-align: right;
	padding-right: 10px;
	display: block;
}

img {border:0;}

input,select,textarea {
	font-family: Arial, serif;
	font-size:10pt;
	border: 1px solid #cfcba8;
	background:#efeddb;
}
/* End Global Styles */


/* This style affects the page size, and entire page elements */
#main {
	text-align: left;
	margin: 0 auto;
	padding :0;
	width: 960px;
	background:url('../images/rounded_top.gif') no-repeat top #fff;
	border-bottom:0;
	margin-top:20px;
}
#container {
	background:#fff;
	overflow:hidden;
	padding-bottom:20px;
	height:100%;
}
/* This style affects the header container of the logo, company logo, search fields, company tabs */
#header {
	height: 102px;
	padding:0;
	margin:0;
	border-bottom:5px solid #848484;
}
#header a{
	border:0;
}
#header .date {float:right;padding-right:10px;position:relative;display:block;top:0;left:0;}
#header .logo {padding:15px 10px 10px 10px;position:relative;display:block;}
/* This section styles where the companies are displayed */
#company {
	height:102px;
}

/* This affects all content */
#content {
	background:#fff;
	padding-left:10px;
}
#content a:hover {text-decoration:underline;}

#large_content {
	width: 620px;
	float:left;
	margin-left:15px;
	margin-top:15px;
}

#large_content a{color:#000099;}
#large_content a:hover {text-decoration:underline;}
#content p, #large_content p {
	font-size:9pt;
	padding-bottom:10px;
}


/* floating sidebar to split up the page into different columns.  Is a class because you can have multiple columns */
#sidebar {
	width: 300px;
	float: right;
	margin-left:10px;
	margin-top:10px;
	padding-top:10px;
	line-height:1.4em;
}
#sidebar div.separate {
	padding-top:10px;
}

#sidebar ul, #large_content ul {
	display:block;
	list-style: none;
	list-style-type:none;
	margin: 0;
	padding:0 0 0 10px;
}

#sidebar ul li, #large_content ul li{
	margin: 0;
	background: url('../images/arrow.gif') no-repeat 0 7px;
	padding:0 0 5px 10px;
	font-size:9pt;
}

#sidebar a{
	color:#000;
	font-size:9pt;
}

#sidebar a:hover {
	color:#2C388A;
}
#sidebar .small_date {
	font-size:7pt;
	color:#808080;
	text-transform:uppercase;
	
}

.bottom_box {
	width:290px;
	margin:10px;
	float:left;
	display:inline;
}

/* Styles the footer, where all of the links are held at the bottom of the page */
#footer {
	text-align: left;
	margin: 0 auto;
	margin-bottom:17px;
	height:30px;
	width: 960px;
	border-top:5px solid #848484;
	font-size:10px;
	padding:5px 0px;
	background:url('../images/rounded_bottom.gif') no-repeat bottom #fff;
	clear:both;
}
#footer a {
	color:#999999;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}
#footer .links {
	padding:0 10px;
}

/* End Section Styles */

/* Individual Styles */


.image {
	margin-left:-10px;
	padding:10px;
}
table.display {
	border-collapse:collapse;
	width:100%;
}
table.display thead td{
	background:#eaeaea;
	color:#2C388A;
	font-weight:bold;
	text-transform:uppercase;
}
table.display td{
	border: 1px solid #BFBFBF;
	padding:5px 10px;
}
.note {font-style:italic;font-size:8pt;color:#848484;}
.pics {
	height:270px;
	margin:0;
	overflow:hidden;
	padding:0;
	width:630px;
}
.sponsor {
	margin:10px;
	max-width:260px;
	max-height:100px;
	overflow:hidden;
}
.sponsor img {max-width:260px;max-height:100px;}
/*div.alignright {float:left;background:#eaeaea;padding:10px;margin-right:10px;}*/
#large_content div.alignright p {padding:5px 0;line-height:1em;font-size:13px;}
#large_content div.alignright p strong{font-size:14px;text-transform:uppercase;font-weight:bold;color:#2C388A;}
/* End Individual Styles */