body {
	font-family: Trebuchet MS,Trebuchet, verdana, arial, helvetica, sans-serif;
	background-color: #191919 ;
	color: white;
	font-size: 105%;
}

/* http://www.positioniseverything.net/explorer/ie-listbug.html */
ul {
	position: relative;
}


/*
h1 {
	font-size: large;
	font-style: normal;
}*/

h2 {
	text-align:left;
	font-style: normal;
	font-size: 120%;
	margin:0;
	
}
/*
h3, h4, h5 {
	font-style: normal;
	font-size:100%;
	text-align:center;
}
*/





.container {
	padding: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	text-align: center;
	margin-left: 1%;
	margin-right: 1%;
/*	border: 1px solid #fff;*/

}

#banner {
	clear: both;
	margin:0px 0px 0px 0px;
/*	background: #101010 url("./pic/NordKeys.jpg") no-repeat;*/
	background: /*#191919*/#191919 url("./pic/NordKeys.jpg") no-repeat;
	color:white;
	text-align: center;
	padding-bottom: 0px;
	padding-top: 0px;
	height: 100px;
	border-bottom: 1px solid #dddddd;
}

#banner h1 {
	margin: 0px;
	font-family: Arial Black,  Arial, Geneva, Tahoma, Verdana,  Helvetica, sans-serif;
	color: #EEEEEE;
	text-align: left;
	padding-top: 0px;
	padding-bottom: 0px;
	font-variant: small-caps;
	padding-left: 67px;
 	font-size: 30px; 
	font-style: normal;
	/*border: 1px solid; */
}



div.social_media {
	float:right;
/* 	border: 1px solid orange;	 */
	padding:0;
	margin:0;
	padding-top:16px;
	display:block;
	width: 220px;
}

div.social_media ul {
	list-style: none;
	list-style-type:none;
	padding:0;
	margin: 0;
	
}

div.social_media li {
	padding:0;
	margin:0;
	display: inline;
/* 	float:left; */
}

/* div.social_media ul li img { */
/* 	width: 20px; */
/* } */


/* ---- Navigation ---- */
#navigation {
	padding:5px 0px 5px 0px;
/*	background-color: #191919;*/
/*	background-color: aqua;*/
	text-align: center;
/*	border-bottom: 2px solid #7A7A83; */
	margin-bottom: 0px;
	position: relative;
	bottom: 30px;  
}

#navigation ul {
	position:relative;
	margin:0 0 0 0;
	list-style-type:none;
	padding: 0px;
	/*border: 2px solid;*/
}
#navigation li {
	display: inline;
	margin: 0;
	padding:4px 2px 4px 2px;
	/*border: 2px solid;*/
}
#navigation A {
	text-decoration:none;
	color: #66CCFF;
/*	color:#99ccff;  */
	padding-left:10px;
	padding-right:10px;
	padding-top: 2px;
	padding-bottom: 2px;
	
	/*
	border-left:1px solid;
	border-right:1px solid;
	border-color:  #ababab;
	text-decoration:underline;
	*/
}
#navigation A:link {
}
#navigation A:visited {
}
#navigation A:hover {
	color: #2d5b74; 
	text-decoration:underline;
/*
	color:99ccff; 
	text-decoration:none;
	background-color:white;
	border-left:1px solid;
	border-right:1px solid;
	border-color:  black;
*/	
}
			 

.content {
	text-align: left;
/*	background: #191919 url("./pic/BillatBaggotInnGrey.jpg") no-repeat;*/
	background: #191919 ;/*url("./pic/BillSitting300.jpg") no-repeat;*/
	color: white;
	left: 0px;
	top: 0px;
	padding: 0px;
	margin: 0px;
	font-size:80%;
	/*	border: 1px solid orange;*/
}


/* This height selector is needed due to IE bugs */
/* See http://www.positioniseverything.net/articles/hollyhack.html */

/* Hides from IE5-mac \*/
* html .content {height: 1%;}
/* End hide from IE5-mac */ 

