/* CSS Document */
body {
	margin: 0;
	padding: 0;
	font-size: 0.7em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #A09F9F;
}
h1, h2, h6, p, li {
	font-size: 1em;
	padding: 0;
	margin: 0;
}
/*THIS STOPS BROWSERS FROM PUTTING A BORDER AROUND IMAGE LINKS*/
a img{
	text-decoration: none;
	border: none;
}
a, ul li a {
	font-style: normal;
	text-decoration: none;
	color: #7494A1;

	}
a:hover, ul li a:hover {
	color: #003366;
	}
li {
	list-style-type: none;
}
li ul li {
	display: list-item;
	}

/*STRUCTURAL CSS */
#container {
	width: 750px;
	height: 100%;
	text-align:center;
	margin: 0px auto;
}
/*CONTAINS #HEADER, #CONTENT*/
#bodyContainer{
	position: relative;
	top: 0;
	width: 750px;
	text-align: left;
}
#header{
	width: 100%;
	padding-bottom: 2em;
	height: 35px;
}
/*CONTAINS #LEFTPANEL, #RIGHTPANEL*/
#content2 {
	width: 750px;
	margin-top: 0;
	min-height: 500px;
	background-image:  url(images/bgTemplate.jpg);
	background-repeat: no-repeat;
	}
/*CONTAINS #CONTACT, #MADART*/
#footer {
	width: 100%;
	margin-left: .5em;
	margin-top: 1em;
}
/*SITE SPECIFIC CSS STYLES */
#header img {
	margin: 1.5em 0 1.5em 5em;
}
/*LEFT NAVIGATION PANEL*/
#leftPanel {
	background-image:  url(images/bgLeft.jpg);
	background-repeat: no-repeat;
	width: 200px;
	padding: 4em 1em 1em 2em;
	min-height: 450px;
	margin-left: 2.7em;
	line-height: 1.2em;
	 }
#leftPanel ul{
	margin: 0 1em 0 0;
	padding: 0;
	line-height: 1em;
	font-size: .95em;
}
#leftPanel ul li{
	line-height: 1.5em;
}
#leftPanel p{
	line-height: 1.3em;
	font-size: .95em;
	margin: 0;
}
#leftPanel h2{
	margin: .5em 0;
	padding-left: 0;
	font-weight: normal;
}
#leftPanel a {color: #7494A1;}
#leftPanel a:hover { color: #003366; }

/*RIGHT PANEL*/
#rightPanel2{
	width: 450px;
	margin-left: 270px;
	margin-top: -494px;
}
#buttons {
	text-align: right;
	padding-right: 2em;
	margin-top: -.75em;
	padding-top: 0;
	
}
#editContent {
	width: 460px;
	padding-top: 3em;
	padding-left: .25em;
	min-height: 400px;
}
#editContent h1 {
	color: #85858C;
	padding-bottom: 1em;
}

/*STYLE FOR SLIDE SHOW*/
#imageContainer div{
	position:relative;
	margin: 0px auto;
	width:433px;
	border:0;
}

/* ADDITIONAL STYLES FOR SLIDE SHOW*/
#imageContainer div{
	height:200px;
}

#imageContainer div {
	display:none;
	position:absolute;
	top:171px;

}
/*ORIGINAL STYLE - renamed*/
#imageBox, #imageContainerStatic{
	background: #585460;
	text-align: center;
	width: 435px;
	height: 200px;
}
#imageBox img, #imageContainerStatic img {
	margin-top: 1em;
}
#imageBox p, #imageContainerStatic p {
	color: #FFF;
	font-size: .9em;
	text-align: left;
	margin: .75em 0 0 1em;
}
#textContainer2 h2{
	margin-top: 1.5em;
	color: #85858C;
}
/* SCROLL TEXT */
.TxTcontainer {
	position: relative;
	height: 130px;
	width: 435px;
	background-image:  url(images/bgTxtContainer.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
	margin-top: 1em;
	background-color: #D7D8DD;
}
.TxTcontainer2 {
	position: relative;
	height: 106px;
	width: 435px;
	background-image:  url(images/bgTxtContainer.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
	margin-top: 1em;
	background-color: #D7D8DD;
}
#TxTcontent p, #TxTcontent2 p{
	color: #85858C;
	margin-left: 1.5em;
	margin-top: .5em;
}
#TxTcontent h2, #TxTcontent2 h2{
	color: #85858C;
	margin-top: 1.5em;
	margin-left: 1.5em;
}
/*STYLES THE UP AND DOWN BUTTONS*/  
#RRContent {
	width: 40px;
	float: right;
	position: relative;
	margin-top: .6em;
	margin-right: 1.2em;
}
/*REFERENCES PAGE*/
#referee {
	/*height: 306px;*/
	width: 400px;
	margin-top: 1em;
	background-color: #F5F5F5;
	padding: 1em;
}
.referee {
	/*height: 306px;*/
	width: 400px;
	margin-top: 1em;
	background-color: #F5F5F5;
	padding: 1em;
}
#referee h2 {
	margin: 1em 0;
}
#referee h4 {
	margin-bottom: 0;
}
#referee p { margin-left: 0;}
/*DIVS INSIDE #FOOTER*/
#footer a {color: #7494A1}
#footer a:hover { color: #003366; }
#contact {
	width: 300px;
	margin-left: 0;
}
#contact2  {
	width: 300px;
	margin-left: 2em;
	margin-top: 1em;
}
#madArt {
	float: right;
	margin-right: 6em;
	margin-top: -2.2em;
	width: 300px;
	font-size: .9em;
	}
#madArt li {
	display: inline;
	font-size: .9em;
	}
.listBorder {
	padding-right: .5em;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #A09F9F;
	}

