@charset "UTF-8";
/* CSS Document */

/* General Stuff */
a
{
	color:#0000CC;
}
a:hover
{
	color:#0000CC;
	text-decoration:none;
}
a:visted
{
	color:#0000CC;
}

html, body
{
	margin: 0;
	padding: 0;
	background:url('images/bg.gif');
	height: 100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
}
h4
{
	margin: 0;
	padding: 0;
	color:#990000;
}
h3
{
	margin: 0;
	padding: 0;
	color:#333333;
}
h1
{
	margin: 0;
	padding: 0;
	color:#990000;
}

/* body stuff */
#body
{
	margin: 0 auto;
	width: 780px;
	padding: 0;
	height: 100%;
	background-color: #fff;
}
#body .lbg
{
	background:url('images/bg_left.gif');
	background-repeat: repeat-y;
	width: 17px;
	padding:0;
}
#body .rbg
{
	background:url('images/bg_right.gif');
	background-repeat: repeat-y;
	width: 17px;
	padding:0;
}

/* NAV STUFF */

#nav 
{
	background: url('images/navbg.jpg');
	background-repeat: repeat-x;
	height: 36px;
	margin:0;
	padding:0;
	width:100%;
}

#nav a
{
	display:block;
	float:left;
	padding-left: 25px;
	color:#333333;
	font-weight:bold;
	text-decoration:none;
}

#nav a:hover
{
	display:block;
	padding-left: 25px;
	color:#617BB4;
	font-weight:bold;
	text-decoration:none;
}

#nav a:visited
{
	display:block;
	padding-left: 25px;
	color:#333333;
	font-weight:bold;
	text-decoration:none;
}

#nav a span
{
	padding-right: 25px;
}
#navshadow
{
	background: url(images/navbotbg.jpg);
	background-repeat:repeat-x;
	height:7px;
	font-size:1px;
}

/* body stuff */
#body
{
	margin: 0 auto;
	width: 780px;
	padding: 0;
	height: 100%;
	background-color: #fff;
}
#body .lbg
{
	background:url('images/bg_left.gif');
	background-repeat: repeat-y;
	width: 17px;
	padding:0;
}
#body .rbg
{
	background:url('images/bg_right.gif');
	background-repeat: repeat-y;
	width: 17px;
	padding:0;
}


/* FOOTER STUFF HERE */
#footer
{
	border-top: 1px dashed #c0c0c0;
	height: 50px;
	font-size: 14px;
	margin:0;
}
#footer a
{
	color: #000000;
	text-decoration:none;
	font-weight:bold;
}
#footer a:visited
{
	color: #000000;
	text-decoration:none;
	font-weight:bold;
}
#footer a:hover
{
	color:#3333FF;
	text-decoration:none;
	font-weight:bold;
}

#footersplit
{
	height: 15px;
	font-size:1px;
	background-color:#303030;
}

.services
{
	margin:0;
	padding:0;
	padding-left:10px;
	list-style:none;
}
.services li:before 
{
	content: "\00BB \0020";
}