/*****************************************************
* Global
*****************************************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}
ol, ul {
  list-style: none;
}

body {
  font: 14px arial,sans-serif;
  color:#575757;
  text-align:center;
  min-width: 900px;
  background: #EFEFDD url(../images/bg.jpg) repeat-x;
  background-position: 0px -25px;
  line-height: 18px;
}

p {
  padding: 0 0 1.25em 0;
}

/*****************************************************
* Links
*****************************************************/

a,
a:link,
a:visited {
  text-decoration:none;
  color:#ff8330;
}

a:hover { 
  text-decoration:none;
  color:#232323;
}

/*****************************************************
* Typography
*****************************************************/

h1, h2, h3, h4, h5, h6 {
  font-weight:normal;
}

h2 {
  font-size:27px;
  padding: 20px 0 17px 0;
  letter-spacing: -1px;
  color: #81914d;
  line-height: 28px;
}

h3 {
  font-size: 20px;
  padding: 20px 0 24px 0;
  color: #81914d;
  line-height: 22px;
}

h3 span {
  font-size: 20px;
  padding: 0 0 24px 0;
  line-height: 20px;
  color:#81914d;
}

h4 {
  font-size: 20px;
  padding: 0px;
  padding-left: 6px;
}


/*****************************************************
* Header
*****************************************************/

div#header{
  position:relative;
  width: 900px;
  margin: 10px auto 0 auto;
  background: url(../images/logo.jpg) top left no-repeat;
  height: 125px;
}
div#header h1 {
  margin:0;
  left: 200px;
  bottom: 0px;
  position: absolute;
  width: 600px;
}

#topmenu {
  float: right;
  font-size:12px;
  font-weight:bold;
  line-height: normal;
  padding-top: 5px;
}

#topmenu ul {
  margin:0;
  padding:0;
  list-style:none;
}

#topmenu li {
  float:left;
  margin:0;
  padding:0 0 0 0px;
}

#topmenu a {
  width: 70px;
  display:block;
  background:url(../images/topback_on.png) no-repeat right top;
  background-position: -4px 0px;
  padding:3px 15px 14px 10px;
  text-decoration:none;
  font-weight:bold;
  color:#555;
}

#topmenu a:hover {
  background:url(../images/topback.png) no-repeat right top;
  background-position: -4px 0px;
  padding:3px 15px 14px 10px;
}

/*****************************************************
* Sidebar
*****************************************************/

#sidebar_home {
  float:right;
  width:230px;
  margin: 13px 13px 0 0;
  padding: 22px 0 0 0;
  display: inline;
}

.sidebar {
  float:right;
  width:230px;
  margin: 26px 13px 13px 0;
  display: inline;
}

#sidebar_home ul,
#sidebar_home ol {
  list-style:disc;
  padding: 20px 0 0 0;
}

#sidebar_home li {
  margin:0 0 0 14px;
}

.box {
  padding:0 12px 0 0;
  background:#D6EBBB;

}
.bi {
  padding:0 0 0 12px;
  background:#D6EBBB;
}
.bt {
  height:17px;
  margin:0 -12px;
  background:url(../images/box.gif) 100% 0 no-repeat;
}
.bt div {
  width:18px;
  height:17px;
  background:url(../images/box.gif) 0 0 no-repeat;
}
.bb {
  height:17px;
  margin:0 -12px;
  background:url(../images/box.gif) 100% 100% no-repeat;
}
.bb div {
  width:18px;
  height:17px;
  background:url(../images/box.gif) 0 100% no-repeat;
}
.box p, .box ul {
  margin:0;
  padding:4px 10px;
  background:#D6EBBB;
}
.box li {
  margin:0 0 0 2em;
  padding:0;
}

/*****************************************************
* Wrapper and Containers
*****************************************************/

#wrapper {
  width:900px;
  margin:0 auto;
  background-color: #FFFFFF;
  text-align: left;
}

#container {
  background:url(../images/white_rounded.png) top left no-repeat;
}

#content {
  float:left;
  width:600px;
  margin: 13px 0 13px 24px;
  position: relative;
  display: inline;
}

.sidebar_content{
  padding: 6px;
}

#content ul,
#content ol {
  list-style:disc;
  padding: 0 7px 10px 20px;
}

#content li {
  margin:0 0 14px 14px;
}

#content_home {
  float:left;
  width:623px;
  margin: 13px;
  background: url(../images/images/splash.jpg) top left no-repeat;
  height: 409px;
  position: relative;
  display: inline;
}

#content_invite {
  float:left;
  width:600px;
  margin: 13px 0 13px 24px;
  position: relative;
  display: inline;
}

#content_home p {
  margin:0;
  padding:6px 0;
  clear: both;
}

