@charset "utf-8";
body {
	font: 100%/1.4 'Montserrat', Arial, Helvetica, sans-serif;
	font-weight: 100;
	background-image: url(../images/bg_body.jpg);
	background-repeat: repeat-x;
	background-color: #E8E8E8;
	margin: 0;
	padding: 0;
	color: #5D5D5D;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
/*	padding: 0;
	margin: 0;  */
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 
}
img { margin:0; padding: 0; }
a img { 
	border: none;
}
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a {
	color: #920025;
	text-decoration: none; 
}

a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	color: #590016;
}

p, li {
	font-size: 13px;	
}
h1 {
	font-family: 'Goudy Bookletter 1911', Georgia, Times, serif; 
	font-size: 24px;
	color: #900;
}
h2 {
	font-size: 20px;
	font-weight: 400;
	color: #45464E;	
}
h3 {
	font-size: 16px;
	font-weight: 400;
	color: #45464E;
	box-shadow: #CCC 
}
/* ~~ this fixed width container surrounds the other divs ~~ */
.container {
	width: 980px;
	background-color: #FFF;
	margin: 0 auto; 
	height: auto;
	-moz-box-shadow: 2px 2px 20px #666;
	-webkit-box-shadow: 2px 2px 20px #666;
	box-shadow: 2px 2px 20px #666;
}

/* ~~ the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo ~~ */
.header {
	width: 980px;
	height: 175px;
	margin: 0;
	padding: 0;
}
.topnav {
	width: 900px;
	margin: 0;
	padding: 0 40px;	
	text-align: right;
}

/* ~~ This is the layout information. ~~  */

.content {
	width: 900px;
	margin: 0;
	padding: 0 40px 20px 40px;
}
.maincontentleftcol {
	float: left;
	width: 595px;
	margin: 0;
	padding: 0 30px 20px 40px;
}
.rightcol {
	float: left;
	width: 275px;
	margin: 0;
	padding: 0;
	background-color: #374E60;
	-moz-box-shadow: 5px 5px 8px #999;
	box-shadow: 5px 5px 8px #999;
}
.rightcolphoto {
	width: 275px;
	height: 184px;
	margin: 0;
	padding: 0;	
	border-bottom: solid 1px #F3F3F3;
}
.rightcolcontent {
	margin: 0;
	padding: 20px;
	color: #FEFEFE;	
}
p.quote {
	font-family: 'Goudy Bookletter 1911', Georgia, Times, serif;
	font-size: 16px;
	color: #FFF;
}

/* ~~ The footer ~~ */
.footer {
	width: 900px;
	margin: 10px auto;
}
.dkblue {
	color: #344663;
}

/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

/* -- The Slider -- */
#mural {
                position: relative;
                width: 200px;
                height: 86px;
                margin: 0;
                padding: 0;
}
#slider{
                width: 200px;
                margin: 0;
                padding: 0;
}              
#slider ul, #slider li{
                margin:0;
                padding:0;
                list-style:none;
                }
#slider li { 
                width: 200px;
                height: 86px;
                overflow:hidden; 
                }              