/***********************************************/
/* xtal_nav_right.css                           */
/* Use with template xtaltek.dwt        */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	
	/*background: #cccccc url(file:///G|/bg_grad.jpg) fixed;*/
	background-image: url(img/xtaltekbckgrnd.jpg);
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #000066;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/************** header tag styles **************/

h1{
 font: bold 120% Arial,sans-serif;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h2{
 font: bold 114% Arial,sans-serif;
 color: #003366;
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold 100% Arial,sans-serif;
 color: #003366;
 margin: 0px;
 padding: 0px;
}

h4{
 font: 100% Arial,sans-serif;
 color: #000000;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 100% Arial,sans-serif;
 color: #003333;
 margin: 0px;
 padding: 0px;
}


/*************** list tag styles ***************/

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#pagecell{
	position:absolute;
	top: 250px;
	left: 143px;
	right: 2%;
	width: 70%;
	background-color: #ffffff;
}

/*#tl {
	position:absolute;
	top: -1px;
	left: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#tr {
	position:absolute;
	top: -1px;
	right: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}*/

#masthead{
	position: absolute;
	top: 10px;
	width: 99.8%;
	border: 1px solid #003366;
	height: 181px;
	background-image: url(img/xtaltekbanner.jpg);
	
}

#pagetitle{
	font: bold 1em Arial,sans-serif;
	color: #003366;
	display:block;
	padding: 5px 0px 5px 25px;
	border: 1px solid #003366;
	background-color: #D7DBFF;
}

#content{
	padding: 0px 10px 0px 0px;
	margin:0px 178px 0px 0px;
	border-right: 1px solid #003366;
}

/***********************************************/
/* Component Divs                              */
/***********************************************/

/*************** story styles ******************/

/*.story {
	padding: 10px 0px 0px 10px;
	font-size: 100%;	
}

.story h3{
	font: bold 125% Arial,sans-serif;
	color: #666666;
}

.story p {
	padding: 0px 0px 10px 0px;
}
.story a:link, a:visited{
	color: #333333;
}
.story a.capsule{
	font: bold 1em Arial,sans-serif;
	color: #003366;
	display:block;
	padding: 5px 0px 5px 25px;
	border: 1px solid #003366;
	background-color: #D7DBFF;
}
.story a.capsule:link, a.capsule:visited{
	color: #003366;
}

.story a.capsule:hover{
	text-decoration: none;
}
*/

/************ sectionLinks styles **************/

#sectionLinks{
	margin: 0px;
	padding: 0px;
		float: right;
	width:178px;
	padding: 0px;
	background-color: #D7DBFF;
	border-left: 1px solid #003366;
	border-bottom: 1px solid #ffffff;
	font: small Verdana,sans-serif;

}

#sectionLinks h3{
	padding: 10px 10px 10px 10px;
	border-bottom: 1px solid #003366;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #003366;
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #666666;
	background-color: #D7DBFF;
}

#sectionLinks a:hover{
	border-top: 1px solid #003366;
	border-bottom: 2px solid #003366;
	background-color: #CCCCCC;
	background-image: none;
	color: #003366;
	font-weight: bold;
	text-decoration: none;
}

/************** siteInfo styles ****************/

#siteInfo{
	clear: both;
	border-top: 1px solid #003366;
	font-size: small;
	color: #666666;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}
