@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: 100%;
	background: #999;
	color: #333;
}
body a:link {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	width: 100%;
	height: 100%;
	font-weight: bold;
	color: #900;
	text-transform: uppercase;
	text-decoration: none;
}
body a:visited {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	width: 100%;
	height: 100%;
	font-weight: bold;
	color: #C00;
	text-transform: uppercase;
	text-decoration: none;
}
body a:hover {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	width: 100%;
	height: 100%;
	font-weight: bold;
	color: #F00;
	text-transform: uppercase;
	text-decoration: underline;
}
body a:active {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	width: 100%;
	height: 100%;
	font-weight: bold;
	color: #333;
	text-transform: uppercase;
	text-decoration: underline;
}




h1 {
	font-size: 1em;
	text-transform: uppercase;
	padding-left: 25px;
	text-decoration: underline;
}
h2 {
	font-size: 10px;
	font-weight: normal;
	padding-left: 25px;
	font-family: Verdana, Geneva, sans-serif;
	padding-right: 25px;
	color: #000;
}
h3 {
	margin-left: 25px;
	text-transform: uppercase;
	margin-bottom: 5px;
	font-size: 1.2em;
}


.bold {
	font-weight: bold;
}
.boldItalic {
	font-style: italic;
	font-weight: bold;
}
.boldItalicSmall {
	font-size: 8px;
	font-style: italic;
	font-weight: bold;
}
.boldUppercase {
	font-weight: bold;
	text-transform: uppercase;
}


.employment {
	padding-left: 25px;
	padding-right: 25px;
}
.redefining {
	font-style: italic;
	font-weight: bold;
	color: #999;
	text-align: right;
}
.redefiningEmphasis {
	font-style: italic;
	font-weight: bold;
	color: #600;
	text-align: right;
}

.tblContactLabels {
	text-align: right;
	width: 75px;
	padding-bottom: 5px;
}
.tblContactFields {
	padding-bottom: 5px;
}

.portfolioMenuTitle {
	font-weight: bold;
	padding-left: 25px;
}
#headerWrapper  {
	background: #999;
	margin-right: auto;
	margin-left: auto;
	border-bottom: 2px solid #900;
	width: 100%;
}
#header {
	width: 946px;
	margin-right: auto;
	margin-left: auto;
	background: #999;
	margin-top: 15px;
}
#nav {
	height: 34px;
	width: 946px;
	margin-right: auto;
	margin-left: auto;
}
#mainContentWrapper  {
	width: 100%;
	margin: auto;
	padding-top: 60px;
	padding-bottom: 25px;
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position: center top;
}
#mainContentShadow {
	height: 345px;
	width: 947px;
	margin-right: auto;
	margin-left: auto;
	background: url(../assets/graphics/shadow.gif) no-repeat center top;
}

#mainContent {
	background: #FFF;
	width: 930px;
	height: 330px;
	border: 1px solid #600;
	margin-right: auto;
	margin-left: auto;
}
#mainContentNavWrapper {
	background: #FFF;
	width: 930px;
	height: 25px;
	margin-right: auto;
	margin-left: auto;
}
#mainContentNavWrapper2 {
	background: #FFF;
	width: 930px;
	height: 25px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}

#footerWrapper  {
	background:#999;
	border-top: 2px solid #600;
	width: 100%;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
}
#footer {
	background:#999;
	width: 930px;
	margin-right: auto;
	margin-left: auto;
	height: 50px;
	padding-top: 5px;
}

#footer a:link {
	color: #000;
	font-size: 0.9em;
	text-decoration: none;
	font-weight: bold;
}
#footer a:visited {
	color: #333;
	font-weight: bold;
}
#footer a:hover {
	color: #F00;
	text-decoration: underline;
	font-weight: bold;
}
#footer a:active {
	color: #600;
	text-decoration: underline;
	font-weight: bold;
}
#mainContent #tblContact {
	width: 350px;
	margin-left: 0px;
}
#portfolioCool {
	height: 330px;
	width: 300px;
	float: left;
	background: #6FF;
}
#mainContent #frmContact #tblContact tr td #Submit {
	width: 75px;
}
#mainContent #frmContact #tblContact tr td #button   {
	width: 75px;
}
#mainContent #frmContact #tblContact input {
	border: 1px solid #900;
	font-size: 11px;
	width: 200px;
}
#mainContent #frmContact #tblContact input:focus {
	border: 1px solid #F00;
	background: #CCC;
}
#mainContent #frmContact #tblContact textarea {
	border: 1px solid #900;
	font-size: 11px;
	width: 200px;
}

#mainContent #frmContact #tblContact textarea:focus {
	border: 1px solid #F00;
	background: #CCC;
}

#portfolioMenu {
	background: url(../assets/graphics/portfolioMenuBg.jpg) no-repeat;
	float: left;
	height: 330px;
	width: 337px;
	border-right: 1px solid #600;
}
#portfolioMenu #portfolioMenuTitle {
	width: 337px;
	height: 160px;
}


#portfolioMenu #portfolioMenuLinks {
	float: left;
	width: 312px;
	height: 170px;
	padding-left: 25px;
	font-weight: bold;
	overflow: scroll;
}


#portfolioArtwork {
	float: left;
	height: 330px;
	width: 591px;
}
#tblDmca {
	width: auto;
	margin-left: 25px;
	text-align: left;
}
#mainContent #tblModel {
	width: 850px;
	margin-left: 25px;
}
#mainContent2 {
	background: #FFF;
	width: 930px;
	border: 1px solid #600;
	margin-right: auto;
	margin-left: auto;
}
#mainContentShadow2 {
	width: 947px;
	margin-right: auto;
	margin-left: auto;
	background: url(../assets/graphics/shadow.gif) no-repeat center top;
}
#mainContentShadow2 #mainContent2 #tblModel {
	margin-left: 25px;
	margin-bottom: 10px;
	width: 830px;
}

#mainContent2 #modelInfo {
	margin-left: 25px;
	margin-top: 10px;
	width: 830px;
}
#mainContentShadow2 #mainContent2 #accordianContainer {
	width: 525px;
}
#mainContent #employment {
	width: 880px;
	margin-left: 25px;
	margin-top: 10px;
}

