﻿/*START CSS FOR MASTER PAGE*/
html, body, #wrapper {
	margin: 0;
	padding: 0;
	border: none;
	font: normal normal 100 small Verdana, Helvetica;
}
/*this is so browsers always show the scroll bar and the page stays centered the same on all pages*/
html {
	height:101%
}
body {
	/*background-image:url(/imgs/bg2.jpg);	
	background-position:center;*/
	background-color: #ffffff;
	/*background-repeat: repeat-y;*/
}
img {
	border: 0px;
	padding: 0px;
	margin: 0px;
}
a {
	color: #007CC6;
	text-decoration:underline
}
a:hover, a:visited:hover {
	color: #27a1ff;
}
a:visited {
	color: #005391;
}
.inline {
	display:inline;
}
#wrapper {
	margin: 0 auto;
	width: 884px;
}
#wrapper_table {
	width: 100%;
	height: 100%;
	vertical-align: top;
	text-align: center;
	margin:0px;
	padding:0px;
}
#logo_area_left {
	text-align:left;
	vertical-align:top;
	height:80px;
	background-image:url(/imgs/logo-bar/logo_area_bg.jpg);
	background-repeat:repeat-x;
}
#logo_area_right {
	text-align:right;
	vertical-align:top;
	height:80px;
	background-image:url(/imgs/logo-bar/logo_area_bg.jpg);
	background-repeat:repeat-x;
}

#menu_area {
	color: #007cc6;
	height: 30px;
	background-image: url(/imgs/bar_bg1.jpg);
	background-color: white;
	background-repeat: repeat-x;
	text-align:center;
	border-color: gray;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
}
#main_content_area {
	text-align: center;
	background-color: white;
}
#quick_links_area {
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	border-color: gray;
	background-color: #F0F0F0;
	padding: 5px 0px 5px 0px;
	font: normal normal 300 10px Helvetica, sans-serif;
	color: gray;
}

#contact_info_area {
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	border-color: gray;
	width:50%;
	background-color: #F0F0F0;
	font: normal normal 300 10px Helvetica, sans-serif;
	color: gray;
	padding: 5px 30px 5px 0px;
	text-align:center;
}
#best_viewed_with_area {
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	border-color: gray;
	background-color: #000000;
	font: normal normal 300 13px Helvetica, sans-serif;
	color: #C0C0C0;
	padding: 2px 40px 2px 40px;
	text-align: center;
}

	
#main_td {
	vertical-align: top;
	text-align: center;
}
/*Shadow parts*/
	#shadow_mid_left {
		background-image:url(/imgs/shadows/l.png);
		background-repeat:repeat-y;
		width:12px;
	}
	#shadow_mid_right {
		background-image:url(/imgs/shadows/r.png);
		background-repeat:repeat-y;
		width:12px;
	}
	#shadow_bot_left {
		background-image: url(/imgs/shadows/bl.png);
		background-repeat: no-repeat;
		width: 12px;
		height: 12px;
	}
	#shadow_bot_center {
		background-image: url(/imgs/shadows/b.png);
		background-repeat: repeat-x;
		height:12px;
	}
	#shadow_bot_right {
		background-image: url(/imgs/shadows/br.png);
		background-repeat: no-repeat;
		width:12px;
		height:12px;
	}
	
