


html *, * { font-family: arial, sans-serif; }


body {
	margin: 0 auto;
	text-align: center;
	background: transparent url(img/bg_body.jpg) repeat-x;
	}


img { border: 0; }



#outer {
	margin: 0 auto;
	text-align: center;
	}


#inner {
	background: transparent url(img/bg_content_repeater3.jpg) center repeat-y;
	}


#header-outer {
	background: transparent url(img/bg_header_repeater.jpg) repeat-x;
	}



#header { 
	background: transparent url(img/bg_header.jpg) repeat-x; 
	height: 142px; 	
	margin: 0 auto; 
	width: 946px;
	/* width may be 945px also */
	}


#logo { margin-right: 50px; }


#menu {
	position: relative; 
	top: 61px; 
	text-align: right; 
	margin-right: 30px;
	}


#menu a { margin-right: -4px; }


#middlefix {  height: 570px; }


#middle {
	background: transparent url(img/bg_content_top.jpg) no-repeat top center;  
	min-height: 100%; 
	height: 100%; 
	width: 946px; 
	/* this width may need to be 946px */
	margin: 0 auto; 
	text-align: center;
	}






/* ***************************** */
/* * LEFT * LEFT * LEFT * LEFT * */
/* ***************************** */

#content-left {
	width: 240px;
	padding: 0px;
	float: left;
	margin-left: 30px !important;
	margin-left: 15px;
	text-align: left; 
	margin-bottom: 0;
	}


#leftmenu {
	background: transparent url(img/bg_leftmenu.jpg) repeat-y; 
	height: 195px !important; 
	height: 125px; 
	/* 195px is natural height of menu box */
	text-align: left; 
	padding-top: 20px;
	padding-bottom: 30px !important;
	padding-bottom: 0;
	}


#leftmenu a, #leftmenu a:visited {
	font: bold 14px/220% 'arial narrow', arial, sans-serif;
	color: #fff;
	text-decoration: none;
	padding-right: 20px;
	white-space: nowrap;
	}


#leftmenu a:hover {
	color: #ccc;
	text-decoration: none;
	padding-right: 20px;
	}


#leftmenu ul {
	list-style-type: none; 
	text-align: right; 
	margin-top: 0;
	width: 220px; /* was 195 */
	margin-left: 0; /* RRV added */
	padding-left: 15px; /* RRV added */
	}


li#active {
	background: transparent url(img/bg_leftmenu_active.gif) no-repeat;
	}


li#active a, li#active a:visited {
	color: #ccc;
	}


#content-left h2 {
	font: bold 18px 'arial narrow', arial, sans-serif;
	color: #999;
	text-align: right;
	margin: 10px 28px 0 30px;
	}


#quotee {
	font: normal 12px arial, sans-serif;
	text-align: right;
	margin: 5px 28px 20px 30px;
	color: #555;
	font-style: italic;
	}







/* **************************** */
/* * CENTER * CENTER * CENTER * */
/* **************************** */

#content-center {
	width: 363px;
	padding: 0px;
	float: left;
	background: transparent; 
	text-align: left; 
	padding: 30px 20px 0 11px !important;
	padding: 45px 20px 30px 11px;
	}

h1 {
	font: bold 24px 'arial narrow', arial, sans-serif;
	margin-bottom: -5px !important;
	margin-bottom: -15px;
	color: #000;
	}

#content-center h2 {
	font: bold 18px 'arial narrow', arial, sans-serif;
	margin-bottom: -5px !important;
	margin-bottom: -15px;
	color: #444;

	}


#content-center p {
	font: normal 13px/135% arial, sans-serif;
	color: #333;
	}


#content-center li {
	font: normal 13px/135% arial, sans-serif;
	color: #333;
	}


a, a:visited {
	color: #9c283f;
	text-decoration: underline;
	}


a:hover {
	color: #aaa;
	text-decoration: none;
	}


#content-center ul { margin-top: 10px; }

#content-center ul ul { margin-top: 0px; }


#exp {
	width: 625px;
	margin-top: 30px;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	}



#exp td { 
	font: normal 12px/110% arial, sans-serif;
	padding: 5px;
	border-bottom: 1px solid #ccc;
	}

th, th.logo {
	font: bold 14px/normal arial, sans-serif;
	border-bottom: 1px solid #666;
	padding: 5px;
	}


th.logo {
	text-align: center;
	}


#exp td.logo {
	text-align: center;
	font: normal 9px arial, sans-serif;

	}

#exp td.botrow { border-bottom: 0; }


#exp tr.alt { background-color: #fafafa; }

#exp td.logo img { margin-bottom: 5px; }


#contact-form fieldset {
	padding: 12px;
	}

#contact-form fieldset legend {
	font: bold 18px 'arial narrow', arial, sans-serif;
	color: #333;
	}

#contact-form .cinput {
	font: normal 11px arial, sans-serif;
	border: 1px solid #bbb;
	background: #eee no-repeat top left;

	/* background-color: #eee; */
	width: 160px;
	margin-right: 5px;
	}

