body {
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
	position:absolute;
	font-family: verdana;
	font-size: 13px;
}

h1 {
	font-size:18px;
}

h2 {
	font-size:13px;
}

a:link {text-decoration:none; border:0px; color:#0084ab;}
a:visited {text-decoration:none; border:0px; color:#0084ab;}
a:hover {text-decoration:underline; border:0px; color:#0084ab;}
a:active {text-decoration:underline; border:0px; color:#0084ab; font-weight:bold;}

a img {
	text-decoration: none;
	border: 0 none;
	}

.col_left {
	width:300px;
	height:100%;
	float:left;
	background-image:url('images/col_bg.png');
	background-repeat:repeat-y;
	padding-top:150px;
	margin:0px;
	text-align:right;
}

.col_right {
	height:500px;
	width:600px;
	float:left;
	padding-top:0px;
	padding-left:25px;
	margin-top:150px;
}

.logo {
	position:absolute;
	top:15px;
	left:285px;
}

.menu_button {
	font-family:verdana; color:#0084ad; 
	margin-bottom:6px; 
	padding:5px; 
	background-color:#ffffff;
}

.contact {
	vertical-align:middle;
	margin-right:10px;
	margin-top:10px;
}

.dv_rows {
	width:600px; 
	height:120px; 
	padding:0px;
}

.dv_boxes {
	width:120px; 
	height:75px; 
	background-color:white; 
	margin-top:14px;
	float:left;
	padding-top:16px;
	cursor:pointer;
	text-align:center; 
	font-weight:bold;
}

.dv_text {
	width:600px; 
	height:0px; 
	background-repeat:no-repeat;
	background-position:bottom right;
	overflow:hidden;
	cursor:pointer;
	transition: height 2s;
	-webkit-transition: height 2s; /* Safari */
}
