body
{
	padding: 0;
	margin: 0;
	background-color: #FFF;
	color:  #000;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	
	background-image: url(images/AppSiteBG2.gif);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: top center;
	
}

#content
{
	clear:both;
	margin-right:auto;
	margin-left:auto;
	width: 800px;
	color: #000;
	font-size: 12px;
	/*
	background-image: url(images/AppSiteBG.gif);
	background-repeat: no-repeat;
	background-position: top left;*/
}

#content_text
{
	
	clear:both;
	margin-left:0px;
	margin-right:0px;
	width: 800px;
	background: url(images/TextBkgnd.gif) no-repeat top right;
}
#main_content
{
/*Min-Height Fast Hack*/
    min-height:630px;
	height:auto !important;
	height:630px;
}

#header 
{
    height: 116px;
    text-align: left; 
    background: url(images/AppNavNewBG.jpg) no-repeat top right;
  
}
#footer
{
	clear:both;
	color: #999;
	text-align:center;
	font-size:10px;
	height:30px;
	margin: 0px 50px 0px 50px;
	padding: 20px 0px 0px 0px;
	/*I added padding to the top of this to separate it from the container, but it does not show much change on site*/
	background: url(images/separator.png) repeat-x top right;
	
}

#footer a, #footer a:visited
{
	text-decoration:none;
	color: #999;
}
#footer a:hover
{
	text-decoration:underline;
}

#header #logo
{
	float: left;
	margin-left:7px;
	margin-right:0px;
}

#left_container
{
	float: left;
	margin: 0px;
	width: 205px;
	/*Added padding to push text down from header*/
	padding-top: 20px;
}
#right_container
{
	float: right;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	width: 592px;
	/*Added padding to push text down from header*/
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;	
}

#right_text
{
	text-align:left;
	margin-top: 0px;
	margin-left: 20px;
	margin-right: 0px;
}

#left_text
{
	margin-top: 0px;
	margin-left: 22px;
	margin-right: 30px;
	text-align:left;
		
}

#menu
{
	width: 595px;
	text-align:left;
	float: right;
	margin-top: 59px;
	margin-left: 1px;
	margin-right: 0px;
	margin-bottom: 0px;
	/*border: solid 1px red;*/
	position:relative;
	
}
/* get rid of the table */
/* #menu table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em; width:0; height:0;}
*/
#who_we_are
{
	width: 148px;
	float: left;
	position:relative;
}

#what_we_do
{
	width: 145px;
	float: left;
	position:relative;
}
#projects
{
	width: 119px;
	float: left;
	position:relative;
}
#contact
{
	width: 114px;
	float: left;
	position:relative;
}
#empty
{
	width: 69px;
	float: right;
	position:relative;
	z-index:1;

}



/* vertical menu */
.vertical_menu
{
	text-align:left;
}

.vertical_menu ul 
{
	padding:0;
	list-style-type:none;
	color:#a9593f;
	font-size:12px;
	margin:0px;
}

.vertical_menu  ul a, 
.vertical_menu ul a:visited{
color:#a9593f;
display:block;
text-indent:5px; 
text-decoration:none;
height:28px;
line-height:28px;
border-bottom:1px  dotted #999;
background:transparent;
}


.vertical_menu ul li a:hover { font-weight:bold;}

.vertical_menu  ul .current
{
	font-weight:bold;
}

/*popup for the horizontal menu*/
#menu ul li :hover > a {
color:#fff; 
background:#87948A;
font-weight:bold;
}

#menu ul li a:hover { color: #fff; background: #87948A; font-weight:bold;}

/* hide the sub levels and give them a positon absolute so that they take up no room */
#menu ul 
{
z-index:1000;
visibility:hidden;
position:absolute;
top:31px;
left:0px;
width:230px;
padding:0;
margin:0;
list-style-type:none;
border:1px solid #87948A;
border-width:1px 1px 0 1px;
background: #fff;
font-size:11px;
/*
filter:alpha(opacity=90);
-moz-opacity:.90;
opacity:.90;*/
}

#menu .first
{
	left:0px;
}
/* make the second level visible when hover on first level list OR link */
#menu div:hover ul {
visibility:visible;
background:#fff;
}
#menu  ul a, 
#menu ul a:visited{
color:#000;
width:230px;
display:block; 
text-decoration:none;
height:22px;
line-height:22px;
text-indent:25px;
border-bottom:1px solid #87948A;
background:transparent;
}

