@charset "utf-8";
/* CSS Document */

.content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#666666;
}

.content_align{
	margin-left:33px;
	margin-right:33px;
	margin-bottom:50px;


}

.contentBold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#666666;
	font-weight:bold;
}

.contentBoldBlue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#002F66;
	font-weight:bold;
}

.latestNews {
	background:url(../images/bg_latestnews.png);
	background-repeat:repeat-y;
}

.latestnews_content {
	margin-left:25px;
	margin-right:20px;

}

.bottomBanner {
	width: auto;
	margin-right: 42px;
	margin-left: 42px;
	padding: 0px;
	background: #fff;
	border: none;
	margin-bottom: 15px;
}


/* Navigation bar */

.bg_nav {
	background:url(../images/bg_nav.jpg);
	background-repeat:repeat-x;
	height:34px;
}
a { text-decoration:none }

/* tab */
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 11px;
	color: #666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.widget {
	text-align:left;
	width: 716px;
	margin-right: 42px;
	margin-left: 42px;
	margin-top: 20px;
	padding: 0px;
	background: #fff;
	border: none;
	margin-bottom: 0px;
}

	.widget a {
	color: #666666;
	text-decoration: none;
	}
	
	.widget a:hover {
	color: #666666;
	text-decoration: none;
	}

	.tabnav li {
	display: inline;
	list-style: none;
	margin-right: 2px;	
	}
	
		.tabnav li a {
		background: url(../images/tab_up.jpg);
		background-repeat:repeat-x;
		}
		 
		.tabnav ul li:hover a, .tabnav li a:hover, .tabnav ul li:active a, .tabnav li a:active, .tabnav li.ui-tabs-selected a {
		background:url(../images/tab_over.jpg);
		background-repeat:repeat-x;
		}
		
	.tabdiv {
	margin-top: -2px;
	background: url(../images/bg_tabdiv.jpg);
	background-repeat:repeat-x;
	padding: 0px;
	}
	
	.tab_content{
	margin-left:30px;
	margin-right:30px;
	margin-bottom:10px;	
	}
	
		.tabdiv li {
		list-style-image: none;
		margin-left: 20px;
		}

.ui-tabs-hide {
		display: none;
		}

		#featuredvid {
		text-align: center;
		}
		
			.fvid {
			margin-bottom: 5px;
			}
		
			.vidselector li {
			text-align: left;
			list-style: none;
			padding: 5px;
			background: #ffffff;
			border: 1px solid #dedbd1;
			text-transform: uppercase;
			margin-bottom: 5px;
			}
			
/* link top and bottom menu  */		
.copyright_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#666666;
	text-decoration:none;
}

.copyright_text a:link { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#666666;
	text-decoration:none;
}

.copyright_text a:visited { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#666666;
	text-decoration:none;
}

.copyright_text a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#666666;
	text-decoration:underline;
}

 /* Navigation Bar */

 /* Set up the default font and ovrall size to include image */
.menu {
	font-family: candara;
	font-size:13px;
	position:relative; 
	margin:0 0px 0 0px;}
	
	/* get rid of the default padding - margin and bullets */
	.menu ul {
		padding:0; 
		margin:0;
		list-style-type: none;}

		/* make menu horizontal */
		.menu ul li {
	width:133px;
	float:left;
	position:relative;
}
			
			
			
			/* set up the default top level links */
			.menu ul li a, 
			.menu ul li a:visited {
				display: block; 
				text-decoration: none; 
				color:#fff; 
				/*width:90px; */
				height: 34px;
				font-weight: bold;
				color:#fff; 
				background:url(../images/bg_nav.jpg); 
				background-repeat:repeat-x;
				/*margin-left:45px; */
				line-height: 34px;
				text-align: center;}
				
			/* style the nav bar hover */
			.menu ul li:hover a, 
			.menu ul li a:hover {
				background:url(../images/bg_nav_over.png); 
				background-repeat:repeat-x;
				color:#fff; 
				border-bottom:0px solid #606;
				font-weight: bold;
				text-decoration: none;}
				
			
				/* hide the drop down menu */
				.menu ul li ul {
					display: none;}
					
					
				/* make the drop down menu show and correctly position it */
				.menu ul li:hover ul,
				.menu ul li a:hover ul {
					display:block; 
					position:absolute; 
					top: 34px;
					margin-top:0px;
					left:0; 
					width:175px;
					border:1px solid #888;
					border-top:0;
					background: transparent;
					text-decoration:none;}
					
					
					/* style the drop down links with no hover */
					.menu ul li:hover ul li a,
					.menu ul li a:hover ul li a {
						display:block; 
						background:transparent url(../images/bg_subnav_transparent.png); 
						color:#fff; 
						border:0;
						margin:0;
						font-weight:normal; 
						font-size:0.9em;
						height:auto; 
						line-height:11px; 
						padding:10px; 
						text-decoration:none;
						width:155px;
						text-align: left;}
						
					/* style the drop down menu links when hovered */
					.menu ul li:hover ul li a:hover,
					.menu ul li a:hover ul li a:hover {
						text-decoration:none;
						background:url(../images/bg_flyout.jpg) 130px 34px no-repeat; 
						background-color:#FFFFFF;
						color:#333;
						text-decoration:none;}


					/* IE5.5 hack for faulty box model in drop down menu */
					.menu ul li a:hover ul li a {
						background:#ddd;
						width:95px; /* for IE5.5 faulty box model */
						w\idth:80px; /* for IE6 */}

