@charset "utf-8";

/*///////////// Browser Reset//////////// */

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 Browser Reset//////////// */


/*****index page*****/
body.index {
	background: #FAA214 url(../images/pattern4.gif) repeat-x;
	margin: 92px 0px 0px 0px;
	text-align: center;
	}
#index_container { 
	width: 850px;
	margin: 0px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: center; /* this overrides the text-align: center on the body element. */
}
#enter {
	width: 850px;
	margin: 70px 0px 0px 0px;
} 
p.enter {
	/*width: inherit;*/
	margin: auto;
}
#enter p.goodeartworks {
	margin: 0px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 25px 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align:center;
	font-size: 75%; 
	font-weight: normal;
	font-family: Arial;
	color: #000000;
}
#index_container a {
	font-size: 180%;
	font-weight: normal;
	color: #000000;
	font-family: "Arial Black";
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: .3em;
}
/*this is the hover state for index page*/
#index_container a:hover {
	color: #F76614;
	text-decoration: none;
}
/*this is the main background style */
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-color: #e16f20;
	background-image: url(../images/page_background.gif);
	background-repeat: repeat-x;
	background-attachment: fixed;
	margin: 5px 0px 8px 0px;/* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
/*this div creates space at the top of the container*/
.twoColFixLtHdr #top_spacer {
height: 6px;
}
/*main container*/
.twoColFixLtHdr #container { 
	width: 900px;  /* using 40px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	/*background-image: url(../images/greyline.gif);*/
	background: url(../images/container_background.gif) repeat-y;
	margin: 0px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 2px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: relative;
}
.twoColFixLtHdr #about_container { 
	width: 900px;  
	background: url(../images/about_containerBackground.jpg) repeat-y top;
	margin: 0px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 2px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.twoColFixLtHdr #contact_container { 
	width: 900px;  
	background: #f8ad1d url(../images/description_background.gif) repeat-x bottom;
	margin: 0px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 2px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: relative;
}
/*Header*/ 
.twoColFixLtHdr #header { 
	width: 900px;
	height: 85px;
	background-color: #F9A213; 
	background-image: url(../images/goodeartworks_banner.gif);
	background-repeat: no-repeat;
}
#header h1 {
	display: none;
}
/*///////top_navbar///////*/
#topNavBar
{
	width: 900px;
	height: 1.95em;
	border: #000000 1px solid;
	background: #000000 url(../SpryAssets/NavBackground.gif) repeat-x top;
	margin: 0 auto;
}
.twoColFixLtHdr #top_navbar {
	width: 900px;
	height: 1.875em;
	background: #000000 url(../images/nav_background.gif) no-repeat center;
	padding: 0;
	margin: 0;
	text-align: center;
	/*display: block;*/
	margin: 0px;
}
.twoColFixLtHdr #top_navbar ul {
	height: 1.875em;
	width: 570px;
	list-style-type: none;
	margin: 0 auto;
	padding-left: 4px;
	text-align: center;
    vertical-align: baseline;
}
.twoColFixLtHdr #top_navbar li {
	float: left;
	width: 100px;
	margin-left: 10px;
	padding: 0px;
}
* html .twoColFixLtHdr #top_navbar li
{ zoom: 1; margin-left: -1px; margin-right: 2px;}