.content ul{
	position: relative;
	list-style-type:none;
	font-style:normal;
	font-weight:normal;
	border: none;
	padding-left:3px;

}
.content li {
	padding-top:7px;
	padding-bottom:7px;
	list-style-type: disc;
}

A:link, A:visited {
	text-decoration:none;
	color: #66CCFF;
}

A:hover {
	color:#2d5b74; 
	text-decoration:underline;
}

a.icon img {
	width:18px;
	height:18px;
	border-width: 0px;
}



/* Use div box on the right to force content box to have a min weight. 
	http://www.greywyvern.com/code/min-height-hack.html*/
.prop {
	float:right; width:1px; height:340px; 
/*	border: 1px solid white;    */
}

/* this box forces the bottom down on netscape browsers */
.footer {
	border-color: #fbfff8;
	clear:both;
	min-height:1px;
	font-size:x-small;
	text-align: center;
	margin-top:20px;
	margin-left:10%;
	margin-right:10%;
	padding-top: 10px;
	padding-bottom: 10px;

	border:none;
	border-top: 1px solid;
}

#mailinglist{
/* 	float: right; */
/* 	width:60%; */
	text-align: left;
/* 	background: #191919; */
/* 	color: white; */
	left: 0px;
	top: 0px;
	padding-top: 5px;
	padding-left: 20%;
	padding-right: 20%;
	margin: 0px 0px 0px 0px;
/*	border: 1px solid yellow; */
/*	display: none;	*/  
}

       	        

/* ----------- Stuff for php list ------------ */
 .email  {
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-style : normal;
	color : blue;
	text-decoration : none;
}

.address  {
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-style : normal;
	color : white;
	text-decoration : none;
}

.listitem  {
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-style : normal;
	color : white;
	text-decoration : none;
}

.attributename  {
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-style : normal;
	color : white;
	text-decoration : none;
}

.attributeinput  {
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-style : normal;
	color : #0a0a0a;
	text-decoration : none;
}


.required {
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-style : normal;
	color : red;
	text-decoration : none;
}

.missing {
	font-size : 14px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-style : normal;
	color : red;
}

.error  {
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-style : normal;
	color : red;
	text-decoration : none;
}

.info  {
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-style : normal;
	color : magenta;
	text-decoration : none;
}

#party_page {
	font-size:75%;
/* 	width: 740px; */
	padding-left: 12%;  
	padding-right:12%;  
/*  	border: 1px solid yellow;      */
	text-align: left;
}
#party_header h2 {
	text-align: center;
/* 	border: 1px solid red;  */
	margin: 0 0 0 0 ;
	margin-bottom: 7px;
}

#party_header p {
/* 	font-size:90%; */
 	margin-top: 0;

	padding-left: 0em;
/*  	border: 1px solid blue;      */
}

#party_body h3 {
	text-align: left;
/* 	border: 1px solid red;  */
	margin-top: 21px;

	margin-bottom: 7px;
}

#party_body p {
	text-align: left;
	margin: 0 0 0 0 ;
	padding-left: 1.5em;
	padding-right: 3em;	
/*  	border: 1px solid blue;      */
}
#party_body table {
	width: 100%;
}
#party_body tr {
	vertical-align: top;
}
#party_body td {
	width:50%;
/*  	border: 1px solid orange;     	 */
}
#party_body ol {
/*  	border: 1px solid green;     	 */
 	margin-top: 0;
}




div.press_quote {

	margin: 0;
	margin-left:2em;
	margin-right: 2em;
	font-style: italic;
	font-size: .875em;
}

.press_quote div.quote {
	padding-bottom: .5em;
}

.press_quote div.author {
	font-size: .875em;
	display: inline;
	margin-left: 5em;

}

.press_quote div.author:after {
	content: " - ";
}

.press_quote div.publisher {
	font-size: .875em;
	font-weight: bold;
	display: inline;
}


ul.bio {
	padding:0;
	padding-left:3em;
	margin:0;

}
ul.bio li {
	padding:0;
	margin:0;

}



