@charset "UTF-8";
/* CSS Document */

html{ 
	font-size:16px; /* Make sure the default is always 16px */
} 

body{
	background-color:#f3f3f3;
	background-image:url(../images/bg-bodygrad.gif);
	background-repeat:repeat-x;
	margin:0;
	padding:0;
	font-size:62.5%; /* 16px * 62.5% = 10px : 1em now = 10px */
	font-family:Arial, Helvetica, sans-serif;
	color:#464646;
}

a{
	color:#0099cc;
	font-weight:bold;
}

a:hover{
	color:#959595;
	text-decoration:none;
}

p{
	font-size:1.4em; /* 14px */
	line-height:150%;
	margin:0;
	padding:0 0 20px 0;
}

ul{
	margin:0;
	padding:0 0 20px 40px;
}

li{
	padding:0;
	margin:0;
	font-size:1.4em;
	line-height:150%;
}

h1{
	font-size:3.0em;
	line-height:110%;
	color:#0099cc;
	/*font-weight:normal;*/
	padding:10px 0;
	margin:0;
}

h2{
	font-size:2.6em;
	line-height:120%;
	color:#0099cc;
	font-weight:normal;
	padding:0 0 8px 0;
	margin:0;
}

h3{
	color:#efa30b;
	line-height:130%;
	font-size:1.8em;
	text-transform:uppercase;
	padding:0 0 4px 0;
	margin:0;
}

h4{
	color:#959595;
	line-height:120%;
	font-size:2.0em;
	padding:0 0 8px 0;
	margin:0;
	font-weight:normal;
}

img{
	border:none;
}

img, div, a, input { behavior: url(iepngfix.htc) }

.blue{
	color:#0099cc;
	font-weight:bold;
	padding:0;
	margin:0;
}
	
.space{
	padding:0 10px 4px 0;
}

.small-text{
	font-size:1.2em;
	color:#636363;
}

.large-text{
	font-size:1.6em;
	color:#636363;
}
.demo-text{
	font-size:1.4em;
	color:#636363;
}

.uppercase{
	text-transform:uppercase;
	font-weight:bold;
}

.hidden{
	visibility:hidden;
}

#main-container{ /* this is the container that centers the site in the browser */
	width:1020px;
	margin:0 auto;
}

#logo-container{
	float:left;
	padding:22px 40px;
}

#login-container{
	float:right;
	width:276px;
	padding:4px 26px 0 26px;
	background:url(../images/bg-login.gif) no-repeat;
}

#login-cap{
	width:328px;
	margin-left:-26px;
	height:13px;
	background:url(../images/bg-login-cap.gif) no-repeat;
}

#login-container label{
	text-transform:uppercase;
}


/*------------------------------ MENU STYLES START --------------------------------------*/

#menu-container{ 
	width: 1020px; 
	height: 43px;
	clear:both;
}
	
#menu{
	margin: 0; 
	padding: 0; 
}
	
#menu li { 
	display: inline; 
}

#menu li a { 
	float: left; 
	height: 0; 
	padding-top: 43px; 
	overflow: hidden; 
}

#menu li a { 
	background-image: url(../images/menu-dl.gif);
	background-repeat: no-repeat; 
}

/* ------------------------------- BUTTONS */
#menu li.home a { 
	background-position: 0 0; 
	width: 111px;
}

#menu li.about-us a { 
	background-position: -111px 0; 
	width: 113px;
}

#menu li.content-solutions a { 
	background-position: -224px 0;
	width:186px;
}

#menu li.technology-solutions a { 
	background-position: -410px 0;
	width:212px;
}

#menu li.contact-us a { 
	background-position: -622px 0;
	width:128px; 
}

#menu li.blank-menu-bar a{
	background-position: -750px 0;
	width:270px;
	cursor:default;
}


/* --------------------------- HOVER STATES */
#menu li.home a:hover { 
	background-position: 0 -43px; 
	width: 111px;
}

#menu li.about-us a:hover { 
	background-position: -111px -43px; 
	width: 113px;
}

#menu li.content-solutions a:hover { 
	background-position: -224px -43px;
	width:186px;
}

