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



body {
	margin: 0; 
	padding: 0;
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
}

body#creative {	
	background: #C8057D;
}

body#work {	
	background: #D31F02;
}

body#about {	
	background: #007C95;
}

body#contact {	
	background: #D96600;
}


#container {
	width: 100%;
	margin: 0 auto;
	border: none;
	text-align: left;
}

#header {
	padding: 0 0 0 60px;
	height: 122px;
	margin: 0;
	border-bottom: 25px solid #afa69c;
}

/*these are the styles for the individual section headers */
#creative #header {
	background: #C8057D;
	background-image: url(../images/CS_NavBkdArt2.jpg);
	background-repeat: no-repeat;
	background-position: 209px 0;
}

#work #header {
	background: #D31F02;
	background-image: url(../images/W_NavBkdArt.jpg);
	background-repeat: no-repeat;
	background-position: 425px 0;
}

#about #header {
	background: #007C95;
	background-image: url(../images/ABT_NavBkdArt.jpg);
	background-repeat: no-repeat;
	background-position: 590px 0;
}

#contact #header {
	background: #D96600;
	background-image: url(../images/CT_NavBkdArt.jpg);
	background-repeat: no-repeat;
	background-position: 750px 0;
}

/* this is the style for the navigation inside the header div */
ul#topnav {
	margin: 66px 0 0 0;
	padding: 0;
	float: left;
	width: 857px;
	list-style: none;
	position: relative;
	bottom: 0px;	
}

ul#topnav li {
	float: left;
	margin: 0; 
	padding: 0;
}

ul#topnav li a {
	padding: 0;
	margin: 0;
	display: block;
	text-decoration: none;
	text-indent: -9999px;
	font-size: 36px;
}

ul#topnav li a:focus {
	outline-style: none;
}

ul#topnav li span {
	float: left;
	padding: 1px 0 0 0;
	position: absolute;
	color: #fff;
	text-align: center;
	margin: 0;
}


ul#topnav li span.drop1 {
	left: 148px;
	top: 56px;
	background-image: url(../images/CS_subNavBkdArt2.jpg);
	background-repeat: no-repeat;
	display: none;
	height: 25px;
	width: 215px;
}

ul#topnav li span.drop2 {
	background-image: url(../images/W_subNavBkdArt.jpg);
	background-repeat: no-repeat;
	left: 363px; 
	top: 56px;
	display: none; 
	height: 25px;
	width: 214px;
}

ul#topnav li span.drop1show {
	left: 148px;
	top: 56px;
	background-image: url(../images/CS_subNavBkdArt2.jpg);
	background-repeat: no-repeat;
	height: 25px;
	width: 215px;
}

ul#topnav li span.drop2show {
	background-image: url(../images/W_subNavBkdArt.jpg);
	background-repeat: no-repeat;
	left: 363px; 
	top: 56px;
	height: 25px;
	width: 214px;
}

ul#topnav li:hover span { 
	display: block; 
}

ul#topnav li span a {
	padding: 0;
	margin: 0;
	display: inline;
	text-decoration: none;
	font-size: 83%; /* this affects the drop down font size */
	text-indent: 0px;
	color: #FFF;
	text-decoration: none;
}

ul#topnav li span a:hover {
	color: #000;
}

ul#topnav li span a.subcurrent {
	color: #000;
}


/* these styles position the graphical buttons. Settings for hover in/out and current page */
ul#topnav li.home {
	background-image: url(../images/NavTypeArt.png);
	background-repeat: no-repeat;
	background-position: 1px 0;
	width: 148px;
	height: 56px;
	display: block;
}

ul#topnav li:hover.home {
	background-image: url(../images/NavTypeArt.png);
	background-repeat: no-repeat;
	background-position: 1px -56px;
	width: 148px;
	height: 56px;
	display: block;
}

ul#topnav li.creative {
	background-image: url(../images/NavTypeArt.png);
	background-repeat: no-repeat;
	background-position: -148px 0;
	width: 215px;
	height: 56px;
}

ul#topnav li:hover.creative {
	background-image: url(../images/NavTypeArt.png);
	background-repeat: no-repeat;
	background-position: -148px -56px;
	width: 215px;
	height: 56px;
}


ul#topnav li.creative_current {
	background-image: url(../images/NavTypeArt.png);
	background-repeat: no-repeat;
	background-position: -148px -56px;
	width: 215px;
	height: 56px;
}


ul#topnav li.work {
	background-image: url(../images/NavTypeArt.png);
	background-repeat: no-repeat;
	background-position: -363px 0;
	width: 214px;
	height: 56px;
}

ul#topnav li:hover.work {
	background-image: url(../images/NavTypeArt.png);
	background-repeat: no-repeat;
	background-position: -363px -56px;
	width: 214px;
	height: 56px;
}

