/* v1.0 | 20080212 http://meyerweb.com/eric/tools/css/reset/index.html */

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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

html {
    color: #666;
    background-color: #fff;
    font: 14px arial, trebuchet, sans-serif;
}

a {
    color: #666;
    text-decoration: none;
}

a:hover { color: #91aac1; }

h1 {font-size: 2em;}
h2 {font-size: 1.75em;}
h3 {font-size: 1.5em;}
h4 {font-size: 1em;}
h5 {font-size: 1em;}

img {border-style: none;}

ul, li {
    list-style: none;
    list-style-type: none;
}

body {
/*
    width: 960px;
    margin: 10px auto 0px auto;
    */
}

.hidden {
    display: none;
}

.toggle {
	cursor: pointer;
}

.column {
	float: left;
}

form {
    overflow: hidden;
}

/* container, nav & content */

#wrapper {
    background-color: #fff;
    width: 960px;
    margin: 10px auto;
    overflow: hidden;
}

#container {
	float: left;
	width: 960px;
	margin: 0 auto;
}

#content {
    float: left;
	width: 100%;
    border-bottom: 1px solid #838383;
    padding-bottom: 22px;
}

#header {
    float: left;
    margin: 0;
    width: 100%;
}

#header img {
    margin: 5px 0 0 0;
    float: left;
}

/* tag line */

#header p {
    font: 21px "times new roman";
}

#connect {
    margin-left: 300px;
}

#mo {
    margin-left: 550px;
}

#mo span {
    color: #91aac1;
}

#mo span.mo {
    font-weight: bold;
}

#header .public_relations span,
#header .clients span {
    color: #8F0000;
}

#header .news_blog span,
#header .marketing span {
    color: #8CC63F;
}

#header .contact span,
#header .exhibit_design span {
    color: #FF7F00;
}

/* secondary navigation */

#secondary_nav {
    height: 3em;
    font-size: 15px;
}

#secondary_nav ul {
    float: right;
    margin-top: 5px;
}

#secondary_nav ul li {
    float: left;
    border-right: 1px solid #666;
    line-height: 14px;
    padding: 0 12px;
    text-align: right;
}

#secondary_nav .last {
    padding-right: 0;
    border: none;
}


#secondary_nav a {
    font-size: 14px;
    text-transform: capitalize;
}


/* main navigation style */
/*
#main_nav {
    background: url('../images/site_images/nav_bar.png') no-repeat top right;
    float: left;
    height: 40px;
    margin-top: 25px;
    width: 100%;
    font-size: 15px;
    text-align: center;
}
*/
#main_nav ul {
    /*margin-top: 13px;*/
    background: url('../images/site_images/nav_bar.png') no-repeat top right;
    float: left;
    height: 40px;
    margin-top: 25px;
    width: 100%;
    font-size: 15px;
    text-align: center;
}

#main_nav ul li {
    float: left;
    padding-right: 22px;
    margin-left: 32px;
    text-align: center;
    line-height: 40px;
}

#main_nav span {
    float: left;
    height: 40px;
    padding-left: 22px;
}

#main_nav li:hover {
    background: url('../images/site_images/nav_bar_bg.png') no-repeat top right;
}

#main_nav li:hover span {
    background: url('../images/site_images/nav_bar_bg.png') no-repeat top left;
}

#main_nav a {
    color: #fff;
    font-size: 14px;
    text-transform: capitalize;
}

#main_nav li:hover a,
#main_nav a:hover {
    color: #666;
}

/* main content style */

#main_content {
    clear: both;
    width: 960px;
    margin-top: 15px;
    overflow: hidden;
    position: relative;
}

#main_content h2 {
  margin: 50px 0;
  font-size: 18px;
} 

#main_content h3 { 
  margin-bottom: 10px;
  text-align: left;
}

#main_content p {
  line-height: 25px;
  margin-bottom: 15px;
  text-align: left;
}

#page_text {
  margin: 24px 45px 5px 45px;
}

#page_text .page_desc {
    width: auto;
    margin-bottom: 25px;
}

#page_points {
    display: inline;
    float: left;
    width: 400px;
    margin-left: 40px;
}

#page_points a {
    text-decoration: underline;
}

#page_points p a {
    display: block;
}

#page_text h4,
#page_points li {
    margin-bottom: 8px;
}

#page_text h3,
#page_text h4 {
    text-align: left;
}

#page_text h3 {
    color: #91aac1;
}

#page_text h3.public_relations,
#page_text h3.clients {
    color: #8F0000;
}

#page_text h3.news_blog,
#page_text h3.marketing {
    color: #8CC63F;
}

#page_text h3.contact,
#page_text h3.exhibit_design {
    color: #FF7F00;
}

#view_work {
    clear: left;
    float: left;
    margin: 20px 0 0 85px;
    font-style: italic;
    text-decoration: underline;
}

