@charset "UTF-8";
/* CSS Document */

body  {
	font: trebuchet ms, Helvetica, sans-serif;
	font-size: 12px;
	background:#f8f0dd;
	margin: 0px; /* #FFCC00 it's good practice to zero the margin and padding of the body element 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 selectorbackground-image:url(http://acebailey.org/img/black_09.jpg);
	background-repeat: repeat; */
	color: #000000;
	background-image:none
	background-repeat: repeat;	
}

#container { 
	width: 1080px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #ffffff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 10px solid  #c9ccd7;
	text-align: left; /* this overrides the text-align: center on the body element. */
	min-height: 950px;
	margin-top: 30px;
	margin-bottom: 30px;
} 

#banner { 
margin: 0px;
	width: 1080px;
	height: 167px;
	background-image:none;
	background-repeat: no-repeat;
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
		border-bottom: #ffffff;
	border-bottom-style:solid;
	border-bottom-width: 1px;
} 

#title { 
	margin: 0px;
	width: 1080px;
	height: 27px;
	background-color:#ffffff;
	border-bottom: #ffffff;
	border-bottom-style:solid;
	border-bottom-width: 1px;
	
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}

#footer { 
	margin: 0px;
	width: 1080px;
	height: 50px;
	background-color:#f8f6ed;
	border-top: #4B5783;
	border-top-style:solid;
	border-top-width: 1px;
	
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}


.foot { 
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color: #58595B;
padding-top: 15px;
text-align: center;
}


#footer a { 
font-family: Arial, sans-serif;
font-size:10px;
color: #4B5783;
}

#footer a:hover { 
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color: #58595B;
}




#homenavbox {
margin: 0px;
padding: 0px;
background-color:#f8f6ed;
width: 1080px;
height: 360px;
color: #000000;
}



#left {
	float: left; /* since this element is floated, a width must be given */
	width: 208px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height: 360px;
	background-color:#f8f6ed;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}


#right {
	float: right; /* since this element is floated, a width must be given */
	width: 208px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height: 360px;
	background-color:#f8f6ed;
	margin: 0px;
	padding: 0px 0px 0px 0px;

}

#center{
	width: 662px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height: 310px;
	background-color: #f8f6ed;
	border-left-color:#333333;
	border-left-style: solid;
	border-left-width: 0px;
	border-right-color:#333333;
	border-right-style: solid;
	border-right-width: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 208px 0px 208px;
}

#navbox {
margin: 0px;
padding: 0px;
background-color:none;
width: 1080px;
height: 310px;
}

#navleft {
	float: left; /* since this element is floated, a width must be given */
	width: 208px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height: 310px;
	background-color:#f8f6ed;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}


#navright {
	float: right; /* since this element is floated, a width must be given */
	width: 208px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height: 310px;
	background-color:#f8f6ed;
	margin: 0px;
	padding: 0px 0px 0px 0px;

}

#navcenter{
	width: 662px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height: 310px;
	background-color: #ffffff;
	margin: 0px 208px 0px 208px;
}


.navframe{
	border-left-color:#55221A;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color:#55221A;
	border-right-style: solid;
	border-right-width: 1px;
	border-bottom-color:#55221A;
	border-bottom-style: solid;
	border-bottom-width: 1px;

}



#mainbox {
margin: 0px;
padding: 0px;
background-color: none;
width: 1080px;
min-height: 630px;
}

#mainleft {
	float: left; /* since this element is floated, a width must be given */
	width: 208px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	min-height: 300px;
	background-color:none;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}


#mainright {
	float: right; /* since this element is floated, a width must be given */
	width: 208px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	min-height: 300px;
	background-color:none;
	margin: 0px;
	padding: 0px 0px 0px 0px;

}

#video {
width: 410px;
height: 320px;
float: right:
margin-right: 254px;
padding: 0px;
background-color: beige;
}



#maincenter{
	width: 664px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	min-height: 300px;
	background-color: #ffffff;
	border-left-color:#55221A;
	border-left-style: dashed;
	border-left-width: 0px;
	border-right-color:#55221A;
	border-right-style: dashed;
	border-right-width: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 208px 0px 208px;
}


.thumbNormal {
border:0px solid #666666;
margin: 5px;
}

