/* 
  ------------------------------------------------
  PVII CSS Layout Magic
  Copyright (c) 2007 Project Seven Development
  www.projectseven.com
  08: 3Col_Fixed_Width
  ------------------------------------------------
*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0;
}
#masthead {
	color: #FFFFFF;
	background-color: #99CDFF;
	padding: 0px;
	margin: 0px;
	background-image: url(../images/masthead_bg.jpg);
	background-repeat: repeat-x;
	height: 115px;
}
#nav {
	background-color: #003399;
	padding: 0px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 30px;
	margin-left: 0;
}

#wrapper {
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#issue {
	background-color: #000;
	margin: 0px;
}
#answer {
	background-color: #000;
	margin: 0px;
}

#category {
	padding: 0px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0px;
	border: 1px solid #000;
	background-color: #A8C9F0;
}

#column_wrapper {
	background-image: url(img/clm08_middle.gif);
	background-repeat: repeat-y;
}
#column_wrapper_a {
	background-image: url(img/clm08a_middle.gif);
	background-repeat: repeat-y;
}
#column_wrapper_q {
	background-image: url(img/clm04_middle.gif);
	background-repeat: repeat-y;
}

#column_top {
	background-image: url(img/clm08_top.gif);
	background-repeat: no-repeat;
	height: 12px;
}
#column_top_a {
	background-image: url(img/clm08a_top.gif);
	background-repeat: no-repeat;
	height: 12px;
}
#column_top_q {
	background-image: url(img/clm04_top.gif);
	background-repeat: no-repeat;
	height: 12px;
}

#column_bottom {
	background-image: url(img/clm08_bottom.gif);
	background-repeat: no-repeat;
	height: 12px;
}
#column_bottom_a {
	background-image: url(img/clm08a_bottom.gif);
	background-repeat: no-repeat;
	height: 12px;
}
#column_bottom_q {
	background-image: url(img/clm04_bottom.gif);
	background-repeat: no-repeat;
	height: 12px;
}

.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
#center {
	width: 400px;
	float: left;
}
#main {
	width: 800px;
	float: left;
}

#left {
	width: 180px;
	float: left;
}
#right {
	width: 400px;
	float: left;
}
#questions {
	width: 630px;
	float: left;
}
#questionform {
	width: 340px;
	float: left;
}
#center .content {
	font-size: 0.8em;
	line-height: 1.65em;
	padding-top: 24px;
	padding-right: 16px;
	padding-bottom: 24px;
	padding-left: 16px;
}
#main .content {
	font-size: 0.8em;
	line-height: 1.65em;
	padding-top: 24px;
	padding-right: 24px;
	padding-bottom: 24px;
	padding-left: 24px;
}


#left .content {
	padding: 24px 16px;
	font-size: 0.75em;
	line-height: 1.5em;
}
#right .content {
	padding: 24px 16px;
	font-size: 0.8em;
	line-height: 1.65em;
}
#masthead .content {
	margin: 0px auto;
    padding: 0px;
    width: 980px;
	font-family: Arial, Helvetica, sans-serif;
    height: 115px;
}
#nav .content {
	width: 980px;
	margin: 0px auto;
	padding: 8px;
	color: #FFF;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#questions .content {
	font-size: 0.8em;
	line-height: 1.65em;
	padding-top: 24px;
	padding-right: 20px;
	padding-bottom: 24px;
	padding-left: 20px;
}
#questionform .content {
	padding: 24px 20px;
	font-size: 0.75em;
	line-height: 1.5em;
}
#category .content {
	margin: 0px auto;
	padding: 8px;
	color: #000;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-weight: bold;
}
#issue .content {
	width: 980px;
	margin: 0px auto;
	padding: 5px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
}
#answer .content {
	width: 980px;
	margin: 0px auto;
	padding: 5px;
	color: #FF3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
}




#footer .content {
	padding: 12px 0px;
}
#footer {
	color: #666666;
	padding: 0px;
	margin: 0;
	font-size: 0.7em;
	clear: both;
}
.menulist {
	font-family: Arial, Helvetica, sans-serif;

}
#nav a:link {
	color: #FFFFFF;
}
#nav a:visited {
	color: #FFFFFF;
}
#nav a:hover {
	color: #6699FF;
}
#category a:link {
	color: #000000;
	text-decoration: underline;
}
#category a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
#category a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#left a:link {
	color: #0066FF;
	text-decoration: underline;
	font-weight: normal;
}
#left a:visited {
	color: #990066;
	text-decoration: none;
	font-weight: normal;
}
#left a:hover {
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}
#center a:link {
	color: #0033CC;
}
#center a:visited {
	color: #0033CC;
}
#center a:hover {
	color: #000000;
}
#right a:link {
	color: #0033CC;
}
#right a:visited {
	color: #0033CC;
}
#right a:hover {
	color: #000000;
}
#questionform a:link {
	color: #58306D;
}
#questionform a:visited {
	color: #333333;
}
#questionform a:hover {
	color: #000000;
}
#wrapper .menulist td {
	font-size: 16px;
	font-weight: bold;
}

#wrapper .menulist a:visited {
	color: #990066;
}

#wrapper .menulist a:hover {
	color: #000000;
}

#wrapper .menulist a {
	color: #0066FF;
}
#footerright {
	width: 20%;
	float: left;
}
#footerleft {
	width: 80%;
	float: left;
}
#footercenter {
	width: 100%;
	float: left;
}

#footerleft .content {
	color: #333333;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#footercenter .content {
	color: #333333;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#footerright .content {
	text-align: right;
	color: #333333;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#footer a:link {
	color: #336699;
}
#footer a:visited {
	color: #336699;
}
#footer a:hover {
	color: #003366;
}
.p7uberlink {
	font-weight: bold !important;
	letter-spacing: .15em;
	border-color: #000000 !important;
}
h1 {
	font-size: 1.8em;
	margin: 0;
}
h2 {
	font-size: 1.6em;
	margin-top: 30px;
	margin-right: 0;
	margin-bottom: 20;
	margin-left: 0;
}
h3 {
	font-size: 1.25em;
	margin: 30px 0 0 0;
}
h4 {
	font-size: 1.1em;
	margin: 20px 0 0 0;
}
h5 {
	font-size: 1.6em;
	color: #FFF;
	background-color: #039;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding: 5px;
}

.nomargintop {margin-top: 0;}
.content p {
	margin: 12px 0;
}
.header {
	font-weight: bold;
	color: #FFF;
	background-color: #000;
}

.headerA {
	font-weight: bold;
	color: #FFF;
	background-color: #063;
}
.headerB {
	font-weight: bold;
	color: #FFF;
	background-color: #039;
}
.headerC {
	font-weight: bold;
	color: #FFF;
	background-color: #000;
	font-size: 16px;
}
.headerG {
	font-weight: bold;
	color: #FFF;
	background-color: #666;
	font-size: 14px;
}



.bordered {
	border: 1px solid #999;
}

.borderedgraybg {
	border: 1px solid #999;
	background-color: #EAEAEA;
}

.masthead {
	font-weight: bold;
	color: #FFF;
	font-size: 1.6em;
}
.sidebarheader {
	font-size: 1.25em;
	font-weight: bold;
}
.categoryname {
	font-size: 48px;
	line-height: normal;
}
.pointvalue {
	font-size: 32px;
	line-height: normal;
	font-weight: bold;
}
.questiontype {
	font-size: 24px;
	color: #096;
	font-style: italic;
	font-weight: bold;
	line-height: normal;
}
.question {
	font-size: 30px;
	color: #000;
	line-height: normal;
}
.directions {
	font-size: 18px;
	font-style: italic;
	line-height: normal;
}

.answer {
	font-size: 30px;
	color: #03C;
}
.formfield {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.formlabel {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.greybg 
{
    background-color: #EAEAEA;
}

.bolduppercase {
	font-weight: bold;
	text-transform: uppercase;
	background-color: #EAEAEA;
}
.questiontable {
	border: 1px solid #999;
	line-height: normal;
}
.whiteborderright {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
}
.grayborderright {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
	background-color: #EAEAEA;
}
.blackborderright {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
	background-color: #666666;
}
.printstatus {
	font-size: 1.25em;
	font-weight: bold;
}
