/************************************************************************/	
/************************** BASIC HTML ELEMENTS *************************/
/************************************************************************/	

* 						{border-collapse:collapse; margin:0; padding:0; border:0; outline-style:none; outline-width:0px;}/*all html elements default to no padding, borders, etc. */
body 					{font-family: "Century Gothic", "Trebuchet MS", Tahoma, Verdana, Helvetica, Arial; font-size:13px ;font-style: normal;	line-height:150%;font-weight: normal; font-variant: normal; color:#000000;/* background-color:#DDDDDD;*/}
a:link 					{color: #85932a;text-decoration: none;}
a:visited 				{text-decoration: none;	color: #85932a;}
a:hover 				{text-decoration: underline; color: #000000;}
a:active 				{text-decoration: none;	color: #85932a;}	
abbr					{}
acronym 				{}
blockquote 				{padding:6px 40px 14px 40px;}
code, kbd 				{font-family:monaco, courier, monospace; color:#777777;}
dd, dt 					{cursor:help;}
h1 						{color:#7a5d50; margin:0 0 20px 0; font:normal 20px "Myriad Pro", Helvetica, Arial; letter-spacing:0.6px;}
h2 						{color:#000000; margin:0 0 20px 0; font:normal 20px Helvetica, Arial, sans-serif; letter-spacing:0.6px;}
h3 						{color:#333366; margin:0 0 12px 0; font:bold 15px Helvetica, Arial, sans-serif; letter-spacing:0.6px;}
h4 						{color:#555555; margin:0 0 12px 0; font:bold 15px Helvetica, Arial, sans-serif; letter-spacing:0.6px;}
h5 						{color:#000000; margin:0 0 8px 0;  font:bold 14px Helvetica, Arial, sans-serif; letter-spacing:0.6px;}
h6 						{color:#555555; margin:0 0 8px 0;  font:bold 14px Helvetica, Arial, sans-serif; letter-spacing:0.6px;}
hr 						{height:2px; font-size:0; line-height:0; width:100%; margin:0 0 10px 0; padding:0; border-bottom:solid 1px #DCDCDC;}
img 					{border:none; padding:0; behavior:url('/css/iepngfix.htc');} /* 'behavior" allows IE6 to properly display transparent .png files - requires 2 files in /css folder 'iepngfix.htc', and 'blank.gif'*/
ins 					{}
strong 					{font-weight:bold; color:#333366;}
a strong:hover 			{font-weight:bold; color:#777777;}  /* rollover color for "strong" OUTSIDE anchor tag (both should behave same)*/
a:hover strong			{color:#777777;}				/* rollover color for "strong" INSDIE  anchor tag (both should behave same)*/
table					{}
tbody 					{}
td 						{text-align:left; vertical-align:top; padding:5px;}
th 						{text-align:center; vertical-align:bottom;}
li 						{}
ol 						{padding:6px 0 14px 24px; list-style-type:decimal;}
p 						{margin-top:0px; margin-bottom:20px;}
pre 					{}
ul 						{padding:6px 0 6px 24px; list-style-type:none; }
var						{}
input, select, checkbox, radio, textarea					
						{border:solid 1px #AAAAAA; height:20px; margin:2px; padding:2px;}
.button 				{border:solid 1px #AAAAAA; height:20px; margin:2px; padding:2px; background-color:#D9D9D9;}
.button:hover 			{background-color:#666;}

/*************************************************************************/	
/*************************** BODY CONTENT/STRUCTURE **********************/
/*************************************************************************/

#container {
	width:900px;
	text-align:left;
	/*background-color: #FFFFFF;
	border:solid 1px #000000;
	border-top:none;*/
	/* cross-browser hack to center div */
	margin-left:auto; 
	margin-right:auto; 
	/**/
	font-family: "Century Gothic", "Trebuchet MS", Tahoma, Verdana, Helvetica, Arial;
	font-size:13px;
	font-style: normal;	
	line-height:150%;
	font-weight: normal; 
	font-variant: normal; 
	color:#000000;
}
#header {
	height:120px;
	border-top:solid 1px #000000;
	border-bottom:solid 1px #000000;
	background-color: #A2A2A2;
	background-image: url(/images/header_bg.jpg);
	background-repeat: repeat-x;
}
#headerContent {
	margin:24px 24px 24px 24px;
	padding:24px 24px 24px 24px;
	color:#99FFFF;
	font:bold 16px/150% Arial, Helvetica, sans-serif; 
	border:solid 1px #CCCCCC;
}
#crumb{
	font-family: Arial, Helvetica, sans-serif; 
	font-size:12px;
	font-style: normal;	
	line-height:150%;
	font-weight: normal; 
	font-variant: normal; 
	color:#000000; 
}
#pageBody {
	margin:80px 40px 12px 5px;
	background-color:#FFFFFF;
	/*border:dashed 1px #DDD;*/
	/* cross-browser hack to set minimum height for page body */
	min-height:360px;
	height:auto !important;
	height:360px;
}

#pageBody ul{
	list-style-type:disc;
}

#pageBodyTable	{
	width:100%;
	background-image:url(/images/menu_bg_vert.jpg); /* put bg behind entire table to bridge rowspan to */
	background-position:top;
	background-repeat:repeat-x;
	background-color:#F4F4F4;

}
#pageBodyMenuTD{
	width:200px;

}
#pageBodyContentTD{
	background:#FFF;

}
#footer {
	width:900px;
	/* cross-browser hack to center div */
	margin-left:auto; 
	margin-right:auto; 
}
#footerContent {
	padding:3px 48px 3px 48px;
	color:#000;
	font:normal 11px/100% Arial, Helvetica, sans-serif; 
	text-align:center;
}

/********** Controls **************/

/* Toggle Arrow Control */

a.toggleArrow {
	width:16px;
	height:16px;
	padding:0;
	margin:0;
	display:inline-block;
	vertical-align:middle;
	background:url(/images/icons/toggleArrow.gif);
	background-repeat:repeat-y;
	background-position:0px 0px;
	font-size:1px;
	text-decoration:none;
	text-indent:20px;
	overflow:hidden;
}

/* Buttons */

.loginBtn {
	background-image: url(/images/icons/login.gif);
	background-position:right;
	background-repeat:no-repeat;
	background-color:#F9F9F9;
	border:none;
	height:23px;
	width:65px;
	margin:0 10px 0 0;
	padding:0;
	text-align:left;
	font-weight:bold;
	font-size:14px;
	color:#333;
}
.loginBtn:hover {
	background-color:#ECEFF2;
}

.forgotBtn {
	background-image: url(/images/icons/forgot.gif);
	background-position:right;
	background-repeat:no-repeat;
	background-color:#F9F9F9;
	border:none;
	height:23px;
	width:175px;
	margin:0 10px 0 0;
	padding:0;
	text-align:left;
	font-weight:bold;
	font-size:14px;
	color:#333;
}
.forgotBtn:hover {
	background-color:#ECEFF2;
}

.findPasswordBtn {
	background-image: url(/images/icons/forgot.gif);
	background-position:right;
	background-repeat:no-repeat;
	background-color:#F9F9F9;
	border:none;
	height:23px;
	width:160px;
	margin:0 10px 0 0;
	padding:0 24px 0 0;
	text-align:left;
	font-weight:bold;
	font-size:14px;
	color:#333;
}
.findPasswordBtn:hover {
	background-color:#ECEFF2;
}

.returnLoginBtn {
	background-image: url(/images/icons/login.gif);
	background-position:right;
	background-repeat:no-repeat;
	background-color:#F9F9F9;
	border:none;
	height:23px;
	width:150px;
	margin:0 10px 0 0;
	padding:0 24px 0 0;
	text-align:left;
	font-weight:bold;
	font-size:14px;
	color:#333;
}
.returnLoginBtn:hover {
	background-color:#ECEFF2;
}

/************* EDIT DIVS (WITHIN DISPLAY PAGES) ************/
.editDiv {
	border:dashed 1px #0000CC;
	margin: -1px -1px -1px -1px;
}
.inlineEditDivIcon, .editDivIcon {
	display:block;
	width:24px;
	height:24px;
	background-image: url(/images/editdiv/editor.png);
	background-repeat:no-repeat;
	overflow:hidden;
	text-indent:-9000px;
}

.editDivIcon {
	display:none;
	z-index:999;
	position:absolute;
}

.loginTable {
	font-family: Arial, Helvetica, sans-serif; 
	font-size:12px;
	font-style: normal;	
	line-height:150%;
	font-weight: normal; 
	font-variant: normal; 
	color:#000000; 
}
.loginTable td {
	vertical-align:middle;
	padding:0 3px 8px 0;
}
.loginTableLabelTD {
	text-align:left;
	font-weight:bold;
	color:#393939;
}
.loginTableColumnInput {
	width:245px;
	height:20px;
	margin:0;
	padding:0 1px 0 1px;
	border:solid 1px #AAAAAA;
	font-size:14px;
	letter-spacing:0;
}

.basicTable {
	font-family: Arial, Helvetica, sans-serif; 
	font-size:12px;
	font-style: normal;	
	line-height:150%;
	font-weight: normal; 
	font-variant: normal; 
	color:#000000; 
}
.basicTable td {
	vertical-align:middle;
	padding:0 3px 8px 0;
}
.basicTableLabelTD {
	text-align:left;
	font-weight:bold;
	color:#393939;
}

.project_left{
	width:267px;
}

.project_right{
	float:right;
	text-align:left;
	width:575px;

}

/* === In Page === */

.project_list a{display:block; text-decoration:none; color:#7a5d50; line-height:100%; margin-bottom:10px;}
.project_list a strong {color:#414141;}

.project_list a:hover {color:#947161;}
.project_list a:hover strong {color:#5c5c5c;}

.project_view {font-size:13px; height:300px;}
.project_view td strong{display:block; font-size:16px; color:#7a5d50;}
.project_view td span{display:block; font-weight:bold; font-size:14px; color:#847066; margin-bottom:15px;}

.project_view img {width:267px; height:402px;}

img.project_main {width:267px; height:402px;}
img.logo {position:relative; bottom:-21px; margin-left:5px; margin-top:-110px;}

div.image_list_div {height:70px; white-space:nowrap; display:block; float:left;}
div.project_footer_div { height:70px; white-space:nowrap; margin-left:5px;}

/* a.img_lnk {margin:0 5px;} */
a.img_lnk img {width:57px; height:57px;}

/*
a.img_lnk_p {margin:0 5px; text-decoration:none;}
a.img_lnk_p img {width:150px; height:150px;}
*/

#lower_image {
	display:inline-block;
	height: 57px;
	width: 57px;
	overflow: hidden;
}


DIV.home_container { display:block; min-height:350px !important; height:auto; }

SPAN.projbox{
	display:inline-block;
	height:57px;
	width:57px;
	background-color:#FFF;
	margin:0 5px;
}

SPAN.projbox a.img_lnk {}
SPAN.projbox a.img_lnk img {width:57px; height:57px; filter:alpha(opacity=15); -moz-opacity:0.40;-khtml-opacity:0.40; opacity:0.40;}
SPAN.projbox a.img_lnk_p img {width:150px; height:150px; filter:alpha(opacity=15); -moz-opacity:0.40;-khtml-opacity:0.40; opacity:0.40;}

SPAN.projbox a.img_lnk img:hover {width:57px; height:57px; filter:alpha(opacity=100); -moz-opacity:0.1;-khtml-opacity:1; opacity:1;}
SPAN.projbox a.img_lnk_p img:hover {width:150px; height:150px; filter:alpha(opacity=100); -moz-opacity:1;-khtml-opacity:1; opacity:1;}

SPAN.cepia { background-color:#D5BFA4; }
SPAN.boxstyle1{	 background-color:#393D1F; }
SPAN.boxstyle2{	 background-color:#494E27; }
SPAN.boxstyle3{	 background-color:#565B2F; }
SPAN.boxstyle4{	 background-color:#727A3F; }
SPAN.boxstyle5{	 background-color:#7C8644; }
SPAN.boxstyle6{	 background-color:#9BA855; }
SPAN.boxstyle7{	 background-color:#AEB975; }
SPAN.boxstyle8{	 background-color:#bfc790; }
SPAN.boxstyle9{	 background-color:#AEBA78; }
SPAN.boxstyle10{ background-color:#cad2a5; }
SPAN.boxstyle11{ background-color:#d6dcb8; }

h1.home {width:755px;}
div.ishome {margin-top:-120px; height:70px;}

/*div#con2 {width:870px;}*/

span.proj_list_left {display:inline-block; width:280px; vertical-align:top;}
span.proj_list_right {display:inline-block; width:280px; vertical-align:top;}


.renders {display:none;}
.render1 {display:block;}
.render1 a:link, .render1 a:visited {color:#666666; text-decoration:none;}