/**************************************/
/* BEGIN GLOBAL STRUCTURAL ELEMENTS   */
/**************************************/

/* Header Row */
#row_header {
	margin-top:26px;
}

/* Main Row */
#row_main {
	background-image:url(/assets/templates/simantel/images/row_main_bkg.gif);
	background-position:194px 0px;
	background-repeat:repeat-y;
	padding-bottom:50px;
}

/* Footer Row */
#row_footer {
	margin-top: 30px;
}

#row_footer table {
	list-style: none;
	font-size: 0.9em;
	color:#4C4B4B;
	vertical-align: center;
	text-align: left;
}

#row_footer td {
	padding: 0 10px;
}

/* Logo Container */
#logo {
	margin-top:32px;
}

/* Main Nav */
#nav_main {
	text-align:right;
}
#nav_main ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:28px 42px 0 0;
}
#nav_main ul li {
	text-transform:uppercase;
	line-height:2.3em;
}
#nav_main ul ul {
	margin-top:0;
	font-size:0.82em;
	margin-right:0px;
	margin-bottom:6px;
}
#nav_main ul li li {
	line-height:1.9em;
	text-transform: capitalize;
}
#nav_main ul li li a:after {
	content: ' •';
}

#nav_main ul li.first {
}
#nav_main a, #nav_main a:visited, #nav_main li.active li a, #nav_main li.active {
	color:#4B4B4B;
	text-decoration:none;
}
#nav_main a:hover, #nav_main a:visited:hover, #nav_main li.active li a:hover, #nav_main li.active li a:visited:hover, #nav_main li.active a, #nav_main li.active li.active a {
	color:#EB6E1F;
}

/* Footer */

/* Copyright */

/************************************/
/* END GLOBAL STRUCTURAL ELEMENTS   */
/************************************/

/*****************************/
/* BEGIN HOME PAGE OVERRIDES */
/*****************************/


/***************************/
/* END HOME PAGE OVERRIDES */
/***************************/

/*********************************/
/* BEGIN INTERIOR PAGE OVERRIDES */
/*********************************/

/*******************************/
/* END INTERIOR PAGE OVERRIDES */
/*******************************/

/***************************/
/* BEGIN CONTENT OVERRIDES */
/***************************/
#content {
	color:#4C4B4B;
	padding-top:0px;
}
#content a, #content a:visited {
	color:#EB6E1F;
	text-decoration:none;
}
#content a:hover, #content a:visited:hover {
	text-decoration:underline;
}

#content h1, #content h2, #content h3, #content h4 {
	color:#EB6E1F;
}


/*************************/
/* END CONTENT OVERRIDES */
/*************************/

/*********************************/
/* BEGIN SPECIFIC PAGE OVERRIDES */
/*********************************/
/* Home */
div#content.homepage {
	padding-top:16px;
}
table#project_matrix {
	width:616px;
}
table#project_matrix td {
	padding:0px;
	width:154px;
}
table#project_matrix td img {
	display:block;
	border:1px solid #FFFFFF;
	border-left:none;
	border-top:none;
}
#homepage_content {
}
#homepage_content h1 {
	font-size:2.0em;
}
#homepage_news {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}
#homepage_news .article_date {
	color:#000;
	font-size:1.0em;
}
#homepage_news h2 {
	color:#4B4B4B;
	font-weight:normal;
	font-size:1.0em;
	margin-bottom:0.5em;
}
#homepage_news h2 a, #homepage_news h2 a:visited {
}
#homepage_news p {
	font-size:0.90em;
	margin-bottom:0.4em;
}
#homepage_news a.article_link {
}
#homepage_news li {
	display:block;
	width:120px;
	float:left;
	margin:0;
	padding-right:18px;
}


/* News */
ul.news_listing {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin: 0;
}
ul.news_listing .article_date {
}
h3 {
	font-size: 1.2em;
	line-height:1.1em;
	font-weight: normal;
	margin-bottom: 0.5em;
}

h2 {
	font-size: 1.4em;
	line-height:1.1em;
	margin:0;
	margin-bottom: 0.4em;
	font-weight:normal;
}

ul.news_listing h2 {
	margin-top: 0.3em;
}

ul.news_listing p {
	margin-bottom:0.4em;
}
ul.news_listing a.article_link {
}
#content ul.news_listing a.readmore_link {
	color: #000;
}
ul.news_listing li {
	margin-bottom:2em;
}

/*********************************/
/* BEGIN SPECIFIC PAGE OVERRIDES */
/*********************************/

/* Projects */
#project_container {
	position:relative;
	margin-top: 45px;
}
#project_header {
	position:relative;
	margin:20px 0 10px 0px;
	/* weird bug.. only works when there is a border */
	border-bottom: 1px solid #fff;
}
#project_header h3 {
	position:absolute;
	left:0px;
	top:-44px;
	bottom:3px;
	margin:0;
	color:#000000;
	font-size:1.0em;
	font-weight:normal;
	z-index: 1;
	text-transform:none;
}
#project_header #project_item_description {
	position:absolute;
	bottom:7px;
	/*display:none;*/
	color: #000;
}

#project_header ul {
	z-index: 9000;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	position:absolute;
	right:4px;
	bottom:0px;
	margin:0;
}
#project_header ul li {
	float:left;
	margin:0;
	padding:0 0 0 2px;
}
#project_header ul li.active img {
	border:1px solid #EB6E1F;
}
#project_row {
	position:relative;
	margin-left: -38px;
}

/*IE6 fix*/
* html #project_row {
	margin-left: -20;
}

#project_arrow_right {
	position:absolute;
	width:32px;
	height:38px;
	top:162px;
	right:0px;
}
#project_arrow_left {
	position:absolute;
	width:32px;
	height:38px;
	top:162px;
	right:565px;
}
#project_item {
	text-align:center;
	z-index:2;
}
#project_footer {
	position:relative;
	padding-top:20px;
}
#project_footer table {
	width:520px;
}
#project_footer td {
	padding:0;
	margin:0;
}

#project_footer h2 {
	font-size:1.2em;
	line-height: 1.7em;
	margin:0;
	padding-top:18px;
}
#project_footer p {
	font-size:1.2em;
	margin:0;
	padding:0;
}
#project_footer h3 {
	font-size:1.05em;
	line-height: 1.7em;
	margin:0;
	padding-top:10px;
}

.project_question {
	margin-top:-25px;
}

#project_article_link a, #project_article_link a:visited {
	color:#EB6E1F;
	color: #000;
	text-decoration: underline;
}
#nav_projects {
	width: 250px;/*166px*/
	margin: 0 0 0 -85px;
}
#nav_projects ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	float:right;
	margin:74px 42px 0 0;
	margin: 74px 0 0 0;
	font-size:0.92em;
}
#nav_projects ul li {
	text-align:right;
}
#nav_projects a, #nav_projects a:visited {
	color:#4B4B4B;
	text-decoration:none;
}
#nav_projects a:hover, #nav_projects a:visited:hover, #nav_projects li.active a {
	color:#EB6E1F;
}
div#tooltip {
    display: none;
    position: absolute;
    border: 1px solid #ccc;
    background: #fff;
    padding: 5px;
    z-index: 9999;
}

/* * html #content{
	width:400px;
	clear:all;
}
* html #span-16{
	width:400px;
	clear:all;
} */