body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
    text-align: center;
	background-color: #FFF; /*body must have a hex bg color for nifty corners to work*/
	background-image: url(../images/jpg/seearch_main_bgrnd.jpg);
	background-repeat: repeat-x;
	background-position: top;
}      

/*---header unification styles--*/
.xlBody{
    text-align: center;
	background-color: #FFF; /*body must have a hex bg color for nifty corners to work*/
	background-image: url(../images/jpg/seearch_main_bgrnd.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

.padded{
    padding:25px 25px 0 20px;
}

.leftAligned{
    text-align:left;
}

.titleBarDiv{
    background-image: url(/images/header/titlebar_shadow.gif);
    background-repeat:no-repeat;
    width:800px;
    margin-left:auto;
    margin-right:auto;
    height:31px;
    margin-top:2px;
    text-align:left;
    padding-left:16px;
    color:#FFFFFF;
    font-size:12px;
    padding-top:10px;
}

.titleBarDiv_noshadow{
    background-image: url(/images/header/titlebar.gif);
    background-repeat:no-repeat;
    width:788px;/* + padding-left = img width*/
    margin-left:auto;
    margin-right:auto;
    height:31px;
    margin-top:12px;
    text-align:left;
    padding-left:16px;
    color:#FFFFFF;
    font-weight:bold;
    font-size:15px;
    padding-top:10px;
}

.titleBarDiv .titleBarText{
    font-size:16px;
    float:left;
    margin-left:4px;
    margin-top:2px;
}

.headerBarDivLarge{
    background-image: url(/images/demo/head_banner.gif);
    background-repeat:no-repeat;
    width:800px;
    height:200px;
    margin-top:10px;
    margin-left:auto;
    margin-right:auto;
}

.headerBarDiv{
    background-image: url(/images/header/headerbar.png);
    background-repeat:no-repeat;
    width:808px;
    height:84px;
    margin-top:-3px;
    margin-left:auto;
    margin-right:auto;
}

.innerHeaderBarDiv{
    width:330px;
    clear:right;
    float:right;
    margin-right:4px;
    text-align:left;
}

.tagline{
    float:left;
    clear:both;
    margin-top:4px;
    width:360px;
    text-align:left;
    margin-left:20px;
    font-weight:normal;
    /*font-family:Verdana, Tahoma, sans-serif;*/
    color:#909090;
    font-size:12px;
}

.headerSubBar{
    background: transparent url('/images/header/header_subbar.png') no-repeat;
    width:763px;
    height:31px;
    margin-top:-1px;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:4px;
    clear:both;
} 

.headerSubBar .headerTab{
    float:left;
    background: transparent url('/images/header/headertab.png') no-repeat;
    width:151px;
    height:28px;
    margin-left:2px;
    padding-top:6px;
    font-size:13px;
    color:#606060;
    text-decoration:none;
    text-align:center;
}

.headerSubBar .headerTab:hover{
    float:left;
    background: transparent url('/images/header/headertab_hover.png') no-repeat;
    width:151px;
    height:28px;
    margin-left:2px;
    padding-top:6px;
    font-size:13px;
    color:#606060;
    text-decoration:none;
}

.headerSubBar .headerTabSelected{
    float:left;
    background: transparent url('/images/header/headertab_selected.png') no-repeat;
    width:151px;
    height:28px;
    margin-left:2px;
    padding-top:6px;
    font-size:13px;
    color:#606060;
    text-decoration:none;
    text-align:center;
}

.headerSearchInput{
    float:left;
    height: 20px;
    width: 260px;
    border-left:2px outset #707070;
    border-top:2px solid #D0D0D0;/*IE looks good with B0B0B0*/
    background-color:#FFFFFF;
    border-bottom:none;
    border-right:none;
    color: #909090;
    padding-top:3px;
    font-size:14px;
    margin-top:-1px;/*don't remove - other stylesheets may overwrite it*/
}

.headerFindButton{
    float:right;
    background: transparent url('/images/header/find_button.png') no-repeat;
    width:58px;
    height:28px;
    border:none;
    color:#ffffff;
    font-weight:normal;
    font-size:14px;
    cursor:pointer;
    text-decoration:none;
    padding-top:9px;
    text-align:center;
    margin-top:-4px;
    z-index:2; /*together with pos relative the top of the button is visible in IE6*/
    position:relative;
}

.templateBody{
    width:800px;
    border:1px solid #D0D0D0;
    border-top:none;
    margin-left:auto;
    margin-right:auto;
}

.templateBodyShadow {
    background-image: url(/images/jpg/searchmaincontentbgrnd.jpg);
	background-repeat: repeat-y;
	width: 823px;
    margin-left:auto;
    margin-right:auto;
    display: block; overflow: hidden; /*for FF to accept margins on inner elements*/
}

.paddedBodyContainer{
    padding-left:12px; padding-top:0; padding-right:12px; text-align:left;
}
.paddedTemplateBody{
    width:780px;
    /*border:1px solid #D0D0D0;
    border-top:none;*/
    margin-left:auto;
    margin-right:auto;
    padding:10px;
}

.headerLoginDiv{
    float:right;
    margin-top:10px;
    font-size:11px;
    margin-right:5px;
    height:32px;
}

.headerLoginDiv a, .headerLoginDivLarge a{
    font-size:11px;
}

.homeLink{
    width:146px;
    height:31px;
    float:left;
    margin-left:10px;
    margin-top:20px;
    cursor:pointer;
    z-index:2;
    position:relative;
}

.headerLoginDivLarge{
    float:right;
    font-size:11px;
    margin-right:10px;
    height:32px;
}

.homeLinkLarge{
    width:146px;
    height:31px;
    float:left;
    margin-left:10px;
    margin-top:8px;
    cursor:pointer;
    z-index:3;
    position:relative;
}

.newBottomFooter{
    /*background-image:url(/images/jpg/btm_footer1.jpg);*/
    background-image:url(/images/homepage/btm_footer_new2.png);
    background-repeat:no-repeat;
    clear:both;
    padding:15px 0 0 0;
    width:816px;
    margin-top:20px;
}

.newBottomFooter a {
    font-size:11px;
}


#search_round_btmbar {
	background-image: url(../images/jpg/search_round_btmbar.jpg);
	background-repeat: repeat-y;
	clear:both;
    width: 823px;
	overflow: hidden;
	margin: 0 auto 0 auto; 
	height: 27px;
}
/*---end header unification styles--*/


/*---footer styles */
.copyrighttext {
	font-size: 9px;
	display: block;
	padding: 7px;
	margin: 0;
	overflow: hidden;
    color:#999999;
}

#search_footer {
    width: 823px;
	overflow: hidden;
	/*margin: 0;*/
	float: left;
	/*text-align: center;*/
	padding-top: 12px;
	/*color: #999999;
	font-size: 12px;*/
}

