@charset "utf-8";
/* CSS Document */
/* @group Reset  */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;

}


html, body {
          
            margin:0;
            padding:0;
color: #61584F;
font-family: aller-reg, Arial, Helvetica, sans-serif;
            }


/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

a img { border: none; border-width: 0; text-decoration:none; }
a {text-decoration: none;}
a:link, a:visited {color:#9CA522 }
a:hover, a:active {color:#5B8A7C }

/* Headings
-------------------------------------------------------------- */

            h1 {
            color: #5B8A7C;
            font-size: 35px;
            line-height: 1.2;
            font-weight: normal;
            font-family: diavlo-bold, arial, sans-serif;
            margin-top: 20px;
            margin-bottom: 25px;
            }
			
            h2 {
	font-size: 26px;
	line-height: 1.6;
	font-family: diavlo-reg, arial, sans-serif;
	margin-top: 20px;
	margin-bottom: 10px;
	color: #5B8A7C;
            }
			#side-container h2 {
				color: #61584F;
				font-family: aller-reg, arial, sans-serif;
				text-transform:uppercase;
				font-size: 18px;
				line-height: 1.3;
				margin: 0 0 8px;
				padding: 0 30px 0;
				font-weight: normal;
}
#side-container p {margin: 0 0 7px; padding: 0 30px 0}
			
			h3 {
	font-family: aller-bold, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 15px;
	margin: 20px 0 10px;
	text-transform:uppercase;
			}
			h4 {color: #61584F;	}
	#content td {vertical-align: top;}
            table.webapp td h3 {
            margin-left: 15px;
            }
            table.webapp .thumbnail {
            margin-top: 10px;
            }
 #content h2 {margin-left: 10px;}
  #content h3,  #content p {margin-left: 25px;}
				
			.title {
	font-size: 13px;
	line-height: 1.4;
	color: #999889;
		padding-left: 30px;
	font-family: futura, Arial, Helvetica, sans-serif;
	margin: 5px 0 25px 0;
			}
            #bottom td p {
            margin-bottom: 0;
            background: none;
            }
            table.webapp td p {
            margin-left: 40px;
            }
		
            h5 {
            font-family: Arial, Helvetica, sans-serif;
            font-size: 13px;
            margin: 0;
            font-weight: normal;
            }
			#content h5 {
				margin: 10px 0 10px;
				color: #9CA522;
			}
          
           h6 {font-size: 12px; font-weight: normal; margin: 3px 0 3px 25px;}
             #footer h5, #address h5 {
font-size: 0.9em;
             border: 0 none;
             padding: 0;
            }
			.form h6, .webform h6 { margin-left: 0;}
			sup {font-size: 60%}

/* Text elements
-------------------------------------------------------------- */

  p {
	font-size: 14px;
	line-height: 1.5;
	color: #61584F;
	font-family: aller-reg, Arial, Helvetica, arial, sans-serif;
	margin: 15px 0;
            }
 

	
p.last      { margin-bottom: 0; }
p.footnote  { font-size: 11px; line-height:1.4; margin-top: 15px;}
#content ul { margin: 10px 0px 10px 50px; list-style-image: url(../images/template/bul-ul.png); font-size: 14px; color: #61584F; line-height: 1.4; }
#content li { list-style-position:outside;}
#side-container ul {margin: 10px 0px 10px 55px; list-style-image: url(../images/template/bul-ul.png); font-size: 14px; color: #61584F; line-height: 1.4;}
#content ol { list-style-type: decimal; margin: 10px 0px 10px 70px; line-height: 1.4; font-size: 14px; color: #61584F;}
dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin-top: 1.5em; font-style: italic; }
del         { color:#666; }





/* Some default classes
-------------------------------------------------------------- */

.hide       { display: none; }
.citations  { font-size: 10px; color: #999889; margin-bottom: 10px;}
.testimonial p  { margin: 1.5em; width: 85%; font-family: georgia; text-align: justify; font-size: 0.8em; line-height: 1.9em; color: #61584F; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }

/* @end */

/* @group Grid - 24 Columns */

/* -------------------------------------------------------------- 
   
   If you need fewer or more columns, use this 
   formula to find the new total width: 
   Total width = (columns * 40) - 10
   
-------------------------------------------------------------- */

/* A container should group all your columns. */
.container {
  width: 950px;
  margin: 0 auto;
}


/* Misc classes and elements
-------------------------------------------------------------- */

/* Use a .box to create a padded box inside a column.  */ 
.box { 
  padding: 1.5em; 
  margin-bottom: 1.5em; 
  background: #eee; 
}

hr {
  background: #ddd; 
  color: #ddd;
  clear: both; 
  float: none; 
  width: 100%; 
  height: .05em;
  margin: 25px 0;
  border: none; 
}
hr.space {
  background: #fff;
  color: #fff;
}

/* Clearing floats without extra markup */

.clear { display: inline-block; }   
.clear:after, .container:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}
* html .clear { height: 1%; }
.clear { display: block; }

/* @end */

/* @group IE6 */

* html body { text-align: center; }
* html .container { text-align: left; }
* html .column { overflow-x: hidden; }
* html .pull-1, * html .pull-2, * html .pull-3, * html .pull-4,
* html .push-1, * html .push-2, * html .push-3, * html .push-4, 
* html ul, * html ol { position: relative; }
* html legend { margin-bottom:1.4em; }
* html ol { margin-left:2em; }

/* @end */

.level1 .left p {
				font-size: 15px;
				line-height: 1.8em;
				color: #61584F;
			}
#level1 .left p a:link, #level1 .left p a:visited {
				color: #D3145A;
			}
			#bottom p a:link, #bottom p a:visited {
			color: #80BB25;
			}
#level1 .left p a:hover, #level1 .left p a:active, #bottom p a:hover, #bottom p a:active {
				color: #999889;
			}
span.right {float: right; position: relative;}
h2 img { vertical-align:bottom;}