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

* { padding: 0; margin: 0; }


body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height:17px;
}
body {
	background-color: #EBEBEB;
	background-image: url(../images/repeat.jpg);
	background-repeat: repeat-y;
	margin-left: 125px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#wrapper { 
	margin: 0;
	padding: 0;
	width: 750px;
	color:#0033FF;
}
#header {
 	width: 750px;
}
#navigation {
	width: 750px;
	height:30px;
	margin: 0px 0px 0px 0px;
	background-image:url(../images/nav-fill.gif);
	background-repeat:repeat-x;
}
#heading {
	clear:both;
	width: 750px;
	text-align:right;
	vertical-align:middle;
	margin: 15px 0px 15px 0px;
}
#content { 
	width: 698px;
	color: #333;
	border: 1px solid #ccc;
	background: #FFFFFF;
	margin: 0px 0px 0px 0px;
	padding: 30px 20px 20px 30px;
}

#content-projects{ 
	width: 708px;
	color: #333;
	border: 1px solid #ccc;
	background: #FFFFFF;
	margin: 0px 0px 15px 0px;
	padding: 20px 20px 20px 20px;
}

#contentdecoration {
	width:748px;
	height:15px;
	background:#780229;
	border: 1px solid #ccc;
	margin: 10px 0px 20px 0px;
	background-image:url(../images/stripe_bg.png);
}

#content-contact { 
	width: 405px;
	color: #333;
	border: 1px solid #ccc;
	background: #FFFFFF;
	margin: 0px 0px 0px 0px;
	padding: 30px 20px 20px 30px;
}

#contentdecoration-contact {
	width:400px;
	height:15px;
	background:#780229;
	border: 1px solid #ccc;
	margin: 10px 0px 20px 0px;
	background-image:url(../images/stripe_bg.png);
}
	
#footer { 
	width: 748px;
	padding-bottom: 20px;
}


/** NAVIGATION **/

ul#nav li {
	padding:0;
	margin:0;
	text-indent:-9999px;
	list-style-type:none;
	float:left;
}

ul#nav li a {
	border:0;
	display:block;
	text-decoration:none;
}

li#about a {
	width:85px;
	height:30px;
	background-image:url(../images/btn-about.gif);
	background-position:0px 0px;
	background-repeat:no-repeat;
}
li#about a:hover {
	background-position:0px -30px;
}

body#about-page ul#nav li#about a {
	background-position:0px -30px;
}


li#projects a {
	width:110px;
	height:30px;
	background-image:url(../images/btn-projects.gif);
	background-position:0px 0px;
	background-repeat:no-repeat;
}
li#projects a:hover {
	background-position:0px -30px;
}

body#projects-page ul#nav li#projects a {
	background-position:0px -30px;
}

li#contact a {
	width:105px;
	height:30px;
	background-image:url(../images/btn-contact.gif);
	background-position:0px 0px;
	background-repeat:no-repeat;
}
li#contact a:hover {
	background-position:0px -30px;
}

body#contact-page ul#nav li#contact a {
	background-position:0px -30px;
}

/** TEXT STYLES **/
.boldred {
	color:#780229;
	font-size:12px;
	font-weight:bold;
}

.boldrednormal {
	color:#780229;
	font-weight:bold;
}

.rednormal {
	color:#780229;
}

.footertext {
	color:#780229;
	font-size:9px;
}

.footerlinks a:link {
	color: #780229;
	text-decoration: underline;
}
.footerlinks a:visited {
	text-decoration: underline;
	color: #780229;
}
.footerlinks a:hover {
	text-decoration: none;
	color: #780229;
}
.footerlinks a:active {
	text-decoration: underline;
	color: #780229;
}

.photoborder img {
	border: 8px solid #dcdcdc;
	float:left; 
	margin:0px 20px 20px 0px;
}

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

/** FORM STYLE **/

/*** FORM STYLE ***/
input, textarea {
	background-color: #FFFFFF;
	border: 1px solid ;
	border-color:#cbcbcb;
	margin: 1px 0px 1px 0px;
	padding: 2px;
}

select { 
	background-color: #FFFFFF;
	border: 1px solid ;
	border-color:#CDCDC9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin: 5px 0px 5px 0px;
}

.floatleft {
	float:left; 
	margin:0px 20px 10px 0px;
}
