/***************************************************************************************/
/* 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; }
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: #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; }


ul, ol { margin-left: 25px; line-height: 20px; margin-bottom: 15px; }
ul li { list-style-type: disc; }

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

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

h1, h1 a { color: #5f7990; font-size: 14px; margin: 0px 0px 12px 0px; }
h2, h2 a { color: #182d4a; font-size: 16px; margin: 0px 0px 8px 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: #333333; font-size: 12px;  line-height: 17px; }
a  { color: #000000; font: normal 12px arial; text-decoration: none; }
a:hover { text-decoration: underline; }


.form {  }
.form td { font-size: 10px; padding-bottom: 6px; }
.required { color: #FF0000; }


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

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

#header { height: 900px; height: 178px; background: url('../images/layout/mountains_header.jpg'); }
    #logo { float: left; margin: 27px 0px 0px 0px; border: none; }
    #nav { width: 290px; float: right; margin-top: 8px; }
    #nav a { color: #a9d2f0; padding-left: 38px; background: url('../images/layout/nav.gif') no-repeat bottom left; height: 20px; line-height: 18px; font-size: 11px;  display: block; border-width: 1px; border-color: #fffffd; border-bottom-style: solid;  font-weight: bold; }
    #nav a:hover, #nav a.o { background: url('../images/layout/nav-over.gif') no-repeat bottom left; text-decoration: none; color: #fffffd;  }


.stripA { background: #abd2f1; height: 26px; }
.stripB { background: #FFFFFF; height: 3px; overflow: hidden; }
.stripC { background: #abd2f1; height: 3px; overflow: hidden; }
.stripD { background: #172b4c; height: 22px; }
#footer { background: #172b4c; height: 34px; }
#footerLeft { width: 300px; float: left; line-height: 34px; height: 34px; margin-left: 15px; }
#footerRight { width: 300px; float: right; line-height: 34px; text-align: right; margin-right: 15px; color: #FFFFFF; font-size: 10px; }
#footerLeft a, #footerRight a { color: #FFFFFF; font-size: 10px; line-height: 34px; }



#body { background: url('../images/layout/body-bg.jpg');  }

#body2 { background: url('../images/layout/body-bg2.jpg');  }


#left { width: 197px;  padding-right: 15px; float: left; }
#center { width: 330px; float: left; margin-left: 35px; margin-top: 25px; }
#right { width: 299px; float: right; text-align: center;}

#left ul { margin: 0px; padding: 0px; line-height: 16px; }
#left li { list-style-type: none; background: url('../images/layout/left-bullet.gif') no-repeat top left; margin: 0px; padding-left: 32px; color: #182d4a; font-weight: bold; font-size: 12px; margin-bottom: 4px; }

#left li a { font-weight: bold; color: #182d4a; }


#left div { margin-left: 31px; margin-right: 15px; }
#left h2 { color: #182d4a; font-weight: bold; font-size: 17px; line-height: 21px; }

#left p {  }

#left ul.normal { padding-left: 20px; }


#left ul.normal li { background: none; list-style-type: disc; font-weight: normal; padding-left: 0px; }

