@charset "UTF-8";
@import url("default.css");
@import url("screen_base.css");
@import url("side.css");

h3 {
	clear: both;
}

div#content div.main p {
	margin: 10px 5px 10px 12px;
}

img.brand {
	margin: 0px 0px 25px 25px;
}

div.left {
	float: left;
}

div.right {
	float: right;
}

div.left,
div.right {
	width: 290px;
	margin-top: 5px;
	background-image: url(../img/ser_many_bottom.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

div.left h4,
div.right h4 {
	background-image: url(../img/ser_many_top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 20px 0px 0px 35px;
	margin: 0px;
}

div.left p,
div.right p {
	font-size: 80%;
	margin: 0px;
	padding: 0px 12px 10px 24px;
}

p.clear {
	clear: both;
	padding-top: 15px;
}

h5 {
	margin: 35px 5px 10px 12px;
	padding: 15px 0px 0px 5px;
	background-image: url(../img/border_purple.gif);
	background-repeat: repeat-x;
	background-position: top;
}

div.aqua {
	margin: 15px 5px 10px 12px;
	padding: 5px 5px 5px 15px;
	background-image: url(../img/ser_aqua_back.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: #e6e6e6;
	color: #666;
}

div.aqua ul {
	margin: 0px 0px 0px 85px;
	padding: 0px;
}

div.aqua ul li {
	padding-left: 15px;
	list-style-type: none;
	background-image: url(../img/icon_arrow3.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
div.aqua ul li a {
	margin: 0;
	padding: 0;
	color: #333;
	text-decoration: none;
}
div.aqua ul li a:link {
	text-decoration: none;
}
div.aqua ul li a:visited {
	color: #333;
	text-decoration: none;
}
div.aqua ul li a:active {
	text-decoration: none;
}
div.aqua ul li a:hover {
	color: #00A0C6;
	text-decoration: underline;
}
