@charset "UTF-8";
/* CSS Document */

/* GENERAL FORMATTING */

* {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
}

html {
	width: 100%;
}

body {
	background-color: #333300;
	width: 805px;
	margin-left: auto;
	margin-right: auto;
	background-image: url('images/bg_credo.png'); 
	position: relative;
}

a, a:hover, a:active, a:link, a:visited {
	text-decoration: none;
	color: inherit;
}

img {
	border: none;
}


.center {
	text-align: center;
}

/* HEADER */

#header {
	height: 206px;
	width: 800px;
	background-image: url('images/header.jpg');
	background-repeat: no-repeat;	
    background-position: 19px top;
}

#header h1, #header p {
    padding-left: 175px;
    font-size: 8pt;
    line-height: 16pt;
    color: #333300;
}

#header h1 {
	padding-top: 45px;
}

#header p {
	font-style: italic;
}

#header img {
       position: relative;
       top: 40px;
       left: -55px; 
       visibility: hidden;
}

#header embed {
   height: 205px;
   width: 787px;
   position: absolute;
      top: 0px;
   left: 20px;
}



/* NAVIGATION BUTTONS - TOP */

 #topnav {
	list-style: none;
	text-indent: -9999px;
    position: relative;
    top: 8px;
    padding-bottom: 60px;
    z-index: 2;
}

/* UPDATED/CORRECTED CSS - 7.14.09 */
#topnav li, #topnav a {
	float:left;
    background-repeat: no-repeat;
    height: 100px;
    width: 148px;
    margin-bottom: -60px;
}
/* END UPDATED/CORRECTED */

#nav_logos:hover, #nav_print:hover, #nav_web:hover, #nav_ads:hover, .bannerActive {
    background-position: left -100px;
}

#nav_logos {
	background-image: url('images/logos.png');
        position: relative;
        left: 246px;
}

#nav_print {
	background-image: url('images/print.png');
        position: relative;
        left: 243px;
}

#nav_web {
	background-image: url('images/web.png');
        position: relative;
        left: 240px;
}

#nav_ads {
	background-image: url('images/ads.png');
        position: relative;
        left: 233px;
}



/* BODY WRAPPER */
#contentBody {
	width: 800px;
	position: relative;
}



/* LEFT SIDEBAR, w/ LINKS */

#leftSidebar {
	width: 212px;
	padding-top: 98px;
	margin-right: 15px;
	float: left;
	color: #FFFFFF;
	font-size: 8pt;
	letter-spacing: 0pt;
}

	#links {
	list-style: none;	
	text-align: right;
	line-height: 14px;	
	}

	#links li {
	padding-bottom: 18px;
	}
	
	#links a, #links a:visited, #links a:link {
	color: #cccc99;
	text-transform: uppercase;
	text-decoration: none;
	}

	#links a:active, #links a:hover {
    color: #ffffff;
    text-decoration: none;
	}

		#l_email, #l_clients, #l_information {
			background-repeat: no-repeat;
			background-position: right 0px;
			padding-right: 22px;
		}
		
		#l_email:hover, #l_clients:hover, #l_information:hover {
			background-repeat: no-repeat;
			background-position: right -40px;
		}

		#l_email {
			background-image: url('images/email.png');
		}
		
		#l_clients {
			background-image: url('images/clients.png');
		}
		
		#l_information {
			background-image: url('images/info.png');
		}
			
		#l_about a {
		    display: block;
			background-image: url('images/about.png');
			background-repeat: no-repeat;
			height: 50px;
			width: 97px;
			text-align: left;
			text-indent: -9999px;
			margin-left: 120px;
		}

/* Conditional link action - down for specific pages */

		.l_active { background-position: right -24px;}

	
/* MAIN BODY CONTENT */


/* UPDATED/CORRECTED CSS - 7.14.09 */
#mainContent {
	position: relative;
	float: right;
	width: 479px;
	height: 800px;
	padding: 80px 20px 50px 20px;
	margin: 0px 54px 100px 0px;
	top: 0px;
	font-size: 10pt;
	background: url('images/bg_content.png') repeat-y;
	}

/* END UPDATED/CORRECTED */

#mainContent p {
	padding-bottom: 15px;
}

.panel img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	color: #FEFECB;
}

.projectDescription, .projectTitle {
	font-size: 8pt;
	line-height: 16pt;
}

.projectTitle {
        padding-bottom: 3px;
}

.projectDescription {
	font-style: italic;
}

.projectDescription a {
	color: #999900;
	padding-right: 5px;
	font-weight: bold;
	font-style: normal;
}

.pageHeaderTitle {
  text-transform: uppercase;
  font-size: 24px;
  padding-left: 40px;
  color: #bbbb43;
  font-weight: normal;
  letter-spacing: 4px;
  line-height: 150%;
}

.pageCopy {
  width: 400px;
  padding-left: 40px;
  line-height: 180%;
}

.pageCopyList {
	list-style: none;
}

.pageCopyList {
	font-style: italic;
	font-size: 12px;
}

.pageCopyList strong {
	font-style: normal;
	font-size: 11px;
	color: #330;
}

.pageCopyList li {
	padding-bottom: 15px;
}

.copyLeftCol {
	padding-left: 40px;
	float:left;
}

.copyRightCol {
	float: right;
	padding-right: 15px;
}

#aaronHeadshot {
	float: left;
	margin-left: -40px;
}


/* UPDATED/CORRECTED CSS - 7.14.09 */
#copyright {
	font-style: italic;
	font-size: 8pt;
	color: #333300;
	width: 450px;
	text-align: center;
	padding-top: 30px;
	clear: both;
}
/* END UPDATED/CORRECTED */


#copyright img {
   padding-left: 10px;
   margin-right: -10px; 
   vertical-align: middle;
}


/* CODA SLIDER CSS */

#slider {
  width: 400px;
  margin: 0 auto;
  position: relative;
}

.scroll {
  overflow: auto;
  position: relative; /* fix for IE to respect overflow */
  clear: left;
}

.scrollContainer div.panel {
  padding: 20px;
  width: 380px; /* change to 560px if not using JS to remove rh.scroll */
}

.scrollButtons {
  position: absolute;
  top: 75px;
  cursor: pointer;
}

.scrollButtons.left {
  left: -30px;
}

.scrollButtons.right {
  right: -40px;
}
