/* CSS Document */


body {
	margin:0;
	background-color:#C2E1E6;
}


img {
	border:none;
}




#container {
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	display:table;
	margin-bottom:80px;
}




#masthead {
	width:200px;
	height:260px;
	float:left;
}




#contentContainer {
	width:770px;
	background-color:#FFFFFF;
	border-bottom:10px solid #04223C;
	float:right;
}




#pageTitle {
	width:100%;
	margin-top:80px;
	margin-left:30px;
	margin-right:30px;
}




#content {
	width:100%;
	margin:30px;
	margin-top:80px;
}



/***** Portfolio Icon Tiles/Description Table *****/

.portfolioTiles {
	width:710px;
	display: block;
}
  
.portTile-col {
	display: table-cell;
}
 
.portTile-col1 {
	width: 620px;
	padding-right:30px;
}
 
.portTile-col2 {
	width:620px;
	padding-right:30px;
}
 
.portTile-col3 {
	width:620px;
}




/***** Footer *****/

#footerContainer {
	width:770px;
	height:79px;
	float:right;
	padding-top:30px;
}


#footerContent {
	width:660px;
	height:79px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.7em;
	color:#04223C;
}


#footerContent a:link {color:#04223C; text-decoration:none;}
#footerContent a:active {color:#04223C; text-decoration:none;}
#footerContent a:visited {color:#04223C; text-decoration:none;}
#footerContent a:hover {color:#04223C; text-decoration:underline;}


#footerIcon {
	width:80px;
	height:79px;
	float:right;
}




/**** Font Styles *****/

.portTile-projName {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	color:#D96D33;
	font-weight:bold;
}


.portTile-projName a:link {color:#D96D33; text-decoration:none;}
.portTile-projName a:active {color:#D96D33; text-decoration:none;}
.portTile-projName a:visited {color:#D96D33; text-decoration:none;}
.portTile-projName a:hover {color:#D96D33; text-decoration:underline;}




.portTile-projDescr {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	color:#666666;
	text-align:left;
}
