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

/***** GLOBAL 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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/***** MY CODE *****/

body {
	background-color:#F57B20; /* orange */
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

h1 {
	font-size:18px;
	padding:18px 0 18px 0;
	color:#F57B20; /* orange */
}

#portfolioHeading h1 {
	font-size:36px;
	padding:18px 0 18px 0;
	color:#EF4035; /* red */
	font-style:italic;
}

h3 {
	font-size:14px;
	padding:12px 0 0 0;
	color:#F57B20; /* orange */
	font-weight:bold;
}

p {
	padding-bottom:20px;
	line-height:15px;
}

ul {
	/* list-style-type:disc; */
	list-style-image:url(images/bullet_orange.png);
	padding:0 0 0 15px;
}

ul li {
	padding:0 0 15px 0;
}

a:link {
	color:#FFFFFF;
	text-decoration:none;
}

a:visited {
	color:#FFFFFF;
	text-decoration:none;
}

a:hover {
	color:#C20B00; /* red */
	text-decoration:none;
}

div#mainContainer {
	margin: 0 auto;
	width:850px;
}

div#header {
	background:url(images/header_bg.jpg) no-repeat;
	width:850px;
	height:332px;
	padding:40px 0 0 0;
}

div#mainNavigation table, div#footerNavigation table {
	margin:0 auto;
	color:#EB2B1F; /* red */
	font-size:14px;
}

div#header div#logo {
	padding:80px 0 0 70px;
}

div#mainContent div#contactLogo {
	margin:-175px 0 0 0;
}

div#portfolioLogo {
	padding:0 0 0 550px;
}

div#mainContent {
	background:url(images/mainContent_bg.jpg) no-repeat bottom;
	background-color:#FFFFFF;
	width:850px;
	min-height:367px;
}

div#mainContent a:link {
	color:#CC0000;
	text-decoration:underline;
}

div#mainContent a:visited {
	color:#CC0000;
	text-decoration:underline;
}

div#mainContent a:hover {
	text-decoration:none;
}

div#mainContent div#fullColumn {
	float:left;
	width:700px;
	padding:0 0 0 70px;
}

div#mainContent div#leftColumn {
	float:left;
	width:283px;
	padding:0 0 0 70px;
	margin:-50px 0 0 0;
}

div#mainContent div#rightColumn {
	float:left;
	margin:-200px 0 0 10px;
}

div#rightColumn div#easel {
	width:432px;
	height:539px;
	color:#FFFFFF;
	margin:0 0 0 -25px;
}

div#easel div {
	margin:0 0 0 110px;
	padding:160px 0 0 0;
	width:250px;
}

div#mainContent div#oneColumnContact {
	width:300px;
	margin:0 0 0 315px;
	padding:60px 0 0 0;
}

div#mainContent div#communityFlashContainer {
	margin:12px 0 0 40px;
}

div#mainContent div#pageQuote {
	float:none;
	clear:both;
	text-align:center;
	padding:50px 0 0 0;
}

div#mainContent div#bottomRow {
	float:none;
	clear:both;
	width:600px;
	padding:50px 0 0 150px;
	color:#FFFFFF;
}

div#portfolioHeading {
	margin:120px 0 0 100px;
}

div#portfolioContent {
	background:url(images/portfolioContent_bg.jpg) no-repeat bottom;
	background-color:#FFFFFF;
	width:850px;
	min-height:367px;
	text-align:center;
}

div#portfolioContent #photo {
	float:left;
	margin:-110px 0 0 73px;
}

div#portfolioContent #subNavigation {
	float:left;
	margin:-30px 0 0 525px;
}

div#portfolioContent #subNavigation_logos {
	float:left;
	margin:0 0 0 385px;
}

div#bottomRow h3 {
	color: #ffffff;
	padding: 0 0 10px 0;
}

div#bottomRow ul {
	list-style-image:url(images/bullet_white.png);
	padding:0 0 0 15px;
}

div#bottomRow ul li {
	padding:0 0 15px 0;
}

div#footer {
	background:url(images/footer_bg.jpg) no-repeat;
	width:850px;
	height:111px;
	text-align:center;
	padding:55px 0 0 0;
}

div#portfolioFooter {
	background:url(images/portfolioFooter_bg.jpg) no-repeat;
	width:850px;
	height:111px;
	text-align:center;
	padding:55px 0 0 0;
}

div#footer span, div#portfolioFooter {
	font-size:10px;
	color:#DE3928;
}