/*
Original design: andreas00 (v2.2 - Apr 24, 2008) - A free xhtml/css website template by Andreas Viklund.
For more information, see http://andreasviklund.com/templates/andreas00/
*/

/* Main layout and header */
body {
  width:100%;
  background: url(images/common_background.gif);
  font:85% Verdana,Tahoma,Arial,sans-serif;
  line-height:1.4em;
  margin: 0 0 0 0;
  text-align:center;
}
#wrap {background-color:#ffffff; color:#000000; margin:0 auto; padding:1em; width:65em}


/* Left sidebar and menu */
#leftside {clear:left; float:left; margin:0 0 10px; padding:0; width:10em;}
#leftside ul.avmenu {list-style:none; margin:0 0 18px; padding:0px; width:10em;}
#leftside ul.avmenu li {display:inline; padding:0; width:10em }
#leftside ul.avmenu li a {
  background:url(images/common_menustripe.gif) repeat-x bottom left;
  background-color: #ffde93;
  float:left; font-size:1em; font-weight:700; margin-bottom:5px;
  padding:4px 1px 5px 5px; text-decoration:none; width:138px; color:black;
}
#leftside ul.avmenu li a:hover {
  background:url(images/common_menustripehover.gif) repeat-x bottom left;
  background-color: #ffe19e;
}
#leftside ul.avmenu li.current a {
  background:url(images/common_menustripeselected.gif) repeat-x bottom left;
  background-color: #fea3a0;
}

#leftside ul.avmenu ul {font-size:0.9em; margin:0 0 0 15px; padding:0 0 5px 0; width:133px}
#leftside ul.avmenu ul a {padding:3px 1px 3px 5px; width:123px;}
#leftside ul.avmenu ul ul {font-size:1em; width:120px;}
#leftside ul.avmenu ul ul a {width:108px;}
#leftside h2 {font-size:1.5em; font-weight:400;}

/* Main content */
#contentwide {
  line-height:1.5em;
  margin:0 0 10px 165px;
  padding:0;
  text-align:left;
}

#contentwide h1 {
  font-weight: bold;
  font-size:1.5em;
  margin: 0 0 10px -10px;
  padding: 4px 6px 8px 6px;
  border: 1px solid black;
  background-color: #d0d0d0;
}

#contentwide h2 {
  font-weight: bold;
  font-size:1.2em;
  margin: 1em 0 0.5em -5px;
  border-bottom: 1px solid black;
}

#contentwide img {
  border: 0;
  vertical-align: middle;
}

a.thumb img {
  padding: 2px;    
  background-color: #f0f0f0;
}

img.leftimg {
  padding: 4px;    
  background-color: #f0f0f0;
}

ul.references {
	list-style: none;
	margin-left: 0;
	padding-left: 2em;
	text-indent: -1em;
}

ul.references li {
  font-weight: bold;
}

ul.references ul li {
  font-weight: normal;
}

ul.references ul {
	list-style: none;
	margin-left: 0;
	padding-left: 1em;
  padding-bottom: 1em;
	text-indent: -1em;
}

li.company {
  font-size: 120%;
  text-indent: -1.5em;
}


/* Footer */
#footer {
  background:#fff;
  border-top: 2px solid #dadada;
  clear:both;
  color:#666;
  font-size:0.9em;
  margin:0 auto;
  padding:8px 0;
  text-align:center;
}

/* Links and paragraphs */
a {
  color:#FF6600;
  text-decoration:none;
  font-weight:700;
}

a:hover {
  color:black;
}

p { margin:0 0 16px; }

/* Horizontal line */
hr { border: 1px solid black }

/* logo image settings */
div.logo {
  padding-bottom: 4px;
  padding-top: 4px;
  margin-top: 4px;
  margin-bottom: 2px;
}

div.logo img {
  width: 100%;
}

/* Miscellaneous */
.signature {
  margin-top: 2em;
  font-weight: bold;
  line-height: 1em;
  font-size: 130%
}

img.left {
  float: left;     
  margin-right: 1em;
} 

p.left {
  margin-top: 40px;
  height: 200px;
}

div.leftimg
{
  float: left;
  text-align: center;
}	
div.leftimg img
{
  display: inline;
  margin: 3px;
}
div.img a:hover img {border: 1px solid #0000ff;}
div.desc
{
  text-align: center;
  font-weight: normal;
  margin: 2px;
}

.textcenter {
  display:table;
  text-align: center;
}

.textcenter a {
  display:table-cell;
}

.textcenter b {
  display:table-cell;
}

p {
  text-align: justify;
  text-justify: auto;
}

.signature {
  text-align: left;
}




blockquote {
  background: url(images/testimonials_pullquote.gif) no-repeat;
  margin-top: 30px;
  margin-right: 10px;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 6px;
  padding-bottom: 15px;
  padding-left: 55px;
  line-height: 1.3em;
  font-style: italic;
  font-family: Georgia,"Bitstream Vera Serif",serif;
  font-size: 1.3em;
  font-weight: normal;
}

p.pullquote_author {
	font-size: 1em;
	margin: 0 0 5px 100px;                                                   
}


p.linklogos {
  display: table;
  width: 100%;       
  text-align: center;
}

p.linklogos a {
  display: table-cell;
  vertical-align: middle;
}
