/* CSS Document */
*	{
	padding:0;
	margin:0;
}

body {
	font-size: 1.0em; 
	font-family: arial, tahoma, verdana, lucida, sans-Serif; 
	background: #3e85c6;
	background-image:url(images/bg.gif);
	background-repeat:repeat-x
}
p {
	margin-bottom:1.0em;
}

td	{
	vertical-align: top;
	width:235px;
}

td.contact	{
	vertical-align: top;
	width:200px;
}

td.day{
	vertical-align: top;
	width:130px;
}

ul	{
	font-weight:bold;
}
li	{
	font-weight:normal;
}

.header	{
	background-image:url(images/header_01_740px.gif);
	height:145px;
}
h1 {
	padding-top:100px;
	padding-left:15px;
	color:#3e85c6;
	font-weight:bold;
	font-size: 1.1em
}
.subh	{
	color:#585858;
	font-style:italic;
	font-weight:normal;
	font-size: 0.8em;
	padding-left:15px;
}

.layout {
	width: 740px;
	margin-bottom: 10px;
	margin-left:auto;
	margin-right:auto;
	vertical-align:top
}

/*
.pocket	{
	width:720px;
}
*/
	
/* round edges */

.main  {
	padding: 0 0px 15px 0px;
	background-color:#FFFFFF;
/*	background-image:url(images/lrborder.gif);
	background-repeat: repeat-y;
*/}
.roundbl,.roundbr {
/*	background: url(images/square_shadow.gif);*/
	height: 18px;
	width: 18px;
}
.roundbr {
	/*	background-position: right bottom;*/
	margin-top:-18px;
	margin-left:600px;
}
.roundbl {
/*	background-position: left bottom;
*/}
.roundb {
/*	background-image:url(images/bottom.gif);*/
	height:18px
}
.clearer {
	clear: both
}

/* ~~~~ */

.menu {
	height: 26px;
}

.menu li {
	list-style: none;
	float:left;
	width:148px;
	background-image:url(images/menu.gif);
	background-position:right;
	text-indent:15px;
}

.menu a	{
	display:block;
	height:26px;
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
	font-size:1.0em;
	line-height:1.6em;
}

.menu a:visited	{
	color:#FFFFFF;
}

.menu a:hover	{
	color:#000000;
}


.smenu {
	height: 16px;
	font-size:0.7em;
	line-height:1.4em;
	font-weight:bold;
}

.smenu li {
	list-style: none;
	height:16px;
	background-image:url(images/smenu.gif);
	float:left;
	width:auto;
	text-indent:15px;
}

.s1	{
	width:124px;
}
.s2	{
	width:124px;
}
.s3	{
	width:169px;
}
.s4	{
	width:189px;
}
.s5	{
	width:134px;
}

.smenu a {
	display:block;
	height:16px;
	color:#3e85c6;
	text-decoration:none;
}

.smenu a:hover	{
	color:#000000;
}

.content a	{
	color:#3e85c6;
	text-decoration:none;
}
.content a:hover	{
	color:#585858;
}

.content h2	{
	font-size: 1.3em;
	font-weight:bold;
	color:#333333;
	margin-bottom:15px;
}

.content h3	{
	font-size: 1.1em;
	font-weight:bold;
	color:#333333;
	margin-bottom:15px;
}
.content li	{
	list-style:square;
	list-style-position:inside;
	margin-left:2em;
	text-indent:-1em;
	line-height:1.5em;
}

.center {
	width:550px;
	margin: 70px auto auto;
	text-align:center;
}
.end	{
	margin: 7px auto;
	width:500px;
	font-size:0.7em;
	text-align:center;
	color:#333333;
}	

.content	{
	background-image:url(images/menu_shadow.gif);
	background-repeat:no-repeat;
	background-position:center top;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	color:#333333;
	width:710px;
	margin-left:15px;
	margin-right:15px;
	padding-top:25px;
}

/*
html {
min-height:101%;
}
*/
