/* Begin Typography & Colors */
#page {
	background-color: white;
	text-align: left;
	}

#header {
	background: #009ddd url('images/QSheaderbackground.jpg') no-repeat bottom center;
	}
#header a {
	height:185px;
	text-decoration:none;
}

#headerimg 	{ 
	margin: 7px 9px 0; 
	height: 192px; 
	width: 803px; 
	} 

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}


#sidebar h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em Verdana, Arial, Helvetica, sans-serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

#sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, {
	color: #777;
	}


#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */

/* Begin Structure */
body {
	width:803px;
	}

#page {
	background-color: white;
	padding: 0;
	width: 803px;
	}

#header {
	background-color: #73a0c5;
	margin: 0 0 0 1px; 
	padding: 0; 
	height: 200px; 
	width: 801px;
	}

#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
	}

.narrowcolumn {
	float: left;
	padding: 20px 0 20px 25px;
	margin: 0px 0 0;
	width: 525px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 525px;
	}

.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: left;
}
.postmetadata a {
	color:#003063;
}
.postmetada	a, a:hover {
	color:#009DDD;
}

/* End Structure */



/*	Begin Headers */

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}


/* End Headers */



/* Begin Images */
/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

a img {
	border: none;
	}
img.centered {
	display: block;
	margin-left:0 auto;
	margin-right:0 auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}
.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 0px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 0px 0 0px 0px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}
#sidebar ul li ul a {
	color:#003063;
}
#sidebar ul li ul a:hover {
	color:#009DDD;
}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 0px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 20px 0 10px 0;
	margin-left: 588px;
	width: 190px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	color:#009DDD;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	margin: 0px;
	padding: 0px;
}
a{
	color: #003063;
}
a:hover{
	color: #000000;
}

h1{
	font-size: 16px;
	font-weight: bold;
	color: #0A2B5D;
	margin: 0;
	padding-bottom: 10px;
}
h2{
	font-size: 14px;
	font-weight: bold;
	color: #339933;
	margin: 0;
	padding-bottom: 10px;
}
h3{
	font-size: 14px;
	font-weight: bold;
	color: #339933;
	margin: 0;
	padding-bottom: 10px;
}
p{
	margin: 0;
	padding: 0 0 15px 0;
}

#logo {
	position:absolute;
	left:0;
	top:0;
	width:258;
	height:75;
	z-index:1;
}
#mast{
	background-image: url(/images/mast_bg.png);
	background-repeat: repeat-x;
	height: 91px;
	clear: both;
}
#mainnav{
	padding: 54px 0 0 250px;
}
#mainnav ul{
	margin: 0;
	padding: 0;
}
#mainnav li{
	float: left;
	padding: 0;
	margin: 0;
	list-style: none;
	white-space: nowrap;
}
#mainnav a{
	color: #FFF;
	font-weight: bold;
	padding: 9px 15px 9px 15px;
	display: block;
	text-decoration: none;
}
#mainnav a:hover{
	color: #bbdcfc;
}

small {
	font-size: 10px;
}
#container{
	width: 803px;
}
#content{
	width: 803px; 
}
#content .margins{
	padding: 20px;
}
#breadcrumb{
	font-size: 10px;
	color: #663300;
	background-color: #faf0d0;
	border-bottom: 1px solid: #993300;
	padding: 5px 20px 5px 20px;
	clear: both;
}
#breadcrumb a{
	color: #663300;
}
#breadcrumb a:hover{
	color: #000;
}
#try{
	padding-top: 10px;
	text-align: center;
}
	
