
/***************************************************************************************/
/* 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%; margin-bottom: 1px;  } /* Set height to 100% + 1px to force scroll bar in FF */
.clear { clear: both; height: 0px; overflow: hidden; } /* Used to clear floats without taking up space */
body { margin: 20px; min-height: 100%;  height: 100%; margin-bottom: 1px;  }
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; }


input.fancy, textarea.fancy, select.fancy {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
-moz-box-shadow:0 0 8px rgba(0, 0, 0, 0.1);
-x-system-font:none;
background:#FFFFFF url(bg_form.png) repeat-x scroll left top;
border:1px solid #E5E5E5;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:100%;
outline-color:-moz-use-text-color;
outline-style:none;
outline-width:0;
padding:3px;
}

input.fancy:hover, textarea.fancy:hover,
input.fancy:focus, textarea.fancy:focus {
	border-color: #C9C9C9;
	-webkit-box-shadow: rgba(0, 0, 0, 0.55) 0px 0px 8px;
	}


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


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


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: #333333; font-size: 18px; margin: 0px 0px 15px 0px; line-height: 22px; font-weight: normal; }
h1 span { color: #999999; }


h2, h2 a { color: #486e93; font-size: 18px; margin: 0px 0px 15px 0px; line-height: 22px; font-weight: normal; }
h3, h3 a { color: #000000; font-size: 12px; margin: 0px 0px 15px 0px; line-height: 15px; }
p  { margin: 0px 0px 12px 0px; }
p, table, td, div, a  { color: #333333; font-size: 12px; line-height: 18px; }
a  { color: #0099cc; font: normal 12px Verdana; text-decoration: none; font-weight: bold; }
a:hover { text-decoration: underline; }
a:focus, a:active { outline: 0;}


.frm td, .frm th { padding: 3px 0px 3px 0px; vertical-align: top; }
.frm th { padding-right: 10px; text-align: left; }


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

#main {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -35px; /* the bottom margin is the negative value of the footer's height */
}

#header_container {
    height: 100px;
    background: #FFFFFF;
    position: absolute;
    width: 100%;
    top: 0px;
    width: 100%;
    left: 0px;
}
#header {
  width: 955px;
  margin: 0px auto

}

#logo {
  float: left;
  border: none;
  margin-top: 32px;
}

#mini_nav {
  float: right;
  width: 200px;
  background: #999999;
  text-align: center;
  font-size: 12px;
  color: #FFFFFF;
  font-family: arial;
  line-height: 30px;
}

#mini_nav a {
  font-family: arial;
  text-decoration: none;
  color: #FFFFFF;
  font-size: 12px;
  line-height: 30px;
  padding: 0px 10px 0px 10px;
}


#nav_container {
  width: 955px;
  margin: 0px auto;
}

#body_container {
  width: 955px;
  margin: 0px auto;
}


#body {
  padding-top: 100px;
	min-height: 370px;
	height: auto !important; /*MOZ/IE7*/
	height: 360px; /*IE6*/
    background: #FFFFFF;
}

#body_inner {
    padding: 25px 0px 0px 0px;
}

#footer_container {
  bottom: 12px;
  height: 30px;
  width: 100%;
  height: 35px; /* #push must be the same height as #footer_container */
  background: #000000;
}

#push {
  height: 30px;
}


#footer {
    width: 955px; margin: 0px auto; text-align: right; color: #FFFFFF; line-height: 30px;
}

#footer a {
  color: #FFFFFF;
  font-weight: normal;
  font-size: 11px;
}

#push {
  height: 30px;
}



/* Navigation */

#nav { height: 31px; background: #264971; }

#p7menubar { margin: 0px; clear: right; float: right; width: 600px; margin-top: 10px; }


#p7menubar a { display: block; }
#p7menubar a.trigger { color: #999999; }
#p7menubar a.trigger:hover { color: #FFFFFF; }
#p7menubar li { float: right; width: 9em;	list-style-type: none; margin: 0px; }
#p7menubar li { position: relative; }
/* hide from IE mac \*/
    #p7menubar li {position: static; width: auto;}
/* end hiding from IE5 mac */
#p7menubar li ul, #p7menubar ul li  { width: 100%; z-index: 100; }
#p7menubar li ul { position: absolute; display: none; margin: 0px; }
#p7menubar li:hover a, #p7menubar a:focus, #p7menubar a:active, #p7menubar li.p7hvr a { }
#p7menubar li:hover ul, #p7menubar li.p7hvr ul { display: block; }
#p7menubar li:hover a, #p7menubar a:focus, #p7menubar a:active, #p7menubar li.p7hvr a { /*    background: #33CCFF;*/ }

#p7menubar li:hover a, #p7menubar a:focus, #p7menubar a:active, #p7menubar li.p7hvr a {  background: url('../images/layout/nav_bg.png'); color: #FFFFFF; } /*  */

/* Set styles below */

#p7menubar a { padding: 0px 15px 0px 15px; color: #999999; font-weight: normal; font-size: 13px; font-family: arial; line-height: 31px; }
#p7menubar a:hover { color: #FFFFFF; background: #000000; text-decoration: none; }
#p7menubar li ul { width: 210px; }
#p7menubar li ul li a { font-weight: normal; color: #FFFFFF; }
#p7menubar li ul li a:hover { background: #000000; color: #FFFFFF; }


.field {
  font-size: 11px;
}


.submit {
  margin-right: 9px;
}


