@charset "UTF-8";
/* CSS Document */

body {
	background: #FFF url(../Images/bgblock.jpg) repeat scroll center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	padding: 0;
	margin: 30px 0;
}

h1, h2,  h3, h4, h5, h6 {
	font-family:Arial, Helvetica, sans-serif;
}

img {
	border: 0;
}

#container {
	margin: 0 auto;
}

#wrapper {
	background: #f2f1ea;
	margin: 0 auto;
	padding: 30px 30px 40px 30px;
	text-align: left;
	width: 800px;
}

#header {
	height: 120px;
}

#logo {
	width: 225px;
	height: 82px;
}

#logo h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	font-weight: bold;
	position: absolute;
	text-align:left;
	color: #fb4168;
	text-decoration:none;
}

#hello a {
	display: block;
	float: right;
	margin: -118px 18px 65px 0;
	border: 0;
	width: 164px;
	height:114px;
	background: url(../Images/hello1.png) no-repeat 0 0;
	font-size: 0px;
	text-indent: -10000px;
	overflow: hidden;
}

#hello a:hover, 
#hello a:active, 
#hello a:focus {
	background: url(../Images/hello2.png) no-repeat 0 0;
	display: block;
}


#content {
	font-size: 0.7em;
}

#menu {
	float: right;
	clear: right;
	display: inline;
}

#menu a {
	text-decoration: none;
	color: #004b89;
	font-weight: bold;
	font-size: 1em;
}

#menu a:hover, 
#menu a:active, 
#menu a:focus {
	color: #fb4168;
	text-decoration: none;
}

#menu ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}

#menu li {
	display: inline;
	float: left;
	margin-left: 30px;
}

#profile {
	margin:40px 0 30px;
	border-top: 1px dotted #004b89;
	border-bottom: 1px dotted #004b89;
}

#profile h2 {
	color: #fb4168;
	text-decoration:none;
	font-weight: normal;
}
	
#profile p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	position: relative;
	text-align: left;
	color: #6499c5;
	text-decoration: none;
}

#profile a {
font-family:Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	position: relative;
	text-align: left;
	color: #004b89;
	text-decoration: none;
	}
	
#profile a:hover, 
#profile a:active, 
#profile a:focus {
	color: #fb4168;
}

#profile b {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	font-weight: bold;
	position: relative;
	text-align: left;
	color: #004b89;
	text-decoration: none;
	}
	
#projects {
	font-size: 1.2em;
	position: relative;
	padding-bottom: 30px;
}

#projects p {
	color: #004b89;
}

#projects h2, a {
	color: #fb4168;
	text-decoration:none;
	font-weight: normal;
}

.samplebox {
	height: 200px;
	position: relative;
	padding: 0px 10px 0 0;
	margin: 0 0 40px 0;
	border: 0px;
}

.samplebox img {
	border-top: 1px dotted #fb4168;
	border-bottom: 1px dotted #fb4168;
}

.screenshot {
	height: 200px;
	width: 500px;
	float: left;
	margin: 0 30px 0 0;
}

.details {
	width: 260px;
	float: right;
	top: 0px;
}

.projbutton {
	
	background: #004b89;
	position: absolute;
	text-align: center;
	color: #f2f1ea;
	float: right;
	bottom: 0px;
}

.projbutton a {
	height: 15px;
	width: 240px;
	color: #f2f1ea;
	display: block;
	text-decoration: none;
	text-align: center;
	padding: 5px;
}

.projbutton a:hover, 
.projbutton a:active, 
.projbutton a:focus {
	height: 15px;
	width: 240px;
	color: #004b89;
	background-color: #fb4168;
	display: block;
}

#backHome {
	
	background: #004b89;
	text-align: center;
	color: #f2f1ea;
	float: left;
}

#backHome a {
	height: 15px;
	width: 180px;
	color: #f2f1ea;
	display: block;
	text-decoration: none;
	text-align: center;
	padding: 5px;
}

#backHome a:hover, 
#backHome a:active, 
#backHome a:focus {
	height: 15px;
	width: 180px;
	color: #004b89;
	background-color: #fb4168;
	display: block;
}

#footer {
	background: #6499c5;
	width: 800px;
	height: 149px;
	padding: 10px 30px 0;
	margin: 0 auto;
	position: relative;
}

#footer p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #f2f1ea;
}

#footer a {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #f7c9db;
}

#footerwrap {
	margin: 0 auto;
}

#column1 {
	float:left;
	width: 260px;
}

#column2 {
	float:left;
	width: 260px;
}

#column2 a:hover, 
#column2 a:active, 
#column2 a:focus {
	color: #004b89;
	background-color: #fb4168;
}

#column3 {
	float:right;
	width: 245px;
}

#copyright {
	width:450px;
	padding-top:20px;
	float:left;
	text-align:left;
	font-weight: bold;
}

#validator {
	width:220px;
	padding-top:20px;
	float:right;
	text-align:right;
	font-weight:normal;
}

/* CSS Specific to Contact Page */

#contactbox {
	height: 400px;
	background: #d5e5f0;
	padding-top: 30px
}

#contactTable {
	border:0;
}

#contactTable p, textarea, select, input {
	font-size: 1em;
	color: #004b89;
}

#contactTable tr {
	color: #004b89;
	font-weight: normal;
}

#contactTable td {
	vertical-align:top;
	margin-top: 0;
}

#submitButton {
	background: #004b89;
	position: absolute;
	text-align: center;
	color: #f2f1ea;
	width:100px;
	padding: 1px 0;
}

.commentbox {
	width: 250px;
}





	
	

	
	
	

	