#view_work:hover {
    color: #91AAC1;
}

#main_content ul {
  text-align: left;
  margin-left: 30px;
}

#main_content .page_image {
    float: left;
    margin-left: 10px;
    text-align: center;
    width: 400px;
}

#page_text .page_image h4 {
    margin-top: 10px;
    width: 390px;
    text-align: center;
}

ul#section_nav {
  background-color: #fff;
  margin: 0;
  filter: alpha(opacity=70);
  opacity: 0.7;  
  height: 82px;
  position: absolute;
  top: 140px;
  text-align: center;
  width: 100%
}

#section_nav li {
  float: left;
  font: 30px "Times New Roman";
  font-weight: bold;
  line-height: 82px;
  width: 320px;
}

#section_nav a {
    color: #393939;
}

#main_image {
  clear: both;
  margin: 20px 0;
  position: relative;
  float: left;
}

#main_image #prev,
#main_image #next {
    background: url(../images/site_images/a.gif);
    height: 100%;
    position: absolute;
    width: 50%;
    top: 0;
}

#main_image #prev,
#main_image span.prev {
    left: 0;
}

#main_image #next,
#main_image span.next {
    right: 0;
}

#main_image span.prev,
#main_image span.next {
    background-color: #fff;
    color: #000;
    display: none;
    font-size: 35px;
    padding: 2px 20px;
    position: absolute;
    top: 50%;
}

#main_image #prev:hover span.prev,
#main_image #next:hover span.next {
    display: block;
    filter: alpha(opacity=80);
    opacity: .8;
}

#home_text {
  clear: both;
}

#portfolio_links, 
#portfolio_links ul {
  float: left;
  width: 250px;
}

#portfolio_links ul li {
  width: 150px;
  margin: 45px 0;
}

#portfolio_links li a {
  font-size: 17px;
}

#portfolio_image {
  float: left;
}

#images {
  width: 675px;
  margin: 24px auto 20px;
}

#main_content div.portfolio {
  width: 800px;
  margin-top: 58px;
}

#images .image_wrapper {
  float: left;
  display: inline;
  margin: 35px;
}

#images .image {
}

#images .image p {
  width: 185px;
  margin: 2px 0 0 0;
  font-size: 10px;
  text-align: center;
}

#images #paging p {
  text-align: center;
  clear: both;
}

#images #paging p a {
  margin: 0 10px;
}

#main_content #contact_info {
  min-height: 325px;
  width: 380px;
  float: left;
  margin: 40px 10px 5px 65px;
}

#contact_info li {
  margin-top: 5px;
  text-align: left;
}

#contact_info h4 {
    float: left;
}

#contact_form,
#gallery_wrap {
    position: absolute;
    width: 100%;
    z-index: 1;
}

#contact_form {
    top: 170px;
}

#gallery_wrap {
    top: 150px;
}

#contact_form form,
#contact_success,
#gallery {
    background-color: #fff;
    border: 5px solid #4B4B4E;
    margin: 5px auto;
    overflow: hidden;
    padding-left: 5px;
    position: relative;
    width: 380px;
}

#gallery {
    padding: 0;
    width: 800px;
}

#gallery #main_image {
    float: none;
    margin: 0;
    text-align: center;
}

#gallery p {
    min-height: 30px;
    padding: 5px 10px;
}

#gallery ul {
    margin: 5px auto;
    min-height: 18px;
    text-align: center;
    width: 85%
}

#gallery li {
    display: inline;
    margin: 0 2px;
}

#gallery .active {
    font-weight: bold;
}

#gallery .close {
    margin: 5px;
    position: absolute;
    right: 0;
    top: auto;
    bottom: 0;
}

#contact_success {
    width: 425px;
}

#shim {
    background-color: #000;
    filter: alpha(opacity=90);
    opacity: .9;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 10px 0;
}

.close {
    border: 1px solid #4B4B4E;
    padding: 0 4px;
    position: absolute;
    right: 2px;
    top: 2px;
}

#contact_form form label {
  float: left;
  clear: left;
  margin: 5px 0;
}

#contact_form form input,
#contact_form form textarea {
  float: left;
  clear: left;
  margin-bottom: 5px;
}

#contact_form textarea {
  width: 350px;
}

#contact_form form span.warning {
  float: left;
  color: red;
  margin: 5px;
}

#main_content li {
  margin: 0 0 10px 0;
}

/* footer */

#footer {
  border-top: 1px solid #838383;
  float: left;
  width: 960px;
  height: 1.5em;
  margin: 10px auto 0 auto;
  padding: 32px 0 10px 0;
}

#footer a {
  margin-left: 10px;
}

#footer h4 {
  font-weight: normal;
  text-align: right;
}

#footer img {
  margin: 10px 0 0 40px;
}