/* CSS Document */

/* main layout */
body
{
margin:0px;
background-color:#00274A;
}

#container
{
	margin:0px;
	position:relative;
	width:100%;
	height:1000px;
	background-image: url(../images/background_slice.jpg);
	background-repeat:repeat-x;
}

#holder
{
position:relative;
margin:0px auto;
width:527px;
}

#header_cont
{
display:block;
position:relative;
width:525px;
padding-top:10px;
}

#hbox_left a
{
position:relative;
float:left;
width:46px;
height:56px;
background-image:url(../images/sialogo.jpg);
}
#hbox_left a span
{
display:none;
}

#hbox_left a:hover
{
position:relative;
float:left;
width:46px;
height:56px;
background-image:url(../images/sialogo.jpg);
background-position:bottom;
}
#hbox_center{

	float: left; 
	left:75px; 
	width: auto; 
	position: relative; 
	text-align: center;
}

#hbox_right a
{
position:relative;
width:90px;
float:right;
height:55px;
background-image:url(../images/bsilogo.jpg);
}
#hbox_right a span
{
display:none;
}

#hbox_right a:hover
{
position:relative;
width:90px;
float:right;
height:55px;
background-image:url(../images/bsilogo.jpg);
background-position:bottom;
}


#flash_box
{
Display:block;
position:relative;
width:525px;
height:auto;
padding-top:19px;
margin:0px;
}

#imageholder
{
position:relative;
margin:0px;
padding:0px;
width:525px;
height:207px;
border:1px solid white;
}

#imageholder img
{
position:relative;
vertical-align:bottom;

}

#content
{
position:relative;
width:525px;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
overflow:visible;
height:auto;
background-color:white;
margin:10px auto 0px;
}

#footer
{
width:525px;
height:75px;
background-image:url('../images/footer/footer_slice.jpg');
background-repeat:repeat-x;
margin:0px auto;
}

#footergraphics
{

}
#footergraphics #bia a span { display:none; }

#footergraphics #bia a
{
width:81px;
height:74px;
background-image:url(../images/footer/footer_cert.jpg);
margin-left:110px;
float:left;
}
#footergraphics #bia a:hover
{
width:81px;
height:74px;
background-image:url(../images/footer/footer_cert.jpg);
margin-left:110px;
float:left;
background-position:bottom;
}

#footergraphics #sia a span { display:none; }

#footergraphics #sia a
{
width:81px;
height:74px;
background-image:url(../images/footer/footer_sia.jpg);
margin-left:100px;
float:left;
}
#footergraphics #sia a:hover
{
width:81px;
height:74px;
background-image:url(../images/footer/footer_sia.jpg);
margin-left:100px;
float:left;
background-position:bottom;
}

#creds
{
margin-top:5px;
width:100%;
text-align:center;
}

/* structures */

#menu
{
padding:0px;
margin:0px;
height:37px;
width:525px;
text-align:center;
border:1px solid white;
overflow:hidden;
cursor:pointer;
}
 
#menu a, #menu a:visited {
display:block; float:left; width:133px; height:38px; text-decoration:none; color:white;
background:url('../images/menu_roll.jpg'); background-repeat:no-repeat; cursor:pointer;
}

#menu a:hover { display:block; float:left; width:133px; height:38px; 
cursor:pointer; text-decoration:none; color:#BFD2FF; 
background:url('../images/menu_roll.jpg'); background-position:bottom;
background-repeat:no-repeat; }

#menu a#home { width:126px; background:url('../images/home_roll.jpg'); }

#menu a#home:hover { width:126px; background:url('../images/home_roll.jpg'); background-position:bottom; color:#BFD2FF;}

#menu a span {
position:relative;
top:10px;
width:100%;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
}

#bmenu
{
padding:0px;
margin:0px;
height:37px;
width:525px;
text-align:center;
border:1px solid white;
}

/* contact page */

input
{
font-family:Arial, Helvetica, sans-serif;
padding:3px;
margin-bottom:7px;
display:block;
border:1px solid red;
}

textarea
{
font-family:Arial, Helvetica, sans-serif;
padding:3px;
display:block;
border:1px solid red;
margin-bottom:7px;
font-size:11px;
}

submit
{
display:block;
border:0px;
}

#adress {
width:45%;
float:left;
}

#formwrapper{
float:right;
}


#bmenu a, #bmenu a:visited {
display:block; float:left; width:175px; height:37px; text-decoration:none; color:white; 
background:url('../images/bottom_menuroll.jpg'); background-repeat:no-repeat;
}

#bmenu a:hover {display:block; float:left; width:175px; height:37px; cursor:pointer; text-decoration:none; color:#FFC7C4; 
background:url('../images/bottom_menuroll.jpg'); background-position:bottom;}

#bmenu a span {
position:relative;
width:100%;
top:10px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
}

.headertxt
{
display:block;
height:20px;
font-family:Arial, Helvetica, sans-serif;
font-size:20px;
font-weight:bold;
color:#D70914;
margin-bottom:5px;
}

.bodytxt
{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#002C52;
line-height: 2em;
}

