/***********************************************/
/* common-1.css                                */
/* Use with main area pages                    */
/***********************************************/

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

body{
	font-size: 0.75em;
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}

a{
	color: #006699;
	text-decoration: none;
}

a:link{
	color: #006699;
	text-decoration: none;
}

a:visited{
	color: #006699;
	text-decoration: none;
}

a:hover{
	background-color: #dddddd;
}


.text{
	color: #006699;
	font-weight: bold;
	text-decoration: none;
}

h1{
 	font-family: Verdana,Arial,sans-serif;
 	font-size: 120%;
 	color: #334d55;
 	margin: 0px;
 	padding: 0px;
}

h2{
 	font-family: Arial,sans-serif;
 	font-size: 114%;
 	color: #006699;
 	margin: 0px;
 	padding: 0px;
}

h3{
 	font-family: Arial,sans-serif;
	font-size: 100%;
    color: #334d55;
	margin: 0px;
	padding: 0px;
}

h4{
	font-family: Arial,sans-serif;
	font-size: 100%;
	font-weight: normal;
	color: #333333;
	margin: 0px;
	padding: 0px;
}

h5{
	font-family: Verdana,Arial,sans-serif;
	font-size: 100%;
	color: #334d55;
	margin: 0px;
	padding: 0px;
}

ul{
	list-style-type: square;
}

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

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

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#wrapper{
	width: 90%;
	margin-top: 15px;
	margin-bottom: 5px;
	margin-left: 30px;
	margin-right: 30px;
	background-color: #FFFFFF;
}

#masthead{
	padding: 0px;
	border-bottom: 2px solid #cccccc;
	width: 100%;
}

#nav{
	float: left;
	width: 17%;
	margin: 0px;
	margin-top: 10px;
	padding: 0px;
	background-color: #eeeeee;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

#content{
	float: left;
    width: 78%;
}

#footer{
    width: 100%;
	font-size: 85%;
	text-align: right;
}

/***********************************************/
/* Components                                  */
/***********************************************/

#photo {
    width: 100%;
    height: auto;
}

.product{
	color: #000000;
	text-decoration: none;
}

.product:hover{
	color: #006699;
	text-decoration: underline;
}

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

#globalNav{
	padding: 5px 0px 5px 0px;
	color: #cccccc;
}

#globalNav img{
	display: block;
}

#globalNav a {
	padding: 0 4px 0 0;
}

/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 0.9em;
	padding: 2px 0px 0 10px;
}


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

.feature{
	padding: 30px 0px 10px 10px;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

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


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

.story{
	clear: both;
	padding: 10px 0px 5px 10px;
}

.story p{
	padding: 0px 0px 5px 0px;
}

/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#search form{
 	margin: 0px;
 	padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


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

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

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

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


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

#navLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
}

#navLinks h3{
	padding: 10px 0px 2px 10px;
}

#navLinks a {
	display: block;
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#navLinks #current a {
	display: block;
	color: #000000;
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#navLinks a:hover{
	background-color: #dddddd;
}

#navLinks #current a:hover{
	background-color: #eeeeee;
	text-decoration: none;
}