/***************************************************************************************/
/* 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: Verdana;  }  /* Default font for all items */
* { -moz-box-sizing:border-box; box-sizing:border-box; -ms-box-sizing: content-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: #2e2e2e url('../images/layout/bg.jpg') repeat-y; }
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; }


.bordered { border: 3px solid #555555; }
.obrdered:cover { border: 3px solid #d888ad; }


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

h1, h1 a { color: #d888ad; font-size: 24px; line-height: 30px; margin: 0px 0px 15px 0px; }
h2, h2 a { color: #EEEEEE; font-size: 14px; margin: 0px 0px 15px 0px; }
h3, h3 a { color: #000000; font-size: 12px; margin: 0px 0px 15px 0px; }
p  { margin: 0px 0px 12px 0px; }
p, table, td, div, a  { color: #868586; font-size: 12px;  line-height: 17px; }
a  { color: #d888ad; font: normal 12px Verdana; text-decoration: none; }
a:hover { text-decoration: underline; }

.pink { color: #d888ad; }

.grey { color: #868586 }


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

#main {
	width: 950px; /* Main Content Width */
}

#logo { float: left; margin-left: 20px; margin-top: 20px; }

#nav { width: 382px; float: left; }
    #nav a { display: block; width: 349px; float: right; height: 38px; line-height: 38px; color: #2f2f2f; font-size: 16px; text-align: right; padding-right: 50px; }
    #nav a:hover { background: url('../images/layout/nav-bg.jpg'); text-decoration: none; color: #d1d3d4; }


#body { width: 530px; float: right; }


#footer1 { color: #d888ad; text-align: center; border-color: #CCCCCC; border-width: 1px; border-top-style: solid; }
#footer1 a { color: #626363; }
#footer1 a:hover {  }


#footer2, #footer2 a { color: #d888ad; text-align: center;  }
#footer2 { margin-top: 15px; }


#footer3 { color: #626363; text-align: center; margin-top: 15px; }
