* { 
  margin:0; padding:0; 
}
html { 
  background: #E5ECF4; 
}
body { 
  margin:15px 0;
  font:81.5%/1.4  Verdana, 'Trebuchet MS', arial, sans-serif;
  text-align:center;
}

/* tags */
a {
  color:#DD0000;
  text-decoration:none;
}
a:hover {
  color: #FFF;
  background: #DD0000;
}
h1, h3, h5, dt {
  font-family:Verdana, 'Trebuchet MS', Arial, sans-serif;
  font-weight:bold;
  padding:0;
  margin:10px 15px; 
}
h1, dt {
  font-size:1.3em;
  color:#000;
}
h3 {
  font-family: 'Trebuchet MS', Arial, sans-serif;
  font-size:1.1em;
  text-transform:uppercase;
  color:#333;
  letter-spacing:1px;
}
h5 {
  font-size:0.845em;
  color:#000;
  font-weight:bolder;
}
p, dd {
  padding:0;
  margin:10px 15px; 
}
h1, dt {
  margin:10px 15px; 
  padding:8px 0 3px 25px;
  text-transform:none;
  background: transparent url(/css/images/arrow.gif) no-repeat 0% .7em;
  border-bottom:2px solid #F2F2F2;
  color:#DD0000;
}
dd dt {
  background:none;
  padding-left:0px;
  border-bottom:1px solid #F2F2F2;
}
ul, ol {
  margin:10px 30px;
  padding:0 15px;
  color:#000000;
}
ul li, ol li, ul li a, ol li a {
  padding: 0 0 5px 0;
}
ul span, 
ol span {
  color:#666666;
}

/* images */
img {
  border: 2px solid #CCC;
}
img.float-right { 
  margin: 5px 0px 10px 10px;
  float:left;
}
img.float-left {
  margin: 5px 10px 10px 0px;
  float:left;
}
.img-shadow {
  background:url(/css/images/shadow.png) no-repeat bottom right !important;
  background:url(/css/images/shadow.gif) no-repeat bottom right;
  margin:10px 10px 0 20px !important;
  margin:10px 5px 0 15px;
}
.img-shadow img {
  display:block;
  background-color:#FFF;
  border:1px solid #A9A9A9;
  margin:-6px 6px 6px -6px;
  padding:1px;
}

/* blocks */
code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
  white-space: pre;
  background: #FAFAFA;
  border: 1px solid #EAEAEA;
  border-left: 5px solid #DD0000;
}
code.file {
  border-left: 5px solid #0000DD;
}
tt {
  font: 500 1em/1.5em Courier, monospace;
}

acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}

blockquote {
  margin: 15px 0;
  padding: 0 0 0 32px;
  background: #FAFAFA url(/css/images/quote.gif) no-repeat 5px 10px !important;
  background-position: 8px 10px;
  border: 1px solid #EAEAEA;
  border-left: 5px solid #DD0000;
  font-weight: normal;
}

/* ids */
#wrap {
  width:857px;
  margin:0 auto;
  padding:0;
  background-color:#E5ECF4;
  overflow:visible;
}

#header {
  width:857px;
  height:100px;
  margin:0; padding:0;
  background: #FFF url(/css/images/bg-header.gif) no-repeat top left;
  position:relative;
  clear:left;
}
#header h1 {
  margin:0; padding:0;
  background:none;
  border:0;
}
#header h1 a {
  margin:0; padding:0;

  text-indent: -65535px;
  font:bold 2em  Verdana, 'Trebuchet MS', arial, sans-serif;
  color: #000;

  position:absolute;
  top:15px; left:15px;
  width:75px; height:75px;
  background: #FFF url(/images/manion_logo_75.gif) no-repeat top left;	
  overflow: hidden;
}
#header h3 { 
  margin:0; padding:0;
  position:absolute;
  font:bolder 2em  Verdana, 'Trebuchet MS', arial, sans-serif;
  letter-spacing: 0.01em;
  color:#000;
  top:25px; left:100px;
  text-transform:none;
  text-align:left;
}
#header h3 span {
  margin: 6px 0 0 0; 
  padding:0;
  display:block;
  font: italic normal 0.5em  Verdana, 'Trebuchet MS', arial, sans-serif;
  color:#CCC;
  text-transform:none;
  text-align:left;
}

#header h3 { 
  margin:0; padding:0;
  top:15px; 
}
#header h3 span {
  margin:0; 
} 
  
#navigation {
  width:857px;
  height:32px;
  margin:0; padding:0;
  text-align:left;
  background: #990000 url(/css/images/bg-sides.gif) repeat-y top left;
  border-top: 1px solid #D5D6D7;
  border-bottom: 1px solid #D5D6D7;
}
#nav-tabs ul {
  margin:0;
  padding:1px 0px 0px 7px;
  list-style:none;
}
#nav-tabs li {
  display:inline;
  margin:0; padding:0;
}

