/* Home Page Specific CSS */
/** CONTENT for the HOME PAGE */

#content {
	margin: 0;
	padding: 0;
}

#content .first_title {
	width: 100%;
	height: 38px;
	min-height: 38px;
	max-height: 38px;
	background-color: #DAE6F7;
	background-image:  url(../images/content_title_bg.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}

#content .first_title h1 {
	margin: 0;
	padding: 7px 0 0 25px;
	font-size: 1.4em;
	color: #CC0000;
	font-family: Tahoma;
	font-weight: bold;
}

#content p {
	margin: 15px 2% 15px 2%;
	line-height: 1.4em;
}

#content a:link    { text-decoration: underline; color: #5A98E7; }
#content a:hover   { text-decoration: underline; color: #1561CE; }
#content a:visited { text-decoration: underline; color: #5A98E7; }
#content a:active  { text-decoration: underline; color: #CC0000; }

#content h1 {
	margin: 15px 2% 15px 2%;
	font-size: 14pt;
	color: #CC0000;
	font-family: Tahoma;
	font-weight: bold;
}

#content h2 {
	margin: 15px 2% 15px 2%;
	font-size: 13pt;
	color: #5A98E7;
	font-family: Tahoma;
}

#content h3 {
	margin: 15px 2% 15px 2%;
	font-size: 11pt;
	color: #EF922C;
	font-family: Tahoma;
}

#content h4 {
	margin: 15px 2% 15px 2%;
	font-size: 10pt;
	color: #EFBB2E;
	font-family: Tahoma;
}

#content h5 {
	margin: 15px 2% 15px 2%;
	font-size: 10pt;
	color: #5A98E7;
	font-family: Tahoma;
}

#content strong {
    color: #5A98E7;
}

#content ul {
	list-style-image: url(../images/arrowblue.gif);
}

#content li {
	line-height: 1.2em;
}

/* 3 column component */
.three_columns {
	width: 100%;
	padding: 0 1.5% 0 1.5%;
	margin: 15px 0 15px 0;
	text-align: left;
}

.three_columns .col_left {
	border-top: 1px dotted #CCCCCC;
	width: 30%;
	float: left;
	padding: 8px;
}

.three_columns .col_center {
	border-top: 1px dotted #CCCCCC;
	width: 30%;
	float: left;
	padding: 8px;
}

.three_columns img {
	margin: 10px 0 0 0;
	text-align: center;
	border: 1px dotted #CCCCCC;
}

.three_columns .col_right {
	border-top: 1px dotted #CCCCCC;
	width: 30%;
	float: left;
	padding: 8px;
}

.three_columns .headline {
	background-color: #DAE6F7; 
	padding: 8px;
	color: #5A98E7;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
}

.three_columns .head_line {
	background-color: #DAE6F7; 
	padding: 8px;
	color: #5A98E7;
	font-size: 0.9em;
	font-weight: bold;
	text-align: center;
}

.three_columns .head_line_nocolor {
	padding: 8px;
	font-size: 0.9em;
	font-weight: bold;
	text-align: center;
}

.bg_blue {
	background-color: #C1D7F5; 
	color: #5A98E7;
} 

.bg_green {
	background-color: #C1DB67; 
	color: #669900;
} 

.bg_orange {
	background-color: #F2C490; 
	color: #EF922C;
}

.three_columns .content {
	/*border: 1px dotted #CCCCCC;*/
}



.three_columns ul {
	padding: 1.2em;
	line-height: 1.4em;
	color: 6D6D6D;
	list-style-type: none;
	list-style-image: url(../images/arrowblue.gif);
	list-style-position: outside;
}

/* home page promo design */

#content #promo .content ul {
	direction: rtl;
	padding: 1.2em;
	line-height: 1.4em;
	color: 6D6D6D;
	list-style-type: none;
	list-style-image: url(../images/arrowblue.gif);
	list-style-position: outside;
	text-align: right;
}

/* portfolio */

#content #portfolio {
	margin-top: 20px;
	text-align: center;
}

#content #portfolio img {
	border: 1px dotted #CCCCCC;
}

#content #portfolio td.underlined {
	border-top: 1px dotted #CCCCCC;
}