/* ------------------------- Style sheet by B&J Graphics ---------------------*/
/* -----------------------Please give credit if you use it -------------------*/
/*Start of Body---------------------- */
body {
  font-family:  Arial, helvetica, sans-serif;
  font-size:12px;
  background-color:#faf5b0;
}

td {
	font-family: Arial, helvetica, sans-serif;
	  font-size:12px;
}

th {
	font-family: Arial, helvetica, sans-serif;
	  font-size:12px;
}

.lgburg {
	color:#862143;
	font-size:18px;
	font-weight:bold;
	}
	
.header {
	background-image: url(images/bkhead.jpg);
	background-repeat: repeat-x;
}
.sidebox {
	background-image:url(images/menubg.jpg);
	background-repeat:repeat-x;
	background-color:#852143;
}

.main-content {

}
.jobbox {
	background-color:#FAF5B0;
}

/*End of Body----------------------------------- */

/*Start of wraps---------------------------------*/
.wrapleft {
	float:left;
	margin:0 10px 10px 0px;
	padding:15px;
}
.wrapright {
	float:right;
	margin:0 0 5px 10px;
	padding:15px;
}
.wrapleft2 {
	float:left;
	margin:0 60px 10px 10px;
	padding:15px;
}
.wrapright2 {
	float:right;
	margin:0 60 10px 10px;
	padding:15px;
}
/* End of wraps------------------------------------*/

/* Start of Borders and Frames---------------------*/
.bordertop {
	border-top: 4px solid #FF0000;
	border-left: 4px solid #FF0000;
	border-right: 4px solid #FF0000;
	border-bottom: 0px solid #FF0000;
}
.bordermid {
	border-top: 0px solid #FF0000;
	border-left: 4px solid #FF0000;
	border-right: 4px solid #FF0000;
	border-bottom: 0px solid #FF0000;
}
.borderbot	{
	border-top: 0px solid #FF0000;
	border-left: 4px solid #FF0000;
	border-right: 4px solid #FF0000;
	border-bottom: 4px solid #FF0000;
}
.borderright	{
	border-top: 0px solid #0a104c;
	border-left: 4px solid #0a104c;
	border-right: 4px solid #0a104c;
	border-bottom: 4px solid #0a104c;
}


.frametop	{
	border-top: 0px solid #676767;
	border-left: 0px solid #676767;
	border-right: 3px solid #676767;
	border-bottom: 4px solid #676767;
}
.framemid	{
	border-top: 2px solid #0a104c;
	border-left: 2px solid #0a104c;
	border-right: 2px solid #0a104c;
	border-bottom: 2px solid #0a104c;
}
.framebot	{
	border-top: 0px solid #676767;
	border-left: 4px solid #676767;
	border-right: 4px solid #676767;
	border-bottom: 4px solid #676767;
}
/* End of Borders and Frames ------------------------*/

/* Start of List Menu --------------------------------*/
ul.menu {
    border-top : white 2px solid;
    margin : 0;
    padding : 0;
    list-style-type : none;
}


ul.menu li {
    list-style-type : none;
    width : 100%;
}


ul.menu ul {
    padding-left : 1em;
}

ul.menu li a.menu-href { 
    display : block;
    padding : 6px 5px;
    font-weight : bold;
    text-decoration : none;
}

ul.menu li a.menu-href:hover {
    text-decoration : underline;
    background-color : #ADB583;
    color : black;
}
/* End of List Menu --------------------------------*/

/* Start of copyright and footer------------------- */
.copyright {
    font-size: 10px;
    text-align: center;
	text-decoration: none;
}
.copyright a:link {
    font-size: 10px;
    text-align: center;
	text-decoration: none;
}
.copyright a: visited {
   	color:#333333
}
.copyright a:hover {
    font-size: 10px;
    text-align: center;
	text-decoration: underline;
}
.footer {
	color:#E5E5DB;
    text-align: center;
	background-color:#862143;
	padding:8px;
}
.footer a:link{
    text-align: center;
	color:#E5E5DB;
	text-decoration: none;
}
.footer a:visited{
	color:#E5E5DB;	
	text-decoration: none;
}
.footer a:hover{
	color:#faf5b0;
	text-decoration: underline;
}
/* End of copyright and footer-------------------- */

/* -----------------------Style sheet by B&J Graphics -------------------*/