#nav-tabs a ,
#nav-tabs span {
  float:left;
  margin:0;
  padding:0 0 0 4px;
  text-decoration:none;
  border-left: 1px solid #CCC;
  display:block;
  padding:6px 15px 6px 8px;
  color:#CCC;
}
#nav-tabs li:first-child a ,
#nav-tabs li:first-child span {
  border-left: 0;
}
#nav-tabs li.current a ,
#nav-tabs li.current span {
  color: #FFF;
  font-weight: bold;
}
#nav-tabs a:hover {
  background-color: #D5D6D7;
  color: #000;
}


#content {
  width:857px;
  margin:0; padding:0;
  background: #FFF url(/css/images/bg-sides.gif) repeat-y top left;
  text-align:left;
}
#content:after {
  content:'.';
  display:block;
  clear:both;
  visibility:hidden;
  height:0;
}

/* one column */
#one-column {
  float:left;
  width:857px;
  margin:0; padding:0;
  background: inherit;
}



/* right-column  */
#left-column {
  float:left;
  width:540px;
  margin:0; padding:0;
  
  border-right: 1px dashed #CCC;
  background:inherit;
}


/* right-column  */
#right-column {
  float:left;
  width:300px;
  margin:0 0 10px 0; 
  padding:0;
  background:#FFF;
}
#right-column h1 {
  margin: 10px 0 10px 10px ;
}
#right-column ul {
  list-style:none;
  margin:5px 15px;
  padding:0;
}
#right-column ul li {
  margin-bottom:1px;
  border: 1px solid #F2F2F2;
}
#right-column ul a {
  display: block;
  font-weight:bold;
  color: #333;
  text-decoration:none;
  padding: 2px 5px 2px 10px;
  background: #F2F2F2;
  border-left: 5px solid #CCC;
  min-height: 18px;
}
* html body #right-column ul a { height: 18px; }

#right-column ul a:hover {
  padding:2px 5px 2px 10px;
  background: #F2F2F2;
  color: #DD0000;
  border-left:5px solid #DD0000;
}
#right-column dt {
  border:0;
  margin:0 15px; 
}
#right-column dd {
  margin:0;
}


#footer {
  clear: both;
  width:857px;
  height:12px;
  margin:0; padding:0;
  background: #FFF url(/css/images/bg-bottom.gif) no-repeat top left;
}

#copy {
  clear: both;
  width:853px;
  height:58px;
  margin:0 auto; 
  padding: 10px 0 15px 0;
  background: #E5ECF4 url(/css/images/bg-copy.gif) no-repeat top left;
  overflow:hidden;
  color: #CCC;
  font-size: 87%;
  text-align: center;
}
#copy ul {
  margin: 0; padding: 0;
}
#copy ul li {
  display: inline;
  margin: 0;
  padding: 0 5px 0 7px;
  border-left: 1px solid #CCC;
}
#copy ul li:first-child {
  border-left: 0;
}
#copy a {
  color: #CCC;
}
#copy a:hover {
  color: #FFF;
}


/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }
.align-center{ text-align: center; margin:0 auto; }

