﻿body, body.alt {
/*	font-family: Helvetica,Arial, sans-serif; */
	font: normal small/1.5em Arial, Helvetica, sans-serif;
	font-size:10px;
	background:#000000; /*1C1E22;	*/
	margin:0em;
	padding:0px;
}

body.alt {background:#1C1E22;}

h2 {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	color:#DFE3E3;
	font-weight:bold;
	padding-bottom:5px;
	border-bottom:1px solid #ffffff;
	font-size:15px;
}
h3, h4, h6 {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	color:#DFE3E3;
	font-weight:bold;
	font-size:12px;
	padding-top:5px;
	padding-bottom:5px;	
	border-bottom:1px solid #EF8C39;
	margin-top:10px;
}
h6 {font-size:9px; padding:2px 0 2px 0;margin:1px 0 1px 0 auto;text-align:center; }
h4 { 
	font-weight:bold;
	font-size:11px;
	border:0px;
	padding:2px;
	margin:1px;
}
h3.formHeader { padding-bottom:2px}

a, a:visited {
	color:#FF6600;
	text-decoration:none;
}
a:hover {
	color:#CCCCCC;
	text-decoration:underline;
}
#whitelink {color:#FFFFFF}

.imgborder, .imgborder-right {
	padding:2px;
	border:1px solid #eeeeee;
	margin:5px 8px 3px 3px;	
}
.imgborder-right { float:right; }

/* Table styles */
table {
	font-size: 12px;
	color: #666666;
	width:700px;
	margin: 0px auto;	
}
table.small{ width:300px;padding:0px; }
table.small td {padding:0px 2px 0px 2px;}
table.medium{width:650px;padding:2px;border:1px solid #eeeeee;}
table.medium tr#pheader {background-color:#444444;height:25px;}
table.medium tr#pheader td {padding:5px;}
table.medium tr#pheader td#title {font-size:14px;}
table td.3column { width:236px; }
table td, table td.column-left, table td.column-right, .jobpostadmin {
	text-align:left;
	vertical-align:top;
	padding:0px 10px 0px 10px;
	margin:0;
	color:#CCCCCC;	
}
.jobpostadmin 
{
	margin:13px;
}
#jobheader
{
	border-bottom:1px solid #636563;
	padding-top:10px;
	font-size:13px;
	font-weight:bold;
}

/* Add spacing between two table columns */
table td.column-left { padding-right:15px;width:50%;}
table td.column-right { padding-left:15px;width:50%;}

/* Bullet style for page content */
ul {
	padding-left:2px;
	margin:0 0 10px 15px;
}
ul li {
	list-style-image:url(../images/circular-arrow.png);
}

label.small {
	font-size:10px;
	font-family:inherit;
}

div.greybox, div.formBox {
	border:1px solid #925928;
	padding:10px;
	width:200;
	background-color:#434040;
	margin:10px 0px 0px 0px;
	vertical-align:top;
}
div.formBox {padding:2px 5px 2px 5px; }

/* Form Style*/
fieldset {
	margin:10px;
	background-color:#321615;
}

legend 
{
	color:#fff;
	word-spacing:2px;
	padding:2px;
}

.txtbox, .txtarea, .btn, .txtfile
{
	background-color:#F9D6AE;
	border:1px solid #7B3530;
	font-family:arial, sans serif;
	text-size:9px;
}

.txtbox:hover, .txtbox:active {border:1px solid #5E1100;}

.btn, .txtfile {color:#ffffff;background:#5E1100;}

.txtarea {width:auto;}

form p {color:#FDEEDE;}


/* Show hide div style */
#div1,#div2,#div3,#div4,#div5,#div6,#div7,#div8,#div9,#div10,#div11,#div12,#div13,#div14,#div15,#div16,#div17,#div18,#div19,#div20,#div21,#div22,#div23,#div24,#div25,#div26,#div27,#div28,#div29,#div30
{
  display:none;
  padding:0px;  
 /* background-color:#FFFFFF;
  border:0px dashed #C6B68C;
  margin:0px; */
}
/* Header */
#header {
	height: 168px; /*233px; */
	width:803px;
	padding-top: 0pt;		
	padding-bottom: 0pt;	
	background-color: transparent;	
	background-image: url(../images/header_background_small-dna.jpg);	 
/*	background-image: url(../images/header_background_small.gif);	*/
	background-repeat: no-repeat;	
	background-attachment: scroll;	
	background-position: right top;
	margin-bottom:10px;
}
#header_title {
	padding-top:50px;
	padding-left:20px;
	width:400px;	
}



/* Menu */
#menu {
	padding-top:18px;
	color:#ffffff;
	margin:0 auto;
	text-align:center;
}
#menu a {color:#ffffff;}

/* Footer style */
div.clearer {clear: right; line-height: 0; height: 0;}

#footer {
	
	clear:both;
	position:block;
	width:100%;
	bottom:0;
	margin:0;
	line-height: 10pt;	
	background-color:#5E1100;
	border-top:1px solid #911300;	
	/*clear:both;
    position:absolute;
    bottom:0px;
    left:0px;    
    background-color:#ebe0c9;

    width:100%;
    text-align:center;
    margin:0;
    padding:0;
*/
}
#footer p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#BDBDB5;
	line-height:17px;
}
#footer-container {
	position:static;
	width: 680px;
	height: 100px;
	margin: 0 auto;
	padding:5px;
}
#footer #footer-left { float:left;text-align:left; }
#footer #footer-right { float:right;text-align:right; }

#imageContainer {
	position:relative;
	margin:auto;
	width:500px;
	border:1px solid #000;
}


