html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;

}
/* remember to define focus styles! */
:focus {
	outline: 0;
}

ol, ul {
	list-style: none;
}

div.entry ul {
	margin:0 0 0 20px;
	list-style: disc; 
}

div.entry ol {
	margin:0 0 0 20px;
	list-style: decimal; 
	font-size: 0.875em; 
	line-height: 1.286em; 
	color:#555555; 
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

body {
	background: url(../images/bkg.jpg) repeat-x;
	text-align: center;
	margin: 0 0 0 0;
}


/* links */
a, a:visited {
	text-decoration: underline;
	background: inherit;
	color: #2666c3; 
}
a:hover {
	text-decoration: underline;
	background: inherit;
	color: #000;
}


/********************************************
   LAYOUT
   
   
   		background: transparent url(../images/screen-test.jpg) no-repeat;
		
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:center; 

********************************************/ 
#wrap {
	width: 980px;
	height: 1620px;
	background: transparent url(../images/screen-test.jpg) no-repeat;
	background-position:center; 
	margin: 0 auto;
	text-align:left;
}

#wrap2 {
	width: 980px;
	height: 1620px;
	background: transparent url(../images/screen-test2.jpg) no-repeat;
	background-position:center; 
	margin: 0 auto;
	text-align:left;
}

#blank_wrap {
	width: 980px;
	height: 1620px;
	background-position:center; 
	margin: 0 auto;
	text-align:left;
}


  body, caption, th, td, input, textarea, select, option, legend, fieldset
  {
    /* The following font family declarations are based on the Microsoft core
     * web fonts which are common fonts available on most computer systems. The
     * Bitstream Vera fonts are commonly available on Linux systems where the MS
     * fonts are less common.
     *
     * A user's web browser will look at the comma-separated list and will
     * attempt to use each font in turn until it finds one that is available
     * on the user's computer. The final "generic" font (sans-serif or serif)
     * hints at what type of font to use if the web browser doesn't find any
     * of the fonts in the list.

    font-family: "Times New Roman", Times, Georgia, "Bitstream Vera Serif", serif;
    font-family: Times, "Times New Roman", Georgia, "Bitstream Vera Serif", serif;
    font-family: Georgia, "Times New Roman", "Bitstream Vera Serif", serif;

    font-family: Verdana, Tahoma, Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
    font-family: Tahoma, Verdana, Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
    font-family: Helvetica, Arial, "Bitstream Vera Sans", sans-serif;
    font-family: Arial, Helvetica, "Bitstream Vera Sans", sans-serif;

    font-family: "Bitstream Vera Sans Mono", "Courier New", monospace;

     */

    font-family: Arial, Tahoma, Myriad Pro, Verdana, Helvetica, "Bitstream Vera Sans", sans-serif;
  }

  pre, code
  {
    font-size: 1.1em; /* Monospace fonts can be hard to read */
    font-family: "Bitstream Vera Sans Mono", "Courier New", monospace;
  }

/** headings **/
  h1
  {
    font-size: 2em;
    line-height: 1.3em;
    margin-top: 0;
    margin-bottom: 0.5em; /* 0.5em is equavalent to 1em in the page's base font.
                             Remember, a margin specified in ems is relative to
                             the element's font-size, not to the pages' base
                             font size. So, for example, if we want a 1em margin
                             (relative to the base font), we have to divide that
                             length by the element's font-size:
                             1em / 2em = 0.5em */
	color: #3a9cd5;
  }

  h2
  {
    font-size: 1.5em;
    line-height: 1.3em;
    margin-top: 0.667em; /* Equivalent to 1em in the page's base font: 1 / 1.5 = 0.667em */
    margin-bottom: 0.667em;
  }


  h3
  {
    font-size: 1.3em;

	color:#3a9cd5;
  }
  
  
/** text styles **/  
font.content_sub_title {
	font-size: 0.475em; 
	line-height: 1.286em; 
	color:#3a9cd5;	
	margin-left:30px;
}

p.content_txt_std {
	font-size: 0.875em; 
	line-height: 1.286em; 
	color:#555555; 
}

p.content_txt_blue {
	font-size: 0.875em; 
	line-height: 1.286em; 
	color:#3a9cd5; 	
}

p.faq_blue {
	font-size: 0.875em; 
	line-height: 1.286em; 
	color:#3a9cd5; 	
	cursor:hand; 
	cursor:pointer; 
	margin-left:50px; 
	/*line-height: 3em;*/
}

p.content_txt_smaller_std {
	font-size: 0.675em; 
	line-height: 1.286em; 
	color:#555555; 
}

  
.centeredImage {
text-align:center;
    display:block;

}



.padded p {
	margin: 10px 15px;
	padding: 0;
	border: 0px;
}

/* start - table */
.ruler table {
	border-collapse: collapse;
	
}
.ruler th strong {
	color: #fff;
}
.ruler th {
	color: #fff;
	text-align: left;
	border: 1px solid #306bc1;

}
.ruler tr {
	background: #fff;	
}
.ruler td {
	padding: 5px;
	border: 1px solid #E5F0FB; 
	font: 70%/1.5em Verdana, Tahoma, arial, sans-serif;
}


/* zebra stripes table effect */


tr.ruled{
	background:#DBF3FD;
	color:#000;
		}    

#completed_projects{height:570}

blockquote {
  margin: 10px 15px;
  padding: 0 0 0 10px;  
  font: Arial, "Trebuchet MS", Tahoma, arial, Sans-serif; 
  font-size: 0.875em;
  color: #333;
  border: 1px solid #E5F0FB;
  background: #F4F8FD url(../images/start-quote.jpg) no-repeat 10px 0px;
  text-indent: 22px;
}

blockquote cite {
	font: 11px Arial, Sans-serif; 
	font-style: italic;
	}

.lastword-end-quote {
	padding: 0 22px 0 0;
	background: transparent url(../images/end-quote.jpg) no-repeat right top;
	color: #333;
	}

.latestNews { 
	position: relative; 
	margin: 20px 0 20px 40px; 
	padding: 5px 0; width: 300px; 
	height: 100px; 
	background-image: url(images/background.jpg); 
	background-repeat: no-repeat; 
	}

#latestNews-link { 
	position: absolute; 
	top: 8px; 
	left: 20px; 
	width: 83px; 
	height: 83px; 
	background-color: transparent; 
	border: 1px solid yellow; 
	}	


/* testimonials */
.testimonials {
	font-size: 0.775em; 
	line-height: 1.286em; 
	color:#555555; 
}

#ajaxticker1{
width: 180px;
height: 250px;
padding: 0px;
background-color: #transparent;
}

#ajaxticker1 div{ /*IE6 bug fix when text is bold and fade effect (alpha filter) is enabled. Style inner DIV with same color as outer DIV*/
background-color: #transparent;
}
  