/*	-------------------------------------------------------------
	
	GLASSCO Financial Services

	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Description:				Base cascading style sheet
	Nom:						home.css
	Version:					1.0
	Date:						20 July, 2009

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

/*	-------------------------------------------------------------
	VARIABLES
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

	RED: #bb314a
	DRARK BLUE: #0B0133
	LIGHT BLUE: #666699
	
*/

/*	-------------------------------------------------------------
	IMPORT 
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

	@import url(screen.css);
	@import url(facebox.css);

/*	-------------------------------------------------------------
	OVERRIDE
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

	#content {
		padding:15px 0 15px 0;
		background:none; }

	.box {
		position:relative;
		float:left;
		margin:0 14px 0 0;
		width:292px;
		height:298px;
		background:transparent url("/images/bg_box.png") no-repeat bottom center;
		}

	.last {
		margin:0px !important;}

	.box .top {
		width:292px;
		background:transparent url("/images/bg_box_top.png") no-repeat top center; }

	.box .top h1 {		
		font-size:1.7em;
		font-weight:700;
		padding:15px 0 0 15px; }

	.box .top h1 span {		
		color:#61615b;
		font-size:14px;}

	.box p {
		font-size:10px;
		padding:0 15px 15px;
		margin:0;}

	.box .learnmore {
	position:absolute;
	bottom:5px;
	margin:0;
	width: 137px;
}

	.box .learnmore a {
	text-transform:uppercase;
	color:#666699;
	font-size:12px;
	font-weight:bold;
}

	.box ul {
		font-size:10px;
		padding:2px 15px 15px; }

	.box ul li a:hover {
		color:#bb314a; }

		
		
		

