@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #FFFFFF;
	background-image: url(img/bg_body.png);
	background-repeat: repeat-y;
	background-position: center top;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: .72em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

#container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header { 
	background: #DDDDDD; 
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background: #D91623 url(img/bgheader.gif) repeat-x;
	height: 180px;
	border-bottom: 6px solid #FFF;
	border-top: 6px solid #FFF;
} 
#header h1 {
	margin: 0;
	padding: 124px 0 0 24px;
	font-family: Verdana, sans-serif;
	font-size: 2.2em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
}
#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 244px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	background-color: #EBEBEB;
	background-image: url(img/grdnt_gray.gif);
}

.sbl1header {
	background: #222 url(img/bglbl.gif) repeat-x;
	clear: both;
	color: #FFF;
	font: normal 2em "Lucida Sans Unicode",sans-serif;
	height: 56px;
	line-height: 50px;
	overflow: hidden;
	text-align: center;
	margin: 0px;
	padding: 0px;
	width: 100%;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

.sbl1header a {
	text-decoration: none;
	color: #FFFFFF;
}
.sbl1header a:hover {
	color: #FF0000;
}

.seperatorontainer1 {
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	height: 104px;
}
.seperatorLeft1 {
    height: 104px;
    border-right-width: 6px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	text-align: center;
	float: left;
}
.seperatorRight1{
	float: right;
	color: #FFFFFF;
	text-align: center;
	padding-top: 5px;
	padding-right: 20px;
	font-size: 15px;
}
.seperatorRight1 p {
	font-family: Verdana, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	padding-left: 6px;
	
}

.seperatorontainer {
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	height: 60px;
	margin: 0px;
}
.seperatorontainer .seperatorLeft img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-left: 5px;
}


.seperatorontainer a {
	text-decoration: none;
	cursor: pointer;
	color: #FFFFFF;
	
}
.seperatorontainer a:hover {
	text-decoration: none;
	cursor: pointer;
	color: #DB2338;
}
.seperatorLeft {
    height: 60px;
    border-right-width: 6px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	text-align: center;
	float: left;
}
.seperatorontainer .seperatorLeft img {
	padding-top: 6px;
}


.seperatorRight{
	float: right;
	color: #FFFFFF;
	text-align: center;
	margin-top: 0px;
	margin-right: 25px;
	padding-top: 10px;
	clear: none;
	text-decoration: none;
}

.seperatorRight a{
	text-decoration: none;
	cursor: pointer;
}
.seperatorRight p{
	text-decoration: none;
}


/* Recruiter Table*/

#container #mainContent .dataTable {
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 20px;
	width: 97%;
	border: thin groove #000000;
}	

#container #mainContent .dataTable thead {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #767676;
	background-image: url(img/grdnt_gray.gif);
	background-repeat: repeat-x;
	padding: 2px;
	margin-bottom: 6px;
	font-size: 14px;
	height: 20px;
	border: 2px groove #333333;
}
#container #mainContent .dataTable thead td{
	padding: 5px;
}
#container #mainContent .dataTable td {
	padding-bottom: 10px;
	margin-bottom: 5px;
	padding-right: 10px;
	padding-left: 10px;
	border-bottom-width: 2px;
	border-bottom-style: groove;
	border-bottom-color: #CCCCCC;
	padding-top: 10px;
}

.even {
	color: #666666;
	background-color: #E4E4E4;

}

/*Links List*/
#webrecources li a {
	font-size: 14px;
	color: #666666;
	padding: 5px;
}

#webrecources li a:hover {
	font-size: 14px;
	color: #DB192F;
	padding: 5px;
}

/*General Main Content*/

#mainContent {
	margin-right: 250px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 6px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 20px;
	text-decoration: none;
} 

#mainContent h1 {
	color: #444;
	font: normal 2em sans-serif;
	margin: 18px 0 0 0;
}

#mainContent li {
	list-style: url(img/li.gif);
	margin-left: 18px;
}
#webrecources {
	margin: 10px;
	padding-top: 20px;
	color: #333333;
}
#webrecources li {
	padding-bottom: 10px;
}


#mainContent a{
	color: #FF0000;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	display: inline;
}
#mainContent img {
	padding-top: 20px;
}


#mainContent a:hover{
	color: #999999;
	font-size: 12px;
	text-decoration: none;
}


#recquote {
	background: url(img/quote.gif) no-repeat;
	color: #6B6B6B;
	display: block;
	padding-left: 28px;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 6px;
	margin-left: 0;
	font-family: "Trebuchet MS", serif;
	font-size: 1.3em;
	font-weight: 500;
}

.indentt {
	margin-left: 324px;
	padding: 10px;
	font-family: "Trebuchet MS";
	font-weight: normal;
	font-size: 1em;
}


.link_menu {
	background: #CC2224 url(img/grdnt_red.png) repeat-x;
	margin-left: 0px;
	margin-right: 250px;
	padding: 0px;
}
.link_menu a {
	border-bottom: 1px solid #FFF;
	display: block;
	height: 18px;
	text-decoration: none;
	font-family: Verdana, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 10px;
	padding-top: 2px;
}
.link_menu a:hover {background: #444;}


#footer {
	padding: 0 10px 0 20px;
	background-color: #FFFFFF;
	background: #222 url(img/bglbl.gif) repeat-x;
	color: #DB1A30;
	font-size: 12px;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	
} 
#footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 0;
}
.nfalignr {
	text-align: right;
}


#footer a{
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover{
	color: #DB172E;
}
 

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#google {
	text-align: center;
	display: block;
	margin: 0px;
	font-size: 0.4em;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#flowers {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-left: 50px;
	padding-top: 3px;
	padding-bottom: 3px;
}
a img {border:none; }