.thumbSelected {
border:0px solid #333333;
margin: 5px;
}

#subleft {
	float: left; /* since this element is floated, a width must be given */
	width: 539px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	min-height: 200px;
	background-color:#ffffff;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	border-right-color:#e6e7e8;
	border-right-style: dashed;
	border-right-width: 2px;
}


#subright {
	float: right; /* since this element is floated, a width must be given */
	width: 539px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	min-height: 200px;
	background-color:#ffffff;
	margin: 0px;
	padding: 0px 0px 0px 0px;

}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


#menus ul {
	float:left;
	padding:0;
	margin:0;
	background-color: none;
	width: 208px;
	height: 230px;
	}


#menus ul li {
display:inline;
}

#menus a {
	float:left;
	text-decoration:none;
	text-transform:uppercase;
	/*color: #E86A10 #4B5783;*/
	color:#162974;
	background-color:none;
	padding: 7px 0px 7px 15px;
	font-family: arial, sans-serif;
	font-weight:bold;
	font-size: 11px;
	width: 193px;
	border-bottom: thin solid #58595B;

	border-top:15px solid #ffffff;
}


#menus a:hover {background-color:#515147;
color: #ffffff;
}






.captionlong {
font-family: Arial, sans-serif;
font-weight:normal;
font-size:13px;
color: #334433;
margin:0px;
line-height: 150%;
padding: 0px 10px 0px 10px;
}

.captionblock {
font-family: Arial, sans-serif;
font-weight:normal;
font-style:italic;
font-size:11px;
color: #334433;
margin:0px;
padding:20px;
line-height: 145%;
}

.captionblockroman {
font-family: Arial, sans-serif;
font-weight:normal;
font-size:11px;
color: #334433;
margin:20px;
padding:0px;
line-height: 145%;
}

.captextital {
font-family: Arial, sans-serif;
font-weight:normal;
font-style:italic;
font-size:13px;
color: #334433;
margin:0px;
padding:16px;
line-height: 155%;
}

.minicap {
font-family: Arial, sans-serif;
font-weight:normal;
font-size:10px;
color: #334433;
margin:0px;
padding:5px;
line-height: 155%;
}


.captext {
font-family: Arial, sans-serif;
font-weight:normal;
font-size:13px;
color: #334433;
margin:0px;
padding: 5px 10px 15px 10px;
line-height: 155%;
}

.centerheadline {
font-family: arial, serif;
font-weight:normal;
text-transform:uppercase;
font-size:15px;
color: #162974;
text-align:center;
padding-top: 5px;
}
.leftheadline {
font-family: arial, serif;
font-weight:normal;
text-transform:uppercase;
font-size:15px;
color: #162974;
text-align:left;
padding-top: 5px;
}

.centerheadline4{
font-family: arial, serif;
font-weight:bold;
text-transform:uppercase;
font-size:18px;
color: #162974;
text-align:center;
padding-top: 15px;
}
.centerheadline5{
font-family: Georgia, "Times New Roman", Times, serif;
font-style:italic;
font-weight:bold;
font-size:33px;
color: #d90134;
text-align:center;
padding-top: 5px;
}

.centerheadline5rip{
font-family: Georgia, "Times New Roman", Times, serif;
font-style:italic;
font-weight:normal;
font-size:27px;
color: #000;
text-align:center;
padding-top: 20px;
}

.centerheadline6{
font-family: Georgia, "Times New Roman", Times, serif;
font-style:normal;
font-size:30px;
color: #1e3780;
text-align:center;
padding-top: 0px;
}

.centerheadline7{
font-family: Georgia, "Times New Roman", Times, serif;
font-weight:normal;
font-size:21px;
color: #1e3780;
text-align:center;
padding-top: 0px;
}
.centerheadline5ss{
font-family:Verdana,sans-serif;
text-transform:uppercase;
font-weight:bold;
font-size:28px;
color: #d90134;
text-align:center;
padding-top: 5px;
}

.centerheadline5ss-small {
font-family:Verdana,sans-serif;
text-transform:uppercase;
font-weight:bold;
font-size:18px;
color: #d90134;
text-align:center;
padding-top: 5px;
}



