@charset "utf-8";

body  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-image: url(../images/texture-blue.png);
	background-repeat: repeat;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	margin: 15px 0 0 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 */
}

/* rounded corners stuff */
.rtop,.rbottom{display:block}
.rtop *,.rbottom *{display:block;height: 1px;overflow: hidden}
.r1{margin: 0 5px}
.r2{margin: 0 3px}
.r3{margin: 0 2px}
.r4{margin: 0 1px;height: 2px}

.rs1{margin: 0 2px}
.rs2{margin: 0 1px}

/* container for main content, header, and sidebar */
div#mainContainer { 
	width: 785px;  /* this will create a container 820px in width */
	color: #000000;
	background-color: #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. */
	background-image: url(../images/back.png);
	background-repeat: repeat-y;
	/* background-position: 50% 55%; */
}

/* stuff for a header... if we had one */
div#header { 
	background: #761B26;
	padding: 0 10px;  /* 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. */
} 
div#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

/* sidebar stuff */
div#sidebar1 {
	float: left;
	width: 185px; /* since this element is floated, a width must be given */
	/* background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0 0; /* top and bottom padding create visual space within this div  */
	background-image: url(../images/texture-red.png);
	background-repeat: repeat;
}
div#sidebar1 #logo {
	height: 74px;
	background-image: url(../images/texture-red.png);
	background-repeat: repeat;
	padding-top: 2px;
	padding-bottom: 21px;
	text-align: center;
}

/* main content div */
div#mainContent { 
	/* background-color: #FFFFFF; */
	margin: 0 15px 0 205px; /* the right margin can be given in percentages or pixels. It creates the space down the right side of the page. */
	font-size: 90%;
}
div#mainContent #flash {
	margin: 0 -20px;
}
div#mainContent #header {
	margin: 0 -15px 0 -20px;
	height: 78px;
	text-align: center;
	background-image: url(../images/texture-red.png);
	background-repeat: repeat;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;	
	color: #FFFFFF;
}
div#mainContent #header #slide1dv {
	float:right;
	position:relative;
	width:638px;
	height:76px;
	overflow:hidden;
	padding:0px;
	margin:0px;
	border: none;
	z-index:1;
	FILTER: progid:DXImageTransform.Microsoft.Fade(Overlap=1.00,duration=4,enabled=false);
}
div#mainContent h1, div#mainContent h2, div#mainContent h3, div#mainContent h4, div#mainContent h5, div#mainContent h6 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	border-bottom: 1px dotted #224466;
	color: #224466;
}
div#mainContent h1 {
	font-size: 200%;
}
div#mainContent h2 {
	font-size: 166%;
}
div#mainContent h3 {
	font-size: 133%;
}
div#mainContent h4 {
	font-size: 100%;
}
div#mainContent h5 {
	font-size: 80%;
}
div#mainContent h6 {
	font-size: 50%;
}
div#mainContent p, div#mainContent ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #000000;
}
div#mainContent ul {
	margin-left: -25px;
	list-style-image: url(../images/arrow_ltr.gif);
	list-style-position: outside;
}
div#mainContent #ulHeading {
	margin-bottom: -0.5em;
}
div#mainContent #panels ul {
	margin-left: -35px;
	list-style-image: none;
	list-style-type: none;
}
div#mainContent #ticker {
	float: left;
	width: 100%;
	margin-top: 15px;
	margin-bottom: 15px;
	border-top: 1px dotted #EEE;
	border-bottom: 1px dotted #EEE;
}
div#mainContent #content {
	float: left;
	width: 65%;
	text-align: justify;
}
div#mainContent #contentFull {
	float: left;
	width: 100%;
	text-align: left;
}
div#mainContent #panels {
	float: right;
	width: 31%;
}
div#mainContent #panels ul li {
	padding-bottom: 1em;
	text-align: left;
}
div#mainContent #panels #panel1, div#mainContent #panels #panel2 {
	margin: 15px auto;
	width: 100%;
	/* height: 200px; */
	/* border: 1px dotted #66FF00; */
	background-color: #DDDDDD;
}
div#mainContent #panelContent {
	margin: -10px 5px -10px 5px;
}
div#mainContent #content a:link, div#mainContent #content a:visited {
  	color: #761B26;
	text-decoration: underline;
}
div#mainContent #content a:hover, div#mainContent #content a:active {
  	color: #A84D58;
	text-decoration: underline;
}
div#mainContent #contentFull a:link, div#mainContent #contentFull a:visited {
  	color: #761B26;
	text-decoration: underline;
}
div#mainContent #contentFull a:hover, div#mainContent #contentFull a:active {
  	color: #A84D58;
	text-decoration: underline;
}
div#mainContent #panels a:link, div#mainContent #panels a:visited {
  	color: #224466;
	text-decoration: underline;
}
div#mainContent #panels a:hover, div#mainContent #panels a:active {
  	color: #994444;
	text-decoration: underline;
}
div#mainContent .jobPosting {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}
div#mainContent .jobPosting tr th {
	background-color: #761B26;
	color: #FFFFFF;
}
div#mainContent .jobPosting tr#row1 td {
	background-color: #F3F3F3;
}
div#mainContent .jobPosting tr#row0 td {
	background-color: #FFFFFF;
}
table#contracts {
	margin: 0px auto;
	text-align: center;
}

/* footer div */
div#footer { 
	background-image: url(../images/texture-red.png);
	background-repeat: repeat;
	margin: 0;
	padding: 0;
} 
div#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

/* container for bottom content */
div#bottomContainer {
	width: 600px;
	background-color: #DDDDDD;
	margin: 10px auto 0 auto;
	text-align: left;
	font-size: 76%;		
}
div#bottomContainer #leftColumn {
	float: left;
	padding: 0 15px 0 15px;
	width: 16%;
}
div#bottomContainer #middleColumn {
	float: left;
	border-left: 1px dashed #B2B2B2;
	padding: 0 15px 0 15px;
	width: 16%;
}
div#bottomContainer #rightColumn {
	float: left;
	border-left: 1px dashed #B2B2B2;
	padding: 0 15px 0 15px;
	width: 48%;
}
div#bottomContainer h4 {
	font-size: 1em; /* IE hack... */
	font-style: italic;
	color: #224466;
}
div#bottomContainer p {
	font-size: 0.92em;
}
div#bottomContainer .sub {
	padding-left: 5px;
}
div#bottomContainer a:link, div#bottomContainer a:visited {
  	color: #224466;
	text-decoration: underline;
}
div#bottomContainer a:hover, div#bottomContainer a:active {
  	color: #994444;
	text-decoration: underline;
}
div#bottomContainer h1, div#bottomContainer h2, div#bottomContainer h3, 
div#bottomContainer h4, div#bottomContainer h5, div#bottomContainer h6 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#copyright {
	margin-top: 15px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #CCCCCC;
}

#grey {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #999999;
}

div#mainContent #error {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #CC0000;
}

/* miscellaneous classes for reuse */
.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;
}
