﻿
@media screen
{

body {
margin:0;
padding:0;
}

#container {
margin:0;
width:960px;
margin:0 auto;
}

#container #header {
height:70px;
border-bottom:solid 2px gray;
text-align:left;
padding:25px 25px 0px 25px;
background-image:url("Images/Ascellonbanner2.png");
background-repeat:no-repeat;
background-position:center left;
position:relative;
}

#header .search
{
	text-align:right;
	position:absolute;
	top:5px;
	right:0px;
}


#content .col1 {
float:left;
width:70%;
overflow:auto;
padding:25px 25px 0px 25px;
text-align:left;
}
#content .colMap {
float:left;
width:100%;
overflow:auto;
padding:25px 25px 0px 25px;
text-align:left;
}

#content .col2 {
float:left;
width:20%;
margin-left:10px;
height:200px;
border-left:solid 1px gray;
padding:50px 15px 0px 15px;
text-align:left;
}
#ContentBlock2
{
 padding-left:35px	
}
#container #footer {
clear:both;
background-color:#996633;
font:12px Arial, Helvetica, sans-serif;
text-align:center;
height:12px;
}

#sb 
{
float:left;
width:200px;
background-color:#FFCCCC;
font-size:medium;
font-family:Times New Roman;
}
#SendThispage
{
 width:500;
 height:530;
 padding: 10 10 10 10;
 background-color:#DBE3F0; 	
}

}

@media print
{
	
#container {
margin:0;
width:790px;
}



#container #content {
width:790px;
}

#container #header {
height:70px;
border-bottom:solid 2px gray;
text-align:left;
padding:25px 25px 0px 25px;
background-image:url("images/Ascellon_logo_print.jpg");
background-repeat:no-repeat;
background-position:center left;
}

#header .search
{
	text-align:right;
	display:none;
}


#content .col1 {
float:left;
width:70%;
height:250px;
text-align:left;
font-family:Arial;
font-size:10px;
}

#content .col2 {
float:left;
width:30%;
margin-left:10px;
height:500px;
display:none;

}

#container #footer {
clear:both;
text-align:left;
width:790px;
}

#sb 
{
float:left;
width:200px;
background-color:#FFCCCC;
}

}