.content_full {
  padding:23px 0 0 0;
}

#bottom {
  clear:both;
  margin: 13px;
  background: url(../images/bottom.jpg) top left no-repeat;
  height: 150px;
  padding: 20px;
}

#bottom p {
  padding: 0 8px;
}

.features_block {
  float:left;
  margin: 0 20px 0 0;
  width: 240px;
  background-image:url(../images/features_top.gif);
  background-repeat:no-repeat;
  background-color:#ffffff;
  padding: 20px 12px 12px 12px;
  height: 150px;
}

.features_block_right {
  float:left;
  margin: 0;
  width: 240px;
  background-image:url(../images/features_top.gif);
  background-repeat:no-repeat;
  background-color:#ffffff;
  padding: 20px 12px 12px 12px;
  height: 150px;
}

.note_right {
  background-color:#F6FBF0;
  background-image: url(../images/fieldset_grade.jpg);
  background-repeat:repeat-x;
  border:1px solid #D6EBBB;
  padding:18px 20px;
  width: 208px;
  float:right;
  margin: 0 0 0 20px;
  font-style: italic;
}

/*****************************************************
* Footer
*****************************************************/

div#footer a {
  display:inline;
  padding:0;
  color: #575757;
  text-decoration:none;
}
div#footer a:hover {
  color: #232323;
}

.clear_footer {
  position: relative;
  clear: both;
}

div#footer {
  visibility: visible;
  background: #D6EBBB;
  width: 100%;
  clear: both;
  display: block;
}

div#footer p {
  margin: 1px;
  color: #898989;
}

div#footer_links {
  width: 900px;
  margin: 0 auto;
  text-align: center;
  padding: 15px 0;
  background: url(../images/footer_rounded.gif) bottom no-repeat;
}

div#footer_copy {
  margin: 0 auto;
  background: #E1F1CD;
  padding: 5px;
  width: 874px;
}

/*****************************************************
* Tab Navigation
*****************************************************/

#tabs {
  font-size:18px;
  font-weight:bold;
  line-height: normal;
  float: left;
  width: 100%;
}

#tabs ul {
  margin:0;
  padding:0;
  list-style:none;
}

#tabs li {
  float:left;
  background:url(../images/left.gif) no-repeat left top;
  margin:0;
  padding:0 0 0 9px;
}

#tabs a {
  float:left;
  display:block;
  background:url(../images/right.gif) no-repeat right top;
  padding:5px 15px 4px 6px;
  text-decoration:none;
  font-weight:bold;
  color:#637034;
}

/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#tabs a {float:none;}
/* End IE5-Mac hack */
#tabs a:hover {
  color:#374211;
}
#tabs #current {
  background-image:url(../images/left_on.gif);
}
#tabs #current a {
  background-image:url(../images/right_on.gif);
  color:#637034;
  padding-bottom:5px;
}

/*****************************************************
* Forms
*****************************************************/

#content_invite label {
  float: left;
  width: 12em;
  margin-right: 1em;
}
#content_invite fieldset {
  float: left;
  clear: both;
  width: 100%;
  margin: 0 0 1.5em 0;
  padding: 0;
  border: 1px solid #dddddd;
  background-color: #F6FBF0;
  background-image: url(../images/fieldset_grade.jpg);
  background-repeat: repeat-x;
}
#content_invite legend {
  margin: 0 0 0 10px;
  color: #575757;
  font-size:18px;
}
#content_invite fieldset ol {  
  padding: 1em 1em 0 1em;
  list-style: none;
}
#content_invite fieldset li {  
  float: left;
  clear: left;
  width: 100%;
  padding-bottom: 1em;
  margin: 0px;
}
fieldset.submit {  
  float: none;
  width: auto;
  border-style: none;
  padding-left: 12em;
  background-color: transparent;
  background-image: none;
}

.notes {
  border: 1px solid #CCCCCC;
  padding: 6px 4px;
  color: #575757;
  margin: 4px 0;
  font: 12px arial, helvetica, sans-serif;
}

input {
  border: 1px solid #CCCCCC;
  padding: 6px 4px;
  color: #575757;
  font: 12px arial, helvetica, sans-serif;
}

select {
  border: 1px solid #CCCCCC;
  color: #575757;
  font: 12px arial, helvetica, sans-serif;
}

textarea {
  border: 1px solid #CCCCCC;
  color: #575757;
  font: 12px arial, helvetica, sans-serif;
}

#feedback_body {
  width: 80%;
  height: 200px;
}

/*****************************************************
* Forms
*****************************************************/

.signup {
  border: 1px solid #CCCCCC;
  padding: 6px 4px;
  color: #575757;
  margin: 0px;
  font: 14px arial, helvetica, sans-serif;
}

