/* 
  ------------------------------------------------
  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;
}
#sections {
	background-color: #6FA5E1;
	padding: 0px;
}


#wrapper {
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#issue {
	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;
}
#renewalarea {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	background-color: #FF0;
	padding: 5px;
	text-align: center;
	line-height: 1.3;
	margin: 0px;
	border: 1px solid #999;
}
#downloadarea {
    font-size: 1.5em;
    font-weight: bold;
    background-color: #9CF;
    padding: 5px;
    text-align: center;
    line-height: normal;
    margin: 0px;
    border: 1px solid #999;
}

#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_wrapper_e {
	background-image: url(img/clm04e_middle.gif);
	background-repeat: repeat-y;
}
#column_wrapper_equal {
	background-image: url(img/clm10_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_top_e {
	background-image: url(img/clm04e_top.gif);
	background-repeat: no-repeat;
	height: 12px;
}
#column_top_equal {
	background-image: url(img/clm10_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;
}
#column_bottom_e {
	background-image: url(img/clm04e_bottom.gif);
	background-repeat: no-repeat;
	height: 12px;
}
#column_bottom_equal {
	background-image: url(img/clm10_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;
}
#onecolumn {
	width: 980px;
	float: left;
}


#left {
	width: 180px;
	float: left;
}
#right {
	width: 400px;
	float: left;
}
#questions {
	width: 630px;
	float: left;
}
#left_tools {
	width: 630px;
	float: left;
}
#select {
	width: 350px;
	float: left;
}
#left_equal {
	width: 485px;
	float: left;
}
#questionform {
	width: 340px;
	float: left;
}
#right_tools {
	width: 340px;
	float: left;
}
#right_equal {
	width: 485px;
	float: left;
}
#edit {
	width: 630px;
	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;
}
#onecolumn .content {
	font-size: 0.8em;
	line-height: 1.65em;
	padding-top: 24px;
	padding-right: 24px;
	padding-bottom: 24px;
	padding-left: 24px;
	border: 1px solid #000;
}



#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: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
    height: 15px;
}
#sections .content {
	width: 980px;
	margin: 0px auto;
	padding: 8px;
	color: #000;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
}

#questions .content {
	font-size: 0.8em;
	line-height: 1.65em;
	padding-top: 24px;
	padding-right: 20px;
	padding-bottom: 24px;
	padding-left: 20px;
}
#left_tools .content {
	font-size: 0.8em;
	line-height: 1.65em;
	padding-top: 24px;
	padding-right: 20px;
	padding-bottom: 24px;
	padding-left: 20px;
}
#left_equal .content {
	font-size: 0.8em;
	line-height: 1.65em;
	padding-top: 24px;
	padding-right: 20px;
	padding-bottom: 24px;
	padding-left: 20px;
}
#edit .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;
}
#right_tools .content {
	padding: 24px 20px;
	font-size: 0.75em;
	line-height: 1.5em;
}
#right_equal .content {
	padding: 24px 20px;
	font-size: 0.8em;
	line-height: 1.5em;
}
#select .content {
	font-size: 0.75em;
	line-height: 1.5em;
	padding-top: 24px;
	padding-right: 20px;
	padding-bottom: 24px;
	padding-left: 20px;
}


#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: 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;
}
#sections a:link {
	color: #000000;
}
#sections a:visited {
	color: #000000;
}
#sections a:hover {
	color: #FFFFFF;
}
#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;
}
#downloadarea a:link {
	color: #0033FF;
}
#downloadarea a:visited {
	color: #0033FF;
}
#downloadarea a:hover {
	color: #000000;
}
#renewalarea a:link {
	color: #0033FF;
}
#renewalarea a:visited {
	color: #0033FF;
}
#renewalarea a:hover {
	color: #000000;
}
#center a:link {
	color: #0033CC;
}
#center a:visited {
	color: #0033CC;
}
#center a:hover {
	color: #000000;
}
#onecolumn a:link {
	color: #0033CC;
}
#onecolumn a:visited {
	color: #0033CC;
}
#onecolumn 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;
}
#left_tools a:link {
	color: #0033CC;
}
#left_tools a:visited {
	color: #0033CC;
}
#left_tools a:hover {
	color: #000000;
}
#right_tools a:link {
	color: #0033CC;
}
#right_tools a:visited {
	color: #0033CC;
}
#right_tools a:hover {
	color: #000000;
}
#wrapper .menulist td {
	font-size: 1.25em;
}

#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;
}
#footerleft .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.4em;
	margin-top: 30px;
	margin-right: 0;
	margin-bottom: 20;
	margin-left: 0;
}
h3 {
	font-size: 1.25em;
	margin: 35px 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;
}
h6 {
	font-size: 1.6em;
	font-weight: bold;
	color: #36F;
	text-transform: uppercase;
	margin-top: 0px;
}
.nomargintop {margin-top: 0;}
.nomarginbottom {
	margin-bottom: 0px;
}

.content p {
	margin: 12px 0;
}
.header {
	font-weight: bold;
	color: #FFF;
	background-color: #000;
}
.headercaps {
	font-weight: bold;
	color: #FFF;
	background-color: #000;
	text-transform: uppercase;
}
.headerlarge {
	font-weight: bold;
	color: #FFF;
	background-color: #000;
	font-size: 1.5em;
}

.ParagraphHead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.33em;
	font-weight: bold;
	color: #039;
}
.ParagraphHeadRed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.33em;
	font-weight: bold;
	color: #900;
}
.ParagraphHeadRedRenew {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	color: #900;
	font-variant: normal;
	text-transform: uppercase;
}

.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: 36px;
	font-weight: bold;
}
.pointvalue {
	font-size: 24px;
	font-weight: bold;
}
.questiontype {
	font-size: 18px;
	font-weight: bold;
	color: #096;
	font-style: italic;
}
.question {
	font-size: 18px;
	color: #000;
}
.directions {
	font-size: 1.15em;
	font-style: italic;
}

.answer {
	font-size: 18px;
	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;
}
.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;
}
.redtext {
	color: #F00;
}
.greentext {
	color: #093;
}
.bluetext {
	color: #03F;
}

ul {
	margin-bottom: 10px;
}
.largetext {
	font-size: 1.4em;
}
.alphalist {
	list-style-type: lower-alpha;	
}

.messageyellow {
    background-color: #FF6;
    padding-top: 0px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 0px;
    border: 1px solid #CCC;
    margin-top: 10px;
    margin-bottom: 10px;
}

.messagerenewal {
    background-color: #FF0;
    padding-top: 0px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 0px;
    border: 1px solid #CCC;
    margin-top: 10px;
    margin-bottom: 10px;
}

.messagegreen {
    background-color: #CF0;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 0px;
    border: 1px solid #CCC;
    line-height: 1.3em;
    margin-top: 10px;
    margin-bottom: 10px;
}

.messagegray {
    background-color: #D6D6D6;
    padding-top: 0px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 0px;
    border: 1px solid #CCC;
    margin-top: 10px;
    margin-bottom: 10px;
}

.messagesilver {
    background-color: #EAEAEA;
    padding-top: 0px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 0px;
    border: 1px solid #CCC;
    margin-top: 10px;
    margin-bottom: 10px;
}

.ParagraphHeadRedRenew {
    font-size: 1.4em;
    font-weight: bold;
    color: #900;
    font-variant: normal;
    /* [disabled]text-transform: uppercase; */
}
.borderedtable {
	border: 1px solid #999;
	line-height: normal;
}
.tablehead {
	font-size: 1.0em;
	font-weight: bold;
	color: #FFF;
	background-color: #006;
}
.tablecellgray {
	background-color: #EAEAEA;
}
.tablecelldarkgray {
	background-color: #D0D0D0;
}

.linkbutton {
    background-color: #D8D8D8;
    border: 1px solid #666;
    padding: 5px;
    line-height: 2em;
}