h1
{
	margin-top: 10px;  margin-bottom: 5px;  font-size: 16px;	color: #87948A; font-weight: bolder;
}

h1.bright
{
	color:#a9593f; 
}
h2
{
	margin-top: 10px;  margin-bottom: 0px;  font-size: 12px;	color:#a9593f; 
}
h2.bright
{
	margin-top: 10px;  margin-bottom: 0px;  font-size: 12px;	color:#87948A; 
}


h3
{
	height:28px;
	line-height:28px;
	border-bottom:1px  dotted #999; text-indent: 5px; margin-top: 10px;  margin-bottom: 0px;  font-size: 12px;	color: #87948A; 
}

h4
{
	height:28px;
	line-height:28px;
	border-bottom:1px  dotted #999; text-indent: 5px; margin-top: 10px;  margin-bottom: 0px;  font-size: 12px;	color: #a9593f; font-weight: bold;	
}

h5
{
	margin-top: 10px;  margin-bottom: 0px;  font-size: 12px;	color: #a9593f; font-weight: bold;	
}

h6
{
	margin-top: 10px;  margin-bottom: 0px;  font-size: 12px;	color:#000; 
}

.p
{
	line-height: 20px;
	margin:  5px 40px 10px 15px;
}

h2 + p { margin-top: 0px }

.separator
{
	height: 3px;
    background: url(images/separator.png) repeat-x top right;
}

#left_flash_add
{
	
	float: left;
	margin: 0px;
	width: 155px;
	
}

#center_flash_add
{
	float: left;
	margin: 0px 25px 0px 25px;
	width: 155px;
}

#right_flash_add
{
	
	float: right;
	margin: 0px;
	width: 155px;
	
}

#ad_vertical
{
	margin: 40px 0px 30px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	/*border: solid 1px red;*/
}

#demo
{
	margin: 20px 0px 20px 0px;
}


