/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/  
/* HTML tag styles                             */ 
/***********************************************/   
body{     
	font-family: Arial,sans-serif;  
	color: #666666;    
	line-height: 1.4;	    
	margin: 0px;        
                    	padding: 0px;   
	background-color:#ffffff;  
	border-left:thin;  
	border-left-color:#000000; 
	border-right:thin; 
	border-right-color:#000000;  
                     border-bottom:thin; 
	border-bottom-color:#666666; 
}  

.sideMenu {
border-bottom: 1px solid #cccccc;
border-right: 1px solid #cccccc;
font-color:#666666;
background-color: #ffffff;
font-family:Arial;
font-size:11pt;
padding-left :10px;
text-decoration:none;
}
.sideMenuOver {
border-bottom: 1px solid #cccccc;
border-right: 1px solid #cccccc;
font-color:#666666;
background-color: #dddddd;
font-family:Arial;
font-size:11pt;
padding-left: 10px;
text-decoration:underline;
}

.body{     
	font-family: Arial,sans-serif;
	color: #666666;  
	line-height: 1.3;	
	margin: 0px;       
                    	padding: 0px;
	background-color:#ffffff;
	border-left:thin;
	border-left-color:#000000;
	border-right:thin; 
	border-right-color:#000000;  
                     border-bottom:thin; 
	border-bottom-color:#666666; 
}  
.news{     
	font-family: Arial,sans-serif;
	color: #666666;  
	line-height: 1.5;	
	margin: 0px;       
                    	padding: 0px;
}  
.newsbold{     
	font-family: Arial,sans-serif;
	color: #666666;  
	line-height: 1.5;	
	margin: 0px;       
                    	padding: 0px;
                     font-weight: bold;
                     font-size: 13pt;
}  

.smallbody2{ 
	font-family: Arial,sans-serif;
	color: #333333; 
	line-height: 1;
                     font-size: 9px;	
	margin-left: 10px;      
                     margin-top: 10px;
                     margin-right: 10px;
                     margin-botton: 10px;
	padding: 0px;
	background-color:#EFF1FA;
                     border-left:thin;
	border-left-color:#000000;
	border-right:thin;
	border-right-color:#000000; 
	} 
.smallbody{ 
	font-family: Arial,sans-serif;
	color: #333333; 
	line-height: 1;
                     font-size: 8px;	
	margin: 0px;  
	padding: 0px;
	background-color:#EFF1FA;
	border-left:thin;
	border-left-color:#000000;
	border-right:thin;
	border-right-color:#000000; 
} 
.smallbody_alternate{ 
	font-family: Arial,sans-serif;
	color: #333333; 
	line-height: 1;
                     font-size: 8px;	
	margin: 0px;  
	padding: 0px;
	background-color:#ffffff;
	border-left:thin;
	border-left-color:#000000;
	border-right:thin;
	border-right-color:#000000; 
} 
.formbody{ 
	font-family: Arial,sans-serif;
	color: #333333; 
	line-height: 2;
                     font-size: 10px;	
	margin: 0px;  
	padding: 0px;
	background-color:#ffffff;
	border:thin;
	border-color:#333333;
} 
.pageheader{ 
                     font-family: Arial,sans-serif;	
                     color: #CE2E66; 
	line-height: 1;
                     font-size: 120%;
                     font-weight: bold;	
	margin: 10px,0px,10px,0px;  
	padding: 0px;
	background-color:#ffffff;
	border-left:thin;
	border-left-color:#000000;
	border-right:thin;
	border-right-color:#000000; 
} 

a:link, a:visited{
	color:#666666;
	text-decoration: none;	
}

a:hover {
	color: #666666;
	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: 120%;
 color: #CE2E66;
}

h2{
 font-size: 114%;
 color: #CE2E66;
}

h3{
 font-size: 100%;
 color: #CE2E66;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #CE2E66;
}

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: #CE2E66; 
}
				
/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#siteFrame{
width:940px;
margin: 0 auto;
background-color:#fff;
}

#headerSection{
width:790px;
margin: 0;
padding:0px;
}

#masthead{
	margin: 0;
	padding: 10px 0px;
	//border-bottom: 1px solid #cccccc;
	width: 100%;
}
#navBar{
	margin: 0 0 0 0;
	padding: 0px;
	background-color: #FFFFFF;
	border-right: 1px solid #cccccc;
	padding-bottom:150px;
	border-bottom:none;
	border-top:none;
}
#content{
  	width: 711;
	margin: 20;
	padding: 0 0 0 0;
	color:#333333;
}
#contact
{
padding:15px;
}
#contact a 
{
	color:#CE2E66; 
}
#form
{
width:250px;
float:left;
}

/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}

#imageRight
{
width:200px;
padding-left:10px;
float:right;
}
#imagetable
{
float:left;
width:700px;
margin-left: 10px;
}

#imagebox
{
float:relative;
width:700px;
}

#imagebox p 
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: small;
}

#imagebox a 
{
	border:none;
}

#textArea
{
font-family:Arial, Helvetica, sans-serif;
font-size:small;
width: 670px;
margin-left: 10px;
margin-right: 10px;
}

#textArea a 
{
	color:#CE2E66; 
}
#textArea2
{
width:460px;
//font-family:Arial, Helvetica, sans-serif;
//font-size:small;
  float:left;
//padding-left: 10px;
  margin-left; 10px;
}

#textArea2 a 
{
	color:#CE2E66; 
}


#textArea3
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	width: 700px;
	position:absolute;
	top: 195px;
}

