/* FileName : banjofrog.css
Modification History: 
Date Modified        By                Description
========================================================================================
2009-05-14      Chris Allan     Created.

========================================================================================
 */
/*------------------------ Initialize ----------------------------*/
/* 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%; }

/* 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 :''; }
/*----------------------------------------------------------------*/
a.one:link    {color: #9a3b1f}  /* unvisited link #FF0000*/
a.one:visited {color: #400000}  /* visited link */
a.one:hover   {color:red; }             /* mouse over link */
a.one:active  {color: #000FFF}  /* selected link */

a.two:link    {color: #9a3b1f}  /* unvisited link #FF0000*/
a.two:visited {color: #9a3b1f}  /* visited link */
a.two:hover   {color: red; font-size: 110%}   /* mouse over link */
a.two:active  {color: #000FFF}  /* selected link */

a.zoom:hover img {
	width: 80%;
	z-index: 100;
}
/*----------------------------------------------------------------*/
/* =html */
html    { text-align : left;  
        font-family: "Times New Roman", Arial, Verdana, sans-serif, "Trebuchet MS", "Lucida Sans Unicode"; 
}
/*----------------------------------------------------------------*/
/* =body */
body {
        position : relative; 
        width : 950px; 
        margin : 0 auto; 
        text-align:center; 
        color : #333;
        background-image:url('../images/parchment.jpg');
        background-attachment:fixed;
        background-position:left;
}
/*----------------------------------------------------------------*/
/* =Content */
#Content {
        position: relative;
        /*text-align: center; */
        padding: 15px;
        width: 950px;
        /*background-color: beige;*/
}
/*----------------------------------------------------------------*/
/* =Header */
div#Header {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
}

h1 {
	font-size: 200%;
	padding-bottom: 0.7em;
}
/*----------------------------------------------------------------*/
/* =List */
div#List {
        position: relative;
        height: 21em;
        padding: 10px;
        width: 100%;
        font-size: 100%;
        text-align: left;
}
/*----------------------------------------------------------------*/
dl.table-display {
	margin: 2em 0 0 0;
	padding: 0 0 0 0;
}

.table-display dt {
	width: 12em;
	float: left;
	margin-left: 0em;
	padding: 0.5em 0 0 0;
	border-top: 1px solid #999;
	font-weight: bold;
}

/* commented backslash hack for mac-ie5 \*/
dt { clear: both; }
/* end hack */

.table-display dd {
	float: right;
	width: 43em;
	margin-right: 20px;
	padding: 0.5em 0 0 0;
	border-top: 1px solid #999;
}
/*----------------------------------------------------------------*/
/* =More */
div#More {
        position: relative;
        text-align: center; 
        font-size: 100%;
}
/* =More p */
div#More p {
	margin-top: 25px;
}

/*----------------------------------------------------------------*/
/* =Foot */
div#Foot {
        position: relative;
        text-align: left; 
        font-size: 100%;
}

/* =div#Foot p img */
div#Foot p img {
        vertical-align:middle;
}

/*----------------------------------------------------------------*/
/* =Arrow */
.Arrow {
	position: relative;
	top: 1em;
}
/*----------------------------------------------------------------*/
/* =Navigation */
div#Navigation {
	font-family: "Comic Sans MS", "Times New Roman", Arial, Verdana, sans-serif, "Trebuchet MS", "Lucida Sans Unicode";
	color: #400000;
	font-size: 1em;
        text-align: center;
}
/* =ul */
div#Navigation ul {
        font-family: "Comic Sans MS", "Times New Roman", Arial, Verdana, sans-serif, "Trebuchet MS", "Lucida Sans Unicode";
        color: #400000;
        font-size: 1em;
}       
/* =li */
div#Navigation ul li {
	display: inline;
}
div#Navigation ul li a {
	margin-right: 10px;
	padding-right: 10px;
}
/* =Navigation ul li img*/
div#Navigation ul li img{
	top: 1px;
	left: 0px;
}
/*----------------------------------------------------------------*/
div#ContactUs {
	position: relative;
	top: -10px;
	left: -50px;
	width:950px;
	height: 40px;
	text-indent: -9999px;
	background: url('../images/contact_us_header.jpg') no-repeat;
}
/*----------------------------------------------------------------*/
/* =Contact */
div#Contact {
        position: relative;
}
/* =Contact p */
div#Contact p {
        font-family: "Times New Roman";
        font-size: 1em;
        font-style: italic;
        font-weight: bold;
        color: #400000;
        margin-bottom: 0.25em;
        text-align: center;
}
/*----------------------------------------------------------------*/
/* =p.floatright */
p.floatright {
	text-align: right;
	margin-top: -30px;
}
/*----------------------------------------------------------------*/
/*----------------------------------------------------------------*/
