/* CSS Document */

body{
	font-family: Arial,sans-serif;
	font-size: 9pt;
	line-height: 1.18em;	
	padding: 5px 385px 5px 385px;
	margin: 0;
	text-align: center;
	background-image:url(../Images/bluebackground.gif);
	background-repeat: repeat;
	color: white;
}

a:link {
	color: #006699;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	color: #003366;
	text-decoration: none;
}

/* Jello Mold
 * Credits to: http://www.positioniseverything.net/articles/jello.html
 * Allows min and max-widths of a stretchy layout without javascript or other junk
 */
		
#sizer {
	margin: 0 auto 0 auto;
	padding: 0;
	width: 50%;
	max-width: 258px;  /* version for IE is at the bottom of this style block */
}

#expander {
	margin: 0 -385px 0 -385px;
	min-width: 770px; /* Critical Safari fix! */
	position: relative;
}

/* Holly hack for IE \*/
* html #expander { height: 0; }
/* */
/* End Jello Mold  */
	
#wrapper {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0 0 20px 0;
	text-align: left;
	background-color: white;
	color: #333;
	}

#content {
	position: relative;
	left: 25%;
	width: 48%;
	height: auto;
	background-color:#fff;
	color: black;
	padding: 0 1% 30px 1%;
	line-height: 1.5em;
	margin: 46px 0 0 0;
	border-left: 1px solid #aaa;
	border-right: 1px solid #aaa;
	}
	
#content p {
	color: black;
	font: 9pt Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	}
	
#content a:link, #content a:visited {
	color: blue;
	text-decoration: underline;
	font-weight: bold;
	}

#content li a:hover {
	text-decoration: underline;
	background-color: #FFFF66;
	}
	
#content img.fleft {
	float: left;
	margin: 0;
	padding: 7px;
}

#content .noclear {
	clear: none;
}

p.b {
	font-weight: bold;
}

h1 {
	font: 16pt Arial, Helvetica, sans-serif;
	margin: 15px 0 5px 0;
	padding: 0;
	clear: both;
	}
	
h2, h2 a, #content h2 a:link, #content h2 a:visited {
	font: bold 12pt Arial, Helvetica, sans-serif;
	margin: 15px 0 5px 0;
	padding: 0;
	clear: both;
	text-decoration: none;
	}
	
h3, h3 a {
	font: bold 10pt Arial, Helvetica, sans-serif;
	margin: 15px 0 5px 5px;
	padding: 0;
	clear: both;
	text-decoration: none;
	}
	
h4 {
	font: bold 9pt Arial, Helvetica, sans-serif;
	margin: 15px 0 5px 0;
	padding: 0;
	clear: both;
}

h5 {
	font: bold 9pt Arial, Helvetica, sans-serif;
	margin: 0 0 5px 0;
	padding: 0;
	clear: both;
}
	
hr {
	height: 1px;
	margin: 0 15px 5px 35px;
	padding: 0;
	}
		
.white {
	color: white;
	}
	
#header {
	position: relative;
	left: 0;
	top: 0;
	width: 99%;
	font: bold 10pt Arial, Helvetica, Sans-Serif;
	color: #fff;
	text-align: left;
	height: 110px;
	background-color: #fff;
	padding: 1px;
	margin: 0;
	}
	
#header img {
	padding: 7px;
}
	
#header a.login:link, #header a.login:visited {
	position: absolute;
	right: 0;
	top: 5px;
	display: block;
	width: auto;
	padding: 3px 10px 5px 10px;
	font-weight: normal;
	text-decoration: none;
	background-color: #ddd;
	border: 1px dotted #66f;
	color: #66f;
}

#header a.login:hover {
	background-color: #009;
	color: white;
	text-decoration: underline;
	border: 1px dotted white;
}

#right {
	position: absolute;
	right: 0px;
	top: 155px;
	width: 23%;
	margin: 0 1%;
	height: auto;
	color: black;
	text-align: left;
	}
	
