@charset "utf-8";
body {
	font-family:Arial, Helvetica, sans-serif;
	line-height:150%;
	background: #f1ede1;
	margin: 0;
	padding: 0;
	color: #000;
}
/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
	font-family:Arial, Helvetica, sans-serif;
	line-height:150%;
	font-size:small;
}

p{
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
	font-size:small;
}

h1,h2,h4,h6,h6 {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
	color:#085897;
	font-family:Georgia, "Times New Roman", Times, serif;
	
}
h3 {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
	color:#000000;
	
}

a img {
	border: none;
}

a:link {
	color:#00F;
	text-decoration: underline; 
}
a:visited {
	color: #00F;
	text-decoration: underline;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
}

.container {
	width: 960px;
	background: #FFFFFF;
	margin: 0 auto; 
	margin-top:-10px;
-moz-box-shadow:0px 0px 10px 0px #a9a9a9;
-webkit-box-shadow:0px 0px 10px 0px #a9a9a9;
box-shadow:0px 0px 10px 0px #a9a9a9;

}

#button {
	padding: 0;
	text-align:right;
	float:right;
	
}
#button2 {
	padding: 0;
	text-align:center;
	float:right;
	padding: 2px 10px 2px 10px;
	margin-right:10px;
	font-family: Arial;
	font-size:14px;
	text-decoration: none;
	color: #ffffff;
	background-color:#adadad;
}
#button2 a {
	text-decoration: none;
	color: #ffffff;
}

#button3 {
	padding: 0;
	text-align:right;
	float:none;
	padding: 0px 20px 0px 5px;
	margin-top:0px;
	font-family: Arial;
	font-size:12px;
	text-decoration: none;
	color: #ffffff;
}
#button3 a{
	color:#03F;}

#button li {
	display: inline;
}
#button li a {
	font-family: Arial;
	font-size:14px;
	text-decoration: none;
	float:left;
	padding-left: 20px;
	padding-right: 20px;
	padding-top:5px;
	padding-bottom:5px;
	color: #2a2a2a;

}
#button li span {
	font-family: Arial;
	font-size:14px;
	text-decoration: none;
	padding-left: 20px;
	padding-right: 20px;
	padding-top:5px;
	padding-bottom:5px;
	color: #ffffff;
	background-color:#adadad;

}
	
#button li a:hover {
	background-color: #adadad;
	margin-top:0px;
	color: #fff;
}

.company {
	padding:0px 3px 0px 3px;
}
header {
	background: #ffffff;
	height:120px;
	position:relative;
	width: 100%;
}
navigation {
	background: #ffffff;
	height:40px;
	position:relative;
	width: 960;
	text-align:right;
}
banner {
	background: #ffffff;
	height:200px;
	position:relative;
	width: 960;
	margin-top:10px;
}
.side{
	float: left;
	width: 350px;
	padding-bottom: 10px;
	padding-top:0px;
	margin-top:0px;
}

.sidebar1 {
	float: left;
	width: 350px;
	background: #EADCAE;
	padding-bottom: 10px;
	padding-top:20px;
	margin-top:10px;
}
.line {
	float:right;
	width:1px;
	background:#999;
	height:100%;
	overflow:auto;
}
.content {
	padding: 10px 20px 10px 10px;
	width: 569px;
	float: right;
}


.content ul, .content ol {
	padding: 0 15px 15px 40px; /* this padding mirrors the right padding in the headings and paragraph rule above. Padding was placed on the bottom for space between other elements on the lists and on the left to create the indention. These may be adjusted as you wish. */
}

/* ~~ The navigation list styles (can be removed if you choose to use a premade flyout menu like Spry) ~~ */
nav ul {
	list-style: none; /* this removes the list marker */
	border-top: 1px solid #666; /* this creates the top border for the links - all others are placed using a bottom border on the LI */
	margin-bottom: 15px; /* this creates the space between the navigation on the content below */
}
nav ul li {
	border-bottom: 1px solid #666; /* this creates the button separation */
}
nav ul a, nav ul a:visited { /* grouping these selectors makes sure that your links retain their button look even after being visited */
	padding: 5px 5px 5px 15px;
	display: block; /* this gives the link block properties causing it to fill the whole LI containing it. This causes the entire area to react to a mouse click. */
	width: 260px;  /*this width makes the entire button clickable for IE6. If you don't need to support IE6, it can be removed. Calculate the proper width by subtracting the padding on this link from the width of your sidebar container. */
	text-decoration: none;
	background: #C6D580;
}
nav ul a:hover, nav ul a:active, nav ul a:focus { /* this changes the background and text color for both mouse and keyboard navigators */
	background: #ADB96E;
	color: #FFF;
}

/* ~~ The footer ~~ */
footer {
	padding: 0px 0;
	background: #EADCAE;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
}
footer a:link {
	color:#036;
}
footer a:visited {
	color: #036;
	text-decoration: underline;
}
footer a:hover, a:active, a:focus { 
	text-decoration: none;
}

/*HTML 5 support - Sets new HTML 5 tags to display:block so browsers know how to render the tags properly. */
header, section, footer, aside, nav, article, figure {
	display: block;
}
