/* Asenka Creative Services 2007-03-17 */
/* http://www.asenka.com  */
/* with help from Eric @ VisualMedia */
/* ##### Common Styles ##### */

body {
  font-family:verdana, helvetica, arial, sans-serif;
  font-size:73%;  /* Enables font size scaling in MSIE */
  margin:0;
  padding:0;
background-color:#ededed; }

html > body {
  font-size:9pt;
}

#wrapper {
	text-align:left;
	width:790px;
	margin-top:20px;
	margin-right:auto;
	margin-bottom:0px;
	margin-left:auto;
	position:static;
	border:3px #999999 solid;
	background-color:#FFF;
}

acronym, .titleTip {
  border-bottom:1px dotted rgb(61,92,122);
  cursor:help;
  margin:0;
  padding:0 0 0.4px 0;
}

a {
  color:rgb(61,92,122);
  background-color:transparent;
  text-decoration:underline;
  margin:0;
/*  padding:0 1px 2px 1px; */
}

a img {
	border:0;
}

a:hover {
  color:rgb(117,144,174);
  text-decoration:none;
}

ol {
  margin:.5em 0 1.5em 2em;
  padding:0;
  list-style-position:outside;
}

ul {
  list-style-type:square;
  margin:.5em 0 1.5em 2em; 
  padding:0;
  list-style-position:outside;
}

dl {
  margin:1em 0 0.5em 0;
  padding:0;
}

ul li {
  line-height:1.5em;
  margin:1.25ex 0 0 0;
  padding:0;
}

ol li {
  line-height:1.5em;
  margin:1.25ex 0 0 0;
  padding:0;
}

dt {
  font-weight:bold;
  margin:0;
  padding:0 0 1ex 0;
}

dd {
  line-height:1.75em;
  margin:0 0 1.5em 1.5em;
  padding:0;
}

.doNotDisplay {
  display:none !important;
}


.smallCaps {
  font-size:117%;
  font-variant:small-caps;
}


/* ##### Header ##### */

.superHeader {
	color:#FFF;
	background-color:#860049;   /*  8B2952  */
	text-align:right;
	margin:0;
	padding:0.9ex 10px;
	background-image:url(/images/header.gif);
	background-repeat:no-repeat;
	background-position:right;
}

.superHeader span {
	color:#666666;
	background-color:transparent;
	font-weight:bold;
	text-transform:uppercase;
	margin-right:10em; 
}

.superHeader a {
	color:rgb(195,196,210);
	background-color:transparent;
	text-decoration:none;
	margin:0;
	padding:0 0.25ex 0 0;
}

.superHeader a:hover {
	color:rgb(193,102,90);
	background-color:transparent;
	text-decoration:none;
}

.midHeader {
color:#666;
background-color:transparent;
margin:0;
padding:3px 10px;
text-align:right; 
}

.midHeader img {
float:left;
margin-top:10px;
margin-left:10px; 
border:none;
}

.midHeader a {
padding:0;
}

.headerTitle {
  font-size:300%;
  margin:0;
  padding:0;
}

.headerSubTitle {
  font-size:151%;
  font-weight:normal;
  font-style:italic;
  margin:0 0 1ex 0;
  padding:0;
}

.headerLinks {
  text-align:right;
  padding:0 0 2ex 0;
  margin-bottom:15px;
  margin-top:4px;
}

.headerLinks a {
  color:#666;
  background-color:transparent;
  text-decoration:none;
  margin:0 13px;
  padding:0 0 0.5ex 0;
  display:inline;
  font-size:11px;
}

.headerLinks a:hover {
  color:#999;
  background-color:transparent;
  text-decoration:underline;
}


/* ### menu styling ### */
#menu a:link, #menu a:visited {
  color:#666;
  text-decoration:none;
}

#menu ul a:link:hover, #menu ul a:visited:hover {
  color:#860049;
  background-color:#FFF;
}

#menu {
  position:relative;
  margin:1em 1em 1em 325px;
  padding:0;
  left:0;
  right:0;
  height:2.5em;  

  /* decoration */
  background:white;
}

/* remove defaults on ul and li */
#menu li { display:inline; }
#menu ul, #menu li { margin:0; padding:0; }

/* position these to pop up in the right place */
/* #menu a, #menu li ul { position:absolute; }  */
#menu li ul { position:absolute; }

/*
#menu li {
	height:2em;
	padding:5px 0;
}
/*

/* top level menu styles */
#menu a {
  z-index:5;

  /* decoration */
  border-right:1px solid black;
/*  width:9em; */
  font-weight:bolder;
  text-align:center;
  padding:0 12px;
}

/* second level menus need to be reset to defaults */
#menu ul a {
/*  position:static;  */
  z-index:auto;

  /* undo decoration */
/*  border:0;  */
/*  width:auto;  */
  font-weight:normal;
  text-align:left;
  border-right:0;
}

/* second level menus get positioned below the top level */
#menu li ul {
  display:none;
  top:1.4em;
  left:0;
  bottom:0;
  right:0;
/*  line-height:.8em; /* fudge height for a better look */
/*  background:#EEE; */
}

/* second level indivisual menu controls */
li#menu1 ul {text-align:left; width:175px;}
li#menu2 ul {margin-left:95px; width:220px;}
li#menu3 ul {margin-left:222px; width:120px;}
li#menu4 ul {margin-left:308px; width:150px;}

/* top level menu link gets inverted  */
#menu li:hover a {
  color:#860049;
  background:#EEE;
  padding-bottom:5px;
}

