/* - - - - - - - - - - - - - - - - - - - - -

HOME

- - - - - - - - - - - - - - - - - - - - - */

#container, #top, #bottom, #footer{
	width:770px;
}

#container{
	background: #3a65a1 url(bghome.png) repeat-y;
	color:#facd64;
	border: 1px solid #000;
}
#stage{
	padding:20px 28px 15px 28px;
	background:none;
	border:none;
}
#header{
	font-weight:bold;
}
#main{
	cursor:pointer;
	float:none;
	
	background-color: #0e3c7f;
	border: 1px dashed #e7b759;
}
#side{
	width:99%;
	margin:40px auto 0 auto;
	float:none;
}


#container a{
	color:#facd64;
	text-decoration:none;	
}
#container li{
	list-style:none;
}


#home h3 a{
	font-size:20px;
	color:#f9e5bd;
}
#home h3 a:hover{
	font-weight:bold;
	color:#facd64;
}
#home h3 a:hover span{
	color:#fff;
}
#home h3 a span{
	display:block;
	color:#facd64;
	font-size:12px;
	font-weight:normal;
}

#header{
	margin:0;
}

#main h1{
display:none;
}
#main ul{
	margin:1px 0;
	width:100%;
	height:215px;
	background:url(header.png) no-repeat center;
}
#main ul li{
	display:none;
}


#tile1, #tile2, #tile3{
	float:left;
}
#tile1{
	width:33%;
	margin-right:10px;
	text-align:center;
}
#tile1 a{
	height:1%;
	display:block;
	padding:188px 0 0 0;
	background:url(videocamera.gif) no-repeat top center;
	/*behavior: url(/images/iepngfix.htc);*/
}
#tile2 { width:31%; position:relative; }
#tile2 #what{
	cursor:pointer;
	text-align:center;
}
#tile2 #what p{
	background: #fffcfc;
	border: 7px solid #0e3c7f;
	padding:20px 15px 25px 15px;
	font-size:110%;
}
#tile2 #what a{
	display:block;
	position:absolute;
	left:50%;
	margin:-14px 0 0 -75px;
	width:150px;
	height:20px;
	line-height:20px;
	border:1px solid #dedede;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	background:#f5f5f5;
	color:#444;
}
#tile2 #what a:hover{
	color:#000;
	background-color: #DDD;
	font-weight: bold;
}
#tile2 #what p b{ color:#be3d20; }
#newsletter {
	margin-top: 35px;
	border-style: solid;
	padding: 10px;
	border-color: #0e3c7f;
}
#newsletter p {
	font-size: 10px;
	color:  white;
}
#newsletter form {
	padding-top: 10px;
}
#tile3{
	width:34%;
}
#tile3 ul{
	margin:0px 0 0 15px;
}
#tile3 li{
	margin:0 0 0 0;
}
#tile3 li a{
	padding:8px 20px;
	display: block;
}
#tile3 li a:hover{
	padding:7px 19px;
	background-color: #437ed4;
	border: 1px dashed #fff;
}

.footer{
	width:auto;
	margin:10px 28px 0 28px;
	clear:left;
	line-height:1.3em;
	padding:15px 0 15px 0;
	border-top:1px dotted #d87e3e;
}
.footer h1{
	float:right;
	margin:-4px 0px 0 0;
}
.footer p{
	margin:0 5px;
	font-weight:bold;
	color:#facd64;
}
#home .footer a{
	font-size:85%;
	color:#f9e5bd;
	text-decoration:none;
}
#home .footer a:hover{
	color:#fff;
	text-decoration:underline;
}