/* CSS Document */

body {
	background: #f2f4fa url(images/bg.jpg) repeat-x;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}
a:link {
color: #3333FF;
text-decoration: underline;
}

a:visited {
color : #3333FF;
text-decoration: underline;
}
a:hover, a:active {
color : #3333FF;
text-decoration : none;
}
#container {
position:relative;
width: 900px;
margin: 0 auto;
background: url(images/contentbg.jpg) repeat-y;
}

#header {
height: 150px;
background: #FFFFFF;
}

#underheader {
height: 16px;
background: #c63333;
border-top: 2px solid #b6b6b6;
border-bottom: 2px solid #b6b6b6;
}
#rightcolumn {
width: 185px;
float:right;
padding: 5px;
}
.leftcolumnborder {
background: url(images/leftgradient.jpg) repeat-x;
padding-top: 10px;
padding-right: 3px;
padding-left: 5px;
padding-bottom: 10px;
}
#leftcolumn {
background: #e9e8e6;
float : left;
width : 162px;
margin-left: 3px;
margin-right: 5px;
margin-bottom: 5px;
color: #000000;
font-size: 14px;
}
#leftcolumn a:link, #leftcolumn_alink
{
	color: #494949;
	text-decoration: none;
	font-weight: bold;
}
#leftcolumn a:visited, #leftcolumn_avisited
{
	color: #494949;
	text-decoration: none;
	font-weight: bold;
}
#leftcolumn a:hover, #leftcolumn a:active, #leftcolumn_ahover
{
	color: #cc4330;
	text-decoration: underline;
	font-weight: bold;
}

.menu {
margin-bottom: 8px;
}
#content {
float: left;
padding: 10px;
background: #ffffff;
width: 490px;
margin-left: 10px;
}
#headerright {
float: right;
width: 300px;
margin-top: 25px;
font-size: 15px;
color: #5068a8;
}
#footer {
background: url(images/footer.jpg) repeat-x;
height: 20px;
padding-top: 10px;
padding-bottom: 10px;
padding-left: 20px;
border-top: 1px solid #dddddd;
color: #888888;
}
.testimonials {
background: #edf0fa;
border: 1px solid #d9d9d9;
padding: 5px;
margin-bottom: 7px;
}
h2.header {
font-size: 20px;
font-weight: bold;
margin: 0px;
}
h1 {
color: #5068a8;
font-size: 20px;
margin: 5px 0 10px 0;
}
.blue {
color: #5068a8;
}
.bigger {
font-size: 16px;
}
p {
padding: 0px;
margin: 0px;
}
.companies {
margin-bottom: 8px;
}