@charset "utf-8";
/* CSS Document */


body {
	margin: 0px;
	padding: 0px;
	background-color: #EDEDED;
}


a {
	color: #0193cc;
	text-decoration: none;
}

a:hover {
	color: #999999;
	text-decoration: underline;
}

h2 {
	color: #0193cc;
	font-size: 24px;
	font-weight: normal;
}

h3 {
	color: #0193cc;
	font-size: 18px;
	font-weight: normal;
	text-align: left;
}

h4 {
	color: #0193cc;
	font-size: 14px;
	font-weight: bold;
}


#wrap {
	width: 910px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/back2.gif);
	background-repeat: repeat-y;
	height: auto;
}

#header {
	width: 910px;
	float: left;
	height: 80px;
	background-image: url(../images/header.gif);
/*	background-image: url(../images/SI-Logowithswoosh.GIF); */
	background-repeat: no-repeat;
}


#logo {
	float: left;

	height: 80px;
	width: 300px;
	position: relative;
	padding: 0px;
	margin: 0px;
}



#logo a{
	top: 0;
	left: 0;
	width: 300px;
	height: 80px;
	display: block;
	float: left;
	position: relative;
} 


#logo a h1{
    display: none;
}



#search {
	float: right;
	width: 250px;
	padding-top: 50px;
	text-align: right;
	padding-right: 15px;
}

#homeMain {
	float: left;
	width: 910px;
	height: 212px;
	background-image: url(../images/main-bkg.gif);
	background-repeat: no-repeat;
}



#content {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.5em;
	float: left;
	width: 850px;
	min-height:400px;
    height:auto !important;
    height:400px;
	padding: 25px;
	clear: both;
}

#content2 {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.5em;
	float: left;
	width: 850px;
	padding: 25px;
	
}
#rtColumn {
	width: 289px;
	float: right;
}
#feature {
	
	float: right;
	width: 289px;
}
#featureTop {
	background-image: url(../images/feature_top.gif);
	background-repeat: no-repeat;
	float: left;
	height: 28px;
	width: 289px;
	color: #0193cc;
	text-align: center;
	font-size: 14px;
	padding-top: 10px;
	font-weight: bold;
}

#featureMiddle {
	background-image: url(../images/feature_back.gif);
	background-repeat: repeat-y;
	float: left;
	width: 289px;
}

#featureMiddleContent {
	padding-top: 1px;
	padding-right: 15px;
	padding-bottom: 1px;
	padding-left: 15px;
	vertical-align: top;
}

#featureMiddleContent a {
	text-decoration: none;
}
#featureMiddleContent a:hover {
	text-decoration: underline;
}

#featureBottom{
	float: left;
	width: 289px;
	height: 10px;
	background-image: url(../images/feature_bottom.gif);
	background-repeat: no-repeat;
}

#footer {
	float: left;
	width: 910px;
	height: 74px;
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
	padding-bottom: 25px;
	background-color: #ededed;
	clear: both;
}

#bottomNav {
	width: 193px;
	float: right;
	height: 30px;
	padding-top: 12px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;

}

#bottomNav ul {	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#bottomNav li {	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: block;
	float: left;}

#bottomNav a{
	color: #999999;
	text-decoration: none;
	padding-right: 20px;
	padding-left: 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}

#bottomNav a:hover {
	color: #666666;
	text-decoration: underline;
}

#copyright {
	float: left;
	width: 890px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	padding-top: 5px;
	padding-left: 20px;
}

#credits {
	float: right;
	width: 300px;
	text-align: right;
	padding-right: 40px;
}

#credits a{
	text-decoration: none;
	color: #999999;
}

#credits a:hover{
	text-decoration: underline;
}

#lastNav {
	background-image: none!important;
	border-top-style: none!important;
	border-right-style: none!important;
	border-bottom-style: none!important;
	border-left-style: none!important;
}





#topNav {
	background-image: url(../images/navbar.gif);
	background-repeat: no-repeat;
	height: 44px;
	width: 890px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	position: relative;
	left: 12px;

}






/* ================================================================ 

This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html

is available at http://www.cssplay.co.uk/menus/final_drop.html

Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.

This stylesheet and the associated (x)html may be modified in any 

way to fit your requirements.

=================================================================== */