#textArea3 a 
{
	color:#CE2E66; 
}


#textImageTable
{
float:left;
}

#textImageTable a 
{
	color:#CE2E66; 
}


textImageTable2
{

}

#imageRight2
{
width:275px;
padding-left:10px;
float:right;
}


/*************** #pageName styles **************/

#pageName
{
	padding: 0px 0px 10px 10px;
}


/************* #globalNav styles **************/

#globalNav
{
color:#0066CC;
padding: 0px 0px 0px 10px;
white-space: nowrap;
}
/* '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 img
{
 display: block;
}

#globalNav a 
{
	font-size: 73%;
	padding: 0px 4px 0px 0px; 
}


/************* #breadCrumb styles *************/

#breadCrumb
{
	font-size: 80%;
	padding: 5px 0px 5px 10px;
}


/************** .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;
	font:Arial, Helvetica, sans-serif;
}


/************* #siteInfo /footer styles ***************/

#siteInfo
{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 65%;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}

#siteInfo a
{
color:#00000;0
}

/* 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;
}


/************* #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 ***********/


#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;
	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;
}


/************** #advert styles **************/

#advert
{
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	
}

#advert img
{
	display: block;
}


/************** #headlines styles **************/

#headlines
{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p
{
	padding: 5px 0px 5px 0px;
}


/************* Image Boxes  ********************/


.object1 
{
	position:relative; 
	top:0px; 
	left:0px; 
	width:150px;
	height:109px;
	background-color:#fff; 
	z-index:100;            /* <=== This is the position on the stack of layers, larger number closer to the screen */
}

.object1 a.p1, #object1 a.p1:visited 
{
	display:block; 
	width:150px; 
	height:109px; 
	text-decoration:none; 
	background:#fff; 
	top:0; 
	left:0; 
	border:0;
}
	
.object1 a img 
{
	border:0;
}

.object1 a.p1:hover 
{
	text-decoration:none; 
	background-color:#cccccc; 
	color:#000;
}

.object1 a .large 
{
	display:block;
	position:absolute;
	width:0;
	height:0;
	border:0;
	top:3px;
	left:100px;
	background-image: url(signature/OTN-4007-large.jpg);
}

.object1 a.p1:hover .large 
{
	display:block; 
	position:absolute; 
	top:-65px;        /* <=== Y coordinate of the large image */
	left:150px;       /* <=== X coordinate of the large image. Tip: set it according to the width of the small image */
	width:200px;      /* <=== Width of the large image */
	height:200px;     /* <=== Height of the large image*/
	border:10px solid #ccc; 
}

.object2 
{
	position:relative; 
	top:0px; 
	left:0px; 
	width:150px;
	height:109px;
	background-color:#fff; 
	z-index:99;
}

.object2 a.p1, #object1 a.p1:visited 
{
	display:block; 
	width:150px; 
	height:109px; 
	text-decoration:none; 
	background:#fff; 
	top:0; 
	left:0; 
	border:0;
}
	
.object2 a img 
{
	border:0;
}

.object2 a.p1:hover 
{
	text-decoration:none; 
	background-color:#cccccc; 
	color:#000;
}

.object2 a .large 
{
	display:block; 
	position:absolute; 
	width:0; 
	height:0; 
	border:0; 
	top:0; 
	left:0;
}

.object2 a.p1:hover .large 
{
	display:block; 
	position:absolute; 
	top:-65px; 
	left:150px; 
	width:200px; 
	height:200px; 
	border:10px solid #ccc;
}



.object3 
{
	position:relative; 
	top:0px; 
	left:0px; 
	width:150px;
	height:109px;
	background-color:#fff; 
	z-index:98;
}

.object3 a.p1, #object1 a.p1:visited 
{
	display:block; 
	width:150px; 
	height:109px; 
	text-decoration:none; 
	background:#fff; 
	top:0; 
	left:0; 
	border:0;
}
	
.object3 a img 
{
	border:0;
}

.object3 a.p1:hover 
{
	text-decoration:none; 
	background-color:#cccccc; 
	color:#000;
}

.object3 a .large 
{
	display:block; 
	position:absolute; 
	width:0; 
	height:0; 
	border:0; 
	top:0; 
	left:0;
}

.object3 a.p1:hover .large 
{
	display:block; 
	position:absolute; 
	top:-65px; 
	left:150px; 
	width:200px; 
	height:200px; 
	border:10px solid #ccc;
}
.object4 
{
	position:relative; 
	top:0px; 
	left:0px; 
	width:150px;
	height:109px;
	background-color:#fff; 
	z-index:96;
}

.object4 a.p1, #object1 a.p1:visited 
{
	display:block; 
	width:150px; 
	height:109px; 
	text-decoration:none; 
	background:#fff; 
	top:0; 
	left:0; 
	border:0;
}
	
.object4 a img 
{
	border:0;
}

.object4 a.p1:hover 
{
	text-decoration:none; 
	background-color:#cccccc; 
	color:#000;
}

.object4 a .large 
{
	display:block; 
	position:absolute; 
	width:0; 
	height:0; 
	border:0; 
	top:18px; 
	left:-4px;
}

.object4 a.p1:hover .large 
{
	display:block; 
	position:absolute; 
	top:-65px; 
	left:150px; 
	width:200px; 
	height:200px; 
	border:10px solid #ccc;
}

.menuTitle 
{
	border-right: 1px solid #cccccc;
	color: #CE2E66;
	font-weight: bold;
	margin: 0 0 0 9px;
}
