@charset "UTF-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
}

html, body{
	height:100%;
}

body{
	font-size:12px;
	font-family:Helvetica, Arial, Helvetica, sans-serif;
	background:#EAEAEA url(images/bg_stripes.gif) repeat;
}

a{
	color:inherit;
	text-decoration:none;
	outline:none;
}

p{
	padding:0 0 15px 0;
	line-height:1.24em;
}

p a{
	text-decoration:underline;
}

p a:hover{
	background:url(images/bg_orange.gif);
	padding:5px 0;
}

.body h3,
.body p{
	width:410px;
}

div{
	position:relative;
}

ul{
	list-style:none;
}

br.clear{
	font-size:0;
	line-height:0;
	height:0;
	clear:both;
}

h3{
	font-size:16px;
	padding:30px 0 10px;
	font-weight:normal;
}

h3.top{
	padding-top:10px;
}

.hidden{
	display:none;
}

div#container{
	width:770px;
	margin:0 auto;
	background:url(images/bg_body.gif) repeat-y center;
	min-height:100%;
}

div#head{
	padding:20px 35px 20px;
	background:url(images/bg_header.gif) no-repeat bottom;
}

div#head h1{
	display:block;
	width:285px;
	height:37px;
	overflow:hidden;
	position:relative;
	left:-10px;
}

div#head h1 a{
	display:block;
	width:307px;
	height:37px;
	overflow:hidden;
	font-size:2px;
	text-indent:-500px;
	background:url(images/head.gif) no-repeat 0px -75px;
}

div#head h1 a:hover,
div#head h1.current a{
	background:url(images/head.gif) no-repeat;
}

div#head h2{
	font-size:14px;
	margin-top:5px;
	font-weight:normal;
	background:url(images/head.gif) no-repeat 0px -42px;
	width:370px;
	height:28px;
	overflow:hidden;
	text-indent:-500px;
	position:relative;
	left:-10px;
}

div#head h2 a{
	position:absolute;
	display:block;
	top:0px;
	height:28px;
}

div#head h2 a#procLink{
	left:35px;
	width:75px;
}

div#head h2 a#ardLink{
	left:125px;
	width:55px;
}

div#head h2 a#amLink{
	left:265px;
	width:110px;
}

div#head h1, div#head #nav{
	font-size:21px;
	font-weight:normal;
}

div#head #nav{
	float:right;
	width:220px;
}

div#head #nav a{
	color:#000000;
	display:block;
	float:right;
	height:37px;
	overflow:hidden;
	text-indent:-500px;
}

div#head #nav a#aboutLink{
	background:url(images/head.gif) -328px -75px;
	width:86px;
}

div#head #nav a#aboutLink:hover,
div#head #nav a#aboutLink.current{
	background:url(images/head.gif) -328px 0px;
}

div#head #nav a#contactLink{
	background:url(images/head.gif) -436px -75px;
	margin-left:7px;
	width:103px;
}

div#head #nav a#contactLink:hover,
div#head #nav a#contactLink.current{
	background:url(images/head.gif) -436px 0px;
}

div#foot{
	padding:30px 35px 7px;
	color:#9BA5A5;
}

div#foot p{
	line-height:1.5em;
}

div#foot a{
	color:#9BA5A5;
}

div#foot a:hover{
	background:url(images/bg_teal.gif) repeat;
	color:#506666;
}

div.body{
	padding:20px 35px;
}

#status{
	position:fixed;
	width:900px;
	height:53px;
	top:15px;
	left:50%;
	margin-left:-450px;
}

#status a{
	width:60px;
	height:53px;
	position:absolute;
	background:url(images/under_development.gif) no-repeat 0px 0px;
	overflow:hidden;
	font-size:0px;
}

#status a:hover{
	background-position:0px -67px;
}



/* --- output page --- */

div.softpre{
	padding:20px 0 20px;
}

div.softpre h3{
	background:#DBDBDB;
	padding:9px 10px 5px;
	font-size:14px;
	font-weight:normal;
	width:auto;
}

div.softpre pre{
	background:#FFFFFF;
	border:solid 1px #DBDBDB;
	padding:10px;
	overflow-x:auto;
}


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

div.alert{
	width:auto;
	padding:10px;
	background:url(images/bg_teal.gif);
	margin-bottom:25px;
	line-spacing:1.4em;
}

div.alert.error{
	background:url(images/bg_red.gif);
}

div.alert p{
	width:auto;
	padding:15px 25px 10px;
	background:#FFFFFF;
}

div.alert h3{
	width:auto;
	padding:17px 25px 0px;
	background:#FFFFFF;
	font-size:15px;
	line-height:14px;
}


/* --- about page --- */

#about #links{
	float:right;
	width:227px;
}

#about #links h3,
#about #links p{
	width:100%;
}

#about #links ul{
	list-style:square;
	padding:0;
}

#about #links ul li{
	padding:7px 0;
	color:#CCCCCC;
}

#about #links ul li a{
	color:#000000;
}

#about #links ul li a:hover{
	background:url(images/bg_orange.gif);
	padding:5px 0;
}


/* --- development page --- */

#devImg{
	float:left;
	padding:20px 25px 20px 10px;
}

#development ul{
	list-style:square;
	padding:0 0 0 13px;
	width:397px;
}

#development ul li{
	padding:0 0 10px;
}


/*----some jquery ui tidbits----*/

.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }
