/* Aesacus Basic CSS */
html, body {
	margin: 0;
	padding: 0;
}
body, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
p.smalltext {
	font-size: 10px;
}
	
div#masthead {
	width: 100%;
	margin-bottom: 5px;
	text-align: center;
	background-image: url(images/Masthead-background.gif);
	background-repeat: repeat-x;
}
div#mainmenu {
	width: 700px;
	height: 18px;
	margin: auto;
	margin-bottom: 15px;
	background-color: #EEEEEE;
}
div#body {
	clear: left;
	width: 700px;
	min-height: 300px;
	margin: auto;
}
div#footer {
	width: 700px;
	margin: auto;
	margin-top: 5px;
	padding: 3px;
	border-top: 3px solid #CCCCCC;
	background-color: #EEEEEE;
}

/* Link styles */
a, a:link, a:active, a:visited {
	color: #0033CC;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #666666;
}

/* Main menu styles */
ul#mainmenu {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul#mainmenu li {
	float: left;
	margin: 0;
	padding: 0;
}
ul#mainmenu li a:link, ul#mainmenu li a:active, ul#mainmenu li a:visited {
	display: block;
	width: 100px;
	padding: 3px;
	font-weight: bold;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	background-color: #EEEEEE;
	color: #000000;
	text-decoration: none;
}
ul#mainmenu li a:hover {
	background-color: #0099FF;
	color: #EEEEEE;
}

/* Contact form styles */
#contact-frm input, #contact-frm textarea {
	border: 1px solid #CCCCCC;
	background-color: #EEEEEE;
	color: #666666;
	font-size: 11px;
}
#contact-frm textarea {
	font-family: Arial, Helvetica, sans-serif;
}
#contact-frm input.button {
	background-color: #FFFFFF;
	color: #666666;
	border: none;
	padding: 0;
}

/* Services page styles */
#services_table {
	border: 1px solid #CCCCCC;
}
#services_menu_cell {
	padding: 3px;
	background-color: #DDDDDD;
	width: 250px;
}
#services_list {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#services_list li {
	font-weight: bold;
	color: #333333;
}
#services_list a {
	display: block;
}
#services_list a:hover {
	background-color: #EEEEEE;
}
#services_detail_cell {
	background-color: #EEEEEE;
	padding: 3px;
}
#services_detail_cell h3 {
	margin: 0;
	padding: 2px;
	text-align: right;
	background-color: #CCCCCC;
}

/* News styles */
p.newstitle {
	font-weight: bold;
	margin: 1px;
	border-bottom: 1px dotted #DDD;
	color: #0B6DFF
}
p.newsitem {
	margin: 3px;
}