ul#topnav li.work_current {
	background-image: url(../images/NavTypeArt.png);
	background-repeat: no-repeat;
	background-position: -363px -56px;
	width: 214px;
	height: 56px;
}

ul#topnav li.about {
	background-image: url(../images/NavTypeArt.png);
	background-repeat: no-repeat;
	background-position: -577px 0;
	width: 129px;
	height: 56px;
}

ul#topnav li:hover.about {
	background-image: url(../images/NavTypeArt.png);
	background-repeat: no-repeat;
	background-position: -577px -56px;
	width: 129px;
	height: 56px;
}

ul#topnav li.about_current {
	background-image: url(../images/NavTypeArt.png);
	background-repeat: no-repeat;
	background-position: -577px -56px;
	width: 129px;
	height: 56px;
}

ul#topnav li.contact {
	background-image: url(../images/NavTypeArt.png);
	background-repeat: no-repeat;
	background-position: -706px 0;
	width: 151px;
	height: 56px;
}

ul#topnav li:hover.contact {
	background-image: url(../images/NavTypeArt.png);
	background-repeat: no-repeat;
	background-position: -706px -56px;
	width: 151px;
	height: 56px;
}

ul#topnav li.contact_current {
	background-image: url(../images/NavTypeArt.png);
	background-repeat: no-repeat;
	background-position: -706px -56px;
	width: 151px;
	height: 56px;
}

/* ------------styles for main content section----------- */
#mainContent {
	padding: 45px 0 33px 60px;
	background: #FFFFFF;
	color: #7c746b;
}

#mainContent {
	min-height:430px;
	height:auto !important;
 	height:430px;

}

#mainContent p {
	margin: 0;
	padding: 0;
	font-size: 82%;
	font-weight: normal;
	line-height: 150%;
}

#mainContent h2 {
	margin: 0 0 4px 0;
	padding: 0;
	color: #000000;
	font-size: 140%;
	font-weight: normal;
}

#mainContent h3 {
	margin: 0 0 1em 0;
	padding: 0;
	color: #000000;
	font-size: 90%;
	font-weight: normal;
	line-height: 120%;
}

/* these styles set up the background image in the main content areas */
#creative #mainContent {
	background-image: url(../images/CS_bkdArt.gif);
	background-repeat: no-repeat;
	background-position: 870px top;
}

#work #mainContent {
	background-image: url(../images/W_bkdArt.gif);
	background-repeat: no-repeat;
	background-position: 905px bottom;
}

#about #mainContent {
	background-image: url(../images/ABT_bkdArt.gif);
	background-repeat: no-repeat;
	background-position: 930px center;
}

#contact #mainContent {
	background-image: url(../images/CT_bkdArt.gif);
	background-repeat: no-repeat;
	background-position: 900px top;
}

/* these styles set up the divs inside main content */
#mainContent #creative_content {
	margin: 0;
	padding: 0;
	width: 365px;
	float: left;
}

#mainContent #creative_content img {
	margin: 0;
	padding: 0;
}

#mainContent #creative_content_a {
	margin: 0 0 0 405px;
	padding: 0;
}

/*#mainContent #creative_content {
	margin: 0;
	width: 857px;
}

#mainContent #creative_content_b {
	margin: 0 20px 0 0;
	padding: 0;
	width: 270px;
	float: left;
}

#mainContent #creative_content_c {
	margin: 0 20px 0 0;
	padding: 0;
	width: 270px;
	float: left; 
} */

#mainContent #work_content {
	margin: 0;
	padding: 0;
	width: 280px;
	float: left;
}

#mainContent #about_content1 {
	margin: 0 20px 0 0;
	padding: 0;
	width: 280px;
	float: left;
}

#mainContent #about_content2 img {
	padding: 0;
	margin-right: 25px;
	float: left;
}

#mainContent #about_content3 {
	float: left;
	margin-right: 20px;
	padding: 0;
	width: 180px;
}

#mainContent #about_content4 {
	margin: 0 0 0 800px;
	padding: 0;
	width: 180px;
}

#mainContent #contact_content1 {
	margin: 0;
	padding: 0;
	width: 365px;
	float: left;
}

#mainContent #contact_content2 {
	margin: 0 0 0 405px;
	padding: 0;
	width: 568px;
}

/* these styles are for nested items in the content area */
#mainContent #creative_content p.fuschia {
	color: #C8057D;
	font-size: 105%;
	line-height: 112%;
	padding: 4% 0 3% 0;
}

#mainContent #creative_content h2.services {
	margin: 0;
	padding: 0;
	font-size: 180%;
	text-indent: -9999px;
	background-image: url(../images/Head_Services.gif);
	background-repeat: no-repeat;
}


#mainContent #creative_content h2.consult {
	margin: 0;
	padding: 0;
	font-size: 320%;
	text-indent: -9999px;
	background-image: url(../images/Head_Consulting.gif);
	background-repeat: no-repeat;
}

