/*This is the core style sheet of the DUP part of the site*/
/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td 
{ margin : 0; padding : 0; }

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 { font-size : 100%; font-weight: normal }

/* Removes list-style from lists */
ol,ul { list-style : none; }

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var
{ font-style : normal; font-weight : normal; }

/* Removes list-style from lists */
table { border-collapse : collapse; border-spacing : 0; }

/* Removes border from fieldset and img */
fieldset,img { border : 0; }

/* Left-aligns text in caption and th */
caption,th { text-align : left; }

/* Removes quotation marks from q */
q:before, q:after { content :''; }

/* /////////////// basic elements /////////////// */
body {
	direction: ltr;
	background-color: #a61e08;
	font-family: Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
}

#content {
	position: relative;
	width: 800px;
	color: #651305;
	text-align: left;
	background-image: url(pics/backg_dup.jpg);
	margin: 5px auto;
	border-right: 3px ridge #999999;
	border-left: 3px outset #999999;
}

#header {
	height: 100px;
	text-align: center;
	margin: 0;
	padding: 0.8em;
	background: #e3b117 url(pics/header_logo_dup.gif);
	border-bottom: 4px solid #960032;
}

#navbar {
	float: left;
	width: 132px;
	margin: 0;
	padding: 0;
	text-align: left;
	font-weight: bold;
	font-size: 0.6em;
	text-decoration: none;
}
	
#mailingbox {
	border: 1px solid #960032;
	width: 120px;
	margin: 0 auto;
}

#box2head {
	padding: 2px 0 2px 0;
	background: #651305;
	font-size: 1em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #fff;
	font-weight: bold;
}

#box2 {
	padding: 9px 5px;
	background-color: #fbd894;
	font-size: 1.1em;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}
#navbar ul {
	margin: 0;
	padding: 0;
	line-height: 1.7em;
}

#navbar ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#navbar ul li a:link, #navbar ul li a:visited {
	display: block;
	text-decoration: none;
	font-weight: bold;
}

#navbar ul li a:hover { }

#middle {
	margin: 10px 0 0 135px;
	padding: 0 50px 0 50px;
	background: transparent;
	font-size: 80%;
	line-height: 1.6em;
	text-align: justify;
}


#right {
	float: right;
	width: 150px;
	margin: 0;
	padding: 0;
	text-align: left;
	font-size: 0.7em;
}


#rightevents {
	float: right;
	width: 375px;
	margin: 80px 0 0 0px;
	padding: 0 50px 0 20px;
	font-size: 80%;
	line-height: 1.6em;
	text-align: justify;
}

#middleevents {
	margin: 0 380px 0 135px;
	padding: 0 0px 0 50px;
	background: transparent;
	font-size: 80%;
	line-height: 1.6em;
	text-align: justify;
}

#main1 {
	margin: 0;
	padding: 0;
}

#main2 {
	margin:0;
	padding:0; 
}


/* Footer */
#footer {
	clear: both;
	background: #f6e6b6;
	font-size: 0.8em;
	margin: 0 0px 0px 0px;	
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
	border-top: 1px solid #ddd;
	padding-top: 5px;
	padding-bottom: 5px;
}



h1,h2,h3,h4 {
	margin: 0.2em 0
}

h1, h2{
	margin: 10px 0 0 -2000px;
	padding: 0;
	text-align: center;
	font-family: "Accent SF","Elementary SF Black","Chanson Heavy SF",sans-serif;
	line-height: 1.0em;
}
h1 {font-size: 2.5em;}
h2 {font-size: 1.5em;}

h3 {
	font-size: 1.7em;
	font-weight: bold;
}

h4 {
	color: #e3b117;
	font-size: 1.2em;
	font-weight: bold;
}

h5 {
	font-size: 1.2em;
	font-style: italic;
}

h6 {
	font-size: 1.2em;
	color: #000;
	font-weight: bold;
}

p {
	margin: 0.5em 0;
	text-align: justify;
}






