/* ********************* INEWS STORY DISPLAY ********************* */

#contentColumn .textContent h2 {
	font-size:2em;
	font-weight:normal;
	color:#2E2E2E;
	font-family:Trebuchet,Arial,Helvetica,sans-serif;
	margin:0 0 1em 0;
	text-align:left;
	border-bottom:1px solid #000;
}
#contentColumn .textContent .titleIcon {
	float:left;
	margin:3px 14px 0 0;
	display:inline; /* fixes explorer 6 margin bug */
}
#contentColumn .textContent h3, #contentColumn .textContent h4 {
	font-size:1.4em;
	font-weight:bold;
	color:#233765;
	font-family:Arial,Helvetica,sans-serif;
	margin:0.3em 0 1em 0;
}
#contentColumn .textContent h5 {
	font-size:1.2em;
	font-weight:bold;
	color:#233765;
	font-family:Arial,Helvetica,sans-serif;
	margin:0.3em 0 1em 0;
}


#contentColumn .textContent h4 {
/*	border:1px solid #F00; */
}

#contentColumn .portfolio h2 {
	border-width:0px;
}
#contentColumn .portfolio h3 {
	border-bottom:1px solid #000;
}


#contentColumn .textContent img {
	margin:2px;
}
#contentColumn .textContent a {color:#001761;}

hr.break {
	height:1px;
	line-height:1px;
	font-size:1.5px;
	margin:0;
	padding:0;
	clear:both;
	visibility:hidden;
}

/****** PORTFOLIO *******/


a.portItem {
	display:block;
	width:202px;
	height:200px;
	float:left;
	margin:0 30px 20px 10px;
	font-size:1em;
	text-align:center;
}
a.portItem img {
	display:block;
	width:200px;
	height:160px;
	border:1px solid #000;
	margin:0 0 4px 0;
}

/***** Tutorial Pages *****/

#tutTitle {
	border:1px solid #5C6296; 
	margin:10px; 
	padding:3px 5px; 
	color:#0A519E !important; 
	text-decoration:none; 
	outline-color:invert; 
	outline-style:none; 
	outline-width:medium;
}
#imgTitle {
	border:0px none; 
	margin:0 0 -4px 0 !important;
	padding:0 0 0 5px; 
	outline-style:none;
}
#tutBox {
	border:1px solid #5C6296; 
	margin:0pt 0pt 20px; 
	padding:5px; 
	overflow:auto; 
/*	display:none; */
	background-color:#C7E7FF; 
/*	height:110px; */
}
#tutBox .big {
	border:1px solid; 
	margin:0 0 0 10px !important; 
	height:100px;
	padding:0;
	float:right;
}
#tutBox .small {
	margin:0pt 0pt -2px; 
	padding:0pt 0pt 0pt 5px;
	border:0;
	height:16px;
	width:16px;
}
#tutStart {
	outline-style:none;
}

/***** FAQ & Trouble Shooting ****/

.Qone b {
	color:#13599F !important;
	font-size:1.2em;
}
.Qone ul{
	list-style-type: none;
	padding-left:0px;
	margin-left:20px;
}
.Qone ul li{
    padding-left:15px;
    background:transparent url(../images/li_one.gif) no-repeat;
    background-position:0 4px;
}
.Qtwo b {
	color:#1874CF !important;
	font-size:1.2em;
}
.Qtwo ul{
	list-style-type: none;
	padding-left:0px;
	margin-left:20px;
}
.Qtwo ul li{
    padding-left:15px;
    background:transparent url(../images/li_two.gif) no-repeat;
    background-position:0 4px;
}
.Aone {
	border:1px #13599F solid;
	padding:8px;
}
.Aone h3 {
	color:#13599F !important;
}
.Atwo {
	border:1px #1874CF solid;
}
.Atarget {
	text-decoration:none !important;
}
.FAQtop {
	text-decoration:none;
}
.Answer {
	padding-left:20px;
}

hr.Adivide {
	border: none 0; 
	border-top: 3px double #D2DDEE;
	width: 80%;
	height: 3px;
	text-align: center;
}
.Atop {
	text-decoration:none;
	border:0;
	text-align:right;
	padding:0 20px 0 0;
}
.Atarget b {
	margin:0 0 100px -5px;
	padding:0 0 100px 0;
}