#mainContent #work_content h2.photodirection {
	margin: 0 0 4px 0;
	padding: 0;
	font-size: 260%;
	text-indent: -9999px;
	background-image: url(../images/Head_PhotoDirection.gif);
	background-repeat: no-repeat;
}

#mainContent #contact_content1 h2.hear {
	margin: 0 0 -18px 0;
	padding: 0;
	width: 365px;
	height: 56px;
	text-indent: -9999px;
	background-image: url(../images/Head_Hear.gif);
	background-repeat: no-repeat;
}

#mainContent #about_content1 h2.amy {
	margin: 0 0 4px 0;
	padding: 0;
	width: 365px;
	height: 58px;
	text-indent: -9999px;
	background-image: url(../images/Head_Amy.gif);
	background-repeat: no-repeat;
}

#mainContent #work_content h2.case {
	margin: 0 0 4px 0;
	padding: 0;
	font-size: 250%;
	text-indent: -9999px;
	background-image: url(../images/Head_CaseStudies.gif);
	background-repeat: no-repeat;
}

#mainContent .orange {
	color: #D31F02;
	margin: 5px 0 0 0;
	font-size: 108%;
}

#mainContent .black {
	color: #000000;
	font-size: 108%;
}

#mainContent .turquoise {
	color: #007C95;
	font-size: 108%;
}

#mainContent .tangerine {
	color: #D96600;
	font-size: 108%;
}

#mainContent .ital {
	font-style: italic;
}

#mainContent .italblack {
	font-style: italic;
	color: #000000;
}

#mainContent .serifblack {
	font-size: 105%;
	color: #000000;
}

#creative_content  ol {
	margin: 0 0 0 17px;
	padding: 0;
	font-size: 82%;
	line-height: 130%;
	list-style-image: url(../images/dot.jpg);
	list-style-position: inherit;
	padding-left: 15px;
	margin-left: 0;
}
#creative_content ol li {
	margin: 0 0 5px 0;
	padding: 0;
}

#mainContent #creative_content a:link, #mainContent #creative_content a:visited {
	color: #C8057D;
	text-decoration: none;
}

#mainContent #creative_content a:hover {
	color: #000000;
	text-decoration: none;
}

#mainContent #work_content a:link, #mainContent #work_content a:visited {
	color: #D31F02;
	text-decoration: none;
}

#mainContent #work_content a:hover {
	color: #000000;
	text-decoration: none;
}

#mainContent #about_content1 a:link, #mainContent #about_content1 a:visited {
	color: #007C95;
	text-decoration: none;
}

#mainContent #about_content1 a:hover {
	color: #000000;
	text-decoration: none;
}

#mainContent #contact_content1 a:link, #mainContent #contact_content1 a:visited {
	color: #D96600;
	text-decoration: none;
}

#mainContent #contact_content1 a:hover {
	color: #000000;
	text-decoration: none;
}

#mainContent #contact_content1 a:link.websites, #mainContent #contact_content1 a:visited.websites {
	color: #7C746B;
	text-decoration: none;
}

#mainContent #contact_content1 a:hover.websites {
	color: #000000;
	text-decoration: none;
}

/* ------------styles for footer section----------- */
#footer {
	padding: 15px 0 0 60px;
	height: auto;
	width: 857px;
}

/* these are color callouts for each footer */
#creative #footer {
	background: #C8057D;
}

#work #footer {
	background: #D31F02;
}

#about #footer {
	background: #007C95;
}

#contact #footer {
	background: #D96600;
}

#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}


#footer .socialmedia {
	margin: 0;
	float: left;
	padding: 0;
	width: 200px;
}

/* #footer ul {
	margin: 0;
	float: left;
	padding: 0;
	font-size: 75%;
}

#footer ul li{
	display: inline;
	color: #FFFFFF;
	margin: 0 10px 0 0;
}

#footer ul li img {
	margin: 0 6px 0 0;
} */

#footer #mailing {
	float: right;
	margin: 10px 0 0 200px;
	font-size: 75%;
	color: #FFFFFF;
	margin: 0;
	padding: 0;
}

#footer form {
	margin: 0;
	padding: 0;
}

#footer form input.btn {
	margin: 0 -5px 0 0;
	padding: 0 5px;
	color: #FFFFFF;
	border: none;
	height: 20px;
}

#creative #footer form input.btn {
	background: #F656D2;
}

#work #footer form input.btn {
	background: #FF5E17;
}

#about #footer form input.btn {
	background: #3BBCD5;
}

#contact #footer form input.btn {
	background: #FD9B00;
}


#footer form input.txt {
	padding: 4px 0 2px 0;
	margin: 0 5px 0 0;
	border: none;
	background-image: url(../images/textBkd.png);
	background-repeat: no-repeat;
	width: 125px;
	border-color: #FFFFFF;
}

.clear {
	clear: both;
}

