
/* CSS Document */
/*Copyright I-Span Networks - All Rights Reserved*/
/* Master */

body {
	color: #333333;
	font: small "lucida grande", "Geneva", "lucida sans unicode", verdana, helvetica, arial, sans-serif;
	margin: 0; /* zeroing out the margin and padding of the body element helps to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}

.indent1 {
         padding-left:40px;
}
h2 {
	margin: 0;
	padding: 10px 0 0 20px;
	font-size: 1.5em;
	color: #590307;
}

h3 {
	font-size: 1em;
	color: #333333;
}

a:link, a:visited {
	text-decoration: underline;
	font-weight: bold;
	color: #740907;
}

a:visited {
	text-decoration: underline;
	font-weight: bold;
	color: #740907;
}

a:hover {
	font-weight: bold;
	color: #333333;
}

/*this starts the basic form of the page and follows the XHTML code */

#wrapper {
	width: 760px; /*page width needs to be here and not in the body, otherwise the center tags below will not work*/
	margin: 0px auto; /*setting margin-left and margin-right to auto centers the container*/
	text-align: left; /*this offsets the center above used for IE 5* browsers */
	line-height: 130%;	
}

#hcont {
	width: 100%;
	margin: 0;
	padding: 0;
	background-image: url(../img/header.jpg);   /*  original is header.jpg  */
	background-repeat: no-repeat;
	overflow: auto;
}

#head {
	height: 135px;
	width: 760px;
	margin: 0;
	padding: 0;
}

#topbanner {   /*  added by JThompson */
	margin: 0;
	padding: 0;
	width: 760px;
	height: 34px;
    font-variant:small-caps;
    position:fixed;
    position:absolute;
    top:4px;
    text-align:center;
   /* left:240px; */
    font-weight:bold;
    color: #ff0000;
    font-size: 15px;
	font:"lucida grande", "Geneva", "lucida sans unicode", verdana, helvetica, arial, sans-serif;
	margin: 0; /* zeroing out the margin and padding of the body element helps to account for differing browser defaults */
	padding: 0;
}

#topnav {
	margin: 0;
	padding: 0;
	width: 740px;
	height: 40px;
}

#topnav ul {
	float: right;
	font-family:"lucida grande", "Geneva", "lucida sans unicode", verdana, helvetica, arial, sans-serif;
	font-size: .9em;
	list-style: none;
	margin: 0 0 0 20px;
	padding: 5px;
	
}

#topnav li {
	display: inline;
	
}

#topnav a:link, #topnav a:visited {
	padding: 0.4em 0.1em 0.3em 0.4em;     /*  Original padding: 0.4em 0.5em 0.4em 0.5em  */
	float: left;
	color: #420000;
	text-decoration: none;	
	text-align: center;
}

#topnav a:hover {
	background: none;
	color: #420000;
	text-decoration: underline;
}


#sidebar {
	float: left;
	height: auto;
	width: 200px;
	margin: 0;
	padding: 27px 0;
	background: transparent;
}

#sidebar .sidecont {/*this div is used to generate the side bar image and content - make sure both the h3 tag and the p tags are within this div */
	height: auto;
	width: 200px;
}

#sidebar .sidecont h3 {
	width: 200px;
	height: 45px;
	text-align: left;
	color: #FFFFFF;
	margin-top: 0;
	margin-bottom: 0;
	padding: 10px 0 0 15px;
	background-image: url(../img/sidecont_hdr.jpg);
	background-repeat: no-repeat;
}

#sidebar .sidecont p {
	text-align: left;
	color: #333333;
	margin: 0;
	padding: 5px 25px 10px 15px;
}

#sidebar .sidecont li {
	list-style-type: decimal;
	margin-top: 3px;
	margin-bottom: 3px;

}

#content {
	float: right;
	height: auto;
	width: auto;
	padding: 25px 10px 25px 0;
	background: none;
}

#content #conttop {
	width: 515px;
	height: 30px;
	margin: 0 0 0 5px;
	padding: 5px 0;
	background-image: url(../img/contbox_top.png);
	background-repeat: no-repeat;
}


#content #contmid {
	width: 481px;
	height: auto;
	margin: 0 0 0 5px;
	padding: 15px;
	border-top: 2px solid #E2D3D3;
	border-left: 2px solid #E2D3D3;
	border-right: 2px solid #E2D3D3;
}

#content #contbtm {
	width: 515px;
	height: 30px;
	margin: 0 0 0 5px;
	padding: 5px 0;
	background-image: url(../img/contbox_btm.png);
	background-repeat: no-repeat;
}

#footcont {
	width: 760px;
	height: 40px;
	

}

#footer {
	font-size:x-small;
	float: left;
	width: 200px;
	height: 40px;
	margin: 0;
	padding: 5px 0;		

}

#footer a:link, #footer a:visited {
	color: #333333;
	text-decoration: none;

}

#footer a:hover {
	color: #333333;
	text-decoration: none;
	
}

#btmnav {
	float: right;
	margin: 0;
	padding: 0;
	width: 560px;    /*  Original 540 px   */
	height: 40px;
}

#btmnav ul {
	font-family:"lucida grande", "Geneva", "lucida sans unicode", arial, helvetica, verdana, sans-serif;
	font-size: 9px;   /*  original x-small   */
	list-style: none;
	margin: 0 1em 0 2em;
	padding: 0;
}

#btmnav li {
	display: inline;
}

#btmnav a:link, #btmnav a:visited {
	padding: 0.4em 0.2em 0.4em 0.5em;     /*  0.4em 0.5em 0.4em 0.5em  */
	float: left;
	color: #333333;
	text-decoration: none;	
	text-align: center;
}

#btmnav a:hover {
	background: none;
	color: #333333;
	text-decoration: underline;
}

#media {
	margin: 20px;
	margin-top: 40px;
	padding: 10px 10px 10px 45px;
	float:none;
	width: auto;
	border-bottom: 2px solid #E2D3D3;
	border-top: 2px solid #E2D3D3;
	
}

#media h2 {
	text-align: center;

}
	


