@charset "UTF-8";
/* 
-------------------------------------------
	CSS Style for Digital Space
-------------------------------------------
*/


a.red:link {color: #d44348; }
a.red:active {color: #d44348;}
a.red:visited {color: #d44348; }
a.red:hover {color: #000;}


{margin:0;padding:0;} 

body{
	
background-color: #fff;


	line-height:21px;
		font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size:14px; 
	color:#000066;
	height: 100%;
	width:100%
	
	

}

h1{
	font-size:21px;
}

h2{
	font-size:18px;
	color:#d44348;
}


.bullet{
		list-style-type: disc;
	list-style-position:outside;
	padding-left: 35px;
	text-indent: 0px;
	}


.alpha{
		list-style-type: lower-alpha;
	list-style-position:outside;
	padding-left: 35px;
	text-indent: 0px;
	}
	
	.number{
		list-style-type: decimal;
	list-style-position:outside;
	padding-left: 35px;
	text-indent: 0px;
	}

.main_container{ width:960px;  margin:auto; min-height: 100%;background-color: #fff; 
-moz-box-shadow: 0 0 5px #888;
-webkit-box-shadow: 0 0 5px#888;
box-shadow: 0 0 5px #888;
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#888')";/* For IE 8 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#888');/* For IE 5.5 - 7 */}


/*	
-------------------------------------------
Header
-------------------------------------------
*/


#header{
	
	background-color:#fff;
	height: 176px;
	width:960px;

	}
	
	
	#logo{

	float:left;

	}
	
	#header2{
	height:176px;
	width:788px;
	float:right;

	}
	
	#title{
	height: 36px;
	width:788px;
	padding:40px;

	}
/*	
-------------------------------------------
Nav
-------------------------------------------
*/
.solidblockmenu{
margin: 0;
padding: 0;
float: right;
font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
width: 96%;
overflow: hidden;
margin-bottom: 1em;
border: 1px solid #fff;
border-width: 1px 0;
background: #d44348;
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
float: left;
color: white;
padding: 9px 36px;
text-decoration: none;
border-right: 1px solid white;
}

.solidblockmenu li a:visited{
color: white;
}

.solidblockmenu li a:hover, .solidblockmenu li .current{
color: white;
background: #900;
}
/*	
-------------------------------------------
ENd of Nav
-------------------------------------------
*/

#banner{
	width:960px;
	height:441px;
	margin-top:10px;
	
}

.bullet{
		list-style-type: disc;
	list-style-position:outside;
	padding-left: 35px;
	text-indent: 0px;
	}
	
#home1{
	width:307px;
	background-color:#fff;
	height:400px;
	float:left;
	margin:10px;
	padding-bottom:60px;
		
}

#home2{
	width:307px;
	height: 400px;
	float:left;
	background-color:#fff;
	margin-top:10px;
	
	margin-bottom:10px;

		
}

#home3{
	width:306px;
	height:400px;
	float:left;
	margin-top:10px;
	margin-left:10px;
	margin-bottom:10px;
	
}

#home_text{
	
	padding:10px;
}

#read_more{
color:#000066;
	font-size:14px;
		font-weight:bold;
	text-align:left;
	float:right;
	text-transform: uppercase;
}

#page_img{
	width:960px;
	height:180px;
	padding-bottom:10px;
}

#text_content{
	width:900px;

	margin:30px;
	padding-bottom:30px;
}



#thumb{
	
	width:200px;
	padding:10px;
	float:left;
	text-align:center;
	height:250px;
	border:none;
}

img
{  border-style: none;
}

#back
{

	font-size:14px;
	font-weight:bold;
	text-transform: uppercase;
	text-align:left;
	float:right;
}

#back2
{

	font-size:14px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-weight:bold;
	text-transform: uppercase;
	text-align:left;
	float:left;
}


a.red:link {color: #d44348; }
a.red:active {color: #d44348;}
a.red:visited {color: #d44348; }
a.red:hover {color: #000;}

#footer {position: relative;
	background: url(../images/footer.jpg) repeat-x;
	width:960px;
	margin-top: -27px; /* negative value of footer height */
	height: 27px;
	clear:both;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size:12px; 
	color: #fff;
	padding-top:7px;
	text-align:center;
	background-color:#d44348;
}


