@charset "utf-8";
/* CSS Document */
html{
	background-color:#ebebeb;
	font-family:Verdana,"Lucida Grande",Lucida,sans-serif;
}

body{
	background-image: url(images/body_bg.png);
	background-position:left top;
	background-repeat:repeat-y;
	margin:0 auto;
	padding:0;
	width:850px;
}

#wrapper{
	margin:0 auto;
	width: 700px;
}

#logo{
	width:100%;
}

#topnav {
	background-image:url(images/topnav.gif);
	background-repeat:repeat-x;
	background-color: #65728d;
	height:50px;
	margin:0 auto;
}

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

#topnav li{
	float:left;
	padding:15px ;
}

#topnav li a{
	padding:15px;
	text-decoration:none;
	color:white;
}

#topnav li a:hover, #topnav li .selected{
	background-image:url(images/topnav-active.gif);
	background-repeat:repeat-x;
}

#mast {
	margin:20px 0;
	position:relative;
	}

#mast ul{
	list-style:none;
	margin:0;
	padding:0;
	height:30px;
	position: absolute;
	right:20px;
	bottom:-8px;
}

#mast li{
	float:left;
	padding: 15px 20px;
}

#mast a{
	background-image: url(images/mast-button.gif);
	padding:11px;
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
}

#mast a:hover, #mast .selected{
	background-image: url(images/mast-button-active.gif);
}

/*Vertical Nav*/
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#leftnav {

}

.arrowblue{
	float:left;
	width: 230px; /*width of menu*/
	border-style: solid solid none solid;
	border-color: #7aa2ff;
	border-size: 1px;
	border-width: 1px;
}

.arrowblue ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.arrowblue .headerbar{
	color:#FFF;
	background-color:#94b4d6;
	margin:0;
	padding: 4px 0 4px 10px;
}
.arrowblue li a{
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	display: block;
	background: transparent url(images/arrowblue.gif) 100% 0;
  height: 24px; /*Set to height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	padding: 4px 0 4px 10px;
	line-height: 24px; /*Set line-height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	text-decoration: none;
}	
	
.arrowblue li a:link, .arrowblue li a:visited {
	color: #373737;
}

.arrowblue li a:hover{
	color: #26370A;
	background-position: 100% -32px;
}

	
.arrowblue li a.selected{
	color: #000;
	background-position: 100% -64px;
}

/*Content*/

#contentwrapper{
	width: 100%;
	font-size:0.9em;
	line-height:1.7em;
	margin-top:50px;
}

#content {
	margin:0 0 0 250px;
	line-height: 1.5em;
	padding-bottom:3px;
}

#content a{
	text-decoration:none;
}

#content h1{
	font-size: 1.5em;
	font-weight:normal;
	border-bottom:#CCC 1px solid;
	padding-bottom:3px;
	display:inline;
	padding-right:50px;
}
/*Footer*/

#footer {
	margin-top:25px;
	background-color:#65728d;
	color: #CCC;
	font-size:0.8em;
	padding:15px 5px;
}

#footer a{
	color:#CCC;
	text-decoration:none;
}

address p{
	line-height:0.9em;
}

/*Form CSS*/
pre { margin:5px 0; padding:5px 0; border-top:1px solid #212024; border-bottom:1px solid #212024;
white-space: pre-wrap; /* css-3 */
white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
white-space: -pre-wrap; /* Opera 4-6 */
white-space: -o-pre-wrap; /* Opera 7 */
word-wrap: break-word; /* Internet Explorer 5.5+ */
}
pre code { display: block; margin:0; padding:0; line-height:150%; }
pre, code {font:100% "monospaced", monospace;*font-size:100%;}

#box {width:100%;}

form { margin:1.5em 0; padding:0; width:50%; }
fieldset { margin:0; padding:0; border:none;}
legend { padding-bottom:0.5em; font-size:1.4em; margin-left:30%; color:#FFCC00; }

label {width:30%; line-height: 200%; padding-right:1em; text-align:right; } 
input, textarea { width:100%;  border:1px solid #212024; padding:3px; font-size:1em;} 
textarea { overflow:auto; font-family:Arial,Helvetica,sans-serif; font-size:1em; width:100%; border:1px solid #212024; padding:3px;}
.button input { border:none; margin-left:31%; font-size:1.2em; color: #666; background:none; padding:0 4px; cursor:pointer; width:auto;}

.hoverfocus { border:1px solid #FFCC00;}

#error, #response { float:left; width:30%; padding:3em; }

#response ul { list-style:none; border-top:1px solid #212024; margin-top:5px; padding-top:5px; }

#error {list-style:none;}

#error li, #response li { margin:0 0 5px 0; padding:0 0 5px 15px; background:url(images/bullet.gif) no-repeat 0 4px; border-bottom:1px solid #212024; }

#working { float:left; padding:3em; background:url(images/loading.gif) no-repeat left center;}

html body div.clear, html body span.clear { background:none; border:0; clear:both; display:block; float:none; font-size:0; margin:0; padding:0; overflow:hidden; 	visibility:hidden; width:0; height:0; }
