/* Style Sheet for www.egovbarriers.org */

/*Main*/
div {}
body {
	font:0.75em/1.4em Arial, Helvetica, sans-serif;
	margin: 0px;
}
table td {	font:0.9em Arial, Helvetica, sans-serif;
		padding: 0px 4px;
}
h1,h2,h3,h4 {font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	line-height:normal;
	letter-spacing:1pt;
}
.title {
	background-color: #E4E4ED;
	font-weight: bold;
	padding-left:25px;
	padding-top:10px;
	padding-bottom:10px; margin:0px;
}
h1 {
	font-size:160%;
	margin-bottom:1em;
}
h2 {
	font-size:140%;
	margin-top:1.5em; font-weight: bold;
}
h3 {
	font-size:120%;
	margin-top:1em;
}
h4 {
	font-size:110%;
	margin-top:1em;
	font-weight:bold;
}
p {
	padding: 3px;
}

a {
	color:#09c;
	text-decoration:none;
	font-weight: bold;
	}
a:link {color:#09c;}
a:visited {color:#07a;}
a:hover {color: #000066;}
hr {border: 1px dotted #E0DFE3;}
.box, .box2 {
	padding: 8px 8px 8px 25px;
	border: 1px solid #B3B7E1;
	background-color: #FFFFFF;

	background-repeat: no-repeat;
	background-position: left center;
}
 .box:hover, .box2:hover {
	background-color: #FFF;
	border-top-color: #000066;
	border-right-color: #000066;
	border-bottom-color: #000066;
	border-left-color: #000066;
}
 .box {	background-image: url(../../images/qmark.png);}
 .box2 {
	background-image: url(../../images/globe.png);
}


/*Nav*/

#nav, #subnav {
	background-color: #000066;
	height:25px;
	color: #FFFFFF;
	padding: 2px;
}
#nav a, #subnav a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	padding:5px 3px;

}
#nav a:hover, #subnav a:hover {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	background-color: #EDEEFA;
}



/*Header*/

#header {
	margin: 5px;
	height: 75px;
}


/*footer*/
#footer {
	background-image: url(../../images/bg1.gif);
	color: #666666;
	padding: 15px 2px 2px;
}

/*inventory*/

#inventory, #foundations {
	margin: 20px;
	padding: 10px;
	border: 1px solid #CCCCCC;
}
#inventory h3, #foundations h3 { font-weight:bold;
	padding-top: 10px;
}
#inventory h4, #foundations h4 { font-weight:bold;}

#jumpto {
	background-color: #EDEEFA;
	border: 1px solid #E0DFE3;

	margin: 25px;
}
#jumpto p {
margin-top:25px;
padding:10px;
	
}
#jumpto ul {float:left; margin:10px;}


	#container {}	
#frontleft {
	background:#fff;

	padding: 5px;
	width: 230px;
	float:left;
	margin-top: 20px;
	margin-left:10px;
}
#frontleft h3, #frontright h3 { font-weight:bold;
	display: block;
}
#frontmiddle {
	padding: 10px;
	margin-left: 250px;

}

#frontright {
	float:right;
	width:220px;
	background:#fff;
	margin:10px;
	padding: 5px;
	border: 1px solid #999999;
	
	}

/* begin kk's addition */

#form {
    width: 500px;
    border: 1px dotted #999999;
    margin-top: 10px;
    margin-bottom: 20px;
    margin-left: 20px;
    padding: 10px;
    padding-bottom: 30px;
}
#form div {
    width: 470px;
    clear: both;
    margin-left: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}
#form label {
    width: 100px;
    float:left;
    text-align: right;
}
#form input textarea {
    float: right;
    margin-bottom: 10px;
    text-align: left;
}
input.button {
    margin-right: 30px;
}

#copyright {
    padding-top: 50px;

	text-align: center;
}

#error div {
    width: 50%;
    text-align: left;
    margin-top: 5%;
    padding: 20px;
    border: 1px solid #e6e6dc;
}
#error h1 {

}
#error a {
   text-decoration: none;
   font-weight: bold;
   color: #000000;
}
#error a:hover {
   border-bottom: 1px;
   border-color: #999999;
   border-bottom-style: dotted;
}
p.formerror {
    width: 500px;
    margin-left: 20px;
    font-weight: bold;
    color: #000066;
}
p.dberror {
    width: 500px;
    margin-left: 20px;
    font-weight: bold;
    color: #FF0066;
}
span.navadmin {
	color: #990000;
	font-weight: bold;
	background-color: #CCCCCC;
}

/* end kk's addition */

/* logos Front page */
.sponsor {
	width: 215px; clear:left; vertical-align: top; text-align:center;
}

.sponsor a{
	text-decoration: none;
}
.sponsor img {float:left;}
#content {
	padding: 5px;}

.content {
	padding: 5px;
}
.line {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	padding-top: 3px;
	padding-bottom: 3px;
}
.footnote {
	vertical-align: super;

}
.Content>p {margin:0px;}
.Content>p+p {text-indent:30px;}


 #FloatNav {
	float:left;
	margin:10px;

}
 #navAlpha {
	float:left;
	margin:10px;

}

/* All the content boxes belong to the content class. */
.content {
	position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
	width:auto;
	min-width:120px;
	margin:0px 195px 20px 235px;
	border:1px solid black;
	background-color:white;
	padding:10px;
	z-index:3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
	}
	.rightcontent {
	position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
	width:auto;
	min-width:120px;
	margin:20px 20px 20px 235px;
	border:1px solid black;
	background-color:white;
	padding:10px;
	z-index:3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
	}

#inthisissue {
	margin: 5px;
	padding: 5px;
	border: 1px solid #000099;
	background-color: #DCDEF5;
}

.survey_option {
	margin: 10px;
	border: 1px solid #EDEEFA;
}
.survey_option p {
	margin: 10px;

}
.survey_option img {margin-right:10px;
}
.forum {height:180px; width:100px; background-image:url(../../images/discuss.gif); background-repeat:no-repeat; float:left; margin-right:15px;}

.forum p {margin-top:100px;}

#news {}
#news p, #maintext {
	padding:10px;

}


/*Webcasts*/
#webcasts, #slides { border:#CCCCCC thin solid; padding:2em; }
#webcasts a { padding-left:50px;}
.realplayer, .mp4 { background-repeat:no-repeat; 	background-position: left center; height:50px; 	padding-top: 5px;	padding-right: 5px;	padding-bottom: 5px; }
.mp4 {background-image:url(../../images/logos/mp4.gif);}
.realplayer { background-image:url(../../images/logos/real.gif);}

/*icons*/
.pdf, .rtf, .doc, .documents {	background-repeat: no-repeat;	height:30px;	padding-left:25px;}
.pdf {background-image: url(../../images/logos/pdf.gif);}
.rtf {background-image: url(../../images/logos/rtf.gif);}
.doc {background-image: url(../../images/logos/doc.gif);}
.documents {background-image: url(../../images/logos/16_document_256.png);}
.nobullet {list-style:none;}
.line {border-bottom:1px dotted #CCCCCC; padding:3px 0; margin:3px 0;}
.ind {margin-left:125px;}