/* CSS Document */
html,body
{
	height: 100%;
	/*background-color: #f6f6f6;*/
          background-color:#CCC;
	background-position:left;
	margin: 0px 0px 0px 0px;
          padding: 0px;
         	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

p
{
	line-height: 1.4em;
	font-size: .95em;
	margin-top: 8px;
	margin-bottom: 4px;
}

h1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2em;
	color: #999999;	
}

h2
{
	font-size: 1.1em;
	color: #003366;
	margin-bottom: 0px;	
}

h3
{
	font-size: .95em;
	font-weight:bold;
	color: #000033;
	margin-top: 10px;
	margin-bottom: 0px;
}

.bodytext
{
	margin: 0px 84px 0px 0px;
}

.bodytext a
{
	text-decoration:none;
	padding-bottom:2px;
	color: #3366CC; 
}

.bodytext a:hover
{
	text-decoration:none;
	padding-bottom:1px;
	border-bottom: 1px dotted #6699FF;
	color: #6699FF;
}

.bannerContainer
{
	width: 540px;
	height: 102px;
	background-image: url(../images/banners/partners.jpg);
	background-position:top;
	background-repeat:no-repeat;
}

.bannerPartnersContainer
{
	width: 540px;
	height: 102px;
	background-image: url(../images/banners/partners.jpg);
	background-position:top;
	background-repeat:no-repeat;
}

.bannerConferenceContainer
{
	width: 540px;
	height: 102px;
	background-image: url(../images/banners/conference.jpg);
	background-position:top;
	background-repeat:no-repeat;
}

.bannerGearsContainer
{
	width: 540px;
	height: 102px;
	background-image: url(../images/banners/gears.jpg);
	background-position:top;
	background-repeat:no-repeat;
}

.bannerCircuitContainer
{
	width: 540px;
	height: 102px;
	background-image: url(../images/banners/circuit.jpg);
	background-position:top;
	background-repeat:no-repeat;
}

.bannerBridgeContainer
{
	width: 540px;
	height: 102px;
	background-image: url(../images/banners/bridge.jpg);
	background-position:top;
	background-repeat:no-repeat;
}

#pageContainer
{
	/*position: absolute;*/
         position:relative;
	width: 720px;
	height: 100%;
	/*left: 0px;*/
	top: -5px;
	/*background-color:#f6f6f6;*/
          background-color:#CCC;
          margin: 0 auto;
          padding: 0px;
}

#pageDropshadow
{
	/*position:absolute;*/
	left: 720px;
	top:0px;
	height: inherit;
	width: 15px;
	background-image:url(../images/page_dropshadow.gif);
	background-position:left;
	background-repeat:repeat-y;
}

#homeHeader
{
	/*position: absolute;*/
	/*top: 0px;*/
	left: 0px;
	width: 720px;
	height: 70px;
	background-color:#000033;
	vertical-align: bottom;
}

#leveltwoHeader
{
	/*position: absolute;*/
	top: 0px;
	left: 0px;
	width: 720px;
	height: 70px;
	background-color:#000033;
	vertical-align: top;
}

#homeLogocontainer
{
	/*position: absolute;*/
	left: 11px;
	top: 33px;
	float: left;
        padding-top:28px;
}

#leveltwoLogocontainer
{
	/*position: absolute;*/
	left: 11px;
	top: 33px;
	float: left;
        padding-top:28px;
}

/*** Top Nav Bar Styles ***/
#homeNavcontainer
{
	margin: 0px 0px 0px 180px;
          padding-top:40px;
}

#leveltwoNavcontainer
{
	margin: 0px 0px 0px 180px;
        padding-top:40px;
}

.navTop
{
	vertical-align: bottom;
	width: 100%;
    margin: 0;
    padding: 0;
}
.navTop ul
{
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.navTop li
{
    margin: 0;
    padding-left: 5px;
    float: left;
	width: 84px;
	height: 30px;
    text-align: left;
	border-left: 1px solid white;
}
.navTop a
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .95em;
	color: #B2B2C1;
	text-decoration:none;
}
.navTop a:hover
{
	color:#FFFFFF;
}

/*** Span around the top menu item when current page ***/
.navSelected
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .95em;
	font-weight: bold;
	color: white;
	text-decoration:none;
}

/*** Dark grey column ***/
#contentContainer
{
	/*position: absolute;*/
	margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
	width: 100%;
	background-color:#FFFFFF;
	vertical-align:top;
}