/* Links */
a {text-decoration: none; } 
a:link {color: #0033cc; }
a:visited {color: #81b; }
a:active {color: #4682b4; }
a:hover {color: #9999ff; }




/* Classes */
.eventinfo {
	position: relative;
	top: -23px;
	display: block;
	margin-left: 170px;
}

.boxout {
	float: right;
	width: 250px;
	margin: 5px 14px;
	padding: 3px;
	border: 1px solid #000;
	background-color: #fbd894;
}
.boxoutright {
	float: right;
	width: 95%;
	margin: 50px 0 5px 10px;
	border: 1px dotted #960032;
	text-align: justify;
	padding: 10px;
	background: #f9e8ee;
}

.boxoutcentre {
	position: relative;
	width: 85%;
	margin: 50px auto 5px auto;
	border: 1px dotted #960032;
	text-align: justify;
	padding: 10px;
	background: #f9e8ee;
}

.boxpink {
	border: 1px solid #960032;
	padding: 3px;
	background: #f1cfdc;
	text-align: center;
	margin: 10px 0px 2px 0px;
}

.boxpinkcentre {
	border: 1px solid #960032;
	padding: 3px;
	background: #f1cfdc;
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
	margin: 10px 0px 2px 0px;
}

.boxwhite {
	border: 1px solid #ddd;
	padding: 0 5px 0px 6px;
	background: #fff;
	text-align: center;
	margin: 12px 0px 2px 0px;
}

.boxcream {
	border: 1px dotted #000;
	padding: 15px 3px 10px 3px;
	background: #f9eed5;
	text-align: left;
	margin: 10px 0px 2px 0px;
}
	
.boxcream li {
	line-height: 1.9em;
}

.boxclear {
	clear: both;
	padding: 8px 3px 8px 3px;
	background: transparent;
	text-align: left;
}

.box4 { 
	margin: 0 auto;
	width: 104px;
	border: 1px solid #960032;
	padding: 3px;
	background-color: #f1cfdc;
	text-align: center;
}
.leftclearbox {
	margin-left: 0px;
	padding: 3px;
	border: 1px solid #004300;
	background-color: #f0f0e2;
	text-align: center;
	font-size: 1.2em;
}
.italic {
font-style: italic;
}

.bold {
font-weight: bold;	
}

em {
	font-weight: bold;
	color: #f00;
}

.button {
	padding: 2px;
	background-color: #f1cfdc;
	text-align: left;
	border: 1px solid Red;
}

.small {
	font-size: 0.8em;
}

.larger {
	font-size: larger;
}

.grey {
	padding: 0 2px 0 2px;
	background: #ccc;
	color: #333;
	text-align: left;
	font-size: 0.7em;
}

.red {
	color: red;
}

.copy {	text-align: center;	font-size:80%; }

.flashing {
	padding: 0 2px 0 2px;
	background: #c00;
	color: #000;
	text-align: left;
	font-size: 0.7em;
	background-image: url(pics/red_blink.gif);
	background-repeat: repeat;
}

.center {
	text-align: center;
}

.right {
	margin: 10px 0 5px auto;
	float: right;
	padding: 1px;
}

.left {
	margin: 10px auto 5px 0;
	float: left;
	padding: 1px;
}

.caption {
	font-size: 85%;
	font-family: Verdana, Arial, sans-serif;
	text-align: center;
	padding-top: 4px;
}

.caption300 {
	width: 300px;
	font-size: 85%;
	font-family: Verdana, Arial, sans-serif;
	text-align: justify;
	padding-top: 6px;
}
.dashedline{
	border-bottom:
	dashed 2px #960032;
	width: 70%;
	margin:15px 0 15px 15%;
}

img.right {
	float: right;
	margin: 5px 0 5px 10px;
	border: 1px solid #999;	
}

img.left {
	float: left;
	margin: 5px	10px 5px 0;
	border: 1px solid #999;	
}

.imgrightnobdr {
	float: right;
	margin: 5px 0 5px 10px;
}

.imgleftnobdr {
	float: left;
	margin: 5px	10px 5px 0;
}
.imglefticon {
	float: left;
	margin: 0px 5px 0 3px;
}

img.logo {
	position: relative;
	top: -10px;
	left: -20px;
	z-index: 1;
}

img.flag {
	position: relative;
	top: -15px;
	right: -150px;
	z-index: 1;
}

.imgq {
	float: left;
	position: relative;
	top: 13px;
	margin: 0 1px 0 0;
}
.q {
	float: left;
	margin: 0 5px 0 0;
}
.column-in {
	margin: 0;
	padding: 0.5em 0.5em;
}

.leftnav {
	text-align: center;
}

.cleaner {
	clear:both;
	height:10px;
	font-size:1px;
	border: none;
	margin:0;
	padding:0;
	background: transparent;
}

.table { }

.tdleft {
	float: left;
	width: 180px;
	padding: 8px 20px 10px 8px;
	text-align: left;
}

.tdright {
	margin-left: 210px;
	padding: 8px 20px 10px 8px;
	text-align: left;
}

.content_l50 { /* main textual content area (left box) */
	margin:0 auto;
	padding:0px;
	display:inline;
	float:left;
	width:48%;
}


.content_r50 { /* main textual content area (right box) */
	margin:0 auto;
	padding:0px;
	display:inline;
	float:right;
	width:48%;
}
.content_l30 { /* main textual content area (left box) */
	margin:0 auto;
	padding:0px;
	display:inline;
	float:left;
	width:28%;
}


.content_r70 { /* main textual content area (right box) */
	margin:0 auto;
	padding:0px;
	display:inline;
	float:right;
	width:68%;
}

.content_full { /* main textual content area (spans both left & right boxes) */
	margin:0 auto;
	padding:0px;
	display:inline;
	float:right;
	width:100%;
}

#tabs {
  float: left;
  width:100%;
  background:#fff url("pics/bgtab.jpg") repeat-x bottom;
  font-size:93%;
  line-height:normal;
  }
#tabs ul {
  margin:0;
  padding:10px 10px 0;
  list-style:none;
  }
#tabs li {
  float:left;
  background:url("pics/left.gif") no-repeat left top;
  margin:0;
  padding:0 0 0 9px;
  }
#tabs a {
  float:left;
  display:block;
  background:url("pics/right.gif") no-repeat right top;
  padding:5px 15px 4px 6px;
  text-decoration:none;
  font-weight:bold;
  color:#765;
  }
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#tabs a {float:none;}
/* End IE5-Mac hack */
#tabs a:hover {
  color:#333;
  }
#tabs #current {
  background-image:url("pics/left_on.gif");
  }
#tabs #current a {
  background-image:url("pics/right_on.gif");
  color:#333;
  padding-bottom:5px;
  }

