/***********************************************/
/* 2col_rightNav.css                             */
/* Use with template 2col_rightNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	width: 950px;
	MARGIN-RIGHT: auto;
	MARGIN-LEFT: auto;
}

a:link, a:visited, a:hover {
	color: #006699;
	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-family: Verdana,Arial,sans-serif;
 font-size: 116%;
 color: #334d55;
}

h2{
 font-size: 106%;
 color: #006699;
}

h3{
 font-size: 100%;
 color: #334d55;
}

h4{
 font-size: 100%;
 color: #006699;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
	font: bold 100% Arial,sans-serif;
 color: #334d55;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0;
	padding-top: 10px;
	width: 100%;
}

#masthead img{
	float:left;
	padding: 2px 10px 0 0;
	border: 0;
	width: 57px;
	height: 60px;
}

#navBar{
	margin: 0 0 0 79%;
	padding: 0px;
	background-color: #eeeeee;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#content{
    float:left;
	width: 77%;
	margin: 0;
	padding: 0 10px 0 0;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 7px 0px 10px 10px;
}

#name{
	font-size: 83%;
	padding: 0 0 23px 0;
}

/*************** #pageName styles **************/

#pageName{
	padding: 10px 0px 10px 0px;
}


/************* #globalNav styles **************/

#globalNav{
	color: #ccc;
	white-space: nowrap;
	border-bottom: 1px solid #ccc;
	overflow: hidden;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav a {
	font-size: 90%;
	padding: 4px 20px 4px 20px; 
}

.products{
	border: 1px solid #dfdede; 
	margin: 0 10px 10px 0px; 
	float: left; 
	width: 168px; 
	height: 130px; 
	text-align: center; 
	padding-top: 10px; 
	background-color: #eee;	
}

.products h4{
	padding-top: 10px; 
	font-size: 84%;
}

.products img{
	border: 0;
	width: 140px;
	height: 95px;	
}

/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 0px;
	font-size: 84%;
}

.feature h3{
	text-align: center;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
	border: 0;
}

.feature p{
	text-align:justify;
	line-height: 150%;
}

/************** .featureC styles ***************/

.featureC{
	font-size: 84%;
}

.featureC img{
	float: left;
	padding: 0px 2px 5px 0px;
	border: 0;
}

/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0 10px 0;
	font-size: 84%;
}

.story h3{
    padding: 0 0 12px 0;
}

.story h3.nopadding{
    padding: 10px 0 0 0;
}

.story h3.index{
    padding: 0;
}

.story p{
	text-align: justify;
	line-height: 150%;
}

.story li{
	list-style-type: none;
	padding-left: 10px;
	background-image: url(images/1.gif);
	background-repeat: no-repeat;
	background-position: 0 .5em;
	line-height: 150%;
}

/************** .contactus styles *****************/

.contactus{
	clear: both;
	padding: 20px 0px 10px 0px;
	font-size: 84%;
}

.contactus img{
	width: 36px;
	height: 36px;
	border: 0;
	float: left;
	padding: 0px 10px 0px 0px;
}

.contactus1{
	padding: 8px 0px 0px 0px;
}

/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border-top: 1px solid #ccc;
	font-size: 75%;
	margin: 10px 0 10px 0;
	text-align:right;
	padding-top: 5px;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
   the bottom border of the navBar in cases where they "touch" */
   

/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

#navBar li.now { background: #ddd; }

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #globalNav link styles ***********/
#globalNav ul a:link, #globalNav ul a:visited {display: block;}
#globalNav ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#globalNav li {border-right: 2px solid #fff;
float: left;
background: #e8edff url('images/topright.png') right -1px no-repeat;}

#globalNav li.now { background: #b9c9fe url('images/right.png') right -1px no-repeat;}

/* fix for browsers that don't need the hack */
html>body #globalNav li {border-bottom: none;}


/*********** #globalLinks styles ***********/

.globalLinks a:hover{background: #b9c9fe url('images/right.png') right -1px no-repeat;}


/*********** #sectionLinks styles ***********/

.sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

.sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

.sectionLinks a:link{
	padding: 5px 0px 5px 10px;
	border-top: 1px solid #cccccc;
	width: 100%;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: auto;
}

.sectionLinks a:visited{
	border-top: 1px solid #cccccc;
	padding: 5px 0px 5px 10px;
}

.sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #ddd;
	padding: 5px 0px 5px 10px;
}


/************** #advert styles **************/

#advert{
	padding: 10px 0px 10px 10px;
	font-size: 80%;
}

#advert img{
	display: block;
	border: 0;
	margin-bottom: 5px;
}


/************** #table styles **************/

#rounded-corner
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	width: 100%;
	text-align: left;
	border-collapse: collapse;
}
#rounded-corner thead th.rounded-type
{
	background: #b9c9fe url('images/left.png') left -1px no-repeat;
}
#rounded-corner thead th.rounded-q4
{
	background: #b9c9fe url('images/right.png') right -1px no-repeat;
}
#rounded-corner th
{
	padding: 8px;
	font-weight: normal;
	font-size: 13px;
	color: #039;
	background: #b9c9fe;
	text-align: left;
}
#rounded-corner td
{
	padding: 8px;
	background: #e8edff;
	border-top: 1px solid #fff;
	color: #669;
}
#rounded-corner tfoot td.rounded-foot-left
{
	background: #e8edff url('images/botleft.png') left bottom no-repeat;
}
#rounded-corner tfoot td.rounded-foot-right
{
	background: #e8edff url('images/botright.png') right bottom no-repeat;
}
#rounded-corner tbody tr:hover td
{
	background: #d0dafd;
}

.shadow{ 
float: left; 
margin-right: 10px; 
background-color: #EFEFEF;
}
.shadow img{ 
padding: 0;
background-color: #FFFFFF; 
position: relative; 
top: -3px;
left: -3px;
}

.stat{
text-align:center;
display:none
}