/*this is the main formatting for link elements*/
.twoColFixLtHdr #top_navbar li a {
	display: block;
	width: 100px;
	color: #FF9900;
	padding: .125em 0 .125em 0;
	margin-right: 4px;
	border-right: #DF5900 3px solid;
	border-bottom: #DF5900 3px solid;
	border-left: #F7AC32 3px solid;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 95%;
	text-decoration: none;
	font-weight: bold;
	text-decoration: none;
}
/*///////bottom_navbar///////*/
.twoColFixLtHdr #bottom_navbar {
	width: 900px;
	height: 1.7em;
	background: #000000 url(../images/nav_background.gif) no-repeat left center;
	padding: .03em 0em .03em 0em;/*top right bottom left*/
	text-align: center;
	display: block;
	margin: 0px;
}
.twoColFixLtHdr #bottom_navbar ul {
	list-style-type: none;
	margin: 0px;
	padding: 0.4em;
	text-align: center;
        vertical-align: baseline;
}
.twoColFixLtHdr #bottom_navbar li {
	display: inline;
	margin: 0px 0px 0px 3px; /*top right bottom left*/
	padding: 0px;
}
/*this is the main formatting for link elements*/
.twoColFixLtHdr #bottom_navbar a  {
	color: #FF6600;
	padding: 5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 97%;
	font-weight: bold;
	word-spacing: 0.08em;
	letter-spacing: 0.06em;
	text-decoration: none;
}
/*this class is the active color for art & design categories*/
.twoColFixLtHdr #top_navbar a.present_page, #bottom_navbar a.present_page  {
	color: #FFFFFF;
}
/*this class is the mouseover color for art & design categories*/
.twoColFixLtHdr #top_navbar a:hover, #bottom_navbar a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#secondaryHeader
{
	border-top: #c15609 2px solid;
	border-bottom: #c15609 2px solid;
	width: 304px;
	background: #f3bb6a url(../images/secondary_background.gif) repeat-y top;
	overflow: hidden;
}
#secondaryHeader h2
{
		color: #AE4F09;
		text-align: center;
		padding: .25em 0 .25em 0;
}

.twoColFixLtHdr #mainContent {
	margin: 0px;
	text-align: left;
	background: #000000;
	padding: 0px;
	clear: left;
} 
.twoColFixLtHdr #aboutBackgroundImage
{
	float: right;
	width: 439px;
	height: 25em;/*400px*/
	background: url(../images/about_pattern.jpg) repeat-y;
}	
.twoColFixLtHdr #aboutContent {
	float: left;
	margin: 0px;
	height: 24em;/*384px*/
	width: 450px;
	text-align: left;
	background: #FFFFFF url(../images/about_background.jpg) repeat-y right;
}
#leftContent
{
	padding-top: 6px;
}	
#aboutContent p {
	color: #444444;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: .9em;
	font-weight: bold;
	text-align: left;
	line-height: 1.2em;
}
#aboutContent a
{
	font-weight: bold;
	color: #E93501;
	text-decoration: none; 
}
#aboutContent a:hover
{
	font-weight: bold;
	color: #000000;
	text-decoration: underline; 
}
.twoColFixLtHdr #mainContact {
	margin: 0px;
	text-align: left;
	background: #ffffff;
	padding: 0px;
}
#contact_content
{
	width: 360px;
	height: 24.6875em;/*395px*/
	float: right;
	background: url(../images/description_background.gif) repeat-x bottom;
}
#contact_content p
{
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	text-align: left;
	line-height: 1.3em;
	text-transform: none;
	margin: 0 10px 0 10px;
	padding-top: 10px;
}
#contactInfo
{
	width: 100%;
	margin-top: 6px; 
}
#contactInfo p
{
	/*line-height: .6em;*/
	padding: 0;
	margin: 0 0 0 10px;
	font-weight: bold;
}
#contact_content a.email
{
	font-weight: bold;
	color: #E93501;
	text-decoration: none;
	background: url(../images/email_icon.gif) no-repeat 100% 82%;
	padding-right: 22px;
	line-height: 1.2em;
} 
#contact_content a.email:hover
{
	color: #000000;
	text-decoration: underline;
}

#MainContact p {
	color: #2966A9;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: .85em;
	font-weight: normal;
	text-align: left;
	padding: 8px;
}
/*Art Description Container Info*/
.description {
	width: 304px;
	height: 24em;/*384px*/
	border-left: #000000 2px solid;
	background: #F8AD1D url(../images/description_background.gif) repeat-x bottom;
	float: right;
	margin: 0;
	padding: 0;
	}
