* { margin: 0; padding: 0; }

body {
	background: #171C30 url(../images/bg.jpg) 0 0 repeat-x;
	color: #282828;
	margin: 0;
	padding: 0;
	text-align: center;
	font: 100%/120% "Verdana", Arial, Helvetica, sans-serif;
}

#outer {
	width: 760px;
	margin: auto;
	position: relative;
	text-align: left;
	margin-top: 40px;
}

#wrapper1 {
	background: #fff url(../images/side_bg.jpg) 0 0 repeat-y;
}

#contentwrap {
	background: #fff url(../images/side_bg.jpg) 0 0 repeat-y;
	display: block;

	font-size: 0.7em; /* Global Content Font Size */
	line-height: 1.4em;
}

#header {
	background: url(../images/header_bg.jpg) 0 0 no-repeat;
	height: 143px;
}

	#headerleft {
		float: left;
	}
	
	#logo a:link, #logo a:visited {
		width: 200px;
		height: 140px;
		display: block;
		position: absolute;
	}
	
	#headerright {
		 float: right;
		 width: 110px;
		 height: 90px;
		 background: #F3F3F3;
	}
	
	#headernav {
		 float: right;
		 clear: both;
		 width: 557px;
		 margin-top: 5px;
	}
	
#feature {
	width: 100%;
	height: 133px;
	background: #fff;
}

#feature2 {
	width: 100%;
	height: 37px;
	background: url(../images/sub_white.gif) 0 0 no-repeat;
}

#col-left {
	background: url(../images/side_bite.gif) 0 150px no-repeat;
	float: left;
	width: 201px;
	min-height: 250px;
	color: #E8F8DE;
	border-right: 2px solid #fff;
}

.colwrap-right {
	float: left;
	width: 548px;
}

	.colwrap-right#tpl {
		background: #f3f3f3;
		min-height: 250px;
	}

	#col-center {
		float: left;
		width: 325px;
	}
	
	#col-right {
		float: right;
		width: 215px;
	}

#footer {
	background: #731A5E url(../images/footer_bg.jpg) 0 0 no-repeat;
	clear: both;
	font-size: 0.7em;
	height: 34px;
	position: relative;
	border-top: 1px solid #fff;
	color: #DDC2D3;
}
#footer p { margin: 0.6em 0 0 0; }
	#footerleft {
		margin-left: 227px;
	}
	
	#footerright {
		 float: right;
		 width: 200px;
	}
	
	#footer a:link, #footer a:visited {
		color: #DDC2D3;
		font-weight: normal;
	}
	
	#footer a:hover {}
	
/*** News Item ***/

.newsitem {
	background: #f1f1f1;
	clear: both;
	border-bottom: 1px solid #6D1258;
	float: left;
	width: 100%;
	padding-bottom: 20px;
	margin-bottom: 10px;
}
.newsitem h3 {
	margin-bottom: -0.1em;
}
.newsitem p.date {
	font-size: 0.8em;
	margin-bottom: 0;
}
.newsitem img {
	float: right;
	margin: 0 0 15px 15px;
}


/*** News Item 1 ***/

.newsitem1 {
	border-bottom: 1px solid #AEDC79;
	margin-bottom: 1px;
}

h4.morenews {
	border-top: 1px solid #AEDC79;
}

p.date { font-weight: bold; }

/*** Event Item Columns ***/

.event {
	clear: both;
	margin: 2em 0 4em 0 ;
	}

.event a:link, .event a:visited {
	color: #69B11D;
	}
	
#eventleftcol {
	width: 220px;
	float: left;
}
#eventrightcol {
	width: 260px;
	float: right;
}



/*** Formatting ***/

a img { border: none; }

a:link, a:visited {
	color: #640049;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
	color: #640049;
}

p { margin: 0 0 1em 0; }

p.heading_top {
	text-transform: capitalize;
	color: #69B11D;
	font-size: 1em;
	margin-bottom: 0;
	font-weight: bold;
}

.colwrap-right ul, .colwrap-right ul, ol{
	margin: 0 0 1em 0;
	padding: 0 0 0 10px;
}

