/* CSS Document */
body {
	background-color:#cccccc;
	font-family:Arial, Helvetica, sans-serif;
	padding:0;
	margin:0;
	
}

#container {
	position: absolute;
	width: 750px;
	left: 50%;
	margin-left: -375px;
	background-image:url(../images/backgrounds4.jpg);
	

}
#holder
{
	margin-left:30px;
	margin-right:30px;
}
#logoGen {
	background-image: url(../images/logo2.gif);
	background-repeat: no-repeat;
	height: 56px;
	width: 300px;
	position:relative;
	margin: 25px 0px 0px 10px;
}
#telNum
{
	position:absolute;
	left:375px;
	top:18px;
	font-size:80%;
	font-weight:bolder;
}
.blueT
{
	color:#003399;
}
.orangeT h2
{
	color:#FF9900;
	padding:0px;
	margin: 0px 5px -15px 5px;
}
.greyTHeading
{
	color:#666666;
}
#sMenu
{
	/*background-color:#FF9900;
	height:20px;
	width:725px;
	margin:30px 0px 0px 14px;
	font-size:70%;
	font-weight:bold;
	color:#ffffff;
	font-size:20px;
	*/
	width:725px;
	margin:20px 0px 0px 12px;
	background-image:url(../images/menu_back.png);
	background-repeat:repeat-x;
}
.homeMenu
{
	display:inline;
}
#menuHolder
{
	/*margin-left:40px;*/
	left:35px;
	position:relative;
	/*top:-18px;*/
}
.margin
{
	margin-left:30px;
}
.win
{
	float:left;
	background-image:url(../images/window.png);
	background-repeat:no-repeat;
	height:175px;
	width:230px;
	text-align:center;
	padding-top:35px;
	font-weight:bolder;
}
img
{
	border:0px;
}
#footer
{
	
	position:relative;
	text-align:center;
	font-size:70%;
	
}
input, textarea{
	border:1px solid #333333;
	margin-bottom:1px;
	margin-left:0px;
}
td{
	font-weight:bold;
}
.collapseblock{
	display:none;
}
.expandblock{
	display:block;
}