.listInline{list-style-type:none;margin:0;padding:0}
.listInline li{display:inline;font-size:10px;}
.listInline a{padding:1px 5px;background:#fff;font-size:10px;color:#fff;text-decoration:none;cursor:pointer;padding: 0px 2px 0px 2px;margin:  1px 0px 1px 5px;width:10px;height:10px;border: solid 1px #a9593f;}
/*html>body .listInline a:link,html>body .listInline a:visited,html>body .listInline a:active{color:#a9593f;text-decoration:none}*/
.listInline a.on{background:#a9593f;color:#a9593f;text-decoration:none;}

.listInline a.off{background:#fff;color:#fff;text-decoration:none;}
/* ^ DUPLICATED a.on FOR MAKING SQUARES NOT SHOW NUMBERS IN OFF STATE */

/* ^ ORIGINAL CSS > .listInline a.on{background:#a9593f;color:#fff;text-decoration:none;}*/
.listInline a:hover.on{background:#a9593f;text-decoration:none;color:#a9593f;}
/* ^ ORIGINAL CSS > .listInline a:hover.on{background:#a9593f;text-decoration:none;color:#fff;}*/
.listInline a:hover.off{background:#fff;color:#fff;text-decoration:none;}
/* ^ ORIGINAL CSS > .listInline a:hover.off{background:#fff;color:#a9593f;text-decoration:none;}*/

#demo #demo_menu
{
	margin-bottom:10px;
}

/*
#demo #demo_menu div:hover
{
	background: #a9593f;
}
*/
#demo1{display:block}
#demo2,#demo3,#demo4,#demo5,#demo6,#demo7{display:none}
#demo1,#demo2,#demo3,#demo4,#demo5,#demo6,#demo7
{
	width:146px;min-height:152px;_height:152px;
	font-size:10px;
	color:#a9593f;
}

#demo1 img,#demo2 img,#demo3 img,#demo4 img,#demo5 img,#demo6 img,#demo7 img
{
	border-color:#666;
	border-width:1px;
	
}

.img_logo 
{
	border-color:#666;
	border-width:1px;
	margin: 0px 0px 10px 15px;
	
}

#demo1 .description,#demo2 .description,#demo3 .description,#demo4 .description,#demo5 .description,#demo6 .description,#demo7 .description
{
	padding: 4px 1px 1px 1px;
}


#mainDemo
{
	width:146px;
}
.separator_div
{
	clear: both;
	height: 25px;
}
.row
{
	clear: both;
	margin:   0px 0px 0px 0px;
	color: #a9593f;
	font-size:10px;
	line-height:normal;
}

#google_map_prompt
{
	margin: 5px 0px 0px 3px;
	color: #a9593f;
	font-size:10px;
}
.contact_left_column
{
	float: left;
	margin:   10px 10px 0px 0px;
}

.contact_right_column
{
	text-align:left;
	width:180px;
	color: #000;
	float: right;
	font-size:12px;
	margin:    0px 10px 0px 0px;
}

.project_left_column
{
	font-size:12px;
	color: #000;
	float: left;
	width:280px;
	margin:   10px 10px 0px 0px;
}

.project_right_column
{
	text-align:right;
	width:200px;
	color: #000;
	float: right;
	font-size:12px;
	margin: 0px 10px 0px 0px;
}

.project_right_column img
{
	padding: 0 0 15px 0;
}

.project_image
{
	text-align:right;
	margin: 0px  40px 30px  0px;
}
.project_image img{
	border-color:#666;
	border-width:1px;
      }

.project_subtitle
{
	color: #a9593f;
	font-size:12px;
	margin-left:15px;
}
.project_image_text
{
	 text-align:right;
}

.left_column
{
	width: 240px;
	float: left;
	margin:   0px 10px 0px 0px;
}

.right_column
{
	width: 240px;
	float:right;
	margin:  0px 0px 0px 10px;
}

.image_cont
{
	float:left;
	height:70px;
}

.image_cont img{
	border-color:#666;
	border-width:1px;
      }
      
.image_headshot
{
	float:left;

}
.image_headshot img
{
	border: solid 1px #666;
	height:132px;
}	
.image_headshot_main
{
	float:left;
	border: solid 1px #666;
	height:132px;
	margin: 10px 10px 5px 0px;
}

.text_cont
{
	float:left;
	margin-left:10px;
	width:134px;
}

.p-vert-margin
{
	margin-top:5px;
	margin-bottom:0px;
	
}

.p ul li
{
	list-style-type: square;
}

a:link, a:active, a:visited {
	color:#a9593f;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

fieldset {
	margin: 2px 0px;
	padding:   8px  5px 8px 5px;
	width: 80%;
	
}
fieldset fieldset{
	margin: 2px 0x;
	padding:   8px  5px 8px 5px;
}

legend {
	padding: 2px 5px;
	color: #596F80;
	font-weight: bolder;
	font-size:11px;
}

label  {
	display: block;
	padding: 0px;
	margin: 0.4em 4px 0 0;
}


/* Individual Checkbox / Radio label */
.postField label, label.postField, span.postField, table.postField tr td label{
	margin: 0 4px 0 4px;
	display:inline; 
}
textarea.noerror  {
	padding: 0;
	vertical-align: top;
	margin: 2px 2px 1px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	border: solid 1px #87948A;
}
input.noerror {
	margin: 0 2px 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	border: solid 1px #87948A;
}

input {
	margin: 0 2px 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px;
}
textarea.error {
	padding: 0;
	vertical-align: top;
	margin: 2px 2px 1px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	background-color: #ffb2b2; 
	border: solid 1px #87948A;
}
input.error {
	margin: 0 2px 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	background-color: #ffb2b2; 
	border: solid 1px #87948A;
}

/** link types **/
a[href ^='mailto:']{
   padding-right: 20px;
   background: transparent url(images/icon_mailto.gif) no-repeat center right;
}

a[href $='.pdf']{ 
   padding-right: 18px;
   background: transparent url(images/icon_pdf.gif) no-repeat center right;
}


a[href $='.doc']{ 
   padding-right: 18px;
   background: transparent url(images/icon_doc.gif) no-repeat center right;
}

.type
{
	color: #999;
	font-size:10px;
}

.img_border
{
	border: solid 1px #87948A;
	
}
.img_map
{
	border: solid 1px #87948A;
}

.error_header
{
	margin-top: 10px;  margin-bottom: 0px;  font-size: 12px;	font-weight:bold; color:red; 
}

#error_list
{
	color:#a9593f;
}