/*** Hold image and nav boxes in place ***/
#homeContainer
{
	/*position: absolute;*/
	margin: 0px 0px 0px 0px;
        padding: 0px;
	width: 100%;
	background-color:#FFFFFF;
	vertical-align:top;
}

/*** Holds the left nav unordered list ***/
.leftContainer
{
        position: relative;
        /*left:0px;*/
	width: 178px;
	/*float:left;*/
	font-size: .95em;
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 0px 2px; 
}

.leftContainer ul
{ 	
	list-style-type: none;
	margin: 5px 0px 10px 0px;
	padding: 40px 6px 0px 16px;
        float:left;
        	 
}

.leftContainer li
{
	margin: 3px 0px 5px 0px;  
	padding: 0px;
	line-height: 1.4em;
        
}

.leftContainer a
{
	text-decoration:none;
	color: #3366CC;	
        margin:0px;
        padding:0px;
}

.leftContainer a:hover
{
	text-decoration:none;
	border-bottom: 1px dotted #3366CC;
	color:#000033;
        margin:0px;
        padding:0px;	
}

.leftnavPointer
{
	position:relative;
	margin: -1px 0px 0px -18px;
	padding: 0px 0px 0px 0px;
	background-image:url(../images/pointer.gif);
	background-position:left;
	height: 17px;
	width: 9px;
	float:left;
	vertical-align:middle;
	/*z-index:100;*/
}

.leftnavSelected
{
	text_decoration: none;
	color:#000033;
	font-weight: bold;
        padding:0px;
        margin:0px;
        white-space:nowrap;
        
}

/*** Holds the content at the margins ***/
#rightContainer
{
	width: 540px;
	float: right;
        margin: 0px;
        padding: 0px;
        position: relative;
}


/***  ***/
.newsboxContainer
{
	width: 720px;
	background-image:url(../images/newsbox_back.gif);
	background-repeat:repeat-y;
	margin: 0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	border-bottom: 1px solid white;
	vertical-align: top;
}

.homeNewsboxes
{
	width: 180px;
	height: inherit;
    margin: 0;
    padding: 0;
	float:left;
}

/***  ***/
.homeNewsheader
{
	width:inherit;
	margin-left: -1px;
	padding: 4px 0px 6px 0px;
	background-color: #ADBDEF;
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .95em;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	color:#000033;
}

.homeNewsboxes ul
{
    margin: 0px;
	padding: 8px 0px 8px 0px;
    list-style-type: none;
}
.homeNewsboxes li
{
    margin: 0px;
    padding: 0px 3px 8px 8px;
    font-weight:bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .95em;
	font-weight: normal;
	line-height:1.2em;
	color:#000033;
}
.homeNewsboxes a
{
 	text-decoration:none;
	border-bottom: 1px dotted #3366CC;
	color: #3366CC; 
}
.homeNewsboxes a:hover
{
 	text-decoration:none;
	border-bottom: 1px dotted #6699FF;
	color: #6699FF;
}

.pressDisclaimer
{
	font-size: .75em;
	line-height:1.2em;
	font-style: italic;
	color: #666666;
}

/** Press Releases **/
.pressReleaseHeader
{
	font-size: .95em;
	font-weight: bold;
	background-color: #dddddd;
	color: #000033;
}

.pressReleaseBox ul
{
    margin: 0px;
	padding: 0px 20px 0px 0px;
    list-style-type: none;
}
.pressReleaseBox li
{
    margin: 0px;
    font-weight:bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color:#000033;
}
.pressReleaseBox a
{
	font-size: 12px;
	text-decoration:none;
	color: #3366cc;
}
.pressReleaseBox a:hover
{
	text-decoration:none;
	color: #6699FF;
}


.linkedImageBox
{
    text-align: center;
}

.linkedImageBox a
{
	text-decoration:none;
	border: 1px solid #f0f0f0;
}
.linkedImageBox a:hover
{
	text-decoration:none;
	border: 1px solid #6699ff;
}

.imageLink a
{
	text-decoration: none;
	border: none;
}
.imageLink a:hover
{
	text-decoration:none;
	border: none;
}

/***  ***/
#footerTopper
{
	width:100%;
	height: 21px;
	margin-left: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #ADBDEF;
	border-bottom: 1px solid white;
}

#footer
{
	margin: 0px 0px 0px 0px;
	width: 720px;
	padding-top: 16px;
	padding-bottom: 16px;
	background-color: #666666;
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .85em;
	font-weight: normal;
	color: white;
}

/***  ***/
.clear
{
    clear: both;
    height: 0;
    margin: 0;
    font-size: 1px;
    line-height: 0;
}
