/* RESET */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {  
	margin:0; 
	padding:0; 
} 
table { 
	border-collapse:collapse; 
	border-spacing:0; 
} 
fieldset,img {  
	border:0; 
} 
address,caption,cite,code,dfn,em,strong,th,var { 
	font-style:normal; 
	font-weight:normal; 
} 
ol,ul { 
	list-style:none; 
} 
caption,th { 
	text-align:left; 
} 
h1,h2,h3,h4,h5,h6 { 
	font-size:100%; 
	font-weight:normal; 
} 
q:before,q:after { 
	content:''; 
} 
abbr,acronym {
	border:0; 
}
/*---------- END RESET ----------*/


/*-------------------------------------------+
|                                            |
|            MAIN STRUCTURE STYLES           |
|                                            |
+-------------------------------------------*/
html{
	font-size:100%;
	min-height:101%;
}
body{
	font-size:62.5%;
	font-family: Verdana, serif;
	color:#333;
	background: #ede7e9 url('images/newspaperBG.jpg') no-repeat top center;
	padding:0 1em;
	text-align: center;
}
#wrapper{
	width:760px;
	padding-top: 11em;
	margin: auto;
}
#header{
	width:760px;
	padding-top:1.5em;
	margin-bottom:1em;
	text-align: center;
}
/*NAVIGATION
-------------------------------------------------------- */
#nav{
	font-size:1.8em;
}
#nav a{
	text-transform: uppercase;
	color:#333;
}
#nav a:hover{
	text-decoration:none;
	color:#663300;
}

#nav a:visited { color: #537DA3; }

#nav span{
	float:right;
	margin-top:-1.2em;
}
/*FOOTER NAVIGATION
-------------------------------------------------------- */
#footer{
	padding-top: 50px;
	}

#footer-links{
	margin-top: 50px;
	background: transparent url('images/footerBG.gif') no-repeat top center;
	font-size: 1em;
	padding-top: 1.5em;
	padding-bottom: 0.5em;
	text-align: center;
	}
#footer-links a{
	color:#663300;
	text-transform: uppercase;
	font-weight: normal;
	}
/*GRIDS
-------------------------------------------------------- */
/* Set styles common among all grids - all grid divs must be assigned this class */
.generic{
	text-align: left;
	border-top:0.5em solid #537DA3; /* The border at the top of each grid */
	float:left;
	padding-top:1em;
	margin-bottom:2em;
}

.scrolling{
	height: 39em; 
	overflow:auto;
	}
	
.head{
	border-top:0; /* The border at the top of each grid */
	float:left;
	padding-top:0;
	margin-bottom:0;
}

/* Sets styles for any 'start' grids - this class MUST be given to a grid that is the first in a horizontal series */
.break{
	clear:both;
}
/* Sets styles for any 'end' grids - this class MUST be given to a grid that is the last in a horizontal series */
.end{
	margin-left:0 !important;
	margin-right:0 !important;
}
/* 180px */
.oneeighty{
	width:180px;
	margin-right:20px;
}
/* 560px */
.sevenhun{
	width:560px;
	margin-right:20px;
}

/* 220px */
.twoeighty{
	width:220px;
	margin-right:20px;
}
/* 520px */
.sixforty{
	width:520px;
	margin-right:20px;
}
/* 290px */
.twoninety{
	width:290px;
	margin-right:20px;
}
/* 205px */
.twozerofive{
	width:200px;
	margin-right:20px;
}
/* 450px */
.fourfifty{
	width:450px;
	margin-right:20px;
}
/* 400px */
.fourhun{
	width:400px;
	margin-right:20px;
}
/* 460px */
.foursixty{
	width:460px;
	margin-right:20px;
}
/* 520px */
.fivetwenty{
	width:520px;
	margin-right:20px;
}
/* 760px */
.sevensixty{
	width:760px;
	margin-right:20px;
}
/* 820px */
.eighttwenty{
	width:820px;
	margin-right:20px;
}
/* 880px */
.eighteighty{
	width:880px;
	margin-right:20px;
}
/* 760px */
.sevensixty{
	width:760px;
}
/*-------------------------------------------+
|                                            |
|                FONT STYLES                 |
|                                            |
+-------------------------------------------*/
/*PARAGRAPHS
-------------------------------------------------------- */
.generic p{
	font-size:1.2em;
	line-height:1.5em;
	margin-bottom:1.5em;
}
/* Styles an introductory paragraph, similar to newspapers. Assign this class to the first paragraph in an article */
p.first:first-line{
	font-variant:small-caps;
}
/* Styles a drop cap on each paragraph with this class */
p.drop:first-letter{
	background-color: transparent;
	float:left;
	font-size:3em;
	margin-right:0.1em;
}

