/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial;
	color: #3e3e3e;
	line-height: 1.4;	
	margin: 0px;
	padding: 0px;
	background-color: #8c8d8d;
	font-size: 11px;
}
a:link, a:hover {
	color: #3e3e3e;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}
h1{
 	font-size: 16px;
 	color: #334d55;
}
h2{
 	font-size: 12px;
 	color: #006699;
}
h3{
  	font-size: 11px;
	color: #3e3e3e;
	font-weight: bold;
}
h4{
 	font-size: 14px;
 	font-weight: normal;
 	color: #FFFFFF;
}
h5{
 	font-size: 100%;
 	color: #334d55;
}
p{
	padding: 7px 0px;
	margin: 0px;
	font-size: 11px;
	color: #3e3e3e;
}
ul{
	list-style-type: disc;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
label{
	float: left;
	font: normal 11px Arial, sans-serif;
 	color: #334d55;
	width: 12em;
}
fieldset{
	margin: 1em 0;
	border: 1px solid #778a94;
	padding: 10px 6px 16px 2.4em;
}
input{
	font-size: 10px;
	color:#333333;
	width: 234px;
}
input:focus{
	background-color: #ffc;
}
legend{
	padding-bottom: 4px;
	font: bold 11px Arial;
}
select{
	font-size:10px;
	color: #333333;
	width: 120px;
}
table{
	border-collapse: collapse;
	background-color: #F9F9F9;
	border: 1px solid #96B7CB;
	border-top: 4px solid #96B7CB;
}
th, td{
	padding: 3px 1em 3px 13px;
} 
caption{
	padding-left: 13px;
	text-align:left;
	font-size: 12px;
	font-weight: bold;
	margin: 1em 0;
	color: #3E3E3E;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
}
thead {
	margin: 0px;
	padding: 0px;
	background: #E9F3FC;
	/*border-bottom: 1px solid #96B7CB;*/
}
th{
	font-weight: normal;
	text-align: left;
}
tr:hover{
	background-color:#D6E3EB;
	color: #FFFFFF;
}
tr:hover a{
	color: #3E3E3E;
	text-decoration: underline;
}
thead tr:hover{
	background-color: #E9F3FC;
	color: #3E3E3E;
}
tr a {
	color: #525252;
	text-decoration: none;
}
.odd {
	background-color: #e9f3fc;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

.header{
	margin: 0;
	padding: 2px 0px 2px 10px;
	background-color: #F0F2F0;
	font: 10px Arial;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
}
.masthead{
	margin: 0;
	padding: 0px;
	width: 766px;
	height: 158px;
	background-color: #02596d;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
}
.mastheadLogo{
	float: left;
	margin: 0;
	padding-bottom: 10px;
	padding-top: 10px;
	width: 439px;
}
.mastheadPhoto{
	float: right;
	margin: 0;
	padding: 0;
	background-image:url(images/headerPhoto.gif);
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
#secondColumn{
	float:right;
	padding: 0px;
	background-color: #d1dfec;
	width: 282px;
	line-height: 1.4;
	border-right: 1px solid #FFFFFF;
}
#content{
  	float:left;
	width: 457px;
	margin: 0;
	padding: 18px 14px 30px;
	background-color:#FFFFFF;
}
.subHeaders{
	margin: 0px;
	padding: 2px 0px 3px 10px;
	border-top: 3px solid #96b7cb;
	font-size: 11px;
	background-image: url(images/subheaderBkgrd.png);
	width: 272px;
	background-repeat: no-repeat;
	background-position: left center;
}
#wrapper{
	margin: 0 auto;
	border-left: 1px solid #747372;
	border-right: 1px solid #747372;
	width: 768px;
	overflow: auto;
	background-repeat: repeat-y;
	background-position: left top;
	background-image: url(images/backgroundIsh.gif);
}
.footer{
	clear:both;
	padding:4px;
	color:FFFFFF;
	border-top:1px solid #747372;
	width:760px;
	margin:0 auto;
}

/***********************************************/
/*Component Divs                               */
/***********************************************/

/************* #globalNav styles **************/

.globalNav{
	float: left;
	color: #cccccc;
	padding: 0;
	margin: 0;
	width: 483px;
	background-color: #097c9d;
	border-top: 3px solid #96b7cb;
	border-right: 1px solid #FFFFFF;
}
.globalNav ul{
	margin: 0;
	padding: 0;
	list-style: none;
	width: 483px;
}
.globalNav ul li{
	float: left;
}
.globalNav a {
	color: #FFFFFF;
	font-size: 14px;
	padding: 2px 12px 3px;
	background-image: url(images/navDivider.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	display: block;
	text-decoration: none;
}
.globalNav a:hover {
	color: #07667a;
	background-color: #FFFFFF;
	text-decoration: none;
}

/************** .vidFeature styles ***************/

.vidFeature{
	padding: 0px 10px 40px 0px;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #778a94;
	line-height: 1.5;
	clear: both;
}
.vidFeature h1{
	padding-bottom: 12px;
}
/* adjust margins to change separation between the feature image and text flowing around it */

/************** .chytenPhilosophy styles ***************/

.chytenPhilosophy{
	margin-top: 15px;
	margin-bottom: 15px;
	padding-bottom: 24px;
	background-color: #E9F3FC;
	border: 4px solid #96B7CB;
	font-family: Arial;
	font-size: 12px;
	line-height: 1.5;
	color: #3e3e3e;
	list-style-position: inside;
	padding-left: 12px;
	padding-right: 12px;
}

.chytenPhilosophy h3{
	padding: 14px 0px 5px;
	color: #3e3e3e;
	font-weight: bold;
	font-size: 12px;
}

/*********** #opportunityBullets styles ***********/

.opportunityBullets{
	margin: 0px;
	padding: 14px 14px 25px;
	font-size: 11px;
	list-style-position: inside;
}

.opportunityBullets h3{
	padding: 0px 10px 10px 0px;
}

/*********** #rightforChyten styles ***********/

#rightforChyten{
	margin: 0px;
	padding: 14px 20px 25px 14px;
	font-size: 11px;
}
/*********** #homeQuotes styles ***********/

#homeQuotes{
	float:left;
	margin:0 auto;
	padding: 0px 10px 0px 4px;
	font-size: 11px;
	line-height: 1.4;
	width: 43%;
}
/*********** #homeQuotes2 styles ***********/

#homeQuotes2{
	float:right;
	margin:0 auto;
	padding: 0px 20px 0px 0px;
	font-size: 11px;
	line-height: 1.4;
	width: 44%;
}

/*********** #downloadDocs styles ***********/

#downloadDocs {
	margin: 0px;
	padding: 14px 20px 25px 14px;
	font-size: 11px;
	line-height: 1.8;
}
#downloadDocs a {
	color: #3e3e3e;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	text-decoration: none;
}
#downloadDocs a:hover {
	color: #3e3e3e;
	text-decoration: underline;
}
/************** #differenceBullets styles ***************/

#differenceBullets{
	margin-top: 0px;
	margin-bottom: 14px;
	padding-bottom: 20px;
	background-color: #E9F3FC;
	border: 4px solid #96B7CB;
	font-family: Arial;
	font-size: 12px;
	line-height: 1.5;
	color: #3e3e3e;
	list-style-position: inside;
}

#differenceBullets h3{
	padding: 14px 0px 5px 12px;
	color: #3e3e3e;
	font-weight: bold;
	font-size: 12px;
}
#differenceBullets ul{
	padding-left: 12px;
	padding-right: 12px;
}
