@charset "utf-8";
/* CSS Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	color: #000000;
	font-size: 11px;
	background-image: url('/media/images/bg2.jpg');
	background-repeat: repeat-x;
	background-position: top;
}

table { 
	font-size: 11px;
}

h1, h2, h3, h4, h5, h6 {
	color: #0b63c7;
}
h1 {
	font-size: 14px;
	font-weight: bold;
}

h2, h3 {
	font-size: 13px;
	font-weight: bold;
}

#sidebar h2 {
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
}


a:link, a:visited, a.link {
	text-decoration: none;
	color: #0b63c7;
	outline: none;	
}
a:hover {
	text-decoration: underline;
}

/* CLASSES */
.headerIMG {
	width: 255px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.highlight {
	background-color:#FFFF00;
}
#headertitle {
	background-image:url('/media/images/headertitle.gif');
	background-position: left bottom;
	background-repeat:no-repeat;
	width: 620px;
	height: 21px;
	padding-left: 20px;
}


/* ID'S */
#googlemap {
	width: 620px;
	margin-left: auto;
	margin-right: auto;
}

/* Nice Tables */
#hor-zebra
{
	width: 610px;
	text-align: left;
	border-collapse: collapse;
}
#hor-zebra th
{
	font-weight: bold;
	padding: 9px 8px;
	color: #FFF;
	background-image: url('/media/images/tblheaderbg-blue.jpg');
	background-repeat: repeat-x;
	background-color: #0066cc;
	height: 28px;
	line-height: 0.9;
}
#hor-zebra td
{
	padding: 8px;
}
#hor-zebra .odd
{
	background: #e8edff; 
}


/* Portfolios */
.portfolio1 {
	width: 200px;
	background-color:#f2f2f2;
	border: 1px solid #DDDDDD;
	min-height: 190px;
	float: left;
	margin-bottom: 10px;
	margin-right: 15px;
}
.portfolio2 {
	width: 200px;
	background-color:#f2f2f2;
	border: 1px solid #DDDDDD;
	min-height: 190px;
	float: left;
	margin-bottom: 10px;
	margin-right: 15px;
}
.portfolio3 {
	width: 200px;
	background-color:#f2f2f2;
	border: 1px solid #DDDDDD;
	min-height: 190px;
	float: left;
	margin-bottom: 10px;
}
.portfoliosidebar {
	width: 200px;
	background-color:#f2f2f2;
	border: 1px solid #DDDDDD;
	min-height: 190px;
	margin-bottom: 10px;
	margin: 0 auto;
}

.portfolio1 img, .portfolio2 img, .portfolio3 img, .portfoliosidebar img {
	width: 180px;
	margin: 10px 10px;
	border: 1px solid #CCCCCC;
}
.porttitle {
	width: 190px;
	background-image: url('/media/images/tblheaderbg.jpg');
	background-repeat: repeat-x;
	height: 22px;
	padding-left: 10px;
	color: #FFFFFF;
	padding-top: 8px;
	font-weight: bold;
}
.portbottom {
	width: 200px;
	background-image: url('/media/images/tblheaderbg-blue-40px.jpg');
	background-repeat: repeat;
	height: 35px;
	color: #FFFFFF;
	padding-top: 5px;
	font-weight: bold;
	text-align: center;
}
.portbottom a {
	color:#FFFFFF;
}

.formbox {
	width: 610px;
	background-color:#f2f2f2;
	border: 1px solid #DDDDDD;
	min-height: 100px;
	float: left;
	margin-bottom: 10px;
	overflow: hidden;
	padding: 10px;
}