#left {
	position: absolute;
	left: 0px;
	top: 155px;
	width: 23%;
	margin: 0 1%;
	height: auto;
	color: black;
	text-align: left;
	}
	
#footer {
	position: relative;
	width: 100%;
	background-color: white;
	margin: 12px 0 0 0;
	padding: 5px 0;
	text-align: center;
}
	
	
#navigation {
	position: absolute;
	left: 2px;
	top: 120px;
	width: 99%;
	height: 23px;
	color: #fff;
	margin: 0px 2px;
	padding: 0;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	background-color: #ccc;
	}
	
#navigation ul {
      margin: 0;
      padding: 0;
      list-style-type: none;
    }

    
#navigation li {
      margin: 0;
      padding: 0;
      float: left;
      text-align: center;
    }
	
#navigation li a {
/*Make the hyperlinks as a block element, sort of a hover effect*/
	display: block;
	padding: 4px 13px;
	color: #009;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-decoration: none;
}

#navigation li a:hover {
	color: blue;
	background-color: white;
	text-decoration: underline;
	}
	
h1, h2, #content h2 a:link, #content h2 a:visited, h3, h3 a h4 {
	font-weight: bold;
	color: #036;
	padding: 0;
	margin: 18px 0 7px 0;
}

#content h2 a:hover {
	text-decoration: underline;
	color: blue;
}

p {
	margin: 0 0 10px 0;
}

.noitalic {
	font-style: normal;
	}

	
p.endp {
	height: 50px;
	}

p.tallendp {
	height: 200px;
}
p.compdate {
	font-size: 8pt;
	color: #666;
}

.light {
	color: #258;
}

.dark {
	color: #014;
}

.italic {
	font-style: italic;
}

#footer {
	border: 1px solid white;
}

#footer p {
	margin: 7px auto 0 auto;
	padding: 7px 0;
	border-top: 1px solid #666;
	width: auto;
}

#footer a:link, #footer a:visited {
	display: block;
	width: auto;
	text-decoration: none;
	font-weight: bold;
	margin-bottom: 4px;
}

#error {
	display: block;
	background-image: url("../images/error_bg.gif");
	background-position: top left;
	background-repeat: no-repeat;
	width: 400px;
	margin: 0 0 10px 0;
	padding: 15px 10px 15px 65px;
	border: 1px solid #900;
	color: #900;
	font-weight: bold;
	background-color: #ffa;
}

a.small:link, a.small:visited, #content a.small:link, #content a.small:visited {
	font-weight: normal;
	font-size: 8pt;
	padding: 1px 3px;
	margin: 0 0 0 3px;
}

a.small:hover, #content a.small:hover {
	background-color: #009;
	color: white;
}
.fright, #content .fright {
	display: block;
	float: right;
}


#right div.currentprojects, #right div.promo {
	margin-bottom: 35px;
}

#right #testitext {
	height: 265px;
	width: 100%;
}

#right #testimonials {
	width: 100%;
	height: 270px;
	border-bottom: 1px solid #728ca3;
	padding-bottom: 20px;
}

#right div.casestudies {
	border-bottom: 1px solid #728ca3;
}

#right #testitext div {
	padding: 0;
	margin: 0;
	display: none;
	text-align: left;
	width: auto;
}

#right #testitext div p {
	padding: 0;
	margin: 0;
	font-size: 10pt;
	line-height: 1.3em;
}

#right #testitext div p.author {
	width: 100%;
	text-align: right;
	color: #333;
	background-color: white;
	font-size: 8pt;
	font-weight: bold;
	line-height: 1.5em;
	text-transform: uppercase;
	font-style: normal;
	margin: 6px 0 0 0;
	padding: 0;
}

#left p.h {
	margin: 0;
	padding: 0;
	font-weight: bold;
}

#left p.h a {
	font-weight: bold;
	text-decoration: underline;
}
