/* APPLIES TO ALL */

body { 
	margin: 0;
	font-family:Trebuchet, Arial, Helvetica, sans-serif;
	font-size:18px;
	color: #000;
}


p {
	font-family:Trebuchet, Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #000;
}

h1 { text-indent: -9999px; margin-top: -56px; }

a, a:link, a:visited {
	font-family:Trebuchet, Arial, Helvetica, sans-serif;
	font-size:18px;
	color: #000;
	text-decoration:underline;
	cursor:pointer;
}

a:hover, a:active {
	font-family:Trebuchet, Arial, Helvetica, sans-serif;
	font-size:18px;
	color: #c30;
	text-decoration:underline;
}

img { border:0; }

#topnav {
	padding: 0px 50px 10px 0px;
	width: 990px; 
	text-align: right;
}

#topnav a:link, #topnav a:visited  {
	font-family:Trebuchet, Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #000;
	text-decoration:underline;
}

#topnav a:hover, #topnav a:active  { color: #c30; }

#smallText {
	font-family:Trebuchet, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #000;
	font-style: italic;
}

/* APPLIES ONLY TO INDEX */

#homeContainer { width: 990px; }

#homeContainer img { margin: 0px -5px 0px 0px; padding: 0px 0px 0px 0px; }

/* APPLIES ONLY TO CONTACT PAGE */

#contactContainer { 
	background-image:url(images/Patrick_Hoesly_Contact_Background.jpg);
	background-repeat:no-repeat;
	width:990px;
	height:750px;
	vertical-align:top;
}

.contactTitle{
	font-family:Trebuchet, Arial, Helvetica, sans-serif;
	font-size:22px;
	font-weight:bold;
	color: #060;
}

#contactText {
	padding:220px 0px 0px 230px;
	vertical-align:top;
	text-align: left;
}

#contactText p {
	font-family:Trebuchet, Arial, Helvetica, sans-serif;
	font-size:18px;
	color: #000;
}

/* APPLIES ONLY TO PORTFOLIO PAGE */

#portfolioContainer { 
	background-image:url(images/Patrick_Hoesly_Portfolio_Background.jpg);
	background-repeat:no-repeat;
	width:990px;
	height:750px;
	vertical-align:top;
}

.portfolioTitle{
	font-family:Trebuchet, Arial, Helvetica, sans-serif;
	font-size:22px;
	font-weight:bold;
	color: #c30;
}

#portfolioText {
	padding:220px 0px 0px 230px;
	vertical-align:top;
	text-align: left;
}

#portfolioText p {
	font-family:Trebuchet, Arial, Helvetica, sans-serif;
	font-size:18px;
	color: #000;
}

#folioImages {
	font-family:Trebuchet, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color: #000;
	height: 620px;
	margin-top: 30px;
}

#galleryText {
	font-family:Trebuchet, Arial, Helvetica, sans-serif;
	font-size:18px;
	color: #000;
	padding: 150px 0px 0px 120px;
	*padding: 210px 0px 0px 220px;
	vertical-align:top;
}

.folioButton { margin-right: 20px; }

.vertButton { margin-right: 10px; *margin-right: 15px; }

/* APPLIES ONLY TO RESUME PAGE */

#resumeContainer { 
	background-image:url(images/Patrick_Hoesly_Resume_Background.jpg);
	background-repeat:no-repeat;
	width:990px;
	height:750px;
	vertical-align:top;
}

.resumeTitle{
	font-family:Trebuchet, Arial, Helvetica, sans-serif;
	font-size:22px;
	font-weight:bold;
	color: #366;
}

#resumeText {
	padding:220px 0px 0px 230px;
	vertical-align:top;
	text-align: left;
	font-family:Trebuchet, Arial, Helvetica, sans-serif;
	font-size:18px;
	color: #000;
}

#resumeText p {
	font-family:Trebuchet, Arial, Helvetica, sans-serif;
	font-size:18px;
	color: #000;	
}

.clear {clear:both;}

#folioNavContainer { width:770px; margin:0 0 10px 0; }
.folio3d { margin-right:15px; width:175px; height:29px; position:relative; float:left; }
.folio3d a {
	background:url(images/3Dbutton_off.jpg) 0 0 no-repeat;
	cursor:pointer;
	padding:29px 0 0 175px;
}
.folio3d a:hover { background:url(images/3Dbutton.jpg) 0 0 no-repeat; }
.active3d { margin-right:15px; width:175px; height:29px; position:relative; float:left; }
.active3d a { 
	background:url(images/3Dbutton.jpg) 0 0 no-repeat; 
	cursor:none;
	padding:29px 0 0 175px;
}

.folio2d { margin-right:15px; width:175px; height:29px; position:relative; float:left; }
.folio2d a {
	background:url(images/2Dbutton_off.jpg) 0 0 no-repeat;
	cursor:pointer;
	padding:29px 0 0 175px;
}
.folio2d a:hover { background:url(images/2Dbutton.jpg) 0 0 no-repeat; }
.active2d { margin-right:15px; width:175px; height:29px; position:relative; float:left; }
.active2d a { 
	background:url(images/2Dbutton.jpg) 0 0 no-repeat; 
	cursor:none;
	padding:29px 0 0 175px;
}

.folioT { margin-right:15px; width:175px; height:29px; position:relative; float:left; }
.folioT a {
	background:url(images/Tbutton_off.jpg) 0 0 no-repeat;
	cursor:pointer;
	padding:29px 0 0 175px;
}
.folioT a:hover { background:url(images/Tbutton.jpg) 0 0 no-repeat; }
.activeT { margin-right:15px; width:175px; height:29px; position:relative; float:left; }
.activeT a { 
	background:url(images/Tbutton.jpg) 0 0 no-repeat; 
	cursor:none;
	padding:29px 0 0 175px;
}

.folioA { width:175px; height:29px; position:relative; float:left; }
.folioA a {
	background:url(images/Archbutton_off.jpg) 0 0 no-repeat;
	cursor:pointer;
	padding:29px 0 0 175px;
}
.folioA a:hover { background:url(images/Archbutton.jpg) 0 0 no-repeat; }
.activeA { width:175px; height:29px; position:relative; float:left; }
.activeA a { 
	background:url(images/Archbutton.jpg) 0 0 no-repeat; 
	cursor:none;
	padding:29px 0 0 175px;
}