/* additional classes */
.clear { clear:both; font-size: 1px; line-height: 1px; }
.hide  { display: none; }
.gray  { color: #CCC; }
.green { color: #00CC00; }
.red   { color: #CC0000; }

.comments {
  color: #333;
  background: #FFF;
  text-align: right;
  border-top: 1px dashed #EFF0F1;
  border-bottom: 1px dashed #EFF0F1;
  padding: 5px 0;
  margin-top: 20px;
}
form {
  margin: 0 0 0 10px ;
  padding: 0 10px;
  border: 1px solid #EAEAEA;
  background-color: #FAFAFA;
  line-height: 1em;
}

form table th { 
  border-right: 2px solid #E5ECF9;
  font-weight: bold;
  padding: 10px 10px 10px;
  text-align: right;
  width: 300px;
}
form table td { 
  padding: 10px 0 10px 10px;
  width: 300px;
}
form label {
  display:block;
  font-weight:bold;
  margin:5px 0;
}
form div.contact-small {
  color: #959595;
  font-size: 11px;
  font-style: italic;
  font-weight: normal;
}
form div.errortext {
  color: #F00; 
  font-style: normal;
  font-weight: bold;
}
form input {
  width: 97%;
  padding:3px;
  border:1px solid #eee;
  font: normal 1em Verdana, sans-serif;
  color:#777;
  background-color: #FFF !important; 
}
form input.formError {
  border:1px solid #e00;
}

form select {
  width: 309px;
  padding: 3px 0;
  border: 1px solid #eee;
  font: normal 1em Verdana, sans-serif;
  color:#777;
  background-color: #FFF !important; 
}
form textarea {
  height: 150px;
  width: 97%;
  padding: 4px 3px;
  font: normal 1em Verdana, sans-serif;
  border:1px solid #eee;
  display:block;
  color:#777;
  background-color: #FFF !important; 
}
form textarea.formError {
  border:1px solid #e00;
}

form p {
  text-align: center;
  margin: 0 auto;
  padding: 10px;
}

form input.button {
  margin: 0;
  font: bolder 12px Arial, Sans-serif;
  border: 1px solid #EAEAEA;
  padding: 2px 3px;
  background: #CCC url(/css/images/bg-button.gif) repeat-x left bottom;
  color: #333;/* color: #339900; */
  width: 125px;
}

.blog-title {
  background: none;   
  padding: 10px 0 0 5px;
  margin:10px 15px 10px 5px;
  
  border: 0;
  font-size: 16px;
}
.blog-title a {
  text-decoration: none;
  font-weight: normal;
  vertical-align: -2px; 
}
.blog-title a:hover {
  text-decoration: underline;
  background: #FFF;
  color: #DD0000;
}

.blog-title div {
  float:left;
  text-align: center;
  margin: 0 10px 0 0;
}
.blog-title .month { 
  display: block; 
  font-size: 8px; 
  text-transform: uppercase; 
  line-height: 8px; 
  color: #666;
}
.blog-title .day { 
  display: block; 
  font-size: 19px; 
  font-weight: bold; 
  line-height: 19px; 
  color: #CCC; 
  letter-spacing: -1px;
}

.blog-content {
  margin:0 20px;
  padding: 3px 0 0 10px ;
  background: transparent url(/css/images/bg-blog.gif) no-repeat top left;
  border-left: 2px solid #A3A3A3;
}

.blog-comments {
  color: #333;
  background: #FFF;
  text-align: right;
  border-bottom: 1px dashed #A3A3A3;
  padding: 0 0 5px 0;
  margin: 0 50px 0 20px;
}

span.userComments {
  margin: 10px 15px; 
  border-bottom: 1px solid #CCC;
}

span.userComments img {
  border: 0;
}
#TB_window{font:12px "Lucida Grande",Verdana,Arial,sans-serif;color:#333}
#TB_secondLine{font:10px "Lucida Grande",Verdana,Arial,sans-serif;color:#666}
#TB_window a:link{color:#666}
#TB_window a:visited{color:#666}
#TB_window a:hover{color:#000}
#TB_window a:active{color:#666}
#TB_window a:focus{color:#666}
#TB_overlay{position:fixed;z-index:100;top:0;left:0;height:100%;width:100%}
.TB_overlayMacFFBGHack{background:url(macFFBgHack.png) repeat}
.TB_overlayBG{background-color:#000;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";filter:alpha(opacity=75);-moz-opacity:0.75;opacity:0.75}
* html #TB_overlay{position:absolute;height:expression(document.body.scrollHeight>document.body.offsetHeight?document.body.scrollHeight:document.body.offsetHeight+ 'px')}
#TB_window{position:fixed;background:#FFF;z-index:102;color:#000;display:none;text-align:left;top:50%;left:50%;border:1px solid #555;-moz-box-shadow:rgba(0,0,0,1) 0 4px 30px;-webkit-box-shadow:rgba(0,0,0,1) 0 4px 30px;-khtml-box-shadow:rgba(0,0,0,1) 0 4px 30px;box-shadow:rgba(0,0,0,1) 0 4px 30px}
* html #TB_window{position:absolute}
#TB_window img#TB_Image{display:block;margin:15px 0 0 15px;border-right:1px solid #CCC;border-bottom:1px solid #CCC;border-top:1px solid #666;border-left:1px solid #666}
#TB_caption{height:25px;padding:7px 30px 10px 25px;float:left}
#TB_closeWindow{height:25px;padding:11px 25px 10px 0;float:right}
#TB_closeAjaxWindow{padding:6px 10px 0;text-align:right;float:right}
#TB_ajaxWindowTitle{float:left;padding:6px 10px 0}
#TB_title{background-color:#E8E8E8;height:27px}
#TB_ajaxContent{clear:both;padding:2px 15px 15px 15px;overflow:auto;text-align:left;line-height:1.4em}
#TB_ajaxContent.TB_modal{padding:15px}
#TB_ajaxContent p{padding:5px 0 5px 0}
#TB_load{position:fixed;display:none;z-index:103;top:50%;left:50%;background-color:#E8E8E8;border:1px solid #555;margin:-45px 0 0 -125px;padding:40px 15px 15px}
* html #TB_load{position:absolute}
#TB_HideSelect{z-index:99;position:fixed;top:0;left:0;background-color:#FFF;border:none;filter:alpha(opacity=0);-moz-opacity:0;opacity:0;height:100%;width:100%}
* html #TB_HideSelect{position:absolute;height:expression(document.body.scrollHeight>document.body.offsetHeight?document.body.scrollHeight:document.body.offsetHeight+ 'px')}
#TB_iframeContent{clear:both;border:none;margin-bottom:-1px;_margin-bottom:1px}
.thickbox:hover{cursor: pointer}


