/* TAGS **********************************************************************/
body {
	background-image: url(/images/background_int.gif);
}

/* ELEMENTS */
#container_int {
	width: 812px;
	height: 548px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/container_int.png', sizingMethod='scale');
}
#container[id] {
	background-image: url(/images/container_int.png);
}
#slogan {
	position: absolute;
	left: 25px;
	top: 21px;
}
#dots {
	position: absolute;
	left: 517px;
	top: 9px;
	width: 10px;
	height: 83px;
	border-left: 1px dashed #cfbf95;
}
#logo {
	position: absolute;
	left: 544px;
	top: 27px;
}

/* NAV ***********************************************************************/
#nav {
	top: 92px;
}
.nav_sub {
	position: absolute;
	left: 10px;
	top: 130px;
	width: 790px;
	padding: 0px;
	margin: 0px;
	list-style: none;
	font-size: 10px;
	font-weight: normal;
	text-align: right;
	background-color: inherit;
	color: #ffffff;
}
.nav_sub li {
	margin-left: 20px;
	float: left;
	text-align: center;
}
.nav_sub a {
	padding-left: 9px;
	text-decoration: none;
	background-image: url(/images/nav_sub_arrow.gif);
	background-repeat: no-repeat;
	background-position: left;
	background-color: inherit;
	color: #FFFFFF;
}
.nav_sub a:hover,
.nav_sub a.hover {
	background-image: url(/images/nav_sub_arrow_h.gif);
	color: #d6c094;
}



#nav_context {
	position: absolute;
	right: 12px;
	top: 170px;
	width: 155px;
	padding: 0px;
	margin: 0px;
	list-style: none;
	font-size: 11px;
	font-weight: bold;
	background-color: inherit;
	color: #b8a981;
}
#nav_context li {
	height: 18px;
	margin-bottom: 6px;
}
#nav_context a {
	width: 135px;
	height: 18px;
	padding-left: 20px;
	display: block;
	text-decoration: none;
	background-image: url(/images/nav_context_arrow.gif);
	background-repeat: no-repeat;
	background-position: 7px 7px;
	background-color: #f5f2ea;
	line-height: 18px;
	color: #bbae95;
	cursor: pointer;
}
#nav_context a:hover,
#nav_context a.hover {
	background-color: #E7DFCA;
}

/* CONTENT *******************************************************************/
#content {
	position: absolute;
	left: 140px;
	top: 150px;
	width: 463px;
	height: 385px;
	padding-right: 41px;
	overflow: auto;
	border-right: 1px dashed #CFBF95;
}

#content h1 {
	margin: 22px 0px 3px 0px;
	font-size: 11px;
	font-weight: bold;
	color: #ff9900;
}
#content h2 {
	margin: 0px;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 2px;
	color: #4F123B;
}
#content h3 {
	padding-left: 11px;
	margin-bottom: 4px;
	background-image: url(/images/h3_arrow.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	font-size: 11px;
	font-weight: bold;
	color: #4f123b;
}
#content p {
	margin-bottom: 11px;
	font-size: 11px;
	color: #666666;
	line-height: 15px;
}


#content hr {
	margin: 15px 0px 13px 0px;
	height: 1px;
	border-top: 1px solid #CFBF95;
	background-color: transparent;
	color: inherit;
}

#content hr.dots {
	border-top: 1px dashed #4F123B;
}

#content ul {
	margin: 0px 0px 16px 0px;
	padding: 0px;
	list-style: none;
	font-size: 11px;
}
#content li {
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 10px;
	background-image: url(/images/ul_arrow.gif);
	background-repeat: no-repeat;
	background-position: left 7px;
	line-height: 16px;
}

#content cite {
	font-size: 15px;
	font-weight: bold;
}

/* BUTTONS *******************************************************************/
#content .button {
	display: block;
	text-indent: -1000px;
	background-repeat: no-repeat;
}

#content a.cs_sm {
	width: 263px;
	height: 22px;
	background-image: url(/services/images/cs_sm.png);
}
#content a.cs_sm:hover {
	width: 263px;
	height: 22px;
	background-image: url(/services/images/cs_sm_h.png);
}

#content a.cs_sd {
	width: 263px;
	height: 22px;
	background-image: url(/services/images/cs_sd.png);
}
#content a.cs_sd:hover {
	width: 263px;
	height: 22px;
	background-image: url(/services/images/cs_sd_h.png);
}

#content a.cs_bd {
	width: 263px;
	height: 22px;
	background-image: url(/services/images/cs_bd.png);
}
#content a.cs_bd:hover {
	width: 263px;
	height: 22px;
	background-image: url(/services/images/cs_bd_h.png);
}


/* CONTEXT *******************************************************************/
#context {
	position: absolute;
	right: 12px;
	top: 150px;
}
