/***************************************************************************************/
/* COMMON LAYOUT */
/***************************************************************************************/

html,body,div,span,table,tr,th,td,p,span,h1,h2,h3,h4,ul,ol,li,a,form { padding: 0px; margin: 0px; } /* Start with a clean slate */
* { font-family: arial;  }  /* Default font for all items */
* { -moz-box-sizing:border-box; box-sizing:border-box; -ms-box-sizing: content-box; -webkit-box-sizing: border-box; }
html { min-height: 100%; margin-bottom: 1px; } /* Set height to 100% + 1px to force scroll bar in FF */
#ht { position: absolute; top: -2000px; width: 700px; } /* Hidden Text - Look up. WAAAY Up */
.clear { clear: both; height: 0px; overflow: hidden; } /* Used to clear floats without taking up space */
body { margin: 0px 0px 0px 0px; background: #6e6e6e url('../images/layout/bg.jpg') repeat-x; }
hr { border-color: #CCCCCC; border-width: 1px; border-top-style: solid; border-bottom-style: none; height: 1px; overflow: hidden; }
textarea, select, select * { color: #333333; font-size: 12px; }


ul, ol { margin-left: 25px; line-height: 20px; margin-bottom: 15px; }
ol { margin-left: 30px; }


ul li { list-style-type: square; }

.bordered { border: 3px solid #464646; }

h1, h2, h3, h4, h5 { font-family: Arial; font-weight: bold; }

h1, h1 a { color: #b766a6; font-size: 16px; margin: 0px 0px 15px 0px; }
h2, h2 a { color: #000000; font-size: 14px; margin: 0px 0px 6px 0px; }
h3, h3 a { color: #464646; font-size: 22px; margin: 0px 0px 8px 0px; line-height: 26px; }
p  { margin: 0px 0px 12px 0px; }
p, table, td, div, a  { color: #333333; font-size: 12px; line-height: 17px; }
a  { color: #b766a6; font: normal 12px arial; text-decoration: none; }
a:hover { text-decoration: underline; }
a:focus, a:active { outline: 0;}


/***************************************************************************************/
/* SPECIFIC TO THIS LAYOUT */
/***************************************************************************************/

#main {
	width: 900px; /* Main Content Width */
	margin: 0px auto; /* Align to Center */
}

#header { height: 319px; background: url('../images/layout/header-bg.jpg') no-repeat top center; }
#nav { padding-top: 10px; }
#nav a { float: left; }
#nav a img { border: none; }

#nav a:hover img {  }

#phone { color: #464646; font-size: 13px; font-weight: bold; text-align: center; padding-top: 23px; padding-bottom: 18px; }
#phone div { font-size: 26px; line-height: 30px;  }

#content-container { background: url('../images/layout/content-bg.jpg'); width: 800px; margin-left: 50px; }
#content { padding: 20px 30px 20px 30px; }


#footer-container { height: 96px; background: url('../images/layout/footer-bg.jpg'); margin-top: 20px; }
#footer { width: 800px; margin: 0px auto; padding-top: 35px; }


#footer-left { float: left; width: 600px; color: #fcfcfa; font-size: 11px; }
#footer-right { float: right; width: 200px;  text-align: right; color: #fcfcfa;  font-size: 10px; padding-top: 2px;}

#footer-right a { color: #fcfcfa;  }



#fading_container { height: 231px; width: 454px; border: 2px solid #899299; float: left;  position: relative; }
#fading_images { height: 206px; width: 450px; }
#fading_images img { position: absolute; left: 0px; }
#fading_foot { height: 21px; background: url('../images/fading_foot.gif'); overflow: hidden; }
#fading_foot_left { float: left; width: 55px; height: 21px; line-height: 21px; line-height: 21px; overflow: hidden; }
#fading_foot_right { float: right; width: 380px; height: 21px; line-height: 21px; overflow: hidden;  }
#fading_foot_right a { float: right; display: block; height: 15px; width: 18px; color: #000000; line-height: 14px; text-align: center; margin-right: 4px; margin-top: 4px; font-size: 9px; text-decoration: none; background: url('../images/fading_num_bg.gif'); }
#fading_foot_right a.fade_link { color: #000000; text-decoration: none; }
#fading_foot_right a.fade_link_over { color: #FFFFFF; background: url('../images/fading_num_bg_over.gif'); }
.clear { clear: both; height: 0px; overflow: hidden; } /* Used to clear floats without taking up space */


#home_video { border: 2px solid #899299; width: 274px; height: 231px; float: right; }
