@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background-image: url(../images/header_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #1374A9;
}

#frame {
	width: 960px;
	margin: 0 auto;
}

#header {
	width: 960px;
	height: 110px;
	float: left;
}

#header_image {
	width: 300px;
	height: 110px;
	float: left;
}

#nav_cont {
	width: 660px;
	height: 30px;	
	float : left;
	padding-top: 80px;
}	

#nav_cont ul {
	float: right;
}

#nav_cont ul li {
	display: inline;
	float: left;
	padding-right: 5px;
	padding-left: 5px;
	border-right: 1px solid #139FDA;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #139FDA;
}

#nav_cont ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #139FDA;
	text-decoration: none;
}

#nav_cont ul li a:hover {
	color: #999;
}

#banner {
	width: 960px;
	height: 340px;
	float: left;
}

#mainbody {
	width: 100%;
	float: left;
	clear: both;
	background-color: #fff;	
		
}

#mainbody_cont {
	width: 960px;
	margin: 0 auto;
	background-color: #fff;		
	padding-top: 20px;
	padding-bottom: 20px;
}

#mainbody_cont_left {
	width: 480px;
	float: left;
}

#mainbody h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #139FDA;
	padding-bottom: 15px;
}

#mainbody h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666;
	padding-bottom: 15px;
}

#mainbody p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666;
	line-height: 150%;
	text-align: justify;
	padding-bottom: 10px;
}

#mainbody p a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666;
	text-decoration: underline;
}

#mainbody p a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666;
	text-decoration: none;
}

#mainbody ul {
	float: left;
	padding-bottom: 10px;
}

#mainbody ul li {
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	line-height:30px;
	padding-left: 20px;
	background-image: url('../images/points.gif');
	background-repeat: no-repeat;
	background-position: left top;
}

#mainbody_cont_right {
	width: 240px;
	margin-left: 240px;
	float: left;
}

#footer {
	width: 100%;
	float: left;
	clear: both;
	background-color: #1374A9;
}

#footer_cont {
	width: 940px;
	margin: 0 auto;
	background-image: url(../images/frangi_bottom.jpg);
	background-repeat: no-repeat;
	background-position: top left;	
	padding: 10px;
}

#footer_cont p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	padding-bottom: 10px;
	text-align: right;
}

#footer_cont a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	text-decoration: underline;
}

#footer_cont a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
}

.clear
{
clear: both;
}

.tablebgcolour {
	
	background-color: #1374A9;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	padding: 5px;
}

.threehundred {
	width: 300px;
}

.ninehundred {
	width: 900px;
}

label {
	width:150px;
	float:left;
	text-align:left;
	margin-right:5px;
	display:block;
}

input {
	border: 1px solid #666;
}

textarea {
	border: 1px solid #666;
}

.submit input {
	margin-left:150px;
	color: #fff;
	background: #1374A9;
	padding: 5px;
}

#thumbnail{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.calendar {
	width: 300px;
	height: 250px;
	float: left;
	
}

.calendar_pics {
	width:  610px;
	height: 250px;
	padding-left: 50px;
	float: left;
}

