/* PRINT CSS
	 Style sheet for when page are printed
	 You may want to consider, setting display to none for navigational elements, and adjusting content areas for sheets of paper.
	 This syle sheet is a copy of the other, but would need to be customized.
*/

body {padding:0px; margin:0px; font-family: "Arial", Trebuchet MS, Tahoma, Verdana,  Sans Serif; background:#4f8ac4;font-size:13px;text-align:left;}

p, ol, ul, li, td, tr {font-family: "Arial", Sans Serif;font-size:12px;	list-style:none;}

h1 {font-size:15pt;/*color:#ab0635;*/color:black;}
h3 {font-size:15px;color:#ac7d55;}

#logo {height:150px;float:left;}
#verytop {margin:0px;float:none;}
#verytop img {position:relative;top:50px;}

#photo, #phone, #quicklinks-home, #mailing-list, #footer {display:none;}

#content {background: transparent; margin-left: auto; margin-right: auto; width: 100%; text-align: left; }

a {color:black;text-decoration:none;}

#body h1, #body h1 a {color:#ab0635;font-weight:normal;}

#menu {display:none;}
#bottom-footer, #bottom-footer  {font-size:8pt;}
#bottom-footer {float:none;width:100%; border-top-width: 1px; border-top-style: solid; border-top-color: #333333; margin-top:30px;}
#links, #copyright {font-size:7pt;color:black;}

#container { float: none; width:100%; }
#right-column {float:none; width:100%;}
#left-column { display: none; width: 0; }
#content { float: none; }

#back, #submenu, #request-form, #testimonials {display:none;}

.title {color:#ab0635;font-size:14pt;}
#verytop {display:none}

#topnav { display: none; }
#photo { display: none; }

#bottom-footer {display: none;}