/******************************************************
* BUTTONS 
******************************************************/

/* Base Styles */
.buttons a, .buttons button{
  display:block;
  float:left;
  margin:0 7px 0 0;
  background-color:#f5f5f5;
  border:1px solid #dedede;
  border-top:1px solid #eee;
  border-left:1px solid #eee;

  font-family: Arial, Verdana, sans-serif;
  font-size:100%;
  line-height:130%;
  text-decoration:none;
  color:#565656;
  cursor:pointer;
  padding:5px 8px 6px 7px; /* Links */
}
.buttons button{
  width:auto;
  overflow:visible;
  padding:4px 8px 3px 7px; /* IE6 */
}
.buttons button[type]{
  padding:5px 8px 5px 7px; /* Firefox */
  line-height:17px; /* Safari */
}
*:first-child+html button[type]{
  padding:4px 8px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img{
  margin:0 3px -3px 0 !important;
  padding:0;
  border:none;
  width:16px;
  height:16px;
}

#TB_ajaxContent .buttons a {
  float: none;
  margin: 0 auto;
}

/* Standard (blue) */

button:hover, .buttons a:hover{
  background-color:#dff4ff;
  border:1px solid #c2e1ef;
  color:#336699;
}
.buttons a:active{
  background-color:#6299c5;
  border:1px solid #6299c5;
  color:#fff;
}

/* Positive (green) */

button.positive, .buttons a.positive{
  color:#529214;
}
.buttons a.positive:hover, button.positive:hover{
  background-color:#E6EFC2;
  border:1px solid #C6D880;
  color:#529214;
}
.buttons a.positive:active{
  background-color:#529214;
  border:1px solid #529214;
  color:#fff;
}

/* Negative (red) */

.buttons a.negative, button.negative{
  color:#d12f19;
}
.buttons a.negative:hover, button.negative:hover{
  background:#fbe3e4;
  border:1px solid #fbc2c4;
  color:#d12f19;
}
.buttons a.negative:active{
  background-color:#d12f19;
  border:1px solid #d12f19;
  color:#fff;
}

/*****************************************************
* Other Stuff
*****************************************************/

.float-left {
  float:left;
  margin: 0 6px 0 0;
}

div.hr {
  height: 1px;
}
div.hr hr {
  border:0;
  color:#CCCCCC;
  background-color:#CCCCCC;
  width:100%;
}

/*****************************************************
* alert boxes
*****************************************************/

#error_box {
  background-color:#FFECEC;
  border:1px solid #FF4444;
  padding: 20px 20px 10px 40px;
  margin: 0 0 20px 0;
  background-image: url(../images/icon_error.gif);
  background-repeat: no-repeat;
  background-position: 16px 16px;
}

#success_box {
  background:#F6FBF0;
  border:1px solid #D6EBBB;
  padding: 20px 20px 10px 40px;
  margin: 0 0 20px 0;
  background-image: url(../images/icon_accept.gif);
  background-repeat: no-repeat;
  background-position: 16px 16px;
}

#critical_box {
  background:#FFECEC;
  border:1px solid #FF4444;
  padding: 20px 20px 10px 40px;
  margin: 0 0 20px 0;
  background-image: url(../images/icon_critical.gif);
  background-repeat: no-repeat;
  background-position: 16px 16px;
}

.float-right {
  float:right;
  margin: 0 0 8px 12px;
}

/*- Menu 10--------------------------- */

#menu10 {
  width: 230px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 10px;
  margin-top: 10px;
}

#menu10 li a {
  height: 32px;
  voice-family: "\"}\"";
  voice-family: inherit;
  height: 24px;
  text-decoration: none;
}

#menu10 li a:link, #menu10 li a:visited {
  color: #4D4D4D;
  display: block;
  background: url(../images/menu10.gif);
  padding: 8px 0 0 10px;
}

#menu10 li a:hover {
  color: #FF9834;
  background: url(../images/menu10.gif) 0 -32px;
  padding: 8px 0 0 10px;
}

#menu10 li a:link.active, #menu10 li a:visited.active {
  color: #FF9834;
  display: block;
  background: url(../images/menu10.gif) 0 -32px;
  padding: 8px 0px 0px 10px;
}



/*----------- quote --------------------- */
blockquote {
  background: transparent url(../images/quoleft.png) left top no-repeat;
}
blockquote div {
  text-align: justify;
  padding: 6px 48px;
  background: transparent url(../images/quoright.png) right bottom no-repeat;
  color: #999999;
}

img{
  padding-right: 5px;
  padding-left: 5px;
}

.label-hire {
  position: absolute;
  margin: 0;
  padding: 0;
  top: 0;
  left: 0;
  z-index: 1010;
}
.form_error {
  color:#FF8330;
}
