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

/* main page styles */

.pgbrdr-l {
background:url(img/pgbrdr-l.png);
background-repeat:repeat-y;
}
.pgbrdr-r {
background:url(img/pgbrdr-r.png);
background-repeat:repeat-y;
}
.main {
background-color:#FFFFFF;
height:auto;
}

body {
	background-color: #E7E8E9;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(img/bg_main.png);

}

/* main font styles */

body,td,th {
	font-family: Arial;
	font-size: 13px;
	color: #808183;
	line-height:20px;
}
a:link {
	color:#932923;
}
a:visited {
	color:#932923;
}
a:hover {
	color:#5B9DA0;
}
a:active {
	color:#932923;
}
h1 {
	font-size: 25px;
	color: 808183;
}

.body-home {
font-size: 14px;
line-height:20px;
}
.nav {
list-style:none;
list-style-image:url(img/nav_on.gif);
line-height:22px;
}

.nav a {
text-decoration:none;
	color: #808183;
}
.nav a:visited:hover {
text-decoration:none;
	color: #932923;
}
.nav a:hover {
text-decoration:none;
color:#942B25;
}
.nav a:active {
text-decoration:none;
	color: #808183;
}
.footer {
text-align:left;
font-size:11px;
color:#B3B3B3;
font-family: Arial;
padding-left:30px;
padding-right:30px;

}


/* Styles that control the DIV tags for the sub navs ###### Styles that control the DIV tags for the sub navs #### */  

#wrapper {
    position: relative;
    width: 1050px;
    margin: 0 auto;
    text-align: left;
    z-index: 10;
}
#subnav-marketing {
	position:absolute;
	left:140px;
	top:100px;
	width:153px;
	/*height:65px;*/
	z-index:2;
	visibility:hidden;
}
#subnav-design {
	position:absolute;
	left:140px;
	top:121px;
	width:153px;
	/*height:50px;*/
	z-index:2;
	visibility:hidden;
}
#subnav-portfolio {
	position:absolute;
	left:140px;
	top:144px;
	width:153px;
	/*height:150px;*/
	z-index:2;
	visibility:hidden;
}

#subnav-casestudies {
	position:absolute;
	left:140px;
	top:166px;
	width:173px;
	/*height:155px;*/
	z-index:2;
	visibility:hidden;
}

#subnav-agency {
	position:absolute;
	left:140px;
	top:187px;
	width:153px;
	/*height:90px;*/
	z-index:2;
	visibility:hidden;
}
#subnav-events {
	position:absolute;
	left:140px;
	top:232px;
	width:153px;
	/*height:25px;*/
	z-index:2;
	visibility:hidden;
}
.header {
	font-family: Arial;
	font-size: 24px;
	color: #808183;
	line-height: 30px;
	font-weight:normal;
	letter-spacing:1px;
}
.subhead {
	font-family: Arial;
	font-size: 18px;
	color: #808183;
	line-height: 20px;
	font-weight:normal;
}
.quote {
	font-family: Arial;
	font-size:16px;
	font-style:italic;
	color:#6DBBBE;
	line-height:22px;
	padding:20px 0px 20px 0px;
}
li a {
color:#932923;
text-decoration:underline;
}
li a:visited:hover {
color:#932923;
text-decoration:underline;
}
li a:hover {
color:#932923;
text-decoration:underline;
}
li a:active {
color:#932923;
text-decoration:underline;
}
ul {
list-style-image:url(img/li_arrow_grey.gif);
}
.required {color: #993300}

news {
color:#932923;
text-decoration:underline;
}
news a:visited {
color:#932923;
text-decoration:underline;
}
news a:hover {
color:#932923;
text-decoration:underline;
}
news a:active {
color:#932923;
text-decoration:underline;
}