p.second{
}

p.third{
}

span.presenter {
	font-size:1.2em;
	line-height:1.5em;
	font-style: italic;
	}

span.presenter a { color: #663300; }
span.presenter a:hover { color: #000; text-decoration: none; }

/*HEADINGS
-------------------------------------------------------- */
h1{
	color:#000;
	font-size:5em;
	margin-top:0.3em;
	margin-bottom:0.1em;
	font-variant:small-caps;
	line-height:1.2em;
	font-weight: bold;
	}
	
h1#mastHead {
	background: url('images/mastHead.gif') no-repeat top right;
	width: 9760px;
	height: 164px;
	margin: 0.3em 0 0.1em -9000px;
	}
	
#mastHead.small {
	width: 760px;
	height: 53px;
	background-image: url('images/mastHead_small.gif');
	}
	
h2{
	color:#000;
	font-size:2em;
	margin-bottom:0.9em;
	line-height:0.9em;
	text-transform: uppercase;
}
h3{
	color:#000;
	font-size:1.5em;
	margin-bottom:1.2em;
	line-height:1.2em;
	font-variant:small-caps;
}
h4{
	color:#000;
	font-size:1.2em;
	margin-bottom:1.5em;
	line-height:1.5em;
	font-variant:small-caps;
}
h5{
	color:#000;
	font-size:1em;
	margin-bottom:1.8em;
	line-height:1.8em;
	font-variant:small-caps;
}
h6{
	color:#000;
	font-size:1em;
	margin-bottom:1.8em;
	line-height:1.8em;
}
/*LINKS
-------------------------------------------------------- */
p a{
	color:#333;
}
p a:hover{
	text-decoration:none;
}

p a:visited { color: #537DA3; }

h1 a{
	color:#000;
}
h1 a:hover{
	text-decoration:none;
	color:#663300;
}


li a{
	color:#333;
}
li a:hover{
	text-decoration:none;
	color:#663300;
}

li a:visited { color: #537DA3; }

#intro a{
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	}

#intro a:hover{
	text-decoration: underline;
	}

p.content a{
	text-decoration: none;
	border-bottom: 1px dotted #333;
	}

p.content a:hover{
	text-decoration: none;
	border-bottom: none;
	}

p.content a:visited { color: #537DA3; }
	
/*ALL THE TRIMMINGS
-------------------------------------------------------- */
#intro {
	font-family: verdana, sans-serif;
	background-color: #537DA3;
	color: #fff;}

#intro p{
	letter-spacing: 0.2em;
	}

#attendeeInfo{
	font-family: Arial, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	color: #663300;
	}

#attendeeInfo a{
	color: #663300;
	font-weight: bold;
	border-bottom: 1px dotted #663300;
	text-decoration: none;
	}

#attendeeInfo a:hover{
	border-bottom: 1px solid #663300;
	text-decoration: none;
	}

blockquote p{
	font-size:1.2em!important;
	line-height:1.5em!important;
	margin-bottom:1.5em!important;
	font-style:italic;
	font-weight:bold;
}
blockquote p cite{
	font-style:normal;
}
.generic strong{
	font-variant:small-caps;
}
.generic em{
	font-style:italic;
	font-weight:inherit;
}

abbr{
	border-bottom:1px dotted #666;
	border-color:inherit;
	cursor:help;
}
.clear{
	clear:both;
}
.right-float{ /* Float any item to the right */
	float:right;
	margin-left:2em;
	margin-right:0;
}
.left-float{ /* Float any item to the left */
	float:left;
	margin-right:2em;
	margin-left:0;
}

.vessel {
	font-style: italic;
	}

.mediaTitle{
	font-style: italic;
	}