#menu li.technology-solutions a:hover { 
	background-position: -410px -43px;
	width:212px;
}

#menu li.contact-us a:hover { 
	background-position: -622px -43px;
	width:128px; 
}


/* --------------------------- ACTIVE STATES */
#menu li.home a.active { 
	background-position: 0 -86px; 
	width: 111px;
}

#menu li.about-us a.active { 
	background-position: -111px -86px; 
	width: 113px;
}

#menu li.content-solutions a.active { 
	background-position: -224px -86px;
	width:186px;
}

#menu li.technology-solutions a.active { 
	background-position: -410px -86px;
	width:212px;
}

#menu li.contact-us a.active { 
	background-position: -622px -86px;
	width:128px; 
}

/*------------------------------ MENU STYLES END --------------------------------------*/
	
	
#content-wrapper{
	width:1020px;
	float:left;
	padding:8px 0; /* padding between main menu and content rounded corner box */
}

#content-top{
	background:url(../images/bg-content-top.gif) no-repeat;
	width:1020px;
	height:22px; /* this adds the top padding to the content container */
	float:left;
}

#content-middle{
	background:url(../images/bg-content-middle.gif) repeat-y;
	width:980px;
	padding:0 20px; /* padding inside content rounded corner box */
	float:left;
}

#content-bottom{
	background:url(../images/bg-content-bottom.gif) no-repeat;
	width:1020px;
	height:22px; /* this adds the bottom padding to the content container */
	float:left;
}

#homepage-img{
	float:left;
	padding:0 0 20px 0;
}

#column-left{ /* all content on the left side of the page */
	float:left;
	width:540px;
	padding:0 20px;
}

#column-right{ /* all content on the right side of the page */
	float:left;
	width:400px;
	padding:0;
}

#column-right img{
	margin-bottom:20px;
}


/* rounded corner box for callouts -- always on the right side of page */
.graphic-container{ 
	float:left;
	width:374px;
	padding:13px 13px 0 13px;
	background:url(../images/bg-column.gif) no-repeat;
}

.graphic-container-cap{
	width:400px;
	margin-left:-13px;
	height:13px;
	background:url(../images/bg-column-cap.gif) no-repeat;
}

#contact-body{
	float:left;
	height:304px;
	width:341px;
	padding:26px 13px 0 46px;
	background:url(../images/bg-contact-body.gif) no-repeat;
}

#contact-footer{
	background:url(../images/bg-contact-footer.png) no-repeat;
	width:960px;
	height:43px;
	float:left;
	padding:12px 20px 0 40px;
}

#footer-wrapper{
	width:940px;
	padding:0 40px;
}

#footer-nav{
	float:left;
}

#footer-nav ul{
	margin:0;
	padding:0;
}

#footer-nav li{
	display:inline;
	list-style:none;
	padding:0 16px 0 0;
	font-size:1.1em;
}

#copyright{
	float:right;
	padding-bottom:20px;
}


/*------------- BOX STYLES -----------------*/

.box-variable {
	float:left;
	margin:0px auto;
	background:#fff url(../images/box-leftside.gif) repeat-y left top;
    }

.top-variable {
	width:100%;
	height:20px;
	background:url(../images/box-topleft.gif) no-repeat left top;
	}

.top-variable span {
	display:block;
	position:relative;
	height:20px;
	background:url(../images/box-topright.gif) no-repeat right top;
	}

.center-content-variable {
	position:relative;
	background:url(../images/box-rightside.gif) repeat-y right top;
	padding:1px 20px 1px 25px;
	margin:-1px 0 -120px 0;
	}
	
.bottom-variable {
	height:130px;
	background:url(../images/box-bottomleft.gif) no-repeat left bottom;
	}
	
.bottom-variable span {
	display:block;
	position:relative;
	height:130px;
	background:url(../images/box-bottomright.gif) no-repeat right top;
	}





#search-page{
	float:left;
	width:980px;
}

#search-page h1{
	padding-left:20px;
}

#search-results{
	float:left;
}

#search-results h3{
	padding:20px;
}

