body {
	background: #f4f4f4 url(../../../assets/images/bkg.jpg);
	color: #444;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	font-size: 12px;
}

a {color: #5D5E98;}
a:hover {color: #8e8fbf;}

.floatLeft {
 float: left;
 margin: 0 10px 8px 15px;
 padding: 0;
}
.floatRight {
 float: right;
 margin: 0 15px 8px 15px;
 padding: 0;
}
.clear {
 clear:both;
}
.latestProjects {
 float: right;
 margin: 15px 15px 0 15px;
 test-align: center;
}
.latestProjects img {
 border: 4px solid #666;
}
.latestText {
 margin: 0;
 padding: 0;
  border: 4px solid #666;
 background-color: #666;
 font-size: 1.15em;
 font-weight: strong;
 width: 150px;
 text-align: center;
}
.latestText a {
 color: #f9f9f9;
 text-decoration: none;
}
.latestText a:hover {
 color: #DFDFDF;
}

.top {
	background-color:#dfdfdf;
	width:auto;
	height:1px;
}

.topb {
	background-color:#EEE;
	width:auto;
	height:5px;
}


.main {
	background: #FFF;
	font-size: 1.2em;
	margin: 0 auto;
	width: 775px;
	border: 8px solid #dfdfdf;
}

.content {
	float: right;
	margin: 15px 0;
	padding: 0 16px;
	width: 536px;
}

.title
{
	font-family: Georgia, serif;
  color:#5a5c92;
  font-size: 1.65em;
  font-weight: bold;
	margin: 4px;
	padding-bottom: 3px;
	border-bottom: 3px solid #DFDFDF;
}

.date
{
    font-size: 9px;
    margin:3px;
}

h1.logotype {
	background-image: url(images/header-text-logo.gif);
	background-repeat: no-repeat;
	height: 100px;
}

h1 {
	font-family: Georgia;
	font-size: 2.5em;
	color: #B0B0B0;
	margin: 5px;
}

h2 {
	font-size:11px;
	color:#787878;
	margin:9px;
}

h3 {
	color:#5a5c92;
  font-size: 14px;
	margin-bottom: 4px;
}

.insidebox {
    line-height: 20px;
    color: #555A60;
    font-size:13px;
    padding: 6px 10px;
    background-color:#f9f9f9;
    border:1px solid #efefef;
    text-align: justify;
    height: auto;
}
.insidebox ul {
	margin: 0;
	padding: 0 0 20px 35px;
}
.insidebox ul li {
	list-style-type: square;
}
.insidebox ul li p {
	margin: 5px 10px 10px 18px;
}

.archive
{
    width:100px;
    line-height: 20px;
    font-size:10px;
    background-color: #f4f1f1;
    border:1px solid #DDDDDD;
    float:left;
    text-align:center;
}

.navigation {
	float: left;
	text-align:left;
	width: 180px;
	background: #DFDFDF;
	border:1px solid #DFDFDF;
	color:#dedede;
	font-size: 0.9em;
	margin-top:15px;
	margin-left:10px;
}
.navigation h2 {
	color:#999;
	font-size: 1.1em;
	line-height: 12px;
}
.navigation a {
	font-size: 90%;
}
.navigation p {
	color: #666;
	padding: 8px;
	line-height: 1.25em;
}
.navigation ul {
	background: #fff;
	padding: 0;
	border-top: 1px solid #DDDDDD;
	margin: 0;
}

.navigation li {
	border-bottom: 1px solid #EAEADA;
	list-style: none;
	}


.navigation li a {
	color: #5D5E98;
	background: #f7f7f7;
	font-size: 1.5em;
	font-family: Georgia;
	display: block;
	padding: 8px 0 8px 10px;
	text-decoration: none;
	width: 170px;
}

.navigation li a:hover {
	background: #494949;
	color: #efefef;
}

/* [drew] */

.navigation li.active a, .navigation li.active a:link {
	background: #666;
	color: #efefef;
}
.galleryNav {
 font-size: .80em;
}

/* no floating allowed on right or left side - leave this */
.clearer {clear: both;}

.footer {
    width: auto;
    line-height: 1.15em;
    color: #f7f7f7;
		padding: 3px 0;
    font-size:10px;
    background: #666;
    border:1px solid #DDDDDD;
    text-align: center;
}
.footer a {
    color: #f7f7f7;
}
.footer a:hover {
    color: #8e8fbf;
}


/* [drew]
----------------------------- */
ul.thumbs li {
	border: 1px solid #ddd;
	width: 156px;
	padding: 2px;
	margin: 0;
	background: #eee;
	text-align: center;
}

img.thumbnail {
	padding: 2px;
}

div.errors {
	background: url(images/exclamation.png) #fff6bf no-repeat 15px 50%;
/*	
	background-color: #fff6bf;
	background-image: url(images/exclamation.png);
	background-repeat: no-repeat;
	background-position-x: 15px;
	background-position-y: 50%;
*/
	text-align: left;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 45px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #ffd324;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ffd324;
}

div.thanks {
	background: url(images/information.png) #f8fafc no-repeat 15px 50%;
/*
	background-color: #f8fafc;
	background-image: url(images/information.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position-x: 15px;
	background-position-y: 50%;

*/	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 45px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #b5d4fe;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #b5d4fe;
}

/* [contact form]
----------------------------- */
form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  font:100% verdana,arial,sans-serif;
  margin: 0;
  padding: 0;
  min-width: 400px;
  max-width: 500px;
  width: 475px; 
}

form fieldset {
  / * clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */
  border-color: #000000;
  border-width: 2px;
  border-style: solid;
  padding: 10px;        /* padding in fieldset support spotty in IE */
  margin: 0;
}

form fieldset legend {
	font-size:1.1em; /* bump up legend font size, not too large or it'll overwrite border on left */
  color: #8e8e8e;                     /* be careful with padding, it'll shift the nice offset on top of border  */
}

form label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 150px; 
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
}


form input, form textarea {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 10px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
}

form input#reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}

textarea { overflow: auto; }

form small {
	display: block;
	margin: 0 0 5px 160px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 88%;
}

form .required{font-weight:bold;} /* uses class instead of div, more efficient */

form br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */