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

/* ===== global styles ===== */

body { font-family: Georgia, serif; margin: 0; padding: 0; background-image:url(Images/PageParts/BG_Square.jpg); }
/*=====outerDiv===*/
div#outerDiv { width: 800px; margin: 0 auto; background-color:#FFFFFF; background-image:url(Images/PageParts/Header.jpg); background-repeat: no-repeat; }
/*============ header Starts===== */

div#header { height: 130px; position: relative; }
/* ============ main menu ===== */

#header #mainMenu { position: absolute; left: 390px; top: 95px; bottom: 0; margin-right: 30px; background-color:#FFFFFF; z-index:1; }
#mainMenu ul { list-style: none; margin: 0; padding: 0; }
#mainMenu li { float: left; margin: 0; padding: 0; }
#mainMenu li a:link, #mainMenu li a:visited { font-family: Papyrus, Verdana, Helvetica, Geneva, Arial; font-size: 14px; display: block; color: #989898; text-decoration: none; margin-right: 10px; padding: 0 0 0 7px; line-height: 25px; border: none; background-color: #FFFFFF; background-image: url(Images/PageParts/rollovers/mainNavRollover.gif); background-repeat: no-repeat; background-position: center bottom; }
#mainMenu li a:hover, #mainMenu li a:active { color: #282828; background-position: center top; font-family: Papyrus, Verdana, Helvetica, Geneva, Arial; font-size: 14px; text-decoration: none; }
#mainMenu li a.current { height: 30px; color: #82392e; line-height: 25px; font-family: Papyrus, Verdana, Helvetica, Geneva, Arial; font-size: 14px; text-decoration: none; background-repeat: no-repeat; background-position: center bottom; background-image:url(Images/PageParts/rollovers/mainNavCurrentNow.gif); }
#mainMenu li a.current:hover { cursor: default }
#mainMenu li a.currenthome { height: 30px; color:#646152; line-height: 25px; font-family: Papyrus, Verdana, Helvetica, Geneva, Arial; font-size: 14px; text-decoration: none; background-repeat: no-repeat; background-position: center bottom; background-image:url(Images/PageParts/rollovers/mainNavCurrentHome.gif); }
/*==============mainConetent Starts===*/
#content { float:left; width:800px; height:auto; margin:0; padding:0; background:#FFFFFF; }
p .bodyrightText { float:left; top: 150px; }
/* ===== miscellaneous styles ===== */
.bottomPadding { padding-bottom: 70px }
.bottomPadding { padding-bottom: 30px }
.clear { clear: both }