/* undo second level menu links */
#menu li:hover ul a {
  color:black;
  background:transparent;
  margin:0 12px; 
  padding:0;
}

/* position top level menu items */
/*
#menu1 { left:.5em; }
#menu2 { left:9.5em; }
#menu3 { left:18.5em; }
#menu4 { left:27.5em; }
*/



/* second-level menus display on hover */
#menu li:hover ul {
  display:block;
  z-index:4;
  padding-top:5px;
}

/* second-level menu items get displayed linearly or block */
#menu li:hover ul li {
  display:block;
  padding:2px 0;
  background:#EEE;
  border-bottom:1px solid #CCC;
/*  height:12px; */
}



/* ##### Main Copy ##### */

#main-copy {
  margin:0;
  padding:0.5em 10px;
  clear:left;
color:#333;
min-height:400px;
}

#main-copy h1 {
  color:#666;
  background-color:transparent;
  font-family:"trebuchet ms", verdana, helvetica, arial, sans-serif;
  font-size:150%;
  margin:0;
  padding:0;
border-bottom:2px #dbdbdb solid; 
}

#main-copy h2 {
  color:rgb(61,92,122);
  background-color:transparent;
  font-family:"trebuchet ms", verdana, helvetica, arial, sans-serif;
  font-weight:bold;
  font-size:125%;
  margin:0 0 -10px 0;
  padding:1ex 0 0 0;
}

#main-copy h5 {
  font-size:9pt;
  color:rgb(61,92,122);
  line-height:1.75em;
  font-weight:bold;
  margin-bottom:-7px;
}

#main-copy h6 {
  font-size:9pt;
  color:#666;
  line-height:1.75em;
  font-weight:bold;
  margin-bottom:-7px;
}

#main-copy p {
  line-height:1.75em;
  margin:1em 0 1.5em 0;
  padding:0;
}

.newsHeading {
  color:rgb(61,92,122);
  background-color:transparent;
  font-family:"trebuchet ms", verdana, helvetica, arial, sans-serif;
  font-size:145%;
  text-decoration:none;
  margin:0;
  padding:1ex 0 0 0;
  display:block;
}

.newsHeading:hover {
  color:rgb(117,144,174);
  background-color:transparent;
  text-decoration:underline;
}

.newsDate {
  font-style:italic;
  margin:0 !important;
  padding:0;
}

.newsSummary {
  margin:1.5ex 0 2.5ex 0.75ex !important;
  padding:0;
}

.more {
  text-align:right;
  margin:0;
  padding:0.5em 0;
}

.more a {
  color:rgb(61,92,122);
  background-color:transparent;
  font-size:92%;
  text-decoration:underline;
  margin:0;
  padding:0.25ex 0.75ex;
}

.more a:hover {
  color:rgb(117,144,174);
  text-decoration:none;
}

.rowOfBoxes {
  clear:both;
}

.imgWrapLeft { 
float:left;
margin:18px 18px 18px 0;
}

.imgWrapRight { 
float:right;
margin:18px 0 18px 18px;
}


ul.clientList, ul.clientList li {
list-style-type:none;
list-style-position:outside;
font-weight:bold;
margin-left:0;
}

ul.clientList a, ul.clientList li a {
text-decoration:none;
}

ul.clientList a:hover, ul.clientList li a:hover {
text-decoration:underline;
}

.quarter, .oneThird, .half, .twoThirds, .threeQuarter, .fullWidth {
  margin:1em 0;
  float:left;
  border-left:1px solid rgb(204,204,204);
}

.quarter {
  width:19%;
  padding:0 3%;
}

.oneThird {
  width:26%;
  padding:0 3%;
background-color:#f2f2f2; }

.half {
  text-align:justify;
  width:43%;
  padding:0 3%;
}

.twoThirds {
  text-align:justify;
  width:61%;
  padding:0 3%;
}

.threeQuarter {
  text-align:justify;
  width:68%;
  padding:0 3%;
}

.fullWidth {
  text-align:justify;
  width:96%;
  padding:0 1.2em;
  border-left:none;
}
.break {
	clear:right;
}
.before {
	text-align:right;
	float:right;
	margin-top:8px;
}
/* div specific text styles */
.quarter p, .quarter ol, .quarter ul, .quarter li {
  font-size:10px;
  line-height:13px;
  margin:1em 0 1.5em 0;
  padding:0;
}

.quarter ol {
  margin-left:18px;
}

#portfolio img {
	margin:0 12px 12px 0;
	border:1px solid #999;
}

#portfolio p {
	margin-bottom:3px;
}
#portfolio .threeQuarter {
  text-align:left;
}
#portfolio embed {
	width:160px;
	height:16px;
	*width:285px;
	*height:45px;

}
/* for design phase only, to mark to-do items */
.comment {
	color:red;
	font-weight:bold;
	background-color:#FFFFCC;
}

.filler {  /* use with an empty <p> element to add padding to the end of a text box */
  border:1px solid white;
}
 
.noBorderOnLeft {
  border-left:none;
}

.dividingBorderAbove {
  border-top:1px solid rgb(204,204,204);
}



/* ##### Footer ##### */

#footer {
  color:#FFF;
  background-color:#860049;
  font-size:87%;
  text-align:center;
  line-height:1.25em;
  margin:2em 0 0 0;
  padding:1ex 10px;
  clear:left;
background-image:url(/images/footer.gif);
background-repeat:repeat-y; }

#footer a {
  color:#FFF;
  background-color:transparent;
  text-decoration:none;
}

#footer a:hover {
  text-decoration:underline;
}