.centerheadline6ss{
font-family:Verdana,sans-serif;
font-style:normal;
text-transform:uppercase;
font-size:24px;
color: #1e3780;
text-align:center;
padding-top: 0px;
}

.centerheadline7ss{
font-family:Verdana,sans-serif;
font-weight:normal;
font-size:21px;
color: #1e3780;
text-align:center;
padding-top: 0px;
}
.centerheadline_black{
font-family: arial, serif;
font-weight:normal;
font-size:18px;
color: #000000;
text-align:center;
padding-top: 15px;
}



.centerheadline2 {
font-family: arial, serif;
font-weight:bold;
text-transform:uppercase;
font-size:18px;
color: #162974;
text-align:center;
padding-top: 15px;
}


.centerheadline3 {
font-family: arial, serif;
font-weight:bold;
text-transform:none;
font-size:18px;
color: #4B5783;
text-align:center;
padding-top: 0px;
}




.gal {
font-family: arial, serif;
font-weight:normal;
text-transform:uppercase;
font-size:11px;
color: #58595B;
text-align:left;
margin:0px;
padding-top: 20px;
padding-left: 20px;
line-height:150%;
}
	



	
	
.sidebar {
font-family: Arial, sans-serif;
font-weight:normal;
font-size:11px;
color: #334433;
line-height: 155%;
margin:0px;
padding: 0px 15px 20px 15px;
background-color: #f8f6ed;
width: 160px;
border:#FFFFFF solid 8px;
}

span#sidebartitle {
font-family: Arial, sans-serif;
font-weight:bold;
text-transform:uppercase;
font-size:12px;
color: #334433;
}

span#run_in_title {
font-family: Arial, sans-serif;
font-weight: bold;
font-size:12px;
color: #334433;
}

.quote {
color: #E86A10;
font-style:normal;
font-family: arial, sans-serif;
font-size:12px;
line-height: 145%;
margin:0px;
padding: 10px 15px 10px 15px;
background-color: #f8f6ed;
width: 160px;
border:#FFFFFF solid 8px;
}


.quotegrey {
color: grey;
font-style:italic;
font-family: georgia, serif;
font-size:12px;
line-height: 145%;
margin:0px;
padding: 10px 15px 10px 15px;
background-color: #f8f6ed;
width: 160px;
border:#FFFFFF solid 8px;
}

.quoteblue {
color: #162974;;
font-style:normal;
font-family: verdana, sans-serif;
font-size:12px;
line-height: 135%;
margin:0px;
padding: 10px 15px 10px 15px;
background-color: #f8f6ed;
width: 160px;
border:#FFFFFF solid 8px;
}

.quotelong {
color: grey;
font-style:italic;
font-family: georgia, serif;
font-size:13px;
line-height: 140%;
margin:0px;
padding: 0px;
width: 600px;
text-align: left;

}

span#day {
color: #E86A10; 
text-transform:uppercase;
font-family:Trebuchet MS, Trebuchet, sans-serif;
font-size:11px;
}


#navcenter a {
color: #334433; /* read more links gallery links */
text-decoration:none;
font-family:arial, sans-serif;
font-size:10px;
}

#navcenter a:hover {
color: #4B5783; /* read more links */
text-decoration:underline;
}


#maincenter a {
color: red; /* read more links */
text-decoration:none;
text-transform:uppercase;
font-family:arial, sans-serif;
font-size:13px;
}

#maincenter a:hover {
color: #334433; /* read more links */
text-decoration:underline;
}

#mainleft a {
color: #4B5783; /* read more links gallery links */
text-decoration:underline;
text-transform:uppercase;
font-family:arial, sans-serif;
font-size:13px;
}

#mainleft a:hover {
color: #334433; /* read more links */
text-decoration:underline;
}

a.navbox {
color: #E86A10;
text-decoration:none;
text-transform:uppercase;
text-align:center;
font-family:arial, sans-serif;
font-size:11px;
padding: 0px;
background-color: none;
}

a:visited {
color: #E86A10;
}

a:hover {
color: #55221A;
text-decoration:underline}

a:active {
color: #000000;
}







.fltright { /* 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: 0px;
	padding: 0px 0px 10px 15px;
}
.fltleft { /* this class can be used to float an element left in your page */
	float: left;
	margin: 0px;
	padding: 0px 10px 0px 0px;
}