/* page structure */

/*******RESET CSS********/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* end of reset */

body{
	text-align:center;
	font:62.5% Garamond, Arial, sans-serif;
	background-image: url("../images/background_7.jpg");
	background-repeat: repeat;
}

img.margin { margin: 0 10px 0 0; }


a:link{
	color: #111111;
	text-decoration:none;
}

a:visited{
	color: #111111;
	text-decoration:none;
}

a:hover{
	color: #92360d;
	text-decoration:none;
}

#container{
	width: 1050px;
	margin: 0 auto;
	padding: 0;
	text-align:left;
	position: relative;
}

#content{
	width: 1050px;
	height:650px;
	margin: 0 auto;
	padding:20px 0 0 60px;
	position: relative;
	border: 0px solid #ffcc33;
	font: 1.2em Garamond, Arial, sans-serif;
}

p{
	margin: 0;
	padding: 280px 100px 0px 0px ;
	font-size: 1.2em;
	color: #6b6b6b;
	font-style: italic;
}

.center{
    text-align:center;
}

ul#projects{
	margin:0;
    padding:0px 0px 20px 10px;
	width:1050px;
	text-align:left;
	list-style-type: none;
	position: relative;
	float:left;	
	font:1.2em Garamond, Arial, sans-serif;
}

ul#projects li{
    display: inline; 
	font:1.2em Garamond, Arial, sans-serif;
	padding: 6px 0 6px 60px;
	line-height: 22pt;
}

ul#projects li a{
    position: relative;
    margin: 0; 
    
}

ul#projects li a:hover,
ul#projects li a#on{
    color:#92360d;
	font-style: italic;
}

ul#projects2{
	margin:0;
    padding:0px 0px 40px 10px;
	width:1050px;
	text-align:left;
	list-style-type: none;
	position: relative;
	float:left;	
	font:1.2em Garamond, Arial, sans-serif;
}

ul#projects2 li{
    display: inline; 
	font:1.2em Garamond, Arial, sans-serif;
	padding: 6px 0 6px 60px;
	line-height: 22pt;
}

ul#projects2 li a{
    position: relative;
    margin: 0; 
    
}

ul#projects2 li a:hover,
ul#projects2 li a#on{
    color:#92360d;
	font-style: italic;
}

/*new staff**/
ul#projects2 li ul {visibility:visible; position:absolute; top: 32px; left: 165px;font-size:80%;}

ul#projects2 li:hover ul,
ul#projects2 li a:hover ul {visibility:visible; color:#111111;}

ul#projects2 li:hover ul li a,
ul#projects2 li a:hover ul li a {display:inline; color:#111111;}

ul#projects2 li:hover ul li a:hover,
ul#projects2 li a:hover ul li a:hover {text-decoration: none; color:#92360d;}


#slideshowContainer{
	background-image: url("../images/background_container.jpg");
	width:800px;
	float: left;
	position:relative;
	margin: 0 0 0 62px;
	padding:0px 0 0 0px;
}

#images {
	line-height:620px;
	height: 620px; 
	text-align: center;
}

#imgplace{
	vertical-align: top;
	padding: 20px 0 0 0;	
}

#imgplace2{
	vertical-align: bottom;
	padding: 0px 0 130px 0;
}

#imgplace3{
	vertical-align: bottom;
	padding: 0px 0 260px 0;
}

#imgplace4{
	vertical-align: bottom;
	padding: 0px 0 200px 0;
}

#text{
	line-height:620px;
	height: 620px; 
	float: left;
	width: 680px;
	text-align: left;
	padding: 10px 0px 0 40px;
	
}

#resume{
	line-height:620px;
	height: 620px; 
	float: left;
	width: 680px;
	text-align: left;
	padding: 10px 80px 0 40px;
	overflow: scroll;
	
}

#contact-area {
	height: 540px; 
	width: 600px;
	margin-top: 20px;
	padding: 0 0 0 40px;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 471px;
	font-family: Helvetica, sans-serif;
	font-size: 1.1em;
	margin: 0px 0px 10px 0px;
	border: 1px solid #ccc;
}

#contact-area textarea {
	height: 200px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 1px solid #900;
}

#contact-area input.submit-button {
	width: 100px;
	float: right;
}

label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 100px;
	padding-top: 5px;
	font-size: 1.4em;
}

/********************************
             
			 HEADER
			 
********************************/

div#header {
    margin:40px 0 0 100px;
	padding:0;
	width:400px;
	position:relative;
}

div#header .skip {
		display:none;
}

h1 {
	margin:0px 0 0 0px;
	padding:0;
	text-indent:-9999px;
}

div#header h1 a:focus{-moz-outline-style: none;}

h1 a, h1 a:hover {
    background: url("../images/paulmanes.gif") no-repeat;
	margin:0 auto;
	padding:0 0px 0px 0px;
	display:block;
	height:66px;
	float: none;
	width:400px;
}

h2 {
	font:1.2em Garamond, Arial, sans-serif;
	font-weight: bold;
}

h3 {
	font:1.4em Garamond, Arial, sans-serif;
	padding: 20px 20px 0px 80px; 
	line-height: 15pt;
}

h4 {
	font:1.2em Garamond, Arial, sans-serif;
	padding: 30px 20px 0px 80px; 
	line-height: 18pt;
}

h5 {
	font:1.2em Garamond, Arial, sans-serif;
	padding: 30px 20px 0px 80px; 
	line-height: normal;
}

h6 {
	font:1.2em Garamond, Arial, sans-serif;
	padding: 20px 20px 0px 80px; 
	line-height: 15pt;
}

#bottuns{
	width:850px;
	height:0px;
}

#info{
	position: absolute;
	right: 50px;
	top: 590px;
	font:1.0em Garamond, Arial, sans-serif;
}

#next{
	position: absolute;
	left:100px;
	top: 590px;
	font-size: 1.1em;
	text-align: right;
	color: #111111;
}

#back{
	position: absolute;
	left:50px;
	top: 590px;
	font-size: 1.1em;
	text-align: right;
	color: #111111;
}

#footer{
	width: 900px;
	margin: 0px 20px 0 0;
	padding:0;
	position: relative;
	text-align: right;
}

a.copyright{
	font-family: verdana, helvetica, arial;
	font-size: 1em;
	font-style: normal;
	color: #6b6b6b; 
}

.clear{
	clear:both;
}