#sort-results{
	width:940px;
	padding:0 20px 10px 20px;
	float:left;
}

/*---------------------------- START SORT NAVIGATION STYLES ----------------------------------*/
ul.sort-nav {
	margin:0;
	padding:0;
	list-style: none;
	float: left;
}

ul.sort-nav li {
	float: left;
	font-size:16px;
	color:#959595;
}

ul.sort-nav li a {
	float: left;
	text-decoration: none;
	padding: 8px 20px 0 0;
	margin:0 1px; /*space between button images*/
	background-image: url(../images/btn-sort.gif);
	background-color:#fff;
	background-position:top right;
	background-repeat:no-repeat;
}

ul.sort-nav li a span {
	float: left;
	padding:0 20px 0 0;
	display: block;
	margin-top: -8px;
	height: 38px;
	background-image: url(../images/btn-sort.gif);
	background-color:#fff;
	background-position:top left;
	background-repeat:no-repeat;
}

ul.sort-nav li a:hover{
	background-position:100% 50%;
	color:#464646;
}

ul.sort-nav li a:hover span {
	background-position:0% 50%;
}

ul.sort-nav li a.current{
 	background-position:bottom right;
	color:#fff;
 }

ul.sort-nav li a.current span{
	background-position:bottom left;
 }

/*---------------------------- END SORT NAVIGATION STYLES ------------------------------------*/





#pagination{
	background-color:#f6f6f6;
	width:940px;
	padding:6px 20px;
	float:left;
	margin:10px 0;
}

/*---------------------------- START PAGINATION NAVIGATION STYLES ----------------------------------*/
ul.pagination-nav {
	margin:0;
	padding:0;
	list-style: none;
	float: right;
}

ul.pagination-nav li {
	float: left;
}

ul.pagination-nav li a {
	float: left;
	text-decoration: none;
	padding: 2px 10px 0 0;
	margin:0 1px; /*space between button images*/
	font-size:12px;
	background-image: url(../images/btn-pagination.gif);
	background-color:#f6f6f6;
	background-position:top right;
	background-repeat:no-repeat;
}

ul.pagination-nav li a span {
	float: left;
	padding:0 10px 0 0;
	display: block;
	margin-top: -2px;
	height: 24px;
	background-image: url(../images/btn-pagination.gif);
	background-color:#f6f6f6;
	background-position:top left;
	background-repeat:no-repeat;
}

ul.pagination-nav li a:hover{
	background-position:100% 50%;
	color:#464646;
}

ul.pagination-nav li a:hover span {
	background-position:0% 50%;
}

ul.pagination-nav li a.current{
 	background-position:bottom right;
	color:#959595;
 }

ul.pagination-nav li a.current span{
	background-position:bottom left;
 }

/*---------------------------- END PAGINATION NAVIGATION STYLES ------------------------------------*/
	
#search-container{
	float:left;
	border-top:solid 1px #bfbfbf;
	border-bottom:solid 1px #bfbfbf;
	width:940px;
	padding:20px;
}
	
#search-container td{
	width:300px;
}
	
#search-container select{
	max-width:300px;
}

#search-container td.border-left{
	border-left:solid 1px #bfbfbf;
	padding-left:10px;
}

.search-result-item{
	padding-left:5px;
}

.search-result-item td{
	/*padding-right:20px;*/
	vertical-align:top;
}

.search-result-item h2{
	font-size:2.0em;
	font-weight:bold;
	padding:0;
	margin:0;
}

.search-result-item h4{
	font-size:1.4em;
	font-weight:bold;
	text-transform:uppercase;
	color:#464646;
	padding:0;
	margin:0;
}

.search-result-item td.padding-right{
	padding-right:20px;
}

.search-result-item p{
	padding:0 0 12px 0;
	margin:0;
	font-size:1.2em;
}

.search-preview{
	text-align:center;
	padding:10px 0 0 0;
}

.play-video{
	background:url(../images/btn-play-video.gif) top left no-repeat;
	height:26px;
	display:block;
	text-decoration:none;
}

.play-video:hover{
	background-position:bottom left;
}
