html
{
	height: 100%;
}
body
{
	margin: 0;
	padding: 0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.70em;
	color: #4b4b4b;
	height: 100%;
	background-color: white;
}
#framework
{
	min-height: 100%;
}
* html #framework
{
	height: 100%;
}


a
{
	color: #5a93ad;
}
a:hover
{
	text-decoration: none;
}
img
{
	border: 0;
}

#top
{
	height: 8px;
	background-color: #6b83a5;
}
table
{
	border-collapse: collapse;
}

ul
{
	margin-top: 1.3em;
	margin-bottom: 1.3em;
	margin-left: 2em;
	padding: 0;
}
li
{
	margin-bottom: 0.3em;
}
td
{
	vertical-align: top;
}
p
{	
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
/*----------*/

#headBg
{
	height: 273px;
	background-image: url(images/head_bg.jpg);
	background-repeat: repeat-x;
	background-position: right bottom;
}
#headLeft
{
	height: 273px;
	background-image: url(images/head_left.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#head
{
	height: 143px;
	padding-top: 130px;
	background-image: url(images/head_right.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-left: 60px;
}
#head table td
{
	padding-right: 2em;	
}
#head a
{
	color: white;
}
#head ul
{
	list-style-image: url(images/head_marker.gif);
}
#head ul li
{
	font-size: 1.1em;
	margin-bottom: 1em;
}
/*----------*/

#logo
{
	position: absolute;
	left: 61px;
	top: 45px;
}

#logo2
{
	position: absolute;
	left: 246px;
	top: 39px;
}


#main
{
	padding-left: 65px;
	padding-right: 65px;
	padding-top: 30px;
}

#info
{
	margin-left: -17px;
	margin-right: -17px;
	margin-top: 3em;
	margin-bottom: 2em;
}
#info table
{
	width: 100%;
}
#info table th
{
	width: 50%;
	background-color: #eceff3;
	position: relative;
	height: 36px;
}
#info table .right
{
	background-image: url(images/td_right.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	background-color: #f1f3f5;
	padding-top: 20px;
}
#info table .left
{
	background-image: url(images/td_left.jpg);
	background-repeat: repeat-y;
	background-position: right top;
	background-color: #f1f3f5;
	height: 150px;
	padding-top: 20px;
}
#info table .left ul
{
	margin-top: 0;
}

#info table th .heading
{
	border: 1px solid white;
	height: 26px;
	padding-top: 8px;
	font-size: 1.3em;
	position: relative;
	text-align: left;
}
#info table .text
{
	margin-left: 90px;
}
#info table #left
{
	background-image: url(images/th_left.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	background-color: #e1e5eb;
	border-right: 1px solid white;

}
#info table #right
{
	background-image: url(images/th_right.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	background-color: #e1e5eb;
	border-left: 1px solid white;

}
#info table th .phone
{
	position: absolute;
	left: 0;
	top: -10px;
}
#info table th .heading .license
{
	position: absolute;
	left: 0;
	top: -20px;
}
#info table .left
{
	border-right: 1px solid white;
	padding-left: 40px;
}
#info table ul
{
	list-style-image: url(images/ul_marker.gif);
}
#info table .right
{
	border-left: 1px solid white;
	padding-left: 40px;
}
#info table .bottom
{
	background-image: url(images/td_bottom.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#info table .leftBottom
{
	height: 14px;
	background-image: url(images/td_left_bottom.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	border-right: 1px solid white;
	margin-top: -1px;
}
#info table .rightBottom
{
	height: 14px;
	background-image: url(images/td_right_bottom.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border-left: 1px solid white;
	margin-top: -1px;
}

/*----------*/

#bottomSeparator
{
	clear: both;
	height: 90px;
}
#bottom
{
	height: 50px;
	padding-top: 40px;
	position: relative;
	margin-top: -90px;
	background-color: #6b83a5;
	color: white;
	padding-left: 65px;
	padding-right: 65px;
}
#bottom a
{
	color: white;
	text-decoration: none;
}
#bottom .bottomRight
{
	float: right;
}
#bottom .bottomRight img
{
	border: 0;
	margin: 0;
	padding: 0;
	float: left;
}
#bottom .bottomRight p
{
	margin: 0;
	margin-top: 2px;
	padding: 0;
}
#bottom .counter
{
	float: left;
}

