/********************************************
   CSS & HTML ELEMENTS
   (C) Ryan Navaroli www.navaroli.com, Karl Eberts www.karleberts.com
********************************************/ 

/* top elements */
html {
min-height: 100%; 
padding-bottom: 1px; 
}

* { padding: 0; margin: 0; }

body {
	margin: 0; 	padding: 0;
	font: normal 85%/1.5em 'Trebuchet MS', Tahoma, sans-serif;
	color: #000;
	background: #fff url(../images/bg.jpg) repeat-x;
}

/* content links */
a { background: inherit; color: #2578CC; text-decoration: none; cursor: pointer;}
a:hover { background: inherit; color: #174B7F; text-decoration: underline; }

/* headers */
h1, h2, h3 { font: bold 1em 'Trebuchet MS', Tahoma, Sans-serif; }
h1 { font-size: 1.4em; color: #1061B2; }
h2 { font-size: 1.0em; text-transform: uppercase; }
h3 { font-size: 1.2em; }

h1, h2 {
	padding-bottom: 5px;
}

p {
	padding: 5px 0 5px 0;
}

input[type="hidden"] {
	height: 0px;
}

br { clear: left; }

/********************************************
              PAGE LAYOUT
********************************************/



#header-content, #content, #footer-content {
	width: 974px;
}

/* header */
#header {
	height: 185px;
	text-align: left;
}	

#header-content {	
	margin: 0 auto; 
	padding: 0;
	position: relative;
}
	
#header-content h1#logo {
	position: absolute;	
	font: bold 55px 'Trebuchet MS', Sans-serif;
	letter-spacing: -2px; 
	color: #7BBDFF;
	margin: 0; padding: 0;		
	
	/* change the values of left and top to adjust the position of the logo */
	top: 50px; left: 0px;
}

#header-content h2#slogan {
	position: absolute;	
	font: bold 16px 'Trebuchet MS', Tahoma, Sans-serif;
	text-transform: none;
	color: #fff;	
	margin: 0; padding: 0;
	
	/* change the values of left and top to adjust the position of the slogan */
	top: 115px; left: 40px;
}

.headerphoto {
	margin: 0 auto;
	width: 381px;
	height: 185px;
	padding: 0px 0px 0px 0px; 
	background: url(../images/logo.jpg) no-repeat;
	position: absolute;
	top: 0px; left: 593px;;
}


/* content */
#content-wrap {
	clear: both;
	float: left;
	width: 100%;
	min-height: 100%;
}
#content {
	display: block;
	text-align: left;	
	padding: 0;
	margin: 0 auto;
	min-height: 500px;
}

#col-a {
	float: left;
	width: 502px;
	padding: 10px 10px 10px 10px;
	
}

#col-b { 
	margin: 0;
	float: left;
	width: 432px;
	height: 1%; /* Holly hack for Peekaboo Bug */
	padding: 10px 10px 10px 10px;
}


#col-c {
	float: left;
	width: 673px;
	padding: 10px 10px 10px 10px;
	
}

#col-d{ 
	margin: 0;
	float: left;
	vertical-align: bottom;
	width: 261px;
	height: 1%; /* Holly hack for Peekaboo Bug */
	padding: 10px 10px 10px 10px;	
	}

	

/*footer */
#footer {
	clear: both;
	margin: 0; padding: 0;
	font: normal .9em/1.5em 'Trebuchet MS', Tahoma, Arial, sans-serif;
	text-align: left;
	color: #dddddd;
}

#footer-bg {
	margin: 0 auto;
	width: 100%;
	height: 60px;
	padding: 0px 0px 0px 0px; 
	background: url(../images/ft_bg.jpg) repeat-x;
	position: relative;
	top: 10px; left: 0px;
}


#footer h1, #footer p {	
	margin-left: 0;
}

#footer-content {	
	border-top: 0px solid #000;
	margin: 0 auto;
	padding-left: 10px;	
}

#footer-content a {
	text-decoration: none;
	color: #C7E3FF;	
}
#footer-content a:hover {
	text-decoration: none;
	color: #7BBDFF
}
#footer-content ul {
	list-style: none;
	margin: 0; padding: 0;
}
#footer-content .col {
	width: 70%;
	padding: 0 5px 30px 0;	
}
#footer-content .col2 {
	width: 25%;
	padding: 0 0 0 0;	
}

/* alignment classes */
.float-left  { 
	float: left; 
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 3px;
	padding-left: 3px;
}
.float-right { 
	float: right; 
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 3px;
	padding-left: 3px;
}
.align-left  { text-align: left; }
.align-right {	text-align: right; }

/* additional classes */
.clear { clear: both; }


/* BEGIN FORM STYLES */
.input {
    border: 1px solid #020142;
    background: #FFEDA3;}
	
.input:hover {
    border: 1px solid #000;
    background: #FFBB4F;
}
.button {
    border: 1px solid #006;
    background: #ccc;
	font-weight: bold;
	padding: 2px 2px 2px 0px;
}
.button:hover {
    border: 1px solid #000;
    background: #FF8400;
}

/* END FORM STYLES */


/* BEGIN ERRORS */
#flashIntro {
	background-color: #ff9;
	height: 400px;
	margin-left: 32px;	
}

#flashIntroError{
	text-align: center;
}

ul#error  {
	padding-top: 10px;
	margin-left: 100px;
	color: #f00;
}

#error li { 
	list-style-type:none; 
} 

.error {
	padding-right: 5px;
}

#errorSpot {
	padding: 5px 0;
}

.javaError {
	color: #F00;
	font-weight: bold;
	padding-top: 40%;
}
/* END ERRORS */