/*Drop Menu Formating*/
	#menu {
		width: 100%;
		background: transparent;
		float: right;
	}
	
	#menu ul {
		list-style: none;
		margin: 0px;
		padding: 0px;					/*this spaces out the menu items*/
		float: right;
	}
		
	
	#menu a, #menu h2 {
		font: normal bolder 11px Verdana, Helvetica;
		display: block;
		border-width: 0px;
		border-style: solid;
		border-color: #ccc #888 #555 #bbb;
		margin: 0;
		text-align: center;
	}
	
	#menu h2 {
		color: #000;
		background: transparent;
		text-transform: capitalize;
		font-variant:small-caps;
		padding: 8px 0px;
		height: 14px;
		font-size: 1em;
	}
	
	#menu h2 a {
		color: #000;
		background: transparent;
		text-transform: capitalize;
		font-variant:small-caps;
		height: 14px;
		font-size: 1em;
		text-decoration:none;
	}
	
	#menu h2 a:hover {
		text-decoration:none;
		color: #006ab8;
		background:transparent;
	}
	#menu ul ul a {
		color: #007CC6;
		background: #efefef;
		text-decoration: none;
		text-transform:none;
		text-align:left;
		padding: 3px 3px;
	}
	
	#menu a:hover {
		background: #999999;
	}
	#menu h2:hover {
		color: #006ab8;
	}
	#menu li {
		position: relative;
	}
	#menu li ul{
		width: 12em;
		padding:0px;
		border: 1px solid #808080;
	/*NON COMPLIENT CSS!!!!!!!!*/
		filter:-moz-opacity:.90;
		opacity:.90;
		filter:alpha(opacity=90);
	}
	
	#menu ul ul {
		position: absolute;
		top: 80%;
		left: 5%;
		z-index: 500;
	}
	#menu ul ul ul {
		position: absolute;
		top: 0;
		left: 100%;
	}	
	div#menu ul ul {
		display: none;
	}
	
	div#menu ul li:hover ul {
		display: block;
	}
	
/* MENU for IE lower than 7 */
	#menu_ltIE7 {
		width: 100%;
		background: transparent;
	}
	#menu_ltIE7 a, #menu_ltIE7 h2 {
		font: normal bolder 11px Verdana, Helvetica;
		display: inline;
		border-width: 0px;
		border-style: solid;
		border-color: #ccc #888 #555 #bbb;
		margin: 0;
		text-align: center;
		color: #000;
		background: transparent;
		text-transform: capitalize;
		font-variant:small-caps;
		padding: 8px 0px;
		height: 14px;
		font-size: 1em;
		text-decoration:none;
	}
	#menu_ltIE7 h2 a 
	{
		font-size:13px;
	}
	#menu_ltIE7 h2 a:hover {
		text-decoration:none;
		color: #006ab8;
		background:transparent;
	}
	#menu_ltIE7 h2:hover {
		color: #006ab8;
	}
/*etc CSS*/	
.main_table {
	border-color:gray;
	border-width: 0px 1px 1px 1px;
	border-style:solid;
	width: 860px;
	text-align: center;
}



/*END CSS FOR MASTER PAGE*/
/*START CSS FOR CONTENT PAGES*/
/*HOME PAGE CSS*/

.content_table {
	width:100%;
}

#home_upper_table {
	width:100%;
}

#home_upper_img {
	text-align:left;
}
#home_upper_img img {
	margin: 0px 0px 0px 7px;
}

#home_upper_side-area {
	text-align:left;
	vertical-align:top;
}

#home_upper_side-area h2 {
	font-size: 17px;
	margin-top:5px;
	margin-bottom: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
}

#home_upper_side-area p {
	margin-top:-6px;
}

#home_upper_side-area_table {
	width: 100%;
	height:250px;
}

#home_upper_side-area_text-area {
	height:170px; 
	vertical-align:top;
}

#home_upper_side-area_partner-area {
	text-align:right; 
	vertical-align:bottom; 
	padding:0px 8px 0px 0px;
}

.info_pane_head {
	font-style: normal;
	font-weight: bolder;
	font-size: 14px;
	font-family: Verdana, Helvetica;
	width: 100%;
	height: 30px;
	color: #007cc6;
	background-image: url(/imgs/bar_bg1.jpg);
	background-color: white;
	background-repeat: repeat-x;
	text-align: center;
	
	
}
.info_pane_content {
	font: normal normal 100 10px Verdana, Helvetica;
	text-align:left;
	height: auto;
	vertical-align:top;
	border-width: 1px 0px 0px 0px;
	border-color: gray;
	border-style:solid;
	background-color: white;
	background-repeat: repeat-x;
	padding:5px;
}
.bottom_content_size {
	font: normal normal 100 11px Verdana, Helvetica;
	vertical-align:top;
	border-width: 1px 0px 0px 0px;
	border-color: gray;
	border-style:solid;
	background-color: white;
	background-repeat: repeat-x;
	padding:5px;
	height:100px;
	text-align:justify;
}

.SP_bottom_content_size {
	font: normal normal 100 11px Verdana, Helvetica;
	vertical-align:top;
	border-width: 1px 0px 0px 0px;
	border-color: gray;
	border-style:solid;
	background-color: white;
	background-repeat: repeat-x;
	padding:5px;
	height:95px;
	text-align:justify;
}

