@charset "UTF-8";
/* CSS Document */

/* 
SILC


*/

body  {
background:#d6d6d6;
padding:30px 0 30px 0;
}

a  {
color:#56004e;
text-decoration:none;
}
a:hover  {
text-decoration:underline;
}
a:focus {
outline:none;
}

a img	{
border:0;
}

div, span  {
margin:0;
padding:0;
}

form  {
margin:0;
padding:0;
}
input, textarea   {
}

/* */

#pageWrap	{
width:1060px;
background:#fff;
margin:0 auto;
}

#header	{
height:268px;
background:#fff url(../images/header.jpg) no-repeat;
}

#logo	{
position:absolute;
margin:171px 0 0 710px;
}

#navTop	{
position:absolute;
width:1000px;
padding-left:8px;
margin:241px 0 0 0;
}
#navTop ul	{
padding:0;
margin:0;
list-style:none;
}
#navTop ul li	{
float:left;
height:27px;
padding:0;
margin:0;
}
#navTop ul li:hover	{
background:url(../images/nav-corner_left.gif) no-repeat;
}
#navTop a	{
display:block;
height:27px;
color:#56004e;
font-size:13px;
line-height:26px;
text-decoration:none;
padding:0 10px;
}
#navTop a:hover	{
background:url(../images/nav-corner_right.png) top right no-repeat;
}

#navBoxes	{
height:75px;
}
#navBoxes div	{
float:left;
width:353px;
height:75px;
overflow:hidden;
}
#navBoxes div	{
display:block;
position:absolute;
width:353px;
height:75px;
}

#navBoxes div span	{
position:absolute;
color:#fff;
font-size:15px;
margin-top:42px;
}
#navBoxes div a	{
text-decoration:none;
color:#fff;
}

#navBoxes .boxOne	{
background:url(../images/box_about.gif);
}
#navBoxes .boxOne span.link01	{
margin-left:39px;
}
#navBoxes .boxOne span.link02	{
margin-left:144px;
}

#navBoxes .boxTwo	{
width:354px;
background:url(../images/box_services.gif);
margin-left:353px;
}
#navBoxes .boxTwo span.link01	{
margin-left:37px;
}
#navBoxes .boxTwo span.link02	{
margin-left:145px;
}

#navBoxes .boxThree	{
background:url(../images/box_employment.png);
margin-left:707px;
}
#navBoxes .boxThree span.link01	{
margin-left:33px;
}
#navBoxes .boxThree span.link02	{
margin-left:152px;
}

#navBoxes div:hover	{
background-position:0 -75px;
}

#navBoxes div a:hover	{
text-decoration:underline;
}

.content	{
float:left;
width:644px;
padding:40px 0 0 36px;
}

#mission	{
float:right;
margin:-24px 4px 0 0;
}

.tableForm	{
border:2px solid #56004e;
}
.tableForm th	{
width:25%;
color:#fff;
font-size:12px;
font-weight:normal;
text-align:left;
vertical-align:top;
padding:7px 5px 5px 9px;
background:#793176;
border-top:1px solid #944391;
border-bottom:1px solid #56004e;
}
.tableForm td	{
width:75%;
font-size:11px;
vertical-align:top;
padding:5px 9px;
background:#f0eeee;
border-top:1px solid #fff;
border-bottom:1px solid #d0d0d0;
}
.tableForm tr.rowLast th	{
border-bottom:0;
padding:9px 7px 7px 12px;
}


#footer	{
height:114px;
background:url(../images/footer.jpg) no-repeat bottom;
}
#footer div	{
position:absolute;
margin:40px 0 0 11px;
}
#footer div a	{
font-size:13px;
padding:0 5px;
}
#footer span	{
font-size:10px;
float:right;
color:#fff;
margin:80px 24px 0 0;
}
#footer span a	{
color:#fff;
}


.printYes	{
display:none;
}

.floatLeft	{
float:left;
}
.floatRight	{
float:right;
}
.clearBoth	{
clear:both;
}