body {
	color: #464646;
	font-family: "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
	font-size: 75%;
	margin: 0px;
	background-color: #dadada;
}
html {
	overflow: auto;
}
a {
	color: #2c7bb4;
}

#maincontent {
	clear: both;
	min-height: 600px;
}

#right_content {
	float: left;
	width: 150px;
	padding-top: 50px;
	padding: 50px 10px 10px 10px;
}

#left_content {
	padding: 10px 10px 40px 10px;
	float: left;
	width: 570px;
	border-right: solid 1px #dadada;
	min-height: 600px;
}

.shadow {
	height: 4px;
	background-color: #dadada;
	width: 100%;
	clear:both;
}

#companyheader {
	text-align: right;
	padding-top: 10px;
	background-color: #434343;
}

#menuandsearch {
	position: relative;
	height: 100px;
}

.menudiv {
	position: absolute;
	background-color: #2c7bb4;
	width: 150px;
	border-bottom: dashed 1px #8e8e8e;
	border-left: dashed 1px #8e8e8e;
	border-right: dashed 1px #8e8e8e;
}

.menudiv ul {
	list-style-type: none;
	margin: 0px 4px;
	padding: 0;
}

.menudiv ul li a {
	color: #8e8e8e;
	text-decoration: none;
	color: #dadada;
}

.menudiv ul li a:hover, .menudiv ul li a:focus{
	color: #8e8e8e;
}

h1 {
	font-family: "Arial Black";
	font-weight: bold;
	font-size: 22px;
}

h2 {
	font-family: "Arial Black";
	font-weight: bold;
	font-size: 15px;
	color: #2c7bb4;
	margin-bottom: 4px;
}

h3 {
	font-size: 14px;
	margin: 6px 0px 4px 0px;
	padding: 0;
}

.features p {
	margin: 0;
	padding: 0;
}

.star {
	background: url(../img/star.gif) no-repeat;
	padding-left: 20px;
}

#mainframe {
	margin: 0 auto;
	text-align: center;
	width: 800px;
	background: #fff url(../img/shadowbg.gif) repeat-y;
}

#innerframe {
	background-color: #fff;
	width: 765px;
	margin: 0px auto;
	text-align: left;
	position: relative;
}

#footer_links 
{
	float: left;
	margin-left: 10px;
}

#footer {
	font-weight: bold;
	background-color: #434343;
	color: #8e8e8e;
	height: 60px;
	text-align: right;
	padding-top: 10px;
	padding-right: 10px;
	clear: both;
}

#footer a, footer a:link, footer a:hover, footer a:visited {
	border-bottom: dotted 1px #8e8e8e;
	font-size: 85%;
	text-decoration: none;
	font-weight: normal;
	color: #8e8e8e;
}

.search {
	color: #ccc;
	font-size: 10px;
	margin-right: 5px;
}


.companylogo {
	border: none;
	margin-left: 5px;
	float: left;
	z-index: 1000;
}

.paragraph_image {
	float: left;
	margin: 0px 8px 2px 0px;
}

/** Menu stuff **/

#companymenu {
	font-weight: bold;
	position: absolute;
	bottom: 0px;
	right: 6px;
	height: 20px;
}

#companymenu ul {
	list-style-type: none;
	margin: 0px;
}

#companymenu ul li {
	display: inline;
}

#companymenu ul li a {
	color: #8e8e8e;
	text-decoration: none;
	padding: 0px 4px 0px 4px;
	text-align: center;
}

#companymenu ul li a:hover, #companymenu ul li a:focus{
	color: #fff;
}

/** End menu stuff **/

/** Article stuff **/
.article {
	font-size: 12px;
	border-style: none none dashed;
	border-width: 1px;
	border-color: #ccc;
}

.articlelist {
	float: left;
	width: 560px;
}

.articlefooter {
	margin-bottom: 5px;
	text-align: right;
}

.articledate {
	float: right;
	color: #2c7bb4;
	font-style: italic;
	margin-top: 25px;
}

/** End article stuff **/

/** Quote stuff **/

.quotetext {
	text-indent: 15px;
	padding-top: 15px;
}

.quoteauthor {
	color: #ccc;
	text-align: right;
	background: url(../img/quote_bottom.gif) no-repeat right bottom;
	height: 50px;
}

.quote {
	padding: 2px;
	background: url(../img/quote_top.gif) no-repeat;
}

/** End Quote stuff **/