.menu {width:885px; height:44px; position:relative; z-index:100;border-right:0px solid #000; font-size: 13px;}

/* hack to correct IE5.5 faulty box model */

* html .menu {width:980px; w\idth:980px;}

/* remove all the bullets, borders and padding from the default list styling */

.menu ul {padding:0;margin:0px;list-style-type:none;}

.menu ul ul {width:135px;}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */

.menu li {
	float:left;
	position:relative;
	font-weight: bold;
}



.menu li ul li {

	float:left;

	width:135px;

	position:relative;

	font-weight: normal;
	font-size: 12px;
	padding-left: 0px;

}

/* style the links for the top level */

.menu a, .menu a:visited {

	display:block;

	text-decoration:none!important;

	color:#000000;

	height:44px;

	line-height:44px;





}



/* a hack so that IE5.5 faulty box model is corrected */





/* style the second level background */

.menu ul ul a.drop, .menu ul ul a.drop:visited {background:#d4d8bd}

/* style the second level hover */

.menu ul ul a.drop:hover{background:#e5e9ed;}

.menu ul ul :hover > a.drop {background:#e5e9ed;}

/* style the third level background */

.menu ul ul ul a, .menu ul ul ul a:visited {
	background:#d3d7da;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}

/* style the third level hover */

.menu ul ul ul a:hover {background:#e5e9ed;}





/* hide the sub levels and give them a positon absolute so that they take up no room */

.menu ul ul {visibility:hidden;position:absolute;height:0;top:42px;left:0px; width:135px;  }

/* another hack for IE5.5 */

* html .menu ul ul {top:44px;t\op:44px;}



/* position the third level flyout menu */

.menu ul ul ul{left:147px; top:0px; width:135px;}



/* position the third level flyout menu for a left flyout */

.menu ul ul ul.left {left:-149px;}



/* style the table so that it takes no ppart in the layout - required for IE to work */

.menu table {position:absolute; top:0; left:0; border-collapse:collapse;}



/* style the second level links */

.menu ul ul a, .menu ul ul a:visited {
	background:#d3d7da;
	color:#333333;
	height:auto;
	line-height:1em;
	padding:5px 10px;
	width:127px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	text-align: left;
}

/* yet another hack for IE5.5 */

* html .menu ul ul a, * html .menu ul ul a:visited {width:127px;w\idth:127px;}

* html .menu ul a:hover {

}

* html .menu ul li ul a, * html .menu ul li ul a:visited {width:127px;w\idth:127px;}




/* style the top level hover */

.menu a:hover{
	color:#0193cc;
	background-image: none;
	background:transparent;
}

 .menu ul ul a:hover {
	color:#0193cc;
	background-image: none;
	background:#e5e9ed;
	text-align: left;
	line-height:1em;
	padding:5px 10px;
	width:127px;
 }

.menu :hover > a, .menu ul ul :hover > a {	color:#0193cc;
background:#e5e9ed;
}

	
.nav1 a {
	padding-left:0px;
	width: 147px;
	text-align: center;
	background-image: url(../images/navline.gif);
	background-repeat: no-repeat;
	background-position: right;
}
.nav1 a:hover {
	color:#0193cc;
	background-image: url(../images/navbar.gif);
	background-repeat: no-repeat;
	background-position: 0px bottom;
}

.nav2 a { padding-left: 0px; width: 147px; text-align: center;	background-image: url(../images/navline.gif);
	background-repeat: no-repeat;
	background-position: right;}
.nav2 a:hover {color:#0193cc; background-image: url(../images/navbar.gif); background-repeat: no-repeat; background-position: -230px bottom; margin-left: 0px; padding-left: 0px;}

.nav3 a {padding-left: 0px; width: 147px; text-align: center;}
.nav3 a:hover {color:#0193cc; background-image: url(../images/navbar.gif); background-repeat: no-repeat; background-position: right;	background-position: -537px;}

.nav4 a { padding-left: 0px; width: 147px; text-align: center;	}
.nav4 a:hover {color:#0193cc; background-image: url(../images/navbar.gif); background-repeat: no-repeat; background-position: -230px bottom; margin-left: 0px; padding-left: 0px;}



/* make the second level visible when hover on first level list OR link */

.menu ul li:hover ul,

.menu ul a:hover ul{visibility:visible; }

/* keep the third level hidden when you hover on first level list OR link */

.menu ul :hover ul ul{visibility:hidden;}







/* make the third level visible when you hover over second level list OR link */

.menu ul :hover ul :hover ul{ visibility:visible;}



/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul{
visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
visibility:visible;
}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul { 
visibility:visible;
}






.arrow {
	float: right;
}
