/***********************************************/
/* J S Mouldings CCS Defaults                  */
/***********************************************/

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

body 	{
		font-family: Arial,sans-serif;
		margin: 0px; 
		margin-width: 0px; 
		margin-height: 0px;
}

.body_right{
	background-image:url(../images/headnav/right-bg.jpg);
	background-repeat:repeat-x;
}
.body_left{
	background-image:url(../images/headnav/left-bg.jpg);
	background-repeat:repeat-x;
}

h1{
 font-family: Arial,sans-serif;
 font-size: 12pt;
 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%;
 font-style:italic;
 color:#006699;
 margin: 0px;
 padding: 0px;
 font-weight:bold;
}

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: disc;
}

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

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


label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}
a:link{
	text-decoration:none;
	color:#0099CC;
}
a:visited{
	text-decoration:none;
	color:#0099CC;
}
a:hover{
	text-decoration:none;
	color:#FF0000;
}
/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	position:relative;
	width: 720px;
	margin: auto;
}

#navBar{
	float: right;
}

#pagecell{
	background-image: url(../images/common/nav-bg-01.gif);
	background-position:right;
	background-repeat:repeat-y;
  	position:relative;
	margin: auto;
	background-color: #ffffff;
}
#content{
	padding: 0px 0px 0px 0px;
	margin:0px 234px 0px 0px;
	color:#006699;
}
.nav-bg{
	background-image: url("../images/headnav/nav-bg-01.gif");
	background-position:right;
	background-repeat:repeat-y;
}
.content02{
	background-image: url("../images/headnav/content-bg.gif");
	background-position:top;
	background-repeat:no-repeat;
	border-left: 1px solid #cccccc;
}

#content02 a:link,
#content02 a:visited{
	color:#006699;
	text-decoration:none;
}
#content02 a:hover{
	color:#FF0000;
	text-decoration:none;
}
/***********************************************/
/* Components                                  */
/***********************************************/

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

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

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

#breadCrumb{
	font-size: 80%;
	padding: 5px 0px 0 5px;
}
#breadCrumb a:link, #breadCrumb a:visited{
	font-size: 80%;
	padding: 5px 0px 0 5px;
}
#breadCrumb a:hover{
	font-size: 80%;
	padding: 5px 0px 0 5px;
}


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

.feature{
	font:Arial, Helvetica, sans-serif;
	padding: 10px 10px 10px 10px;
	font-size: 80%;
	line-height: 1.5em;
	color:#006699;
}
.feature h2{
	font-size:14pt;
	color:#FFFFFF;
	line-height: 1.5em;
}
.feature h3{
	font-size:14pt;
	padding: 10px 0px 5px 0px;
}
.headp{
	font-size:11pt;
	font-weight:bold;
}

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

.story{
	font:Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 1.5em;
}
.imgLeft{
	display:block;
	float:left;
	padding: 10px 10px 10px 0px;
}
.imgRight{
	display:block;
	float:right;
	padding: 10px 0px 10px 10px;
}
.storyLeft{
	display:block;
	float:left;
	width: 45%;
	font:Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	padding: 10px 10px 10px 0px;
}
.storyRight{
	display:block;
	float:right;
	width: 45%;
	font:Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	padding: 10px 0px 10px 10px;
}
.story h3{
	font-size:14pt;
	padding: 10px 0px 10px 5px;
}
.story h2{
	font-size:14pt;
	color:#FFFFFF;
	line-height: 1.5em;
}
.story p{
	padding: 5px 10px 5px 10px;
}
.line {
	margin-top:10px;
	margin-bottom:10px;
	background-image:  url("../images/common/line.gif");
	background-repeat:repeat-x;
	}

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

#sectionLinks{
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	line-height:normal;
	padding: 5px;
}
#sectionLinks h3{
	font-family:Arial, Helvetica, sans-serif;
 	font-size:10pt;
	font-style:italic;
	color:#006699;
	font-weight:bold;
}
#sectionLinks ul{
	margin:0px;
}
#sectionLinks li{
	list-style-type:armenian;
	text-indent: 10px;
}
#sectionLinks a:link,
#sectionLinks a:visited{
	display:block;
	font-size:9pt;
	color:#006699;
	text-decoration:none;
}

#sectionLinks a:hover{
	font-size:9pt;
	color:#FF0000;
	text-decoration:none;
}

/*********** .relatedLinks styles ***********/

.relatedLinks{
	font-size:10pt;
	padding-left:20px;
	padding-right:10px;
}

.relatedLinks a:link,
.relatedLinks a:visited {
	font-size:10pt;
	color:#ffffff;
	background-color: #006699;
	text-decoration:none;
}
.relatedLinks a:visited {
	font-size:10pt;
	color:#FFFF00;
	text-decoration:none;
}

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

.table_01_header {
	background-color: #EFEFEF;
	border:1px solid #AAC8CA;
	padding: 10px;
}

.table_01_cell {
	font-family: Arial,sans-serif;
 	font-size: 9pt;
 	color: #ffffff;
	background-color: #006699;
}

.table_02_cell{
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	background-color: #ffffff;
	padding: 5px;
}
.table_02_left_header {
	border-top: 1px solid #F2F7F7;
	border-left: 1px solid #AAC8CA;
	border-bottom: 1px solid #AAC8CA;
	background-color: #DFEAEB;
	padding: 5px;
}
.table_02_right_header {
	border-top: 1px solid #F2F7F7;
	border-right: 1px solid #AAC8CA;
	border-bottom: 1px solid #AAC8CA;
	background-color: #DFEAEB;
	padding: 5px;
}
.table_02_left_cell {
	border-top: 1px solid #ffffff;
	border-left: 1px solid #AAC8CA;
	border-bottom: 1px solid #AAC8CA;
	background-color: #F2F7F7;
	font-size: 85%;	
	padding: 5px;
}
.table_02_right_cell {
	background-color: #F2F7F7;
	border-top: 1px solid #ffffff;
	border-right: 1px solid #AAC8CA;
	border-bottom: 1px solid #AAC8CA;
	font-size: 85%;
	padding: 5px;
}
.table_03_header {
	border-top: 1px solid #F2F7F7;
	border-right: 1px solid #AAC8CA;
	border-left: 1px solid #AAC8CA;
	border-bottom: 1px solid #AAC8CA;
	background-color: #DFEAEB;
	padding: 5px;
	font-family: Arial,sans-serif;
 	font-size: 90%;
}
.table_03_cell {
	border-top: 1px solid #ffffff;
	border-right: 1px solid #AAC8CA;
	border-left: 1px solid #AAC8CA;
	border-bottom: 1px solid #AAC8CA;
	background-color: #F2F7F7;
	padding: 10px;
	color: #006699;
	font-family: Arial,sans-serif;
 	font-size: 85%;
}


/************** footer **************/
#footer{
	background-image: url("../images/common/footer.jpg");
	background-repeat:no-repeat;
	position:relative;
	width: 720px;
	margin: auto;
	background-color:#006699;
	height:75px;
}
.footerBG{
	background-image: url("../images/common/footerBG-02.jpg");
	background-repeat:repeat-x;
	background-color:#006699;
}
#footer p{
	font:Arial, Helvetica, sans-serif;
	padding: 20px;
	color:#FFFFFF;
	font-size:9pt;
}
#footer a:link, #footer a:visited{
	font:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
}
#footer a:hover{
	font:Arial, Helvetica, sans-serif;
	color:#FFFF00;
}
/************** end **************/
