﻿body 
{
    background-image: url('../images/stripesBackground.jpg');
    background-repeat: repeat-x;
    background-color: #999999;
    font-family: Arial, Helvetica, Sans-Serif;
    padding:0px;
    margin-top:0px;
}
#EverythingDiv 
{    
    width: 960px;
    margin-left:auto;
    margin-right:auto;   
    position:relative;
    background-image:url('../images/sides.gif');
    background-repeat:repeat;
}
/* Everything from here is contained in the EverythingDiv */
#MiddleContentDiv 
{	
}
#HeaderDiv 
{
    width: 930px;
    height: 153px;       
    background-image: url('../images/header.jpg');
}    
#FooterDiv {
    background-image: url('../images/footerBackground.jpg');
    width: 930px;
    height: 20px;
    margin-left: 15px;
    margin-right: 15px;
}
#ContainerDiv {
    margin: 0px 15px;
    width: 930px;
    height: auto;
    position: relative;
    z-index: 1;
    background-color:White; 
    }   
/* ************************************************************************************** */        
#MainContentDiv {
    
    width: auto;
    min-height: 706px;
    } 
/**************************************************  */  


h2 {
    font-size:1.2em;
    font-weight:bold;
}
h3 {
    font-size:1em;
    font-style:italic;
}
h4 {
    font-size:.8em;
}

/* Page Titles */
.pageTitle
{    
    margin-left:auto;
    margin-right:auto; 
    margin-bottom:15px;
    margin-top:15px; 
    color: White;            
    font-family: "Times New Roman", Times, serif;
    font-size:1.7em;
    font-weight: bold;
    line-height: 45px;
    text-align: center;    
    height:45px;
    width:396px;
    background-image:url("../images/titleback.gif");
} 
/*Technologies images, and formating */
.right
{
    float:right;
    margin:5px 5px 5px 5px;
}

.left
{
    float:left;
    margin:5px 5px 5px 5px;
}

.Content
{
    border: 1px dotted #000000;
    max-width:850px;
    margin-left:40px;
    margin-top:3px;
}
.Content p
{
    margin: 5px 8px 5px 8px;
    text-align: justify;
    font-size: 13px;
    color:White;
    font-family:Arial, Helvetica, Sans-Serif;
    line-height:19px;
}

.sectionHeading
{
    background-image: url('../Images/Technologies/SectionHeading.png');
    height:30px;
    background-repeat:no-repeat;
}

/* Expanding menus */
.collapsePanel 
{
    width:850px;
	height:0px;
	background-image:url('../images/coreTech/back.jpg');	
}
.collapsePanelHeader
{
    width:846px;			
	height:16px;
	color: #000000;
	background-color:#ffcc00;
	font-size:14px;
	padding:2px; 
	cursor: pointer; 
	vertical-align: middle;	
}
.collapsePanel p
{
    color:White;
}


 P
        {
            padding: 5px;
            text-align: justify;
            font-family: Arial, Helvetica, sans-serif;
            color: #333333;
            font-size: small;
            line-height: 20px;
            letter-spacing: 1px;
        }

