/*
blue: #0f4571;

*/
/***********/
/* Structure */
/***********/
.clear { clear: both; }

body {
	background-image: url('../images/background.jpg');
	background-repeat: repeat;
	background-color: #0F4571;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

div#pageWrapper {
	margin: 0 auto;
	background-color: #FFF;
	width: 720px;
	border-right: 2px solid #0F4571;
	border-left: 2px solid #0F4571;
}
div#pageHeading {
	width: 100%;
	height: 75px;
	background-image: url('../images/qsi_logo.jpg');
	background-repeat: no-repeat;
	background-position: top left;
	padding: 25px 0 0 125px;
	font-size: 2.5em;
	color: #0F4571;
	font-weight: bold;
	text-transform: small-caps;
}

div#menuWrapper {
	width: 100%;
	padding: 3px 0;
	border-top: 2px solid #0F4571;
	border-bottom: 2px inset #0F4571;
	font-size: .9em;`
}

div#menuWrapper a {
	height: 20px;
	padding-left: 25px;
	color: #464646;
}

div#menuWrapper a.active, div#menuWrapper a:hover {
	background-image: url('../images/page_marker.jpg');
	background-repeat: no-repeat;
	background-position: center left;
	color: #0F4571;
}

span#loginWrapper {
	float: right;
	margin-right: 5px;
}

div#contentWrapper {
	padding: 10px;
	height: auto;
}

div#footerWrapper {`
    clear: both;
	margin: 5px auto;
	border-top: outset 2px #0F5471;
	text-align: center;
}


h1 {
	font-size: 1.75em;
	font-weight: bold;
	margin-bottom: 5px;
	background-image: url('../images/page_marker.jpg');
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 25px;
}

h2 {
	font-size: 1.25em;
	font-weight: bold;
}

p, ul {
  margin: 5px 25px 5px 10px;
}

p, li { line-height: 1.2em; }

.fltRight {
	float: right;
	width: 450px;
}

.centered { 
	width: 85px;
	margin-left: 150px;
}

/***************/
/* END Structure  */
/***************/


/***************/
/*    Contact             */
/***************/


div#contactWrapper {
	width: 375px;
	margin: 5px auto;
	padding: 5px 25px;
}

div#formContact, div#formContact form { margin-top: 10px; }

div#formContact label {
	display: inline-block;
	display: -moz-inline-block;
	vertical-align: top;
	width: 75px;
}

div#formContact input#fname, div#formContact input#cemail, div#formContact textarea {
	margin-bottom: 5px;
	border: 1px solid #0F5471;
	background-color: #DDD;
	color: #0F5471;
	width: 150px;
}

div#formContact textarea { height: 100px; }

div#formContact div { margin-left: 10px; }

div#formContact p { margin-bottom: 5px; }

input.btns {
	width: 75px;
	margin: 5px;
	font-weight: bold;
}

input.btns:hover {
	background-color: #0F5471;
	color: #FFF;
}

/***************/
/*    END Contact    */
/***************/

/***************/
/*    Register          */
/***************/

div#formRegister { margin-top: 10px; }

div#formRegister label {
	display: inline-block;
	display: -moz-inline-block;
	vertical-align: middle;
	width: 150px;
	text-align: right;
	margin-right: 5px;
	margin-bottom: 6px;
}

div#formRegister input {
	margin-bottom: 5px;
	border: 1px solid #0F5471;
	background-color: #DDD;
	color: #0F5471;
	width: 150px;
}

div#formRegister span {
	font-size: .7em;
	font-weight: bold;
	color: #0080FF;
	margin-left: 5px;
	vertical-align: middle;
}

/***************/
/*   END Register   */
/***************/

/***************/
/*    Index              */
/***************/

div#contentWrapper img {
	border: solid 2px #0F5471;
	margin-right: 25px;
}

div#contentWrapper h1 img { border: none; }

div#contentWrapper h2 img { border: none; }
div#contentWrapper li { margin-left: 25px; }
div#contentWrapper ul { margin-bottom: 5px; }


/***************/
/*    END Index      */
/***************/


/***************/
/***************/