/* INDEX.PHP BEGIN SOCIAL BADGE FORMATTING */
.socialheader {
	margin: 34px 0 0 0;
	padding: 4px 0 4px 9px;
	background-color: #E0F0FF;
	font-weight: bold;
	border: 1px solid #777;
	border-bottom: 1px none #777;
	color: #1061B2;
}

.socialbadges {
	margin: 0;
	padding-top: 18px;
	background-color: #C7E3FF;
	border: 1px solid #777;
	border-top: 1px solid #777; 
}

.badge {
	margin: 0 8px 0 8px;
	border-style: none;
}

/* FOOTER AT THE BOTTOM OF PRE AND POST QUESTION */
.proceedFooter {
	padding: 20px;
}


/* BEGIN QUESTION DEFAULT FORMATTING */
.question {
	display: block;
	color: #40397F;
	margin: 5px 0 3px 0;
	padding: 10px 0 17px 0;
	float: none;
	border-bottom: 1px dashed #777;
}

 .question img {
	border: none;
 }

 .optionList label {
	color: #000;
	margin: 0 0 0 8px;
 }

.question.input {
	clear:both;
	display: inline;
}

.question input[type="hidden"] {
	display: none;
}

.questionText {
	color: #000;
	font-size: 1em;
	margin: 5px 0 10px 0;
	font-weight: normal;
	max-width: 974px;
}

.optionList{
	list-style: none;
	padding-left: 0;
	margin-left: 0;
}

.multipleOptions {
	padding: 0 0 0 20px;
}

.qform {
	min-width: 1px;  
}

.qpic {
	margin-left: 20px;
	max-height: 350px;
	max-width: 650px;
	float: none;
	padding: 5px;
	border: none;
}

.qPicContainer {
	display: block; 
	width: 974px;
	padding: 15px 0 0 0;
	text-align: center;
	float: none;
}
/* END QUESTION IMAGE STYLING */

/* BEGIN LIKERT SCALE QUESTION STYLING */
.likert {
	display: block;
	padding: 0;
	margin: 0 0 0 20px;
	overflow: auto;
	min-width: 1px;
	height: 41px;
}
.lsOptions {
	display: inline;
	float: left;
	padding: 0 9px;
	width: 20px;
	text-align: center;
}

.lsMinLabel {
	display: inline;
	float: left;
	text-align: right;
	margin-right: 3px;
}

.lsMaxLabel {
	display: inline;
	float: left;
	text-align: left;
}

.lsRadios {   
	display: block;
	padding: 0;
	margin: 0;
	text-align: center;
	position: relative;
	top: 1px;
}

.lsLabels {
	display: block;
	padding: 0;
	margin: 0;
	font-weight: bold;
	text-align: center;
	color: #000;
}
/* END LIKERT SCALE QUESTION STYLING */


/* BEGIN OPEN ENDED QUESTIONS */
.oeTextArea {
	padding: 0 0 0 20px;
}
.responseText{
	width: 500px;
	border: #777 1px solid;
	font: normal 85%/1.5em 'Trebuchet MS', Tahoma, sans-serif;
	padding: 5px;
}

.responseText:focus {
	border: #7BBDFF 1px solid;
}

.oeSingleLineDisplay {
	width: 150px;
	border: #777 1px solid;
	font: normal 85%/1.5em 'Trebuchet MS', Tahoma, sans-serif;
}

.oeSingleLineDisplay:focus {
	border: #7BBDFF 1px solid;
}

.numericText {
	width: 150px;
	border: #777 1px solid;
	font: normal 85%/1.5em 'Trebuchet MS', Tahoma, sans-serif;
}

.numericText:focus {
	border: #7BBDFF 1px solid;
}
/* END OPEN ENDED QUESTIONS */



/* BEGIN BANK STYLING */
.bankLabels {
	display: block;
	padding: 2px 0;
	float: left;
}
.bankContent {
	display: block;
	padding: 0;
	margin: 0;
	list-style-type: none;
	width: 100%;
}
.bankQuestion {
	display: block;
	margin: 0 0 0 20px;
}

.bankLabelLeft {
	display: inline;
	width: 464px;
	text-align: right;
	padding: 2px 0 2px 5px;
}

.bankRight {
	width: 140px;
	padding: 2px 0 2px 5px;
}

.bankLeftQ, .bankLabelLeft, .bankRight, .bankCenter, .bankCenterQ {
	display: inline;
	float: left;
	min-height: 20px;
}

.bankQuestionBG0 {
	display: inline;
	width: 954px;
	float: left;
}

.bankQuestionBG1 {
	background-color: #ddd;
	display: inline;
	width: 954px;
	float: left;
}

.bankCenter {
	width: 352px;
	margin: 2px 2px 0px 5px;
	padding-bottom: 5px;
	font-weight: bolder;
	color: #000;
}

.bankLeftQ {
	width: 439px;
	padding: 2px 5px;
	font: normal 100%/1.5em 'Trebuchet MS', Tahoma, sans-serif;
	color: #000;
}

.bankCenterQ {
	display: inline;
	width: 352px;
	padding: 2px 5px;
	height: 20px;
}


.lbOptions {
	display: inline;
	float: left;
	width: 20px;
	text-align: center;
	margin: auto;
}

.mbOptionLabels {
	display: inline;
	margin: 0 0 0 20px;
	width: 500px;
	float: left;
}

.mbOptions {
	display: inline;
	float: left;
	text-align: center;
	padding: 2px 4px;
	color: #000;
}

.mbLeft {
	display: inline;
	width: 444px;
	padding: 2px 0 2px 5px;
	float: left;
	color: #000;
}

.mbQuestionBG0 {
	display: inline;
	width: 954px;
	color: #000;
	float: left;
}

.mbQuestionBG1 {
	background-color: #ddd;
	display: inline;
	width: 954px;
	color: #000;
	float: left;
}

/*END BANK STYLING*/
