/* Generic styles */
body
{
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(Images/bg.jpg);
	background-repeat: repeat-x;
	text-align: center;
}

#divPageContainer
{
	width: 955px;
	margin: 0px auto 0px auto;
	text-align: left;
}

#divHeader
{
	width: 935px;
	height: 100px;
	background-image: url(Images/Header-background.jpg);
	margin: 40px auto 0px 0px;
	padding: 0px 0px 0px 20px;
	font-size:36px;
	line-height: 100px;
	color: #ff6600;
	vertical-align:middle;
}

#divLogo
{
	float: left;
	margin: 23px 0px 0px 0px;
	background-image: url(Images/logo.png);
	background-repeat: no-repeat;
	width:52px;
	height:59px;
	font-size:36px;
	color: #ffff99;
}

#divContent
{
	float: left;
	width: 935px;
	height: 380px;
	background-color: #E9E6DD;
	padding: 20px 0px 20px 20px;
	margin: 0px;
	overflow: hidden;
}

#search-box
{
	height: 100%;
    width="800px"
	font-family:arial;
	font-size:14px;
	color:#000;
    margin: 120px 0 0 0 ;
    text-align: center;
}

#divFooter
{
	float: left;
	margin: 10px auto 20px auto;
	width: 955px;
	color: #6E6154;
	font-size: 60%;
}

.floatL
{
	float: left;
}

.floatR
{
	float: right;
}

------------------------------------------------------------------------


a{
cursor: pointer;
text-decoration:none;
}
br.both{
clear:both;
}
#backgroundPopup{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:100%;
width:100%;
top:0;
left:0;
background:#000000;
border:1px solid #cecece;
z-index:1;
}
#popupContact{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:384px;
width:408px;
background:#FFFFFF;
border:2px solid #cecece;
z-index:2;
padding:12px;
font-size:13px;
}

#popupContactClose{
font-size:14px;
line-height:14px;
right:6px;
top:4px;
position:absolute;
color:#6fa5fd;
font-weight:700;
display:block;
}

a.button{
	background:#003366;
	display:block;
	color:#ffffff;
	height:30px;
	line-height:29px;
	text-decoration:none;
	width:100px;
	float:left;
}

#card_input{
	width:350px;
	height:24px;
	font-size:22px;
	text-align:right;
	float:left;
	margin-left:250px;
	margin-right:10px;
}