.colwrap-right ul li a:link, .colwrap-right ul li a:visited {
	color: #69B11D;
	font-weight: normal;
} 

.colwrap-right ul li, .colwrap-right ul li {
	background: url(../images/green_dot.gif) 0 5px no-repeat;
	list-style: none;
	padding-left: 13px;
} 

.colwrap-right ul ul, .colwrap-right ol ol { margin-bottom: 0; }

.hide { display: none; }

h2 {
	margin: 0 0 0.5em 0;
	font-size: 1.5em;
	color: #64004D;
	font-weight: normal;
	line-height: 1.2em;
}

	#feature2 h2 { /* main template headings */
		margin: 0 0 0 223px;
		line-height: 37px;
		color: #000;
		font-size: 1.1em;
	}
	
	h2 a:hover {
		text-decoration: none;
	}
	
h3 {
	font-size: 1em;
	margin: 0 0 0.5em 0;
	color: #640049;
}

	#col-left h3 {
		background: url(../images/heading_icon_green.gif.gif) 0 2px no-repeat;
		padding-left: 20px;
	}
	
	#col-right h3 {
		background: url(../images/heading_icon1.gif.gif) 0 2px no-repeat;
		padding-left: 20px;
	}

h4 {
	font-size: 1.0em;
	margin: 0 0 0.4em 0;
	color: #640049;
}

	#col-left h4 {
		background: url(../images/arrow1.gif) 0 15px no-repeat;
		padding-left: 15px;
		color: #fff;
		padding-top: 0.9em;
	}
	
	#col-left h4 a:link, #col-left h4 a:visited{
		color: #fff;
	}

.imgRight {
	float: right;
	margin: 0 0 10px 20px;
}

.imgLeft {
	float: left;
	margin: 0 20px 10px 0;
}

.colwrap-right img { 
	border: 1px solid #ccc;
	margin-bottom: 1em;
}

#col-left .padding { padding: 20px 13px 20px 30px; }
#col-center .padding, #col-right .padding { padding: 20px 25px 20px 25px; }
.colwrap-right .padding { padding: 20px 25px 20px 25px; }

.emphasis {
	font-size: 1.1em;
	font-weight: bold;
}

.quote {
	font-size: 1.2em;
}

.clear {clear: both;}

/*** Messages ***/

div.error {
	width: 100%;
	height: 22px;
	background: #FF6666 url(../images/error.gif) 10px 8px no-repeat;
	position: absolute;
	color: #fff;
	padding-top: 8px;
	font: bold 10px Verdana, Helvetica, sans-serif;
	border-bottom: 1px solid #fff;
	z-index: 200;
}

/*** Forms ***/

form {
	margin: .5em 2em;
	font-size: 1.1em;
}

input, select, textarea {
	margin-left: .5em;
}

fieldset {
	margin: 1em 0;
	padding: .3em 1em;
}

fieldset br { display: none; }

legend {
	font-weight: bold;
}

fieldset div {
	clear: both;
	margin: .3em 0;
	position: relative;
}

fieldset div span {
	display: none;
}

fieldset div:hover span {
	font-size: 85%;
	background-color: #fff;
	margin-left: 20em;
	line-height: 1.3em;
	padding: .2em .5em .3em;
	border: 1px solid #999;
	color: #666;
	display: block;
	position: absolute;
	z-index: 100;
	float: right;
}

* html fieldset div span {
	display: none;
}

label, fieldset div.cr p {
	margin: 0;
	display: block;
	width: 10em;
	text-align: left;
	float: left;
	font-size: 0.9em;
}

fieldset div.cr p { margin-left: -10em; }

div.cr {
	margin-left: 9em;
}

fieldset div.cr label {
	text-align: left;
	display: inline;
	float: none;
}

.mandat { color: #ff0000; }

.mandat:after { content: "*"; }

.buttons { margin: 1em 0 0 9em; }

.removed { display: none !important; }

/*** Tables ***/

table, th, td { border: none; }