.contact-right h2 {
	font-size: 18px;
	}

.contact-right p {
	font-size: 14px;
	}





/* ********************************* */
/* * RIGHT * RIGHT * RIGHT * RIGHT * */
/* ********************************* */


#content-right {
	width: 211px; 
	padding: 0px; 
	float: left; 
	background: transparent url(img/bg_rightcol_fade.jpg) no-repeat; 
	text-align: right; 
	padding: 5px 20px 50px 30px !important;
	padding: 20px 20px 20px 30px;
	}

#content-right h2 {
	font: bold 20px 'arial narrow', arial, sans-serif;
	color: #999;
	margin-top: 30px;
	}
	

#content-right a {
	font-size: 14px;
	}


h2#stack {
	font: bold 18px 'arial narrow', arial, sans-serif;
	color: #999;
	line-height: 100%;
	text-align: center;
	}




/* **************************** */
/* * FOOTER * FOOTER * FOOTER * */
/* **************************** */


#footer-outer {
	background: transparent url(img/bg_footer_repeater.jpg) repeat-x; 
	height: 172px;
	}


#footer {
	background: transparent url(img/bg_footer1.jpg) center top no-repeat;
	height: 172px;
	margin: 0 auto; 
	width: 946px;
	/* border: 1px solid red; */
	text-align: left;
	}


#footer-left {
	width: 240px;
	padding: 0px;
	float: left;
	margin-left: 30px !important;
	margin-left: 15px;
	text-align: right; 
	margin-bottom: 0;
	}


#footer-center {
	width: 371px;
	padding: 0px;
	float: left;
	background: transparent; 
	text-align: left; 
	padding-top: 10px !important;
	padding: 10px 20px 0 23px
	}


#footer-center div[id$="instant"]:not([class="xxx"]) { margin-top: -8px; }
/* triple-x hack for Mozilla only */	


#footer-right {
	width: 190px; 
	padding: 0px; 
	float: left; 
	text-align: left; 
	padding: 10px 10px 0px 20px;
	}





#footer-right p {
	color: #999;
	font: normal 10px arial, sans-serif;
	margin-top: 0;
	/* padding-top: 45px !important;
	padding-top: 60px; */
	text-align: right;
	}





#nameplate {
	margin-top: 10px;
	margin-right: 30px;
	}


#nameplate h4 {
	font: bold 14px/110% 'arial narrow', arial, sans-serif;	
	color: #9c283f;
	margin-top: 5px;
	margin-bottom: 0;
	}


#nameplate p {
	font: normal 10px/130% arial, sans-serif;
	margin-top: 0;
	}	


#instant h2 {
	font: bold 22px/110% 'arial narrow', arial, sans-serif;	
	color: #fff;
	float: left;
	display: inline;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 0;
	}


#instant p {
	color: #888;
	font-size: 11px;
	margin-bottom: 0px;
	}


#instant form { 
	margin-top: 10px;
	margin-bottom: 0;
	}


#instant fieldset {
	padding: 5px 0px 5px 5px;
	text-align: right;
	border: 1px solid #444;
	}	 


#instant input {
	font: normal 10px arial, sans-serif;
	border: 1px solid #555;
	background-color: #eee;
	width: 100px;
	margin-left: 3px;
	}


#instant-left,
#instant-center,
#instant-right {
	font: normal 10px arial, sans-serif;
	letter-spacing: -1px;
	color: #aaa;
	text-align: right; 
	}


#instant-left {
	width:150px;
	padding: 0px;
	float: left;
	background: transparent;
	}


#instant-center {
	width: 150px;
	padding: 0px;
	float: left;
	background: transparent;
	}


#instant-right {
	width: 50px;
	padding: 0px;
	float: left;
	background: transparent;
	text-align: right;
	}


#instant-left div,
#instant-center div { margin-bottom: 4px; }




ul ul { list-style-type: none; margin-left: 13px; }



.super { position: relative; top: -3px; font-size: 14px; }

#high {
	margin-left: -3px; 
	width: 371px; 
	background: #f1f1f1 url(img/home_highlight3.jpg) top left no-repeat; 
	margin-bottom: 0;
	}

#newhigh {
	padding: 10px;
	}


#newhigh p {
	width: 350px; 
	font-size: 11px; 
	margin-top: 0px; 
	margin-bottom: 12px; 
	line-height: 110%;
	}

#newhigh h2 {
	color: #9b263d; 
	margin-top: 0; 
	padding-bottom: 10px;
	}


#highlow {
	background: #fff url(img/home_highlight3_bot.jpg) bottom left no-repeat; 
	margin-top: 0; 
	height: 11px;
	}




p#design, p#design a, p#design a:hover, p#design a:visited {
	color: #444;
	font-size: 8px;
	margin-top: 15px;
	text-decoration: none;
	}


p#cleveland-website-design, p#cleveland-website-design a, p#cleveland-website-design a:hover, p#cleveland-website-design a:visited {
	color: #000;
	font-size: 8px;
	margin: 0px;
	padding: 0;
	text-decoration: none;
	}
