*
{
	margin: 0px;
	padding: 0px;
	line-height: normal;
}

body
{
	background-color: #bbb;
	color: #666;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	text-align: center;
}

p
{
	line-height: 150%;
	padding-bottom: 15px;
}

a
{
	background-color: transparent;
	color: #D31346;
	text-decoration: underline;
}

a:hover
{
	background-color: transparent;
	color: #950028;
}

h1 a
{
	display: block;
	width: 375px;
	height: 62px;
	background: #fff url(images/logo.gif) no-repeat;
	text-indent: -9000px;
	outline: none;
	float: left;
	margin: 25px 15px;
}

h2
{
	font-size: 24px;
	font-weight: normal;
	color: #666;
	padding-bottom: 5px;
}

h3
{
	font-size: 18px;
	font-weight: normal;
	color: #666;
	padding-bottom: 5px;
}

a img
{
	border: none;
}

.hide
{
	display: none;
}

.show
{
	display: block;
}

.floatleft, img.left
{
	float: left;
	margin: 5px 10px 5px 0px;
}

.floatright, img.right
{
	float: right;
	margin: 5px 0px 5px 10px;
}

ul, ol
{
	margin-left: 25px;
	margin-bottom: 10px;
}

li
{
	line-height: 150%;
}

label
{
	float: left;
	width: 95px;
	text-align: right;
	margin-right: 5px;
	margin-top: 3px;
}

.button
{
	border: 1px solid #666;
	background-color: #eee;
	color: #666;
	padding: 2px 10px;
	font-size: 10px;
}

.invalid
{
	background-color: #D31346;
	color: #fff
}

.nospam
{
	display: none;
}

b
{
	color: #000;
}

#container
{
	width: 780px;
	background-color: #fff;
	color: #666;
	margin: 0px auto;
	text-align: left;
}


.top_tag
{
	float: right;
	margin: 40px 20px 0px 0px;
	color: #000;
	font-weight: bold;
	font-size: 16px;
	text-align: right;
}

#menu
{
	background: #fff url(images/menubg.gif) top left repeat-x;
	color: #fff;
	float: left;
	width: 780px;
	border-top: 1px solid #fff;
	clear: both;
}

#menu ul
{
	padding-left: 33px;
	margin: 0px 5px;
}

#menu li
{
	list-style-type: none;
	float: left;
	margin: 0px;
	line-height: normal;
}

#menu li a
{
	position: relative;
	color: #fff;
	display: block;
	float: left;
	text-decoration: none;
	background-color: transparent;
	font-weight: normal;
	outline: none;
	text-align: center;
	text-transform: uppercase;
	font-size: 12px;
	padding: 0px 0px 0px 20px;
}

#menu li a span 
{
	float: left;
	padding: 14px 20px 26px 0px;
	font-weight: normal;
	color: #fff;
	cursor: pointer;
	line-height: normal;
	position: relative;
}

#menu li a:hover, #menu li a.active
{
	background: transparent url(images/tableft.gif) top left;
}

#menu li a:hover span, #menu li a.active span
{
	background: transparent url(images/tabright.gif) top right;
}

#container .content
{
	padding: 10px 30px;
	clear: both;
}

#content_left
{
	float: left;
	border-right: 1px solid #ccc;
	padding-right: 30px;
}

.short
{
	width: 250px;
}

.long
{
	width: 400px;
}

#content_right
{
	float: right;
}

#content_full
{
	width: 715px;
}

.service
{
	width: 245px;
	float: left;
	margin-bottom: 10px;
	font-size: 12px;
}

.service_image
{
	float: left;
	width: 80px;
	border: none;
	margin-right: 10px;
}

.service_intro
{
	float:  left;
	width: 150px;
}

#footer
{
	background-color: #e6e6e6;
	color: #666;
	height: 50px;
	margin-top: 5px;
}

#footer .content
{
	padding: 15px 15px 0px 15px;
}