/* links Icons  */		
a { text-decoration:none }
.link3 a:link { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	vertical-align:middle;
	color:#666666;
	text-decoration:none;
}

.link3 a:active { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#666666;
	text-decoration:none;

}

.link3 a:visited { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#666666;
	text-decoration:none;
}

.link3 a:hover { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#002F66;
	text-decoration:underline;
}

/* content links  */		
a { text-decoration:none }
.link4 a:link { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	vertical-align:middle;
	color:#002F66;
	text-decoration:none;
}

.link4 a:active { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#002F66;
	text-decoration:none;

}

.link4 a:visited { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#002F66;
	text-decoration:none;
}

.link4 a:hover { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#002F66;
	text-decoration:underline;
}

.content_container{
	margin-left:50px;
	margin-right:40px;
	margin-top:30px;
	margin-bottom:50px;

}

/* subnav-content page  */	
.submenu {
	background-color:#ebeced;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	vertical-align:middle;
	color:#666666;
	text-decoration:none;
	font-weight:bold;
	line-height:25px;
	text-align:left;
}

.submenu a:link {
	text-decoration:none;
	color:#666666;
}

.submenu a:active { 
	color:#666666;
	text-decoration:none;
}

.submenu a:visited { 
	color:#666666;
	text-decoration:none;
}

.submenu a:hover { 
	color:#002F66;
	text-decoration:none;
}
.submenu ul {
list-style:none;
	text-decoration:none;
	color:#666666;
	margin-left:10px;
}

.submenu_current{

	color:#002F66;

}
.highlights{
	float:right;
	clear:right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#666666;
	text-decoration:none;
	text-align:left;
	font-weight:bold;
	display: block;
	margin-left:0px;
	margin-bottom:20px;
	width:169px;

}

.submenu_small{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:normal;
}
	
.submenu_container{
	float:right;
	text-align:right;
	margin-left:30px;
	margin-bottom:20px;
	margin-top:10px;
}


/* backtotop  */		
a { text-decoration:none }
.link5 a:link { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	vertical-align:middle;
	color:#B62025;
	text-decoration:underline;
}

.link5 a:active { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#B62025;
	text-decoration:underline;

}

.link5 a:visited { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#B62025;
	text-decoration:underline;
}

.link5 a:hover { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#B62025;
	text-decoration:underline;
}

/* pdf link  */		
a { text-decoration:none }
.link6 a:link { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	vertical-align:middle;
	color:#666666;
	font-weight:bold;
	text-decoration:none;
}

.link6 a:active { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#666666;
	text-decoration:none;
	font-weight:bold;

}

.link6 a:visited { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#666666;
	text-decoration:none;
	font-weight:bold;
}

.link6 a:hover { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#666666;
	text-decoration:underline;
	font-weight:bold;
}


/* content tab jQuery for web design  */		
#example-links {
    border: 1px solid #ccc;
    border-bottom: none;
    float: left;
    width: 200px;
}
#example-links a {
    border-bottom: 1px solid #ccc;
    display: block;
    font-size: 17px;
    height: 38px;
    line-height: 38px;
    padding-left: 0px;
}
#example-links a:focus {
    outline: 0;
}
#example-links a:hover {
    background-color: #ddd;
}
#example-content-container {
    border: 1px solid #ccc;
    border-left: none;
    height: 233px;
    overflow: hidden;	
	background: url(../images/bg_content.jpg);
	background-repeat:repeat-x;
}
#example-content div {

    height: 233px;
    padding: 10px;
}

