/***********************************************/
/* 2col_rightNav.css                             */
/* Use with template 2col_rightNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 


body{
	font-family: Verdana, Arial, Helvetica;
	color: #ffffff;
	font-size: 10pt;
	margin: 0px;
	padding: 30px 0px 0px 0px;
	background-color:#999999;
}

a:link, a:visited, a:hover {
	color: #df47c1;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
}

h2{
 font-size: 114%;
 color: #006699;
}

h3{
 font-size: 15pt;
 color: #ffffff;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

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                                 */
/***********************************************/

#wrapper
{
    margin: 0 auto; 
	/* text-align: right; */
	/* vertical-align: middle; */
	width: 800px;
	font-size: 10pt;
	color: #cccccc;
	font-family: Verdana, Arial, Helvetica;
}

#wrappert
{
    margin: 0 auto; 
	/* text-align: right; */
	/* vertical-align: middle; */
	width: 600px;
	font-size: 10pt;
	color: #cccccc;
	font-family: Verdana, Arial, Helvetica;
}

#wrappErr
{
    margin: 0 auto; 
	/* text-align: right; */
	/* vertical-align: middle; */
	width: 600px;
	font-size: 10pt;
	color: #999999;
	font-family: Verdana, Arial, Helvetica;
}
#masthead{
	margin: 0;
	padding: 2px 0px;
	border-bottom: 1px solid #ffffff;
    background-color: #ffffff;
	width: 800px;
}

#globalNav{
	background-color: #000000;
	padding: 0px;
	width: 800px;
}

#navBar{
	margin: 0;
	padding: 0px;
	background-color: #df47c1;
	border-left: 2px solid #ffffff;
	width: 230px;
	vertical-align: top;
}

#content{
	width: 570px;
	height: 300px;
	margin: 0;
	padding: 10px 10px 10px 10px;
	background-color:#000000;
	vertical-align:top;
}

#partner img{
	border: 8px solid #cccccc;
}


#product_image{
    float: left;
	width: 264px;
	height: 180px;
	background-color:#ffffff;
}
#product_description{
	float: left;
	width: 275px;
	height: 180px;
	background-color:#b7abab;
	vertical-align:top;
	padding: 0px 6px 0px 4px;
	margin-bottom: 2px;
}

#product_description P{
	font-size: 9pt;
	color: #000000;
	font-family: Verdana, Arial, Helvetica;
}

#product_description H1{
	font-size: 12pt;
	color: #000000;
	font-family: Verdana, Arial, Helvetica;
	padding-top: 4px;
}

/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}

/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story p{
  padding: 0px 0px 10px 0px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	font-size: 75%;
	color: #cccccc;
	background-color: #ffffff;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
	height: 50px;
	text-align: right;
}
/* 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" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}

/*********** #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;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #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: 2px 0px 2px 10px;
	border-top: 1px solid #cccccc;
	width: 100%;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: auto;
}

#sectionLinks a:visited{
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #dddddd;
	padding: 2px 0px 2px 10px;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}
