/***************************************************************************************/
/* 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; -webkit-box-sizing: border-box; }
html { min-height: 100%; height: 100%; } /* 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: #FFFFFF; }
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; }


object:active, div:active { outline: none; }
object:focus, div:focus { -moz-outline-style: none; }


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


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

.bordered { border: 1px solid #33CCFF; }

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

h1, h1 a { color: #103b70; font-size: 15px; margin: 0px 0px 15px 0px; }
h2, h2 a { color: #180b4b; font-size: 14px; margin: 0px 0px 15px 0px; }
h3, h3 a { color: #180b4b; font-size: 12px; margin: 0px 0px 15px 0px; }
p  { margin: 0px 0px 12px 0px; }
p, table, td, div, a  { color: #1a024b; font-size: 10px; line-height: 15px; }
a  { color: #000000; text-decoration: none; }
a:hover { text-decoration: underline; }
a:focus, a:active { outline: 0;}


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

#main {
	width: 830px; /* Main Content Width */
	margin: 0px auto; /* Align to Center */
	border: solid 3px #3c3067;
}

#header { text-align: center; margin: 18px 0; }

#contact-info { height: 355px; width: 150px; float: left; background: #8295BD; margin-right: 94px; }
#contact-info p, #contact-info a { color: #FFF; }


#bodyContainer {  }

#body {  }

#resq-box { height: 350px; width: 160px; float: right; border-left: solid 1px #a9a5d0; border-top: solid 1px #a9a5d0; background: #ecfef5; }

#footer {  }


/* Navigation */

#nav { height: 12px; background: #425b99; text-align: center; }
#nav a { font-size: 9px; color: #f6f6fa; line-height: 12px; font-weight: bold; text-align: center; width: 115px; display: block; float: left; border-width: 4px; border-color: #FFFFFF; border-left-style: solid; }