/* content tab jQuery for network services  */		
#example-links2 {
    border: 1px solid #ccc;
    border-bottom: none;
    float: left;
    width: 200px;
}
#example-links2 a {
    border-bottom: 1px solid #ccc;
    display: block;
    font-size: 17px;
    height: 64px;
    line-height: 64px;
    padding-left: 0px;
}
#example-links2 a:focus {
    outline: 0;
}
#example-links2 a:hover {
    background-color: #ddd;
}
#example-content-container2 {
    border: 1px solid #ccc;
	border-left:none;
    height: 260px;
    overflow: hidden;	
	background: url(../images/bg_content.jpg);
	background-repeat:repeat-x;
}
#example-content2 div {
    height: 260px;
    padding: 10px;
}

/* content tab jQuery for Managed services  */		
#example-links3 {
    border: 1px solid #ccc;
    border-bottom: none;
    float: left;
    width: 200px;
}
#example-links3 a {
    border-bottom: 1px solid #ccc;
    display: block;
    font-size: 17px;
    height: 38px;
    line-height: 38px;
    padding-left: 0px;
}
#example-links3 a:focus {
    outline: 0;
}

#example-links3 a:hover {
    background-color: #ddd;
}

#example-content-container3 {
    border: 1px solid #ccc;
    border-left: none;
    height: 116px;
    overflow: hidden;
	background: url(../images/bg_content.jpg);
	background-repeat:repeat-x;
}


#example-content3 div {
    height: 116px;
    padding: 10px;
}

/* Portfolio Page*/		
#example-links4 {
    border-left: 1px solid #EDEDED;
	border-top: 1px solid #EDEDED;
    border-bottom: 1px solid #EDEDED;
    float: left;
    width: 100px;
}
#example-links4 a {
    border-bottom: 1px solid #ccc;
    display: block;
    font-size: 17px;
    height: 70px;
    line-height: 70px;
    padding-left: 0px;
}
#example-links4 a:focus {
    outline: 0;
}
#example-links4 a:hover {
    background-color: #ddd;
}
#example-content-container4 {
	border-top: 1px solid #EDEDED;
    height: 800px;
	width:600px;
    overflow: hidden;	
	background: url(../images/bg_content.jpg);
	background-repeat:repeat-x;
}
#example-content4 div {
	padding: 10px;
}



<style type="text/css">

/* root element for scrollable */
.vertical {  
	
	/* required settings */
	position:relative;
	overflow:hidden;	

	/* vertical scrollers have typically larger height than width */	
	height: 665px;	 
	width: 550px;
	border-top:1px solid #ddd;	
}

/* root element for scrollable items */
.items {	
	position:absolute;
	
	/* this time we have very large space for height */	
	height:20000em;	
	margin: 0px;
}

/* single scrollable item */
.items div {
	border-bottom:1px solid #ddd;
	margin:10px 0;
	padding:15px;
	font-size:11px;
	height:180px;
}

/* elements inside single item */
.items img {
	float:left;
	margin-right:20px;
	margin-top:0px;
}

.items h3 {
	margin:0 0 5px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#002F66;
	font-weight:bold;
}

/* the action buttons above the scrollable */
#actions {
	width:550px;
	height:10px;
	margin:0px 0 10px 0;
	border-bottom:1px solid #ddd;
}

#actions a {
	font-size:11px;		
	cursor:pointer;
	color:#666;
}

#actions a:hover {
	text-decoration:underline;
	color:#000;
}

.disabled {
	visibility:hidden;		
}

.nextPage {
	float:right;
}	



/* root element for scrollable */ 
div.scrollable {
	/* required settings */     
	  position:relative;
	overflow:hidden;
	/* vertical scrollers have typically larger height than width */     
	  height: 650px;
	width: 550px;
	  }  
	  /* root element for scrollable items */ 
div.scrollable div.items {
	position:absolute;
	/* this time we have very large space for the height */     
	height:1000px;
	left: 0px;
	top: 0px;
}
