/* CSS Document Recruiting Communications Master Style Sheet */


/***** Global Settings *****/

html, body {
border:0;
margin:0;
padding:0;

}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.25;
	position: relative;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 1;
	padding: 0px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	background-color: #2C74B8;
}

/***** Headings *****/
 
h1, h2, h3, h4, h5, h6 {
margin:0;
padding:0;
font-weight:normal;
}
 
h1 {
	font-size:10px;
	font-weight:normal;
	color: #C6C6C6;
}
 
h2 {
	font-size:14px;
	font-weight:normal;
	color: white;
	padding-bottom: 5px;
}

h3 {
	font-size:14px;
	font-weight:bold;
	color: #666666;
}	 
 
h4 {
	font-size:18px;
	font-weight:bold;
	color:white;
}	 
h5 {
	font-size:10px;
	font-weight:normal;
	color: white;
}
 
/***** Common Formatting *****/
 
p, ul, ol {
	margin:0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0em;
	padding-left: 0;
}
 
ul, ol {
padding:0 0 1.25em 2.5em;
}
 
blockquote {
margin:1.25em;
padding:1.25em 1.25em 0 1.25em;
}
 
small {
font-size:0.85em;
}
 
sup {
position:relative;
bottom:0.3em;
vertical-align:baseline;
}
 
sub {
position:relative;
bottom:-0.2em;
vertical-align:baseline;
}
 
acronym, abbr {
cursor:help;
letter-spacing:1px;
border-bottom:1px dashed;
}

img {
}
 
/***** Links *****/
 
a:link {text-decoration:none;font-style:italic;color:white;}
a:visited {text-decoration:none;font-style:italic;color:white;}
a:active {text-decoration:none;font-style:italic;color:white;}
a:hover {font-size:14;font-style:italic;font-weight:bold; color:black;}
 
/***** Forms *****/
 
form {
margin:0;
padding:0;
display:inline;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: .9em;
color: #FFFFFF;
}
 
input, select, textarea {
font:1em Arial, Helvetica, sans-serif;
}
 
textarea {
width:100%;
line-height:1.25;
}
 
label {
cursor:pointer;
}
 
/***** Tables *****/
 
table {
	padding:0;
	background-color: transparent;
	z-index: 3;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: white;
	background-position: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
 

/***** Wrapper *****/
 
#wrap {
width:960px;
margin:0 auto;
}

/***** Global Classes *****/
 
.clear         { clear:both; }
.float-left    { float:left; }
.float-right   { float:right; }
 
.text-left     { text-align:left; }
.text-right    { text-align:right; }
.text-center   { text-align:center; }
.text-justify  { text-align:justify; }
 
.bold          { font-weight:bold; }
.italic        { font-style:italic; }
.underline     { border-bottom:1px solid; }
.highlight     { background:#ffc; }
 
.wrap          { width:960px;margin:0 auto; }
 
.img-left      	{ float:left;margin:4px 10px 4px 0; }
.img-right 	   	{ float:right;margin:4px 0 4px 10px; }
.img			{ border: none;} 
 
.nopadding     { padding:0; }
.noindent      { margin-left:0;padding-left:0; }
.nobullet      { list-style:none;list-style-image:none; }


/***** Custom Divs Below *****/

#main {
	position:relative;
	width:1000px;
	height:450px;
	z-index:2;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: transparent;
	background-image: url(../images/backgroundpage.jpg);
	background-repeat: no-repeat;
}
#mainText {
	position:absolute;
	left:317px;
	width:588px;
	height:77px;
	z-index:4;
	top: 73px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
	color: #FFFFFF;
	background-color: transparent;
}
#bottomNav {
	position:absolute;
	left:50px;
	width:900px;
	height:90px;
	z-index:3;
	background-color: transparent;
	top: 222px;
}
#logos {
	position:absolute;
	top:427px;
	margin:0 auto;
	width:100%;
	height:130px;
	z-index:4;
}
#marquee {
	position:absolute;
	z-index:5;
	padding:2px;
	margin:0 auto;
	width:100%;
	height:130px;
}
#constantContact {
	position:absolute;
	left:56px;
	top:433px;
	width:150px;
	height:110px;
	z-index:30;
}
</style>