.formfield {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
}
#list {
	margin: 0px;
	width: 350px;
	padding: 0px;
	list-style-type: disc;

}
.breadcrumb{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #663300;
	margin-top: 10px;
	margin-bottom: 5px;
}
.breadcrumb a{
	color: #663300;
}
.breadcrumb a:hover{
	color: #000000;
}
.green {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #319A31;
}
#footer{
	text-align: center;
	background-image: url(/images/footer_bg.png);
	background-repeat: repeat-x;
	padding: 40px 0 10px 0;
	color: #333333;
	font-size: 10px;
	clear: both;
}
#footer a{
	color: #333333;;
}
#footer a:hover{
	color: #1e477a;
}
#clear{
	font-size: 1px;
	clear: both;
}
.data th{
	background-color: #336699;
	color: #FFF;
	font-weight: bold;
	font-size: 10px;
	text-align: left;
	vertical-align: bottom;
}
.data th{
	padding: 5px;
}
.data td{
	padding: 5px;
}

.rowodd{
	background-color: #fff;	
}
.roweven{
	background-color: #f6f6f6;
}
.tableborder{
	margin: 1px;
	border: 1px solid #e4e4e4;
}
.Activejob {
	color: #FFF;
	background-color: #669900;
	text-align: center;
	display: inline;
	font-size: 10px;
	border:solid #669900;
}
.Inactivejob{
	color: #FFF;
	background-color: #666666;
	text-align: center;
	display: inline;
	font-size: 10px;
	border:solid #666666;
}
.Closedjob{
	color: #FFF;
	background-color: #990000;
	text-align: center;
	display: inline;
	font-size: 10px;
	border:solid #990000;
}
.leftcol {
	float:left;
	width:420px;
	display:inline;
}
.rightcol {
	float:right;
	width:285px;
	display:inline;
}
#flashcontent {
	text-align:center;
	width:285px;
	height:250px;
	border: 1px solid #CCCCCC;
}
#features, #features ul {
	padding:0;
	margin:0;
	list-style:none;
}
#features a {
	display:block;
	width: 475px;
}
#features li {
	float:left;
	width: 375px;
}
#features li ul {
	list-style:disc;
	position: absolute;
	width: 10em;
	left: -999em;
}

#features li:hover ul {
	left: auto;
	margin-left:45px;
}
#pricing, #pricing ul {
	padding:0;
	margin:0;
	list-style:none;
}
#pricing a {
	display:block;
	width: 350px;
}
#pricing li {
	float:left;
	width: 350px;
}
#pricing li ul {
	list-style:disc;
	position: absolute;
	width: 10em;
	left: -999em;
}

#pricing li:hover ul {
	left: auto;
	margin-left:125px;
}

#spacer {
	margin: 5px 0 0 0;
}
#vidholder {
	display:block;
	float:left;
	width: 600px;
	margin: 5px 25px 15px 5px;
}
#video {
	display:block;
	float:left;
	margin: 0 5px 0 0;
}
#time {
	font-size: 14px;
	font-weight: bold;
	color: #CCCCC;
	margin: 0;
	padding-bottom: 10px;
}
#summary {
	text-align:left;
}
.dotted{
	clear:both;
	width:600px;
	border-top: 1px dotted;
}
.clearfix:after {
    content: "AHH"; 
    display: block; 
    clear: both; 
    height: 0; 
    visibility: hidden;
}

/*********************/
/* Start of Rollover */
/*********************/
#tiermenu, #tiermenu ul {
	padding:0;
	margin:0;
	list-style:none;
	z-index:2;
}
#tiermenu a {									/* Main Menu styling */
	display:block;
	padding: 9px 21px 9px 21px;
	border-right: 1px solid #FFF;
}
#tiermenu li {
	float:left;
}
#tiermenu li ul {								/* Sub Menu styling */
	position: absolute;	
	left: -999em;
	border:none;
	width: 145px;
}
#tiermenu li:hover ul { 
	left: auto;
	background-color:#002f62; 
	border:none;
/*	background:url(../images/trans_bg.png);*/
}
/* For IE 5.5, 6.0*/
#tiermenu li.sfhover ul {
	left: auto;
	background-color:#002f62; 
	border:none;
}
#tiermenu li ul a {
	border:none;
	width:50px;
}

/*********************/
/*  End of Rollover  */
/*********************/
