



.contactBox {
	display: block;
	width: 400px;
	position: relative;
	float:left;
	padding: 10px;
	color: #466B85;
	background-color:#E9F1F7;
	border: 1px solid #C1CBD3;
	margin: 4px;
}

.contactBox:hover {
	display: block;
	width: 400px;
	position: relative;
	float:left;
	padding: 10px;
	color: #466B85;
	background-color:#DEE9F0;
	border: 1px solid #C1CBD3;
	margin: 4px;
}

.contactBox a{
	text-decoration: none;
	color: #3D6179;
	border-bottom: 1px solid #E9F1F7;
	
}


.contactBox a:hover{
	text-decoration: none;
	color: #3D6179;
	border-bottom: 1px solid #A1B3C0;
	
}



.menuLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	color: #6C7F7F;
	text-decoration: none;
	float: left;
	margin: 0px 10px;
}

.menuLinks:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	color: #8DC8CF;
	text-decoration: none;
	float: left;
	margin: 0px 10px;
}

	
a.design {
	display: block;
	position: relative;
	float: left;
	margin-top: 20px;
	width: 402px;
	height: 87px;
	background: url(images/design_menu.jpg) no-repeat;	
}
	
.design:hover {	background: url(images/design_menu_over.jpg) no-repeat;	}
	
a.illustration {		
	display: block;
	position: relative;
	float: left;
	margin-top: 20px;
	width: 402px;
	height: 87px;
	background: url(images/illustration_menu.jpg) no-repeat;	
}

.illustration:hover { background: url(images/illustration_menu_over.jpg) no-repeat;	}

a.photography {
	display: block;
	position: relative;
	float: left;
	margin-top: 20px;
	width: 402px;
	height: 87px;
	background: url(images/photography_menu.jpg) no-repeat;	
}

.photography:hover { background: url(images/photography_menu_over.jpg) no-repeat; }

a.web_media {
	display: block;
	position: relative;
	float: left;
	margin-top: 20px;
	width: 402px;
	height: 87px;
	background: url(images/web_media_menu.jpg) no-repeat;	
}

.web_media:hover { background: url(images/web_media_menu_over.jpg) no-repeat; }

.topMenu {
	display: block;
	position: absolute; 
	right: 80px; 
	top: 36px; 
	font-family: georgia, times; 
	font-size: 14px; 
	color: #7B9AA3;
	height: 100px;
	width: 400px;

}

.topMenu a{
	float: left;
	position: relative; 
	margin: 3px 5px; 
	font-size: 1.6em; 
	color: #7B9AA3;
	padding: 3px 6px;
	text-decoration: none;
	border: 1px dotted #fff;
	border-width: 0px 1px;
	
}


.topMenu a:hover{
	float: left;
	position: relative; 
	margin: 3px 5px; 
	font-size: 1.6em; 
	color: #000;
	background-color: #f5f5f5;
	padding: 3px 6px;
	text-decoration: none;
	border: 1px dotted #999999;
	border-width: 0px 1px;
	

	
}
