@charset "utf-8";
/* CSS Document */
*{
	border: 0;
	margin: 0;
	padding: 0;
}
body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFF;
	font-size: 1em;
	text-align: center;
}
h1{
	position: relative;
	background-image: url(img/logo.gif);
	background-position: 40px center;
	background-repeat: no-repeat;
	font-size: 1.3em;
	font-weight: normal;
	text-align: left;
	text-transform: uppercase;
	padding: 10px 0 10px 80px;
}
h1 a, h1 a:visited{
	color: #323d3d;
	text-decoration: none;
}
a, a:visited{
	color: #FFF;
}
a:hover, a:focus{
	text-decoration: none;
}
br.clearer{
	clear: both;
}
/*************************** layout definition *****************************/
#boxScreen{
	position: relative;
	background-image: url(img/footer_bg.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
	width: 988px;
	margin: 0 auto;
	padding-bottom: 11px
}
#boxHeader{
	position: relative;
	background-image: url(img/header_bg.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
	padding-bottom: 260px;
}
#boxPhone{
	float: right;
	position: relative;
	color: #02A0A1;
	font-size: 1.3em;
	margin: -40px 10px 0 0;
/*	position: absolute;
	right: 0;
	top: 100px;
*/	
}
#boxInnerHeader{
	clear: right;
	float: right;
	position: relative;
	font-size: .7em;
	text-align: justify;
	width: 250px;
	margin: 80px -220px 0 0;
}
div>#boxInnerHeader{
	margin-right: 60px;
}
#boxMenu{
	position: absolute;
	top: -1px;
	left: -255px;
	background-color: #02A0A1;
	background-image: url(img/menu_bg.jpg);
	background-position: left top;
	background-repeat: repeat-x;
	font-weight: bold;
	text-align: left;
	width: 210px;
	padding: 20px 0 20px 15px;
}
div>#boxMenu{
	top: -31px;
	left: 25px;
}
*+html #boxMenu{
	top: -1px;
}
#boxContainer{
	position: relative;
	background-image: url(img/container_bg.jpg);
	background-position: 25px 78px;
	background-repeat: no-repeat;
}
#boxContent{
	background-image: url(img/content_bg.jpg);
	background-position: right 0;
	background-repeat: no-repeat;
	font-size: .7em;
	text-align: left;
	height: 320px;
	min-height: 320px;
	margin: 30px 0 30px 280px;
	padding-right: 280px
}
div>#boxContent{
	height: auto;
}
#boxContent a{
	color: #02A0A1;
}
#backlinks{
	color: #999999;
	font-size: .7em;
	margin: 0 auto;
	width: 988px;
}
#backlinks a{
	color: #999999;
}
/************************* boxPhone ***********************************/
#boxPhone a{
	display: block;
	color: #02A0A1;
	font-size: .6em;
	text-align: right;
}
/************************* boxContent ***********************************/
h2{
	color: #02A0A1;
	font-size: 1.9em;
	font-weight: normal;
}
h2 span{
	display: block;
	font-size: .5em;
}
#boxContent p{
	margin-top: 10px;
}
#boxContent ol, #boxContent ul{
	margin: 7px 0 0 23px;
}
div>#boxContent ol,div>#boxContent ul{
	margin-left: 20px;
}
*+html #boxContent ol,*+html #boxContent ul{
	margin-left: 23px;
}

/************************** boxMenu ************************************/
#boxMenu li{
	position: relative;
	color: #CCC;
	font-size: .9em;
	text-transform: uppercase;
	list-style-position: outside;
	list-style-type: none;
	margin-bottom: 20px;
	width: 210px;
}
div>#boxMenu li{
	width: 220px;
}
#boxMenu li span{
	display: block;
	position: absolute;
	top: 0;
	right: -10px;
	background-image: url(img/menu_arrow.gif);
	background-position: left top;
	background-repeat: no-repeat;
	height: 15px;
	width: 10px;
}
div>#boxMenu li span{
	right: 0px;
}
#boxMenu li a{
	display: block;
	color: #FFF;
	text-decoration: none;
}
#boxMenu li a:hover, #boxMenu li a:focus{
	color: #CCC;
}


