/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.7.0
*/
/**
 * YUI Reset
 * @module reset
 * @namespace
 * @requires 
 */
html {
	color: #000;
	
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
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,
th,
var,
optgroup {
	font-style: inherit;
	font-weight: inherit;
}

del,
ins {
	text-decoration: none;
}

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: baseline;
}

sub {
	vertical-align: baseline;
}

/*because legend doesn't inherit in IE */
legend {
	color: #000;
}

input,
button,
textarea,
select,
optgroup,
option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}

/*@purpose To enable resizing for IE */
/*@branch For IE6-Win, IE7-Win */
input,
button,
textarea,
select {
	*font-size: 100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background: url(images/bg.gif) repeat-y #fff;
	line-height: 1.5em;
	}

img {
	display: block;
	}
	
a:link {color:#0F2F59}      /* unvisited link */
a:visited {color:#0F2F59}  /* visited link */
a:hover {color:#0F2F59; text-decoration:none;}  /* mouse over link */
a:active {color:#0F2F59}  /* selected link */

#topnav {
	width: 100%;
	background: url(images/topnav-bg.jpg);
	overflow: hidden;
	}

#topnav ul {
	width: 1000px;
	margin: 0;
	padding: 0;
	line-height: 0;
	}
	
#topnav ul li {
	float: left;
	line-height: 0;
	padding: 0;
	margin: 0;
	}
	
#mast-container {
	width: 1000px;
	}
	
#mast-container img {
	float: left;
	}
	
#col-container {
	clear: left;
	width: 1000px;
	}
	
#left-col {
	width: 279px;
	float: left;
	}
	
#leftnav ul li {
	padding: 0;
	margin: 0;
	line-height: 0;
	}
	
#leftnav ul {
	margin-bottom: 30px;
	padding: 0;
	line-height: 0;
	}
	
#leftnav ul li {
	margin: 0;
	padding: 0;
	line-height: 0;
	}
	
.logo-chamber {
	width: 172px;
	margin: 0 0 32px 53px;
	}
	
.logo-sba {
	width: 170px;
	margin: 0 0 0 54px;
	padding-bottom: 32px;
	}

#right-col {
	float: left;
	width: 689px;
	padding-left: 32px;
	overflow: hidden;
	}
	
#right-col h1 {
	font-size: 22px;
	color: #0F2F59;
	border-bottom: 1px solid #b6b6b6;
	margin: 1em 0;
	padding-bottom: 8px;
	}
	
#right-col h2 {
	font-size: 18px;
	color: #0F2F59;
	margin: 1em 0;
	}
	
#right-col h3 {
	font-size: 16px;
	color: #0F2F59;
	margin: 1em 0;
	}
	
#right-col h4 {
	font-size: 14px;
	color: #0F2F59;
	margin: 1em 0;
	}
	
#right-col p {
	margin-bottom: 1em;
	}
	
#right-col ul {
	margin: 1em 0 1em 1em;
	padding-left: 1em;
	}

#right-col ul li {
	list-style: circle;
	}
	
#home-content {
	background: url(images/home-content-bg.jpg) no-repeat;
	width: 689px;
	min-height: 166px;
	height:auto !important;
	height: 166px;
	padding-top: 82px;
	padding-bottom: 20px;
	margin-bottom: 23px;
	}
	
#home-content p {
	width: 480px;
	line-height: 1.2em;
	margin-bottom: 1em;
	margin-left: 2px;
	}
	
#blog-entry {
	width: 670px;
	padding-left: 8px;
	padding-bottom: 20px;
	border-bottom: 1px solid #b6b6b6;
	}

#apply-submit-container {
	overflow: hidden;
	width: 678px;
	border-bottom: 1px solid #b6b6b6;
	margin-bottom: 21px;
	}
	
#blog-entry h3 {
	font-size: 16px;
	margin-bottom: 9px;
	}

#apply {
	width: 339px;
	float: left;
	}

#submit {
	width: #338px;
	border-left: 1px solid #b6b6b6;
	float: left;
	}

#apply-submit-container dl {
	width: 276px;
	margin-left: 26px;
	padding: 21px 0;
	}
	
#apply-submit-container dl dt {
	float: left;
	}
	
#apply-submit-container dl dd.link {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 13px;
	padding-top: 4px;
	}
	
#apply-submit-container dl dd {
	margin-left: 44px;
	color: #134B83;
	}
	
#footer {
	width: 579px;
	margin: 0 auto;
	text-align: center;
	color: #0F2F58;
	padding: 21px 0;
	clear: left;
	}
	
#footer span.copy {
	color: #333;
	font-size: 10px;
	}
	
img.avatar {
	display: none;
	}
	
div.comment-body {
	margin: 1em 0;
	padding: 1em 0;
	border-bottom: 1px solid #efefef;
	}

div.sidebar ul li ul{
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
div.sidebar ul li ul li{
	list-style: none;
	margin: 0;
	padding: 0;
	}