@charset "UTF-8";
/* Berkshire Accounting, created October 2009 */



/* Layout */

body {
	background: url(img/bg.png) top center repeat-x scroll #007caf;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333;
}
#wrapper {
	width: 920px;
	height: auto;
	margin: 0 auto;
	padding:0;
	background: url(img/bg_wrappertop.png) top center no-repeat #fff;
	}
#wrappermid {
	width: auto;
	height: 100%;
	margin: 0 auto;
	padding:0;
	background: url(img/bg_wrappermid.png) top center no-repeat #fff;
}
#header {
	width: 920px;
	height: 100px;
	margin: 0 auto;
	padding: 0;
	background:url(img/bg_header.png) top repeat-x;
}
#banner {
	width: 920px;
	height: 225px;
	margin: 10px auto 0;
	padding: 0;
}
#logo {
	width: 250px;
	height: 100px;
	margin: 0;
	padding: 0;
	float: left;
}
#mainContainer {
	width: 900px;
	height: auto;
	min-height: 390px;
	margin: 0 auto;
	padding: 0;
	background:url(img/bg_maincon.png) repeat-y;
}
#side{
	width: 190px;
	min-height: 390px;
	margin: 0;
	padding: 25px 25px 0;
	float: left;
	background: url(img/bg_side.png) no-repeat #d1e4eb top right;
}
#content {
	width: 610px;
	height: auto;
	min-height: 390px;
	margin: 0 0 0 240px;
	padding: 25px 25px 0;
	background:url(img/bg_content.png) no-repeat #fff top right;
}
#wrapbtm {
	height:75px;
	margin: 0 auto;
	background: url(img/bg_wrapbtm.png) top center repeat-x scroll #007caf;
	
}
#footer {
	width: 850px;
	height: 55px;
	margin: 0 auto;
	padding: 10px 25px;
	text-align: right;
	font-size: 10px;
	line-height: 13px;
	color:#999;
	background:url(img/bg_ftr.png) no-repeat;
}
.clearfloat { 
	clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0;
}
#wkndbox {
	width: 565px;
	height: auto;
	margin: 0 auto;
	padding: 20px 15px;
	background:url(img/bg_wkndbox.png) repeat-x #fff top right;
}

/* Navigation */

#nav {
	width: 660px;
	height: 100px;
	margin: 0 0 0 255px;
	padding: 0;
	text-transform: uppercase;
	font-size: 10px;
	line-height: 15px;
}

		
/* Links */


a:link {
	text-decoration: none;
	color: #007caf;
}
a:visited {
	text-decoration: none;
	color: #007caf;
}
a:hover {
	text-decoration: underline;
	color: #007caf;
}
a:active {
	text-decoration: none;
	color: #007caf;
}


/* Text */
p { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 16px;
	color: #333;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	color: #007caf;
	margin-top:0;
	
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight: bold;
	color: #007caf;
	margin-top: 0;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	font-weight: bold;
	color: #666;
	margin-top: 0;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #007caf;
	font-weight:bold;
	margin-top: 0;
	
	
}
h5 { 
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:italic;
	font-weight: normal;
	color: #007caf;
	margin-top: 0;
}
h6 { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:12px;
	font-weight:normal;
	color: #333;
	margin-top: 0;
	margin-bottom:10px;
}
p.indent { 
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:italic;
	font-weight: normal;
	color: #007caf;
	margin: 0 0 0 100px;
	
}
p.top {
	margin-top: 0;
}
p.side{
	line-height: 20px;
	font-size:11px;
	margin:0px;
	}

	
	
/* Images */

img {
	border: none;
}
.logotxt {
	border: 0 none;
	vertical-align: middle;
}
img.floatLEFT {
	float: left;
	margin: 0px 20px 15px 0;
}	

/* indent list */

#list {
	width: 400px;
	height: auto;
	margin: 0 0 0 50px;
	padding:0;
	line-height:18px;
}
	
/* Forms */

.input {
    border: 1px solid #999;
	width: 225px;
	padding: 5px 7px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #4b4b4b;
}
.btnSumbit {
	width: 85px;
	height: 30px;
	padding: 0;
	margin:: 0;
	background: url(img/btn_submit.png) top center no-repeat;
	display: block;
	color: #FFF;
	border: none;
}

/* Tables */

#links {
	margin: 0;
    border: none;
	border-collapse: collapse;
}