/** lets print things pretty-like **/

body{
	background:#FFFFFF;
	font:12px/16px Arial, Helvetica, sans-serif;
	color:#404040;
}
.headerPrint{
	display:block;
}

h1 { font-size:18px; }
h2 { font-size:14px;  margin:5px 0px 5px 0px; color:#464545;  }

table.main { width:750px;  }
table.main td.content { background-color:#FFFFFF; }

a:link, a:visited, a:active { color:#643023; text-decoration:underline; }
a:hover { color:#9E4B37; text-decoration:underline; }

/** hide the unnecessary stuffs **/
#menu, .footer, .headerBgImg{
	display:none;
}



/* forms **************************** */
input.btn, input.btnHov {  border:1px solid; font-weight:bold; width:auto; }
input.btnHov { background-color:#F5FCFB;  border-right:2px outset #333333; border-bottom:2px outset #333333; cursor:pointer; }
input.btn { background-color:#B69B75; border-right:2px outset #555555; border-bottom:2px outset #555555;  }
textarea { width:500px; height:100px; }

/* tables *************************** */
caption { font-weight:bold; font-size:14px; text-align:left; }
td.ff_home { background-color:#000000; color:#ffffff; vertical-align:top; }
td.ff_home h4 { font-size:13px; }

table.data th { text-align:right; padding-right:10px; vertical-align:top;  color:#6F5E46; }

hr.hr2 {  color: #777777; background-color: #777777; height: 1px; border:none;}

div.classarchive img { border:2px solid #C6A67A; }
div.classarchive { font-style:italic; width:auto;}

p { margin-top:5px; padding-top:0px; }

td.events { background-color:#f6f3ef; color:#404040; }

td.contentWhite { background-color:#ffffff; padding-bottom:15px; }
td.contentWhite p, td.contentBeige p {padding:0px 20px 0px 20px; }

div.h2 { height:37px; background-color:#643023;}
div.h2 h2 {  color:#dbd0b3; font-size:16px; font-weight:normal; padding-top:10px; margin:0px;  }

table.main td.bottomLeft { background-color:#000000; color:#ffffff; padding:0px 20px 10px 20px; }
table.main td.bottomLeft h2 { color:#C7A579;   }
 
table.main td.bottom { background-color:#747161;  }
table.main td.bottom h2 { color:#C6A678; }

table.main td.bottom p  {  padding:6px 20px 0px 20px; }

div.info { background-color:#E3DCD2;border:thin solid #333333; width:500px; padding:10px; margin-left:20px; }

.popupContent { background-color:#F7F3ED; color:#0069A8; }
.popupContent h3 { font-weight:bold; margin-top:0px; margin-bottom:5px; }

/* home page formatting */
.homeFormat p strong{
	font-size:14px;
}

/* footer */
tr.footer{
	color:#252525;
	font-size:11px;
	font-weight:bold;
}
tr.footer td {  }
tr.footer a:link, tr.footer a:visited, tr.footer a:active {color:#252525; text-decoration:none;}
tr.footer a:hover{ text-decoration:underline;}

.social{
	float:left;
	height:23px;
	padding:4px 0 0 20px;	
}
.follow{
	float:left;
	height:23px;
	padding:8px 0 0 10px;
}
.footerLinks{
	float:right;
	width:300px;
	height:23px;
	padding:8px 20px 0 0;
	text-align:right
}

/* contact page */
table.contact th { text-align:left; background-color:#B69B75; }
table.contact th.sub { background-color:#aaaaaa; }
table.contact td.right { text-align:right; }
table.contact td, table.contact th { padding:0px 6px 0px 6px; }
table.contact { border:thin solid #555555; }

/* Popup styles for IE */
.bubbleimg { width:400px; height:300px; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/popup.png', sizingMethod='scale') }
.bgr { background-image:url(/images/popup/right.png); background-repeat:repeat-y; }
.bubbleimg_top_left { width:20px; height:16px; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/popup/top_left.png', sizingMethod='scale') }
.bubbleimg_top { width:4px; height:16px; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/popup/top.png', sizingMethod='scale') }
.bubbleimg_top_right { width:23px; height:16px; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/popup/top_right.png', sizingMethod='scale') }
.bubbleimg_left { width:20px; height:4px; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/popup/left.png', sizingMethod='scale') }
.bubbleimg_arrow { width:59px; height:50px; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/popup/arrow.png', sizingMethod='scale') }
.bubbleimg_bottom_left { width:20px; height:28px; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/popup/bottom_left.png', sizingMethod='scale') }
.bubbleimg_bottom { width:4px; height:28px; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/popup/bottom.png', sizingMethod='scale') }
.bubbleimg_bottom_right { width:23px; height:28px; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/popup/bottom_right.png', sizingMethod='scale') }
.bubbleimg_right { width:23px; height:3px; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/popup/right.png', sizingMethod='scale') }
