

body {
	background: #C2D5FF
}

div#rounded-header-l {
	width: 230px;
	height: 230px;
	position: absolute;
	background: transparent url(/8269/skins/rounded/shared/tl-house1.png) no-repeat;
}

div#rounded-header-m_outer {
	padding: 0 75px 0 230px;
}

div#rounded-header-m {
	height: 150px;
	width: auto;
	background: transparent url(/8269/skins/rounded/shared/top-bg-gray.png) repeat-x;
}

div#rounded-header-m_inner {
	height: 150px;
	width: auto;
	background: transparent url(/8269/skins/rounded/blue/top-bg.png) repeat-x;
}

div#rounded-header-r {
	width: 75px;
	height: 150px;
	position: absolute;
	top: 0; right: 0;
	background: transparent url(/8269/skins/rounded/shared/top-cap-gray.png) no-repeat;
}

div#rounded-agent_agency {
    padding: 10px 20px 0 0;
	color: #C2D5FF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: right;
    z-index: 500;
    margin-left: -170px;
    position: absolute;
    width: 80%;
}

.rounded-agent_name {
	font-size: 48px;
    white-space: nowrap;
}

.rounded-agency_name {
	font-size: 20px;
    white-space: nowrap;
}

div.rounded-agentphoto {
	width: 104px;
	height: 130px;
    margin: 8px 0 0;
    padding: 0;
	background: black;
	float: left;
	border: 1px solid black;
}

img.rounded-agentphoto {
	width: 104px;
	height: 130px;
}

div.rounded-tagline {
	margin: 12px 75px 0 230px;
	text-align: center;
	color: black;
}

span.rounded-tagline {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
	font-size: 16px;
}

div#rounded-sidenav_container {
	position: absolute;
}

div#rounded-sidenav_outer {
	background: transparent url(/8269/skins/rounded/shared/left-bg-gray.png) repeat-y;
}

div#rounded-sidenav {
	width: 150px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	background: transparent url(/8269/skins/rounded/blue/left-bg.png) repeat-y;
}

div#rounded-sidenav-bottom {
	width: 150px;
	height: 75px;
	background: transparent url(/8269/skins/rounded/shared/left-cap-gray.png) no-repeat;
}

img#grand-logo {
	margin: 0 0 20px;
}

.rounded-numbers {
	color: #C2D5FF;
	font-size: 12px;
}

.rounded-navlinks {
	color: #C2D5FF;
	text-align: left;
	padding: 0 18px 0 15px;
	font-size: 12px;
}

/* menu items WITH an href link */
div.rounded-navlinks span div {
	border: 1px solid #3E40AC;
	background: #5E5E74;
	padding: 2px 4px;
	margin-top: -1px;
}

div.rounded-navlinks span div div {
	border: 0;
	background: transparent;
	padding: 0;
	margin-top: 0;
}

/* menu items WITHOUT an href link */
div.rounded-navlinks div {
	border: 0;
	background: none;
	padding: 8px 4px;
	margin-top: -1px;
}

.rounded-navlinks div a:link { color:#C2D5FF; text-decoration:none; }
.rounded-navlinks div a:visited { color:#C2D5FF; text-decoration:none;  }
.rounded-navlinks span div:hover { background:#3E40AC; }
.rounded-navlinks div:active { color:#C2D5FF; }

div.rounded-content {
	padding: 20px;
	margin-top: -50px;
	text-align: left;
	color: black;
}

.rounded-content a:link { color:#5E5E74; text-decoration:none; }
.rounded-content a:visited { color:#5E5E74; text-decoration:none;  }
.rounded-content a:hover { color:#5E5E74; text-decoration:underline; }
.rounded-content a:active { color:black; }

.rounded-content a.showcase_edit_button
{
    color: black;
}

div.rounded-footer {
	padding: 10px;
	color: black;
	text-align: center;
	font-size: 12px;
}

.rounded-footer a:link { color:#5E5E74; text-decoration:none; }
.rounded-footer a:visited { color:#5E5E74; text-decoration:none;  }
.rounded-footer a:hover { color:#5E5E74; text-decoration:underline; }
.rounded-footer a:active { color:black; }