.description p {
    color: #D33101;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	text-align: left;
	line-height: 1.3em;
	text-transform: none;
	margin: 10px 10px 0 10px;
	padding: 0;
}
.description p.blacktext {
	color: #333333;
}
img.content {
	margin: 6px 0px 5px 0px;
    border: #000000 4px solid;
}

.twoColFixLtHdr #footer {
        
	width: 900px; 
	padding: 0px;
	margin: 0;
	background-color: #F86F11;
	border-top: #000000 2px solid;
	
} 
.twoColFixLtHdr #footer p {
	margin: 0px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px 0px; 
	text-align:center;
	font-size: .85em; 
	font-weight: normal;
	font-family: Arial;
	text-transform: capitalize;
	color: #000000;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0px;
    font-size: 1px;
    line-height: 0px;
}
/*Sidebar Image for Art*/
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 50px;
    height: 24em;/*384px*/
	background-image: url(../images/sidebar_art.gif);
	background-repeat: no-repeat;
	background-position: center;
	background-color:#999999;
	border-right: #000000 2px solid;
	padding: 0;
	margin-right: -1px;
}
/*Sidebar Image for Design*/
.twoColFixLtHdr #sidebar2 {
	float: left; 
	width: 50px; 
    height: 24em;/*384px*/
	background-image: url(../images/sidebar_design.gif);
	background-repeat: no-repeat;
	background-position: center;
	background-color:#999999;
	border-right: #000000 2px solid;
	padding: 0;
	margin-right: -1px;
}
/*Sidebar Image for Web*/
.twoColFixLtHdr #sidebar3 {
	float: left; 
	width: 50px; 
    height: 24em;/*384px*/
	background-image: url(../images/sidebar_web.gif);
	background-repeat: no-repeat;
	background-position: center;
	background-color:#999999;
	border-right: #000000 2px solid;
	padding: 0;
	margin-right: -1px;
}

/*Sidebar Image for Contact*/
.twoColFixLtHdr #sidebar4 {
	float: left; 
	width: 50px; 
    height: 24.6875em;/*395px*/
	background-image: url(../images/sidebar_contact.gif);
	background-repeat: no-repeat;
	background-position: center;
	background-color:#999999;
	border-right: #000000 2px solid;
    margin: 0;
	/*height: 32.1875em;*//*515px*/
}

/*Sidebar Image for About*/
.twoColFixLtHdr #sidebar5 {
	float: left; 
	width: 50px; 
    height: 25em;/*400px*/
	background-image: url(../images/sidebar_about.gif);
	background-repeat: no-repeat;
	background-position: center;
	background-color:#999999;
	border-right: #000000 2px solid;
    padding: 0;
	margin-right: 10px;
}
/*Sidebar Image for Signs*/
.twoColFixLtHdr #sidebar6 {
	float: left; 
	width: 50px; 
    height: 24em;/*384px*/
	background-image: url(../images/sidebar_signs.gif);
	background-repeat: no-repeat;
	background-position: center;
	background-color:#999999;
	border-right: #000000 2px solid;
    padding: 0;
	margin-right: -1px;
}
/*Sidebar Image for Production*/
.twoColFixLtHdr #sidebar7 {
	float: left; 
	width: 50px; 
    height: 24em;/*384px*/
	background-image: url(../images/sidebar_production.gif);
	background-repeat: no-repeat;
	background-position: center;
	background-color:#999999;
	border-right: #000000 2px solid;
    padding: 0;
	margin-right: -1px;
}
/*****Intoduction Page*****/

