body {
	background-color: #efefef;
	font-family: Trebuchet MS, Verdana, Helvetica, Geneva, sans-serif;
	font-size: 12px;
	margin: 5px;
	padding: 5px;
}

a:link, a:visited {
	color: #069;
	text-decoration: none;
	outline: none;
}

a:active { color: #000; }

a:hover	  { color: #09C; }

h1 {    /* adds an underline across entire width */
	color: #000;
	font-size: 1.2em;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}

h2 {
	color: #333;
	font-size: 1.2em;
	font-weight: bold;
	padding: 0px;
	margin: 2px 0px 2px 0px;
}

p {
	color: #333;
	font-size: 12px;
	line-height: 18px;
}

li {
	color: #333;
	font-size: 12px;
	line-height: 18px;
	list-style-type: disc;
}

.small {
    font-size: 10 px;
}

.bigger {
	font-size: 1.2em;
}

.main_section {
        border: 1px solid #333;
	background-color:#FFF;
	width: 740px;
	height: 508px;
	padding: 20px;
	margin-left: auto;
	margin-right: auto;
}

.textbox {
	border: 1px solid #e0e0e0;
	background-color: #f9f9f9;
}

.imageborder {
	border: 1px solid #666666;
}

.profile_body {   /* Text area for designer profiles text */
	padding: 10px;
        margin: 10px 0px 0px 0px;
	border: 1px solid #e0e0e0;
	background-color: #f9f9f9;
}

#case_study_text { /* Text area for case studies text */
        width: 310px;
        height: 460px;
        padding: 5px;
        margin: 10px 0 0 0;
        overflow: auto;
}

#footer {
	font-size: 10px;
	color: #888;
	text-align: center;
	margin-left; auto;
	margin-right: auto;
	margin-top: 150px;
	margin-bottom: 20px;
}

#footer img {  /*adjusts address vertical alignment */
  top: 1px;
  position: relative;
}


/* LOGO */

.logo_wrapper {
      width: 820px;
      padding-top: 8px;
      margin-top: 0px;
      margin-bottom: 0px;
      margin-left: auto;
      margin-right: auto;
}


/* NAVIGATION */

a.nav:link, a.nav:visited {
	font-size: 12px;
	color: #069;
	text-decoration: none;
	text-transform: uppercase;
	padding: 5px;
	margin: 0px;
	vertical-align: middle;
	outline: none;
        letter-spacing: 0.3px;	
}

a.nav_current:link, a.nav_current:visited {
	font-size: 12px;
	color: #c60;
	text-decoration: none;
	text-transform: uppercase;
	padding: 5px;
	margin: 0px;
	vertical-align: middle;
	outline: none;
        letter-spacing: 0.3px;
}

a.nav:hover { color: #000; }

a.nav_current:hover { color: #000; }

a.nav:active, a.nav_current:active { color: #CC6600; }

.nav_separator {
	font-size: 11px;
	color: #666666;
	letter-spacing: 0px;
	text-decoration: none;
	padding: 0px;
	margin-left: -2px;
	margin-right: -2px;
	vertical-align: middle;
}

.nav_box {
	padding: 4px;
	width: 780px;
	margin-bottom: 0px;
}

.nav_wrapper {
      margin-top: 5px;
      margin-bottom: 0px;
      margin-left: auto;
      margin-right: auto;
      text-align: right;
      padding: 4px 12px 4px 4px;
      width: 780px;
}


/* HOMEPAGE SLIDESHOW  */

.slideshow {
	padding: 0px;
        margin: 0px;
	background-repeat: no-repeat;
}

#slideshow_wrapper {
	margin-left: auto;
	margin-right: auto;
        border: 1px solid #ccc;
        background-color: #efefef;
        padding: 10px;
        width: 670px;
}


/* DEPRECATED STYLES 
----------------------- */

.reelborder {
	border: 1px solid #333333;
}

.reel_links {  /* deprecated */
	color: #000;
	float: right;
	padding: 5px;
	margin-bottom: -20px;
	margin-right: -10px;
}

.profiles_body {    /* old profiles pages */
	padding: 10px;
	font-weight: normal;
	border: 1px solid #666666;
        margin: 0px;
	background-color: #CCC;
	color: #000;
}

.profiles_image {   /* old profiles pages */
	border: 1px solid #666666;
	margin-top: 22px;
	margin-left: 25px;
}

.profiles_tab_active {   /* old profiles pages */
	font-family: "Trebuchet MS", Helvetica, Verdana, Arial, sans-serif;
	background-color: #CCC;
	padding-top: 1px;
	padding-right: 12px;
	padding-left: 8px;
	padding-bottom: 2px;
	margin-right: 4px;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	border: 1px solid #666666;
	border-bottom-color: #CCC;
	text-decoration: none;
}

.profiles_tab {    /* old profiles pages */
	font-family: "Trebuchet MS", Helvetica, Verdana, Arial, sans-serif;
	background-color: #efefef;
	padding-top: 1px;
	padding-right: 12px;
	padding-left: 8px;
	padding-bottom: 2px;
	margin-right: 4px;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	border: 1px solid #666666;
	text-decoration: none;
	line-height: 22px;
}

a.profiles_tab:hover , a.profiles_tab_active:hover {   /* old profiles pages */
	background-color: #999;
	color: #000000;
	text-decoration: none;
	border: 1px solid #999999;
}

.main_section_portfolio {
	border-style: solid;
	border-width: 1px;
	border-color:#333333;
	background-color:#eee;
	width: 740px;
	padding: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 8px;
}


.showname {
	font-family: "Trebuchet MS", Helvetica, Verdana, Arial, sans-serif;
	color: #000;
	font-size: 16px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}

.showdescription {
	color: #CCCCCC;
	font-family: Verdana, Helvetica, Tahoma, Arial, sans-serif;
	font-size: 11px;
}

.philosophy_tab_active {
	font-family: "Trebuchet MS", Helvetica, Verdana, Arial, sans-serif;
	background-color: #CCC;
	padding-top: 1px;
	padding-right: 12px;
	padding-left: 8px;
	padding-bottom: 2px;
	margin-right: 4px;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	border: 1px solid #666666;
	border-bottom-color: #CCC;
	text-decoration: none;
}

.philosophy_tab {
	font-family: "Trebuchet MS", Helvetica, Verdana, Arial, sans-serif;
	background-color: #efefef;
	padding-top: 1px;
	padding-right: 12px;
	padding-left: 8px;
	padding-bottom: 2px;
	margin-right: 4px;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	border: 1px solid #666666;
	text-decoration: none;
	line-height: 22px;
}

a.philosophy_tab:hover , a.philosophy_tab_active:hover {
	background-color: #999;
	color: #000000;
	text-decoration: none;
	border: 1px solid #999999;
}

.philosophy_body {
	padding: 10px;
	font-size: 14px;
	font-weight: normal;
	border: 1px solid #666666;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
	background-color: #CCC;
	color: #000;
}

.philosophy_image {
	border: 1px solid #666666;
	margin-top: 22px;
	margin-left: 25px;
}

.footer {  /* old footer style */
	font-size: 10px;
	color: #888;
	text-align: center;
}

.main_section_home {  /* no longer used */
        border: 1px solid #333;
	background-color:#fff;
	width: 740px;
	padding: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 8px;
}

.textarea {  /* no longer used */
        padding: 15px 25px 15px 10px;
}

.table_border {
	border-style:solid;
	border-width: 2px;
	border-color:#333333;
	background-color:#FFF;
}

.testimonial_box {
	border-style:solid;
	border-width: 1px;
	border-color:#333333;
	background-color:#CCC;
}

.logo {
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
}
