/* Eric Meyer reset styles */

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

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, 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;
}
body {
	line-height: 1;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* End Eric Meyer reset styles */

/* basic layout */

html {
	height: 100%;	
}

body {
	height: 100%;
	/*background: url(../images/bridge.gif) no-repeat 100% 100%;*/
	background-color: #ddd5c4;
	text-align: center;
	background-attachment: fixed;
    background-image: url(../images/bridge.gif);
    background-repeat: no-repeat;
    background-position: right bottom;

}

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

#header {
	overflow: hidden;
	margin-top:20px;
}

#headerleft {
	float: left;
	padding-left: 40px;
	padding-top: 40px;
	background-position: center center;
	background-repeat: no-repeat;
	text-align: center;
	font-size: 75%;
	font-style: italic;
}

#headerright {
	float: right;
}

#navbar {
	background: url(../images/navbar_bg.gif) repeat-x top left;
	background-color: #b29a82 ;
	
	text-align: right;
}

#content {
	padding: 30px 30px 20px 50px;
	overflow: hidden;
	background-color: #fff;
}

#bottomnav {
	background-color: #fff6e2;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #b29a82;
	overflow: hidden;
	
}

#bottomnav p {
	padding: 5px 5px 5px 5px;
	font-size: 10px;
}

#bottomnav #loginbox {
	float: right;
	background-color: #b29a82;
	padding: 5px;
	font-size: 10px;
}

#footer {
	margin: 8px 0 0 0;
}



/* end basic layour */

/* nav list styles */

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	
}

#nav a {
	display: block;
	/* width: 10em; */
}

#nav li { /* all list items */
	float: left;
	padding: 7px 7px 2px 7px;
	margin: 5px 3px 0 5px;
	background: url(/images/nav_shadow.jpg) repeat-x top left;
	background-color: #ddd5c4;
	/* width: 10em;  width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	margin-left: -7px;
	position: absolute;
	background: #ddd5c4;
	padding-bottom: 5px;
	/* width: 10em; */
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul li { /* all list items */
	float: left;
	clear: both !important;
	padding: 3px 3px 2px 7px !important;
	margin: 5px 3px 0px 0px !important;
	background: none !important;
	background-color: #ddd5c4 !important;
	/* width: 10em;  width needed or else Opera goes nuts */
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	text-decoration: none;	
}


/* end nav list styles */

/* typography */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-size: 1em;
	line-height: 1.125em;
}

#navbar, #bottomnav {
	font-size: 75%;
}

#footer {
	font-size: 65%;
}

#content h1 {
	font-size: 125%;
	padding-bottom: .3em;
	margin-bottom: .7em;
	border-bottom: 1px solid #689284;
}

#content p {
	font-size: 80%;
	margin-bottom: 1em;
}

#bottomnav #loginbox {
	font-weight: bold;
	color: #000;
}

/* end typography */

/* link colors */

#navbar a:link, #bottomnav a:link { color: #000; text-decoration: none; }
#navbar a:visited, #bottomnav a:visited { color: #000; text-decoration: none; }
#navbar a:hover, #bottomnav a:hover { color: #689284; text-decoration: none; }
#navbar a:active, #bottomnav a:active { color: #000; text-decoration: none; }

#content a:link { color: #689284; text-decoration: none; }
#content a:visited { color: #689284; text-decoration: none; }
#content a:hover { color: #3fc03f; text-decoration: none; }
#content a:active { color: #689284; text-decoration: none; }

#footer a:link, #bottomnav a:link { color: #000; text-decoration: none; }
#footer a:visited, #bottomnav a:visited { color: #000; text-decoration: none; }
#footer a:hover, #bottomnav a:hover { color: #689284; text-decoration: none; }
#footer a:active, #bottomnav a:active { color: #000; text-decoration: none; }

/* end link colors */

/* login form styles */

form#login {
  position:relative;
}

div#username,
div#password {
  position:relative;  
  float:left; 
  margin-right:3px;
}

input#username-field,
input#password-field {
  width:10em;
}

label.overlabel {
	color:#999;
}
label.overlabel-apply {
	position:absolute;
	top:3px;
	left:5px;
	z-index:1;
	color:#999;
}

#login #submit {
	display: inline;
}


/* end login form styles */

/* miscellany */

.clear {
	clear: both;
}
.disputes {
	line-height: 120%;
}

.bigGreen {
	font-size: 16px;
	color: #689284;
	font-weight: bold;
}

/* end miscellany */

/* start accordian */

#basic-accordian{
	border:5px solid #EEE;
	padding:5px;
	/*width:350px;
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-175px;
	z-index:2;
	margin-top:-100px;*/
}

.accordion_headings{
	padding:5px;
	background:#b29a82;
	color:#FFFFFF;
	border:1px solid #FFF;
	cursor:pointer;
	font-weight:bold;
	font-size: 14px;
}

.accordion_headings:hover{
	background:#689284;
}

.accordion_child{
	padding:15px;
	background:#EEE;
}

.header_highlight{
	background:#689284;
}

/* end accordian */

  input,
  textarea,
  select {
  	padding: 1px;
  	color: #000000;
  	background: #FFF;
  	border: 1px solid #CCC;
	font-size: 11px;
  }

  input:focus,input:hover,textarea:focus,textarea:hover,select:focus,select:hover {
  	color: #000;
  	background: #fff;
  	border: 1px solid #888;
  }

  input.noBorder,input:focus.noBorder,input:hover.noBorder {
  	padding: 0;
  	border: 0;
  }

  input.button {
	  padding: 2px 5px;
	  cursor: pointer;
	  color: #fff;
	  background: #FC3307;
	  border-width: 1px;
	  border-style: solid;
	  border-color: #FF7800 #691300 #691300 #FF7800;
	  font-size: 11px;
  }

  input.radio {
	  background: none;
	  border: 0px;
  }
  
  h4 {
	font-size: 14px;
	font-weight: bold;  
  }
  
  .port {
  border: 1px solid #a9a9a9;
  margin: 6px 6px 6px 6px;
  padding: 4px;
  }
 
  td {
	text-align: left;
	margin: 5px;
	vertical-align: top; !important
	padding-left: 10px;
	padding-right: 10px;
	
  }
  
  td.right {
	border-right: 1px solid #a9a9a9;
	vertical-align: top; 
	padding-left: 10px;
	padding-right: 10px;
  }
  
  td.left {
	border-left: 1px solid #a9a9a9;
	vertical-align: top; 
	padding-left: 10px;
	padding-right: 10px;
  }
  
  td.leftright {
	border-left: 1px solid #a9a9a9;
	border-right: 1px solid #a9a9a9;
	vertical-align: top; 
	padding-left: 10px;
	padding-right: 10px;
  }
  
  .ul {
	text-decoration: underline;  
  }
  
  .med {
  	font-size: 80%;
  }
  
  .quick_contact {
	background-color: #DDD5C4;
	border: 1px solid #b29a82;
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 0px;
	padding-left: 7px;	
  }