/*container for text*/
#mainContent_intro {
	width: 900px;
	margin: 0px;
	padding: 4px 0px 4px 0px;
	background-color: #FFFFFF;
}
#mainContent_intro p {
	font-family: "Times New Roman", Times, serif;
	font-size: 85%;
	font-style: normal;
	line-height: 1.5em;
	font-weight: bold;
	color: #000000;
	margin: 10px;
	text-align: left;
}
#mainContent_intro p.pnormal {
	font-family: "Times New Roman", Times, serif;
	font-size: 89%;
	font-style: normal;
	line-height: 1.7em;
	font-weight: normal;
	color: #000000;
}
/*this is the active state for my email*/
#mainContent_intro a:link {
	text-decoration: none;
    color: #0000FF;
}
/*this is the hover state for my email*/
#mainContent_intro a:hover {
	color: #0000FF;
	text-decoration: underline;
    background-color: #B3CCEB;
	padding: 2px 4px 2px 0px;
}
#mainContent_intro a:visited {
	text-decoration: underline;
    color: #FF0000;
}
/*****Resume page*****/
/*this is the page background for resume page*/
.twoColFixLtHdr #resume_wrapper { 
	width: 900px; 
	margin: 0 auto;
	background: #F8AD1D url(../images/resume_background.gif) repeat-y top;
	border: #000000 2px solid;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.twoColFixLtHdr #resume_container { 
	width: 760px; 
	background-color: #FFFFCC;
	margin: 0px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
td {
		font-family: arial;
		font-style: normal;
		font-size: 10pt;
		color: #000000;
		
}
.pbold {
		font-family: arial;
		font-style: normal;
		font-weight: bold;
		font-size: 10pt;
		color: #000000;
		
}
		
.wordspacer {
		word-spacing: 4pt;
}
.boldheaders {
		font-family: arial;
		font-style: normal;
		font-size: 10pt;
		font-weight: bold;
		text-decoration: underline;
		color: #000000;
		text-align: left;
        padding-bottom: 4px;
		}
a.documents {
		font-weight: bold;
		text-decoration: none;
}	
.documents:hover {
		font-weight: bold;
}		
.bullet {
		font-family: arial black;
		font-style: normal;
		font-size: 10pt;
		font-weight: bold;
		color: #000000;
}
td a, td a.documents {
		text-decoration: none;
		color: #0000FF;
		display: block;
       }
td a:hover {
		background-color: #B3CCEB;
		} 
td a.documents:hover {
	  color: #0000FF;
	  background-color: #B3CCEB;
	  padding-right: 10px;
	 }
td a:visited {
		text-decoration: none;
		color: #0000FF;
          }
td a span {
		padding-left: 6px;
		font-size: 13pt;
}
.print_resume {
		font-family: arial;
		font-style: normal;
		font-weight: bold;
		font-size: .625em;
		color: #666666;
		text-decoration: none;
		margin-left: 2px;
		}
a.pdf{
	width: 16em;
	height: 3.125em;
	display: block;
	text-decoration: none;
	color: #666666;
	background: url(../images/pdf_logo.gif) no-repeat 85% 50%;
	margin: 0 276px 0 276px;
}
a.pdf:hover {
	color: #000000;
	text-decoration: underline;
}
td.padding {
        padding-bottom: 3px;
}
table.left_margin {
	margin-left: 15px;
}
td.line_padding {
	padding-bottom: 4px;
}
span.left_padding {
	padding-left: 7px;
}
/*this is the bottom page navigation for resume pages*/
.resume_nav  {
	width: 760px;
	margin: 0 auto;
	background-color: #FFFFCC;
}
.resume_nav p {
	text-align: center;
	padding-top: 5px;
	padding-bottom: 20px;
}
.resume_nav p a  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
	padding: 0px 5px 0px 5px;
}
span.nav_divider {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #8D8D8D;
	text-decoration: none;
	padding: 0px 5px 0px 5px;
}
.resume_nav p a:hover  {
	text-decoration: underline;
	color: #000000;
}
.resume_nav p a.page1_page2  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #F86F11;
	text-decoration: none;
}
.resume_nav p a.page1_page2:hover  {
	text-decoration: underline;
	color: #000000;
}
/*////////////Validator/////////////////*/
.validator {
	margin: 6px 0 0 0px;
	float: left;
	}
.validator img {
	margin: 6px 0 0 0;
	float: left;
	}
