/* Text */

p.plain {
	font-family:Arial, Helvetica, sans-serif;
}
p.legal {
	font-family:"Courier New", Courier, monospace;
	font-size:8pt;
	color:#808080;
	font-style:italic;
}

/* Bullets */

ul {list-style-image:url('images/bullet.gif'); padding-right:15px}

/* Tables */

td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

table.border {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	border-color:#996600;
	border-style:solid;
	border-width:thin;
	background-color:#FFCC99;
}

td.border {
	border-color:#996600;
	border-style:solid;
	border-width:thin;
	background-color:#F9EDCF;
}

td.border_alt {
	border-color:#996600;
	border-style:solid;
	border-width:thin;
	background-color:#FFFFCC;
}

td.title {
	text-align:center;
	font-weight:bold;
	border-color:#996600;
	border-style:solid;
	border-width:thin;
	background-color:#F9EDCF;
}

/* stuff */

/* Elements */

body {background-color:#E3E1E1;
	padding:0;
	margin:0;
}

p {
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
}

h2 {
	font-size:18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h3 {
	font-size:16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

li {
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
}

li.contact {
	display: block;
	padding: 0;
	margin: 0;
	padding-top:1px;
}

label {
	padding-left:0;
	margin-left:0;
	float:left;
	width:80px;  
	margin-right:8px; 
	text-align:right;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

fieldset {
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

a.download {
	text-decoration:none;
	font-weight:bold;
}

a:hover.download {
	color:#FF6633;
}

span.date {
	background-color:#EEEEEE;
	cursor:pointer;
	border-width:thin;
	border-color:#006699;
	border-style:solid;
	padding-left:5px;
	padding-right:5px;
	margin-top:3px;
	margin-bottom:3px;
}

span.event {
	background-color:#FFFFFF;
	color:#003399;
	font-size:12px;
	display:block;
	border-style:double;
	border-width:thin;
	border-color:#CCCCCC;
	padding-left:5px;
}

/* Three column styles */

/* column container */
	.colmask {
	    position:relative;		/* This fixes the IE7 overflow hidden bug */
	    clear:both;
	    float:left;
        width:100%;			/* width of whole page */
		overflow:hidden;	/* This chops off any overhanging divs */
	}
	/* common column settings */
	.colright,
	.colmid,
	.colleft {
		float:left;
		width:100%;				/* width of page */
		position:relative;
	}
	.col1,
	.col2,
	.col3 {
		float:left;
		position:relative;
		padding:0 0 0 0;	/* no left and right padding on columns, we just make them narrower instead 
								only padding top and bottom is included here, make it whatever value you need */
		/* overflow:hidden; */
	}
	/* 3 Column settings */
	.threecol {
		background-color:#E3E1E1; /* right column background colour */
		background-image:url(images/rhs-shadow.gif);
		background-repeat:repeat-y;
		background-position:91%;
	}
	.threecol .colmid {
		right:10%;				  /* width of the right column */
		background-color:#E3E1E1; /* center column background colour */
	}
	.threecol .colleft {
		right:80%;				  /* width of the middle column */
		background-color:#E3E1E1; /* left column background colour */
		background-image:url(images/lhs-shadow.gif);
		background-repeat:repeat-y;
		background-position:right;
	}
	.threecol .col1 {
		width:80%;				/* width of center column content (column width minus padding on either side) */
		left:100%;				/* 100% plus left padding of center column */
	}
	.threecol .col2 {
		width:10%;				/* Width of left column content (column width minus padding on either side) */
		left:10%;				/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
	}
	.threecol .col3 {
		width:10%;				/* Width of right column content (column width minus padding on either side) */
		left:90%;				/* Please make note of the brackets here:
		(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
	}

/* End of three column styles */

/* Sections */

#head {
	background-color:#BB4B47;
	height:100px;
}

#head p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	padding:30px;
	margin:0;
	color:#FFFFFF;
}

#sec_menu {
	background-color:#999999;
	background-image:url(images/footer.gif);
	background-repeat:repeat-x;
	background-position:top right;
	padding-top:3px;
	padding-bottom:5px;
	padding-left:2px;
	border-bottom-color:#333333;
	border-bottom-style:solid;
	border-bottom-width:1px;
}

#sec_contents {
	background-color:#F9EDCF;
	color:#000000;
	padding-left:5px;
	padding-right:5px;
	padding-top:7px;
	padding-bottom:7px;
}

div.clear {
	clear:both;
}

#sec_foot {
	background-color:#006699;
	background-image:url(images/footer.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	/* background-position:bottom; */
	padding:0;
	margin:0;
	height:27px;
}

div.foot {
	padding-top:4px;
	text-align: center;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	/* height:28px; */
}

div.foot a {
	color:#000000;
	text-decoration:none;
	font-weight:bold;
}

div.foot a:hover {
	color:#0033CC;
}

div.address {
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	width:100%;
}

a.address {
	text-decoration:none;
	color:#0033FF;
}

div.banner {
	background-color:#FFFFFF;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding-top:2px;
	padding-bottom:2px;
	text-align:center;
	border-color:#AFABAB;
	border-style:groove;
	border-width:thin;
	background-image:url(images/banner.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	color:#990000;
}

input.text {
	background-color:#CCFFFF;
	color:#000000;
	border-style:solid;
	border-color:#666666;
}

textarea.text {
	background-color:#CCFFFF;
	color:#000000;
	border-style:solid;
	border-color:#666666;
}

div.offer {
	clear:both;
	height:100%;
}

div.offer_txt {
	text-align:center;
	font-weight:bold;
	color:#CC3300;
	float:left;
	width:70%;
}

div.offer_img {
	text-align:center;
	float:left;
	width:29%;
	height:100%;
}

/* Menu */

a.menu {
	background-image:url(images/button_back.gif);
	background-repeat:repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
	padding-bottom:5px;
	border-color:#666666;
	border-style:solid;
	border-width:1px;
	color:#FFFFFF;
}

a:hover.menu {
	color:#000000;
}