/* OP-WEB */
/* TYPOGRAPHY STYLES */
div.matte {
	background:#e8ebf0; 
	padding:12px 12px 12px 12px; 
}
/* // Font Styles for the whole page // */
html, body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.4em;
	}
/* ///////////////////////////////////////////////////////////////////////// */
/* /////////Global */
/* ///////////////////////////////////////////////////////////////////////// */
/* First Level Headings */
h2 {
	font-size: 17px; 
	font-weight:bold;
}
h3 {
	font-size: 17px;
	font-weight:bold;
}
/* Paragraphs */
p {
	font-size:13px; 
	margin-bottom: 17px; 
	line-height:17px;
}
/* //////////////////////////////////////////////////////////////////////// */
/*  Below Here are the styles for the copy on the Home page   */
/* ///////////////////////////////////////////////////////////////////////// */
/* Margins for the container */
div.tout {
	margin-top:5px; 
	margin-left: 5px;
}
/* Remove line break between the heading and the paragraph */
div.hPan h1, div.hPan p {
	display:inline; 
	line-height: 18px;
}
/* Styles for the heading */
div.tout h2 {
	display:inline; 
}
/* ///////////////////////////////////////////////////////////////////////////////////// */
/*  Below Here are the styles for the headings and copy in the Copy Box    */ 
/* /////////////////////////////////////////////////////////////////////////////////// */
/* Margins For the Text Box--------------------- Top Right Botm Left -- */
div#pageCont div.cont div.margins {padding: 5px 45px 30px 25px;}
div#pageCont div.cont div.wideMargins {padding: 5px 45px 30px 85px;}

/* Line Height for all Copy in the Text Box */
div#pageCont {
	line-height: 2em;
}
/* Styles for headings in the Text Box */
div#pageCont h2 {
	font-size: 20px;
	line-height: 24px;
	margin: .5em 0;
	text-transform:uppercase;
	color: #000;
}

/* Wide Page Type */
div#pageCont .columnOne h2 {
	font-size: 16px;	
	text-transform:none;
	color: #000;
}
div#pageCont .columnOne p {
	font-size: 14px;	
}

div#pageCont .columnTwo h3 {
	font-size:12px;
	line-height: 12px;
	margin-bottom:0;
	padding-bottom:0;
	color: #000;
}

div#pageCont .columnTwo p {
	font-size:11px;
	line-height:1.25em;
	color: #000;
	margin-top:0;
	padding-top:0;
}
div#pageCont .columnThree h4 {
	position:relative;
	font-size: 12px;
	font-weight: normal;
}
div#pageCont .columnThree h4 span {
	position:absolute;
	right:0;
	padding-right: 10px;
}





/* / Wide Page Type */
div#pageCont h2 em {
	font-size: 75%;
}
div#pageCont h3 {
	font-size: 16px;
	color: #109dcc;
}
div#pageCont h4 {
	font-size: 14px;
	color: #000;
}
/* Styles for  sub-headings in the Text Box */
div#pageCont strong {
	 font-weight: bold;
	 color: #109dcc;
}
/* Styles for just the paragraphs in the Text Box */
div#pageCont p  {}
div#pageCont br {
line-height: 8px;
}
/* Styles for just the bulleted lists in the Text Box */
/* Bold List Label */
div#pageCont span strong {
	 font-weight: bold;
	 color: #000;
}
div#pageCont ul  {
	margin-left:4em;

}
div#pageCont ul li  {
	list-style:outside;
	list-style-type:disc;
	margin-bottom: 1.2em;
	line-height: 1.4em;

}
div#pageCont ul.noBull li  {
	list-style:none;
	list-style-type:none;
	margin-bottom: inherit;

}

/* Styles for just the links in the Text Box */
div#pageCont a  {
	font-weight:bold;
	color: #000;
	text-decoration:underline;
}
div#pageCont a:hover  {
	font-weight:bold;
	color: #fff;
	text-decoration:none;
	background: #000;
}
div.footer {
	font-size:11px;
}