/*background*/
body {

}
#container{
	background: url(../images/bg-home.png) repeat-y center;
}
#home-flash {
	border-top: 1px solid #3b4c65;
	padding: 3px 0 1px 0;
}
#home-content {
	border-top: 1px solid #3b4c65;
	border-bottom: 1px solid #3b4c65;
	padding: 5px 0;
	background: url(../images/bg-home.png) repeat-y center;
}
.callout {
	width: 290px;
	float: left;
	display: inline;
	overflow: none;
	background: #000a20;
	height: 236px;
	color: white;
	margin-left: 5px;
	padding: 14px;
}
.callout h1{
	color: #5d9cce;
	font-weight: normal;
	font-size: 150%;
	margin: 0; padding: 0;
}
.callout h1 a{
	color: #5d9cce;
	font-weight: normal;
	margin: 0; padding: 0;
}
.callout a{
	color: white;
	text-decoration: none;
	font-weight: normal;
}
.callout a.yellow{
	color: #989800;
	text-decoration: none;
	font-weight: bold;
}
.callout a.blue{
	color: #4688ba;
	font-weight: bold;
}
.callout p, .callout ul{
	font-size: 75%;
	padding: 5px 0;
	margin: 0;
}
.callout p em{
	font-size: 90%;
}
.callout ul{
	padding: 5px;
	float: left;
}
.callout li{
	margin: 0;
	line-height: 18px;
	background: url(../images/bullet-dark.gif) no-repeat 0 6px ;
	list-style: none;
	padding: 0 0 10px 12px;
	width: 123px;
	float: left;
	clear: both;
	display: inline;
}
.callout.first{
	margin: 0;
}

#inner-login {
	height: 160px; 
	padding: 50px; 
	width: 253px; 
	margin: 50px auto; 
	color: white; 
}
#inner-login label {
	width: 95px;
	display: block;
	clear: both;
	float: left; 
}
#inner-login input {
	float: left;
	margin-bottom: 10px;
}
#inner-login input.button {
	float: right;
	margin-right: 7px;
}

#footer{
	background: url(../images/bg-footer.png) repeat-y center -19px;
}
	
p, ul{font-size: 80% !important;}
