/*  Ajay Prasad
	www.ajayprasad.net
	ajaeihcii@gmail.com
	CSS Style File
	Copyright 2007
*/


body{
	font-family: Arial,sans-serif;
	color: #666666;
	line-height: 1.4;	
	margin: 0px;
	padding: 0px;
	background-color: gray;
	text-align: center;
}

a:link, a:visited {
	color: #666666;
	text-decoration: underline;
}

a:hover {
	color:#3D88C8; 
	text-decoration: underline;
}


#bodyCenter {
	margin-top: 25px;
	width:850px;
	margin-left:auto;
	margin-right:auto;
	background-color: #ffffff;
	margin-bottom: 10px;
	text-align: right;
}

#header {
	width:850px;
	height: 115px;
	margin: 0px;
	padding: 0px;
}

#header a {
	border:none;
}


.headerName {
	float:left;
	width:295px;
	height:115px;
}


.headerHome {
	float:left;
	width:110px;
	height:115px;
}

.headerHome span {
	display:none;
}

.headerHome a {
	display: block;
	width:110px;
	height:115px;
}

/* portfolio */
.headerPortfolio {
	float:left;
	width:110px;
	height:115px;
}

.headerPortfolio span {
	display:none;
}

.headerPortfolio a {
	display: block;
	width:110px;
	height:115px;
}

/* education */
.headerEducation {
	float:left;
	width:123px;
	height:115px;
}

.headerEducation span {
	display:none;
}

.headerEducation a {
	display: block;
	width:123px;
	height:115px;
}

/* resume */
.headerResume {
	float:left;
	width:107px;
	height:115px;
}

.headerResume span {
	display:none;
}

.headerResume a {
	display: block;
	width:107px;
	height:115px;
}

/* contact */
.headerContact {
	float:left;
	width:105px;
	height:115px;
}

.headerContact span {
	display:none;
}

.headerContact a {
	display: block;
	width:105px;
	height:115px;
}




.projects {
	float: left;
	background-color: #fff;
	margin-bottom: 1px;
}

.ProjectDesc {
	float: left;
	width: 840px;
	
}

.LeftColumn  {
	clear:left;
	float:left;
	width:250px;
	margin-right:46px;
	margin-bottom:10px;
	padding-bottom:10px;
	text-align: center;
}

.RightColumnMain {
	float:left;
	width:532px;
	margin-bottom:10px;
	margin-top: -23px;
	padding-bottom:10px;
	background-color: #FFFFFF;
	
}
.RightColumn {
	float:left;
	width:532px;
	margin-bottom:10px;
	padding-bottom:10px;
	background-color: #FFFFFF;
	margin-top: -10px;
}

.RightColumnContactInfo {
	float:left;
	width:532px;
	margin-bottom:30px;
	padding-bottom:30px;
	padding-top:0px;
	margin-top:-25px;
	background-color: #FFFFFF;
	
}

.LeftResumeColumn {
	
	float:left;
	width:250px;
	margin-left: 25px;
	margin-right:20px;
	margin-bottom:30px;
	padding-bottom:30px;
	text-align:left;
	
}
.ResumeColumn {
	float:left;
	width:530px;
	margin-bottom:20px;
	padding-bottom:20px;
	margin-right: 15px;
	padding-left: 5px;
	background-color:#FFFFFF;
	}

.downloadResume {
	text-align:right;
	margin-right:15px;
}

/* Portfolio */


.OtherProjectFacts {
text-align:right;
}

.ProjectImage {
text-align:right
}


.copyright {
	background: none;
	text-align: center;
	font-size: small;
	margin-top: 15px;
	margin-bottom: 15px;
}

/*Education*/

.UniEducation {
	width: 848px;
	text-align:left;
}

.UniName {
	text-align:left;
	padding-left:20px;
	line-height:1;
}

.UniBackground {
	float: left;
	width:846px;
	background-color: #fff;
	margin-bottom: 0px;
	
}

.UniCourses {
	float:left;
	width: 188px;
	text-align:left;
	
	margin-top:-20px;
	padding-top:0px;
	padding-left:0px;
	
	list-style:none;
	line-height:0.8;
	
	margin-left:20px;
	
}

#contentSection {
	clear: both;
	float: left;
	width:848px;
	text-align:left;
	border: 0px;
	padding: 1px;
	padding-top:0px;
	
	background-color:#3D88C8;
}

#whitespace {
	padding-top:30px;
	padding-bottom: 25px;
	background-color:#FFF;
	margin-bottom: 1px;
	margin-left: 1px;
	margin-right: 1px;
	
}


.whitespaceEducation {
	padding-top:00px;
	padding-bottom: 25px;
	background-color:#FFF;
	margin-bottom: 1px;
	margin-left: 1px;
	margin-right: 1px;
	
}
.whitespaceResume {
	padding-top:10px;
	padding-bottom: 25px;
	background-color:#FFF;
	margin-bottom: 1px;
	margin-left: 1px;
	margin-right: 1px;
	
}


.whitespaceContact {
	padding-top:15px;
	padding-bottom: 25px;
	background-color:#FFF;
	margin-bottom: 1px;
	margin-left: 1px;
	margin-right: 1px;
	
}