.defualt_pane {
	width: 204px;
	border-width: 0px 1px 1px 1px;
	border-color: gray;
	border-style: solid;
	margin:4px 0px;
}

.defualt_pane ul {
	margin:10px 5px 5px 3px;
	padding:0px;
}
.bottom_panes {
	margin: 4px;
	border-width: 0px 1px 1px 1px;
	border-color: gray;
	border-style: solid;
}
.bottom_pane_cells {
	vertical-align:top;
}
#bottom_panes_table {
	height:100%;
	width:100%;
	padding:0px;
	vertical-align: top;
}
#infrastructure_pane {							/*the sum of the following three things hsould equal 814px*/
	width:234px;
}
	#infrastructure_pane li{
		list-style-image: url(/imgs/li1.gif);
		margin: 0px 0px 5px 4px;
		text-indent:-5px;
	}
	#infrastructure_pane ul {
		margin:0px 0px 0px 10px;
		padding:5px;
	}

#dev_pane {
	width:280px;
}
#sharepoint_pane {
	width: 300px;
}

/*END CSS FOR HOME PAGE*/

.normal_page_content {
	text-align:left;
	width:100%;
}

.normal_page_content h1 {
	font-weight:bold;
	font-size:20px;
	color: #006ab8;
	margin: 15px 0px 0px 10px;
}
.normal_page_content h2 {
	font-weight:bold;
	font-size:15px;
	margin: 10px 0px 0px 20px;
}
.normal_page_content h3 {
	font-weight: bold;
	font-size: 12px;
	margin: 5px 0px 10px 35px;
}
.normal_page_content h4 {
	font-size:12px;
	font-weight:normal;
	word-spacing: 2px;
	text-indent:0px;
}

.normal_page_content h5 {
	font-weight: bold;
	font-size: 12px;
	margin: 5px 0px 5px 30px;
	color: #006ab8;
}

.normal_page_content p {
	font-size:11px;
	line-height:17px;
	letter-spacing: 0px;
	word-spacing: 2px;
	margin: 5px 10px 15px 35px;
	text-align:justify;
	text-indent:0px;
}
.normal_page_content li {
	list-style-image: url(/imgs/li1.gif);
	font-size:11px;
	line-height:17px;
	letter-spacing: 0px;
	word-spacing: 2px;
	margin: 0px 0px 2px 30px;
}
.normal_page_content ul {
	margin:10px 0px 10px 30px;
}

.normal_page_content ul li ul{
	margin:5px 0px 5px 0px;
}

#normal_page_content_area {
	vertical-align:top;
	width:648px;
}
#normal_page_side_area {
	vertical-align:top;
	margin:0px;
	padding:3px 0px 3px 0px;
}
#normal_page_side_area img {
	vertical-align:top;
	margin:0px;
	padding:0px 0px 2px 0px;
}
#normal_page_side_area li {
	list-style-image: url(/imgs/li1.gif);
	font-size: 11px;
	margin: 0px 0px 2px 25px;
	text-indent:-5px;
}
#normal_page_side_area ul {
	list-style-image: url(/imgs/li1.gif);
	font-size: 11px;
	margin: 0px 0px 2px 0px;
}



.info_bar {
	height:36px;
	width:204px;
	background-image: url(/imgs/blip.jpg);
	background-position:left;
	background-repeat:no-repeat;
	font-size:11px;
	font-weight:300;
	padding:0px 4px;
	color:#007cc6;
}
.SP_Promo_Box 
{
	margin-top:45px;
	padding-top:auto;
	padding-bottom:auto;
	margin-right:2px;
	float:right;
	width:262px;
}

.SP_Promo_Box h3
{
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	font-family: Verdana, Helvetica;
	padding:5px 2px;
	margin:0px;
	text-decoration:underline;
}
.SP_Promo_Box ul
{
	margin:0px;
	padding:0px;
}

.SP_Promo_Box li
{
	text-align:center;
	height:30px;
	border:solid 1px grey;
	background-image: url(/imgs/bar_bg1.jpg);
	background-repeat:repeat-x;
	list-style-type:none;
	margin:15px 5px;
	padding:0px;
}