/* 
 * CSS Reset by Rik Lomas - http://rikrikrik.com
 * Based on code from Nick Rigby - http://www.nickrigby.com
 */
*{margin:0px;padding:0px}iframe,a img,fieldset,form,table{border:0}h6,h5,h4,h3,h2,h1,caption,th,td{font-size:100%;font-weight:normal}dd,dt,li,dl,ol,ul{list-style:none}legend{color:#000}button,select,textarea,input{font:100% serif}table{border-collapse:collapse}caption,th,td{text-align:left}
/* Following CSS by Jason Peter Brown - jbrown@statslog.com */
body
{
	font-family: "Segoe UI", "Trebuchet MS", "Tahoma", "Verdana", "Arial", "Helvetica", sans-serif;
}
div.logo
{
	float: left;
	padding: 10px;
	padding-left: 1px;
	padding-bottom: 15px;
}
#menu1
{
	clear:both;
	padding:4px;
	margin:0px;
}
#menu1 span
{
	padding: 5px 10px;
	margin: 0px 10px;
}
#menu1 span a
{
	color:#7D6A42;
}
#menu1 span a:hover
{
	color: black;
}
#menu1 span.selected
{
	background-color: #6F7BA1;
	color:white; 
	border: 1px solid #3F4B71;
	border-bottom-width:0px;
	font-weight:bold;
}
#menu2
{
	margin: 0px;
	padding: 4px;
	clear: both;
	background-color: #6F7BA1;
	color: white;
	border: 1px solid #3F4B71;
}
#menu2 span
{
	padding: 0px 10px;
	margin: 0px 10px;
}
#menu2 span a
{
	color:#CFDBFF;
	text-decoration:none;
	border-bottom:1px solid #9FABD1;
}
#menu2 span a:hover
{
	color: white;
	border-color: white;
}
#menu2 span.selected
{
	font-weight:bold;
}

a img
{
	border-width: 0px;
	border-left: 12px solid white;
	vertical-align: text-bottom;
}
a:hover img
{
	border-left: 12px solid #E4E5EC;
}

div.body
{
	clear:left;
	margin: 15px;
}
div.body a
{
	color: #8F7B59;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px solid #8F7B59;
}
div.body a:hover
{
	color: #8B9DC5;
	border-bottom: 1px solid #8F7B59;
}

div.headlinetop
{
	background-image: url("../images/headline_border2.gif");
	background-position: top left;
	background-repeat: no-repeat;
	height: 12px;
	border-color: #BBC0C7;
	border-right-width: 1px;
	border-right-style: solid;
}	
div.headlinebottom
{
	background-image: url("../images/headline_border2.gif");
	background-position: bottom right;
	background-repeat: no-repeat;
	height: 12px;
	border-color: #BBC0C7;
	border-left-width: 1px;
	border-left-style: solid;
	margin-bottom: 12px;
}	
h1
{
	border-color: #BBC0C7;
	background-color: #E4E5EC;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	font-weight: bold;
	color: #474c59;
	padding: 0px 12px;
	font-variant: small-caps;
}

div.body p
{
	margin: 0px 24px;
}

div.body hr
{
	clear: both;
	border-width: 0px;
	border-top: 1px solid #c0c0c0;
	margin: 15px auto;
	width: 80%;
}
div.body h2
{
	font-weight: bold;
	font-size: 1.25em;
	margin: 30px;
}
div.body ul
{
	margin-left: 30px;
}
div.body li
{
	list-style: disc;
}
div.service
{
	width: 270px;
	float: left;
	margin: 15px auto;
}

div.index_contact
{
	width: 270px;
	float: left;
	margin: 15px auto;
	margin-top: 80px;
}

strong.free
{
	color: #586F45;
}

div.updated
{
    text-align: center;
}
