/* CSS Document */

/*   Colours --------
white #fff
black #212125
blue #007cc0
red #c73426
*/


/* Eric Meyer Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* elements and typography */

body {
font-size:12px;
line-height: 16px;
font-family:'Lucida Sans Unicode','Lucida Sans', 'Lucida Grande',Sans-serif;
color:#333;
}

p,blockquote,pre,abbr,acronym,address,big,cite,code,del,dfn,dl,ol,ul {
margin-bottom: 16px;
}

h1, h2 {
	color: #000;
	font-family: Georgia, Times, “Times New Roman”, serif;
	letter-spacing: -1px;}


h1 {
	font-size: 28px;
	line-height: 32px;
	margin: 16px 0;}

h2 {
	font-size: 20px;
	line-height: 22px;
	margin: 5px 0;}
	
h3 {
	font-size: 14px;
	font-weight: 700;
	letter-spacing: -1px;
	line-height: 16px;
	margin: 5px 0;}
	
h4 {font-weight: 700;}	

a {
	color: #007cc0;
	text-decoration: underline;}
a:hover {
	text-decoration: none;}

strong {font-weight: 700;}
em {font-style: italic;}
big {font-size: 14px; line-height: 16px;}
small {font-size: 10px; line-height: 16px;}	
		
/* layout */
		
	
#container {
	margin: 0px auto ;
	position: relative;
	width: 860px;
	}
#wrap {
	background: #fff;
	float: left;
	overflow: hidden;
	width: 620px;
	}
	
#main {
	float: left;
	margin: 20px 20px 0 0;
	padding-bottom:  10px;
	width: 380px;
}

#main-wide {
	float: left;
	margin: 20px 0px 0 0;
	padding-bottom:  10px;
	width: 620px;}	

#side {
	width: 220px;
	float: left;
	margin: 20px 20px 0 0;
	position: relative;}

#side p#contact {
	text-align: center;
	font-weight: 700;
	color: #03c;
	margin-bottom:  30px;}

#news {
	float: left;
	margin-top: 20px;
	width: 220px;}


#logo {
	}


.announce {
	border-left: 5px solid #a92c20;
	border-bottom: 5px solid #a92c20;
	margin-bottom: 40px;
	padding: 0 0 5px 10px;
	}
h1.event {margin-left: 18px;}
h2.title {margin-bottom: 0;}
h3.date-loc {
	color: #a92c20;
		}
p.more {}

#navigation {
	color: #fff;
	margin: 0 0px;
	padding-left: 0;}

#navigation li {}
	
#navigation a {
	display: block;
	background-color: #c73426;
	border-left: 10px solid #9f2a1e;
	border-right: 10px solid #e7e7e7;
	color: #fff;
	margin-bottom: 1px;
	padding: 6px 20px;
	text-decoration: none;}
	
#navigation a:hover, #navigation li.active a {
	border-right-color: #e7e7e7;
	padding-left: 25px;	
	}	
	
#navigation a:hover, #navigation li.active a:hover {
	background: #D5675C;
	border-right-color: #D5675C;
/* 	color: #F8E6E4 */
}

#navigation li.active a {
	border-right-color: #c73426;
}

#navigation li.active a:hover {}	
	
#side .thumbs {margin: 40px 0;}	

#side .thumbs img {margin-bottom: 4px;}
	
#footer {
	border-top: 5px solid #a92c20;
	clear: both;
	color: #909092;
	margin: 30px 0 0 0;
	padding: 10px 0 10px 0;
	}
#footer ul {
	margin: 6px 0 0;
	padding: 0;}
#footer p {margin-bottom: 0;}
#footer li {
	display: inline;
	margin: 0;
	padding: 0;}
	
#footer li a {
	border-right: 1px solid #c5c5c5;}
	
#footer a {
	color: #909092;
	margin: 0 6px 0 0;
	padding: 0px 12px 0px 0px;
	text-decoration: none;}

#footer a:hover {
	color: #c5c5c5;}



.clear {
	clear: both;}

.img {
	border: 1px solid #ccc;
	margin: 0 9px 6px 0;
	padding: 1px;}

.imgLeft {
	border: 1px solid #ccc;
	float: left;
	margin: 0 9px 6px 0;
	padding: 1px;}
	
.imgRight {
	border: 1px solid #ccc;
	float: right;
	margin: 0 0 6px 9px;
	padding: 1px;}	
	
	
.rightContent {
	background: #f2f2f2;
	border: 1px solid #909092;
	padding: 1px;
	color: #212125;
	float: right;
	margin: 0 0 6px 18px;
	padding: 6px ;
	width: 184px}	


.rightContent img {
	border: 1px solid #909092;
	padding: 1px;}		
	
.rightContent p {
	margin-top: 0;}	
	
.rightContent ul {
	background: url(images/bg_rightContent-top.gif) 100% 0% no-repeat #fff;
	margin: 0 0 0 4px;
	padding: 18px 22px 0 0;}
	
	
	
.linkImage {
	border: none;
	float: right;
	margin: 0 0 6px 9px;
	padding: 1px;}	


.nowrap {white-space: nowrap;}

	
		
	
/*    FORMS    */

#formHolder {
	background: #e7e7e7;
	margin-bottom: 32px;
	padding: 15px 0;
	position: relative;
	width:  340px;}

#formHolder form {
	margin: 0 auto;
	width:  280px;}

#formHolder label {font-size: 14px;}

#formHolder fieldset {
	margin: 0;
	padding: 0;}

#formHolder input, #formHolder textarea {
	color: #666;
	font-size: 14px;
	font-weight: 700; 
	padding: 4px;}

#formHolder textarea {}


.wide {
width: 90%;}



#ntap {
	float: right;}

.menu {overflow: hidden}

.menu a {
background: url(images/full_page.png) 0 50% no-repeat;
float: left;
margin-right: 1em;
padding: 4px 0 4px 22px;}