/*-------------------------------------------+
|                                            |
|               IMAGE STYLES                 |
|                                            |
+-------------------------------------------*/
img{
	font-size:1em;
}
img.front-img{ /* Float any image to the LEFT and give it some margin */
	font-size:1em;
	float:left;
	width: 28em;
	padding:0.4em;
	border:0.1em solid #ccc;
	margin-bottom:0;
	margin-right:0;
	margin-top:0.3em;
	background: #eee;
}
img.left-img{ /* Float any image to the LEFT and give it some margin */
	font-size:1em;
	float:left;
	padding:4px;
	border:1px solid #ccc;
	margin-bottom:1.8em;
	margin-right:2em;
	margin-top:0.3em;
}
img.right-img{ /* Float any image to the RIGHT and give it some margin */
	font-size:1em;
	float:right;
	padding:4px;
	border:1px solid #ccc;
	margin-bottom:1.8em;
	margin-left:2em;
	margin-top:0.3em;
}
/*CONTACT FORM STYLES
-------------------------------------------------------- */
#contact-form{
	}
#contact-form label{
	margin-top:0.6em;
}
#name, #ijujld-ijujld, #url, #location{
	width:16em;
	height:20px;
	padding:3px;
	padding-top:5px;
	border:2px solid #537DA3;
	margin-bottom:18px;
	background:#fff !important;
}	
#comments{
	width:43.8em;
	height:10em;
	padding:3px;
	border:2px solid #666;
	margin-bottom:18px;
	overflow:auto;
	background:#fff !important;
}
#name:active, #ijujld-ijujld:active, #url:active, #location:active, #comments:active, #submit:active, #name:focus, #ijujld-ijujld:focus, #url:focus, #location:focus, #comments:focus, #submit:focus{
	border:2px solid #000;
}
#submit{
	clear:both;
	padding:5px;
	border:2px solid #537DA3;
	background:#fff !important;
	cursor:pointer;
	margin-left:0;
	margin-bottom:18px;
}
#reset{
	clear:both;
	padding:3px;
	border:none;
	background:#f00 !important;
	cursor:pointer;
	float:right;
	color:#fff;
	margin-top:-28px;
}
/*-------------------------------------------+
|                                            |
|                LIST STYLES                 |
|                                            |
+-------------------------------------------*/
ul{
	margin-bottom:1.8em;
	list-style-image: url('images/bullet.png');
	list-style-position: inside;
}
ul li{
	font-size:1.2em;
	line-height:1.5em;
}
ul li.caption{ /* Apply this class to the first list item in a list to give it a caption */
	font-variant:small-caps;
	list-style-type:none;
	list-style:none;
}
li > ul, li > ol{
	margin-bottom:0;
	margin-left:5em;
}
li > ul li, li > ol li{
	font-size:1em;
}
ol{
	margin-bottom:1.8em;
	list-style:decimal inside;
}
ol li{
	font-size:1.2em;
	line-height:1.5em;
}

/*-------------------------------------------+
|                                            |
|               TABLE STYLES                 |
|                                            |
+-------------------------------------------*/

table {
	text-align: center;
	}

caption{
	text-align: center;
	color:#000;
	font-size:2em;
	margin-bottom:0.9em;
	line-height:0.9em;
	text-transform: uppercase;
	}

#c1{ width: 10%; background: #b2aeb0; }
#c2{ width: 30%; background: #f6f1f3; }
#c3{ width: 30%; }
#c4{ width: 30%; background: #f6f1f3; }

th { 
	background: #537da3;
	text-align: center;
}

th h3 { 	
	font-weight: bold;
	color: #fff;
	}

.showBreak { background: #b2aeb0; font-weight: bold; line-height: 3em; }

tr { border-bottom: 1px solid #EDE7E9; }

table .presenter a {
	color: #663300;
	}

table .presenter a:hover {
	color: #000;
	text-decoration: none;
	}
	
table .presenter a:visited { color: #537DA3; }
	
table h4 a {
	font-weight: bold;
	color: #000;
	text-decoration: none;
	}

table h4 a:hover {
	color: #663300;
	text-decoration: underline;
	}
	
table h4 a:visited { color: #537DA3; }