#search_footer a, search_footer a:hover, search_footer a:visited {
    color: #006699;
    text-decoration:underline;
}
/*---end footer styles */

/*---old header styles - only remove when all pages include new headers*/
#top-menu {
	/*font-size: 11px;*/
	min-height: 27px;
	height: 27px;
	background: url(../images/bg-top-menu.jpg) no-repeat;
	margin-left: 5px;
}

#top-menu .subpage{
	/*font-size: 11px;
	color: #006699;*/
	padding-top: 5px;
	padding-left: 20px;
	padding-right: 20px;
}

#top-menu .subpage a:link, #top-menu .subpage a:visited {
	font-size: 11px;
	color: #006699;
	text-decoration: none;
}

#top-menu .subpage a:hover {
	text-decoration: underline;
}

#top-menu .left {
	font-size: 11px;
	float: left;
}

#top-menu .right {
	font-size: 11px;
	color: #666666;
	float: right;
}

#primenu {
	float: left;
	width: 385px !important;
	text-align: left;
}

ul#nav {
	position: relative;
	top: 0;
	left: 20px;
	height: 45px;
	padding: 0;
	margin: 0;
	list-style-type: none;
	overflow: hidden;
	border-left: 1px solid #CCCCCC;
}

ul#nav li {
    width: 120px;    /* NOTE: this was added to "fix" IE6 */
    margin-top: 1px;
	float: left;
	border-right: 1px solid #CCCCCC;
}

ul#nav li a img {
	margin-top: -4px;
	margin-right: 4px;
	vertical-align: middle;
}

ul#nav li a:link, ul#nav li a:visited {
	height: 46px;
	font-size: 14px;
	font-weight: bold;
	display: block;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 9px;
	color: #BBBBBB;
}

ul#nav li a:hover {
	background: url(../images/menu-ro.jpg) top left;
	color: #333333;
	text-decoration: none;
}

ul#nav li a.selected {
	background: url(../images/menu-sel.jpg) top left;
	color: #FFFFFF;
	text-decoration: none;
}

#menu {
	min-height: 46px;
	height: 46px;
	margin-top: 5px;
	background: url(/images/bg-menu-index.gif) no-repeat top;
	text-align: right;
}

#menu .download {
	float: left;
	width: 265px;
	padding-top: 15px;
	padding-right: 5px;
	text-align: left;
	font-weight: bold;
	color: #669900;
}

#menu img{
    border-style:none;
}

/*--end header styles*/

/*--landing page and common styles*/

.logo{
    background-repeat:no-repeat;
    float:left;
    height:67px;
    width:275px;
    margin-top:10px;
    margin-left:25px;
    border:none;
}

#bodyDiv{
    width:823px;
    margin-right: auto;
    margin-left: auto;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    text-align:left;
}

#loginDiv{
    width:40px;
    float:right;
    margin-right:50px;
    margin-top:20px;
}

#loggedInDiv{
    float:right;
    margin-right:50px;
    margin-top:20px;
    width:290px;
    text-align:right;
    color:#006699;
}

#loggedInDiv a{
    font-size:11px;
}

.bottomFooter a, .bottomFooter a:hover{
    color:#006699;
}

#loggedInDiv a, #loggedInDiv a:hover, #loggedInDiv a:visited{
    color:#006699;
}

.homeBannerText{
    clear:both;
    text-align:center;
    font-size:28px;
    color:#707070;
    padding-top:30px;
    padding-bottom:20px;
}

.bottomFooter{
    background-image:url(/images/homepage/btm_footer_new2.png);
    background-repeat:no-repeat;
    clear:both;
    height:60px;
    padding:15px 0 0 0;
    width:770px;
    margin-left:25px;
    text-align:center;
}

/*--end landing page and common styles*/

.greenButton{
    background: transparent url('/images/buttons/green_button.png') no-repeat;
    border:none;
    width:140px;
    height:27px;
    color:#ffffff;
    font-weight:bold;
    font-size:14px;
    cursor:pointer;
    font-family: Geneva, Arial, Helvetica, sans-serif;
}

 .greenButtonGradient{ /*for div to behave as a button*/
    background: transparent url('/images/buttons/green_button_gradient.gif') no-repeat;
    color:#FFFFFF;
    font-weight:bold;
    width:150px;
    height:26px;
    padding-top:10px;
    text-align:center;
    font-size:14px;
    cursor:pointer;
}

.submitGreenGradient{  /*for submit button*/
    background: transparent url('/images/buttons/submit_green_gradient.gif') no-repeat;
    color:#FFFFFF;
    font-weight:bold;
    width:141px;
    height:29px;
    text-align:center;
    font-size:14px;
    border:none;
    font-family: Geneva, Arial, Helvetica, sans-serif;
}

.largeBreenButton{ /*for div to behave as a button*/
    background: transparent url('/images/buttons/double_height_green.gif') no-repeat;
    color:#FFFFFF;
    font-weight:bold;
    width:193px;
    height:50px;
    padding-top:16px;
    text-align:center;
    font-size:14px;
    cursor:pointer;
}

h1.bold{
    font-size:16px;
    font-weight:bold;
}


.errorDiv{
    width:100%;
    height:35px;
    background-color:#FF9912;
    padding-left:20px;
    padding-top:20px;
    font-size:14px;
    color:#FFFFFF;
    text-align:center;
}

.errorBold{
    font-weight:bold; font-size:14px;
}

.largeDownload{
    background:url(/images/buttons/download_large.png);
    background-repeat:no-repeat;
    text-align:center;
    color:#FFFFFF;
    font-weight:bold;
    font-size:16px;
    width:270px;
    height:83px;
    padding-top:30px;
    margin-left:auto;
    margin-right:auto;
    cursor:pointer;
}

/*download button*/
a.download {
	background-image: url(/images/jpg/adware_btn.jpg);
	background-repeat: no-repeat;
	height: 135px;
	width: 268px;
	color: #FFFFFF;
	padding-top: 27px;
	font-weight: bold;
	font-size: 24px;
	display: block;
	overflow: hidden;
}
a.download:link {
	background-image: url(/images/jpg/adware_btn.jpg);
	background-repeat: no-repeat;
	color: #FFFFFF;
}
a.download:hover {
	background-image: url(/images/jpg/adware_btn.jpg);
	background-repeat: no-repeat;
	color: #FFFFFF;
	text-decoration: none;
}

.download_smalltext {
    font-size: 9px;
    color: #7C8083;
    display: block;
    width: 171px;
    margin-left:auto;
    padding-right: 60px;
}

.indent_text {
	margin-left: -20px;
    text-align: center;
	display: block;
    font-size: 75%;
}

.greyBox{
    font-size:12px;
    border:1px solid #D0D0D0;
    width:255px;
    height:70px;
    margin-top:20px;
    padding-top:10px;
    padding-left:10px;
}

.greyBoxBackground{
    font-size:12px;
    border:1px solid #D0D0D0;
    background-color:#F8F8F8;
    color:#104E8B;
    height:100px;
    margin-top:20px;
    padding-top:6px;
    padding-left:6px;
    width:130px;
    float:left;
}

.downloadLink{
    font-size:16px;
    color:#FFFFFF;
    text-align:center;
    text-decoration:none;
}

.indentadware_text {
	padding-top: 28px;
	margin-left: -20px;
    text-align: center;
	display: block;
    font-size: 75%;
    color: #FFFFFF;
}

.download_rsp{
    padding-top: 25px;
    font-size:14px;
    text-align: center;
    display: block;
    color: #FFFFFF;
    text-decoration:none;
}

a.adwareicon {
	background-image: url(../images/jpg/adware_btn.jpg);
	background-repeat: no-repeat;
	height: 162px;
	width: 268px;
	clear: both;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	color: #FFFFFF;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: bold;
	font-size: 24px;
	display: block;
	overflow: hidden;
	text-align: left;
	padding-top: 0px;
    text-decoration: none;
}

.smallItalic{
    font-style:italic;font-size:11px;
}

.green{
    color:#55AE3A;/*#82BF07*/
}

.bulletDiv{
    padding-top:4px;
}

.greyLink{
    color:#D1D1D0;
}