/* Globals */

html, body {
	margin: 0;
	padding: 0;
	border: 0;
    }

body {
	color: #000000;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 76%;
    }


/* Layout Divs */

#banner {
	width: 98%;
	height: 70px;
	background-color: #FFFFFF;
	background-image:  url("http://www.policyconsensus.org/images/ui/banner.jpg");
	background-repeat: no-repeat;
	border-bottom: 1px solid #C2C2CE;
    }

#bannernav {
	position: absolute;
	left: 528px;
	top: 59px;
	font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.1em;
    }

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

#bannernav a:active { 
    text-decoration: none; 
    color: #666666;
    }

#wrapper {
    width: 770px;
    }

#leftcol {
	width: 150px;
    height: auto;
	top: 71px;
    left: 0;
    float: left;
    clear: left;
    }

#leftnav {
	font-size: 12px;
	font-weight: bold;
	margin-left: 10px;
	margin-top: 10px;
	line-height: 25px;
    }

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

#leftnav a:active { 
    text-decoration: none; color: #666666;
    }

#leftcontent {
	margin-left: 10px;
	margin-top: 20px;
	margin-right: 10px;
	line-height: 1.3em;
    }

#content {
	margin-left: 175px;
	width: 580px;
    clear: none;
    }

#title {
    margin: 0em;
    }

#foot {
	width: 98%;
	border-top: 1px solid #C2C2CE;
    margin: 20px 0px 20px 0px;
    clear: both;
    float: left;
    }

#footcontent {
	width: 755px;
	height: 20px;
	background-color: #F4F4F3;
	font-size: 12px;
    color: #9999AC;
    float: left;
    }

#footcontent a:link, #footcontent a:visited {
    color: #9999AC;
    }

#footcontent a:hover, #footcontent a:active {
   color: #CC0000;
    }

#footnav {
    float: left;
    width: 165px;
    margin: 0px 0px 0px 10px;
    }

#foottext {
    float: left;
    }

#toplink {
    float: right;
    padding-right: 5px;
    }


/* Typography */

a:link { 
   text-decoration: none; 
   color: #CC0000;
   }

a:visited { 
   text-decoration: none; 
   color: #CC0000;
   }

a:hover { 
   text-decoration: underline; 
   color: #999999; 
   }

a:active { 
   text-decoration: underline; 
   color: #666666;
   }

h1 { 
    font-size: 1.7em;
	margin-top: 0.5em;
	margin-bottom: 1em;
    color: #666666;
    }

h2 { 
	font-size: 1.5em;
	margin: 1em 0em 0em 0em;
    color: #990000; 
    }

h3 { 
	font-size: 1.2em;
	margin: 1em 0em 0em 0em;
    color: #666666; 
    }

h4 {
	font-size: 1.1em;
	margin: 0.6em 0em 0em 0em;
	font-weight: bold;
	}

h5 {
	font-size: 1.0em;
	margin: 1em 0em 0em 0em;
	font-weight: bold;
	}

h6 {
	font-size: 0.8em;
	margin: 1em 0em 0em 0em;
	font-weight: bold;
	}

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

ul li {
    background-image: url("http://www.policyconsensus.org/images/ui/arrow.gif");
    background-repeat: no-repeat;
    background-position: 0 0.6em;
    padding-left: 0.8em;
}

ol, ul, li {
	font-size: 1.0em;
	line-height: 1.6em;
	margin-top: 0.6em;
	margin-bottom: 0.1em;
	}

p {
	font-size: 1.0em;
	line-height: 1.6em;
	margin: 0.6em 0em 0.6em 0em;
	}

li > p {
	margin-top: 0.2em;
	}

pre {
	font-family: monospace;
	font-size: 1.0em;
	}

hr {
	height: 1px;
	color: #C2C2CE;
	border: none;
	padding: 0;
	margin: 1em 0;
	background: #C2C2CE;
    }

img {
    border: none;
    }


/* Forms */

input, select, textarea {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 1.0em;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
	font-weight: bold;
	color: #FFFFFF;
    background: #990000;
    }


/* Layout Classes */

.left {
	float: left;
	margin-right: 20px;
    }

.right {
	float: right;
	margin-left: 20px;
    margin-bottom: 10px;
    }

.leftimage {
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
    float: left;
    }

.rightimage {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
    float: right;
    }

.leftimageborder {
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
    float: left;
    border: 1px solid #000000;
    }

.rightimageborder {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
    float: right;
    border: 1px solid #000000;
    }

.imageborder {
    border: 1px solid #000000;
    }

.pullquote {
	color: #990000;
	border: 1px solid #990000;
	background-color: #F4F4F3;
	line-height: 1.8em;
	margin: 3px 0px 10px 10px;
	padding: 20px;
    }

.graybackground {
	background-color: #F4F4F3;
    }

.navtable {
	background-color: #F4F4F3;
    font-size: 11px;
    margin-top: 5px;
    }

.newsbox {
	color: #990000;
	border: 1px solid #990000;
	background: #F4F4F3;
	padding: 0px 10px;
    }

.small { 
    font-size: 0.9em;
    }

.highlight { 
    font-weight: bold; 
    color: #666666;
    }


/* PHP List */

.listdescription {
  margin-left: 6em;
}

.menuhead  {
	font-size : 13px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-style : normal;
	color : Red;
	text-decoration : none;
	text-indent : 0 px;
	text-align : right;
	background-color: #FFCC66;
}

.menuitem  {
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-style : normal;
	color : black;
	text-decoration : none;
	text-indent : 0 px;
	text-align : right;
	background-color: #FFCC66;
}

.sectionlink  {
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-style : normal;
	color : black;
	text-decoration : none;
}

.email  {
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-style : normal;
	color : blue;
	text-decoration : none;
}

.address  {
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-style : normal;
	color : black;
	text-decoration : none;
}

a.url  {
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-style : normal;
	color : black;
	text-decoration : none;
}
.attributename  {
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-style : normal;
	color : black;
	text-decoration : none;
}

.attributeinput  {
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-style : normal;
	color : black;
	text-decoration : none;
}

.listitem  {
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-style : normal;
	color : black;
	text-decoration : none;
}

.error  {
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-style : normal;
	color : red;
	text-decoration : none;
}

.info  {
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-style : normal;
	color : magenta;
	text-decoration : none;
}

.botbar  {
	font-size : 11px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-style : normal;
	color : white;
	text-decoration : none;
}

.botbartd  {
	font-size : 11px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-style : normal;
	color : white;
	text-decoration : none;
	background-color: #339933;
}
.required {
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-style : normal;
	color : red;
	text-decoration : none;
}