html {
	background: url('../img/bg.jpg') repeat;
	}

body {
	background:  url('../img/bg-x.jpg') repeat-x;
	padding-top: 33px;
	color:#868685;
	height: auto;
	padding-bottom: 20px;
	}

.container_12 {
	background: #fff;
	}

.blue {
	color:#0380d6;
	}

a:link {text-decoration: none; border: none; outline:none;}
a:visited {text-decoration: none; border: none; outline:none;}
a:hover {text-decoration: underline; border: none; outline:none;}
a:active {text-decoration: none; border: none; outline:none;}

#nav a:link, #logo a:link, a.grayBtn:link, a.blueBtn:link, a.blueBtnWht:link, #loginBox a.blueBtn:link, #boxContact a:link {color: #FFF; text-decoration: none;}
#nav a:visited, #logo a:visited, a.grayBtn:visited, a.blueBtn:visited, a.blueBtnWht:visited, #boxContact a:visited {color: #FFF; text-decoration: none;}
#nav a:hover, #logo a:hover, a.grayBtn:hover, a.blueBtn:hover, a.blueBtnWht:hover {color: #FFF; text-decoration: none;}
#nav a:active, #logo a:active, a.grayBtn:active, a.blueBtn:active, a.blueBtnWht:active, #boxContact a:active {color: #FFF; text-decoration: none;}

#boxContact a:hover {color: #FFF; text-decoration: underline;}

#loginBox a:link {color: #868685; text-decoration: underline;}
#loginBox a:visited {color: #868685; text-decoration: underline;}
#loginBox a:hover {color: #868685; text-decoration: underline;}
#loginBox a:active {color: #868685; text-decoration: underline;}

.teamInfo a:link{color: #868685;}
.teamInfo a:visited {color: #868685;}
.teamInfo a:hover {color: #868685;}
.teamInfo a:active {color: #868685;}

.links a:link, .blue a:link   {color: #0380d6; text-decoration: none;}
.links a:visited, .blue a:visited {color: #0380d6; text-decoration: none;}
.links a:hover, .blue a:hover {color: #0380d6; text-decoration: underline;}
.links a:active, .blue a:active {color: #0380d6; text-decoration: none;}

.overlay a:link   {color: #0380d6; text-decoration: underline;}
.overlay a:visited   {color: #0380d6; text-decoration: underline;}
.overlay a:hover   {color: #0380d6; text-decoration: underline;}
.overlay a:active   {color: #0380d6; text-decoration: underline;}
 
.privacy a:link {color: #a1a3a5; text-decoration: underline;}
.privacy a:visited{color: #a1a3a5; text-decoration: underline;}
.privacy a:hover {color: #a1a3a5; text-decoration: underline;}
.privacy a:active {color: #a1a3a5; text-decoration: underline;}

/**************************************************************************
		.GRAYBTN AND .BLUEBTN - BUTTONS
**************************************************************************/

a.grayBtn span.btnL {
	background: transparent url('../img/grayBtn.gif') no-repeat left top; 
	display: block;
	line-height: 25px;
	padding: 4px 0 5px 18px;
	color: #fff;
	}
a.grayBtn {
	background: transparent url('../img/grayBtn.gif') no-repeat right -108px; 
	display: block;
	float: left;
	height: 45px;
	padding-right: 20px;
	}
a.grayBtn:hover span.btnL {
	background-position: 0 -54px;
	}
a.grayBtn:hover {
	background-position: right -162px;
	}
a.grayBtn p.shadow {
	margin:0;
	padding:0;
	font-size: 12px;
	font-weight: bold;
	line-height: 25px;
	-moz-text-shadow: 0px 0px 2px #333;
	-webkit-text-shadow: 0px 0px 2px #333;
	text-shadow: 0px 0px 3px #333;
	}
a.blueBtn span.btnL {
	background: transparent url('../img/blueBtn.gif') no-repeat left top; 
	display: block;
	line-height: 25px;
	padding: 4px 0 5px 18px;
	color: #fff;
	}
a.blueBtn {
	background: transparent url('../img/blueBtn.gif') no-repeat right -108px; 
	display: block;
	float: left;
	height: 45px;
	margin: ;
	padding-right: 20px;
	}

a.blueBtnWht span.btnL {
    background: transparent url('../img/blueBtnWht.gif') no-repeat left top;
    display: block;
    line-height: 25px;
    padding: 4px 0 5px 18px;
    color: #fff;
}

a.blueBtnWht {
    background: transparent url('../img/blueBtnWht.gif') no-repeat right -108px;
    display: block;
    float: left;
    height: 45px;
    margin: ;
    padding-right: 20px;
}

a.blueBtn:hover span.btnL, a.blueBtnWht:hover span.btnL{
	background-position: 0 -54px;
	}
a.blueBtn:hover, a.blueBtnWht:hover {
	background-position: right -162px;
	}
a.blueBtn p.shadow, a.blueBtnWht p.shadow {
	margin:0;
	padding:0;
	font-size: 12px;
	font-weight: bold;
	line-height: 25px;
	-moz-text-shadow: 0px 0px 2px #0669ca;
	-webkit-text-shadow: 0px 0px 2px #0669ca;
	text-shadow: 0px 0px 3px #0669ca;
	}

a.smallBlueBtn {
    background: transparent url('../img/smallBlueBtn.png') no-repeat left 0px;
    display: block;
    height: 35px;
	width: 135px;
	text-align: center;
    margin: ;
	text-decoration: none;
}

a.smallBlueBtn:hover {
	background-position: left -55px;
}

a.smallBlueBtn p.shadow {
    margin:0;
    padding:0;
	color: #fff;
    font-size: 15px;
    font-weight: bold;
    line-height: 25px;
	padding-top: 5px;
    -moz-text-shadow: 0px 0px 2px #0669ca;
    -webkit-text-shadow: 0px 0px 2px #0669ca;
    text-shadow: 0px 0px 3px #0669ca;
}

/**************************************************************************
		end .GRAYBTN AND .BLUEBTN - BUTTONS
**************************************************************************/

/**************************************************************************
		GROUP .BOX .OVERLAY STYLES - RIGHT BOXES, LOGIN OVERLAY, AND OVERLAY
**************************************************************************/

.box input[type="text"], .box input[type="password"], 
#loginBox.overlay input[type="text"], #loginBox.overlay input[type="password"] {
	width: 122px;
	margin-top: 4px;
	padding: 0 0 0 4px;
	border: none;
	text-align: left;
	background: none;
	font-size: 12px;
	font-weight: bold;
	color: #0380d6;
	outline: none;
	}
.box .input-bg, #loginBox.overlay .input-bg {
	background: url('../img/inputBox.gif') bottom left no-repeat transparent;
	height: 25px;
	margin: 0 0 6px 0;
	position: relative;
	display: block;
	}
.box .input-bg.error, #loginBox.overlay .input-bg.error {
	background: url('../img/inputBoxError.gif') bottom left no-repeat transparent;
	height: 25px;
	margin: 0 0 6px 0;
	position: relative;
	display: block;
	}
.overlay input[type="text"], .overlay input[type="password"], .overlay select, .overlay textarea {
	width: 194px;
	margin-top: 4px;
	padding: 0 0 0 4px;
	border: none;
	text-align: left;
	background: none;
	font-size: 12px;
	font-weight: bold;
	color: #0380d6;
	outline: none;
	}
.overlay select {
	text-align: left;
	padding: 0;
	margin-left: 4px;
	width: 192px;
	}
.overlay textarea {
	text-align: left;
	height: 90px;
	width: 431px;
	}
.overlay .input-bg {
	background: url('../img/inputOverlay.gif') bottom left no-repeat transparent;
	height: 25px;
	margin: 0 0 6px 0;
	position: relative;
	display: block;
	}
.overlay .textarea-bg {
	background: url('../img/textareaOverlay.gif') bottom left no-repeat transparent;
	height: 100px;
	margin: 0 0 6px 0;
	position: relative;
	display: block;
	}
.overlay .input-bg.error {
	background: url('../img/inputOverlayError.gif') bottom left no-repeat transparent;
	height: 25px;
	margin: 0 0 6px 0;
	position: relative;
	display: block;
	}
.overlay .textarea-bg.error {
	background: url('../img/textareaOverlayError.gif') bottom left no-repeat transparent;
	height: 100px;
	margin: 0 0 6px 0;
	position: relative;
	display: block;
	}
label.chbox {
	display: block;
	padding: 5px 0;
	color:#0380d6;
	}
.box p {
	line-height: 16px;
	padding: 3px 0 3px 0;
	}
.box ol li, .box ul li {
	color: #868685;
	line-height: 8px;
	padding-top: 9px;
}
/**************************************************************************
		end GROUP .BOX .OVERLAY STYLES - RIGHT BOXES, LOGIN OVERLAY, AND OVERLAY
**************************************************************************/

/**************************************************************************
		LOGO DIV - LOGO AND LOGIN
**************************************************************************/

#logo {
	background: #fff url('../img/top.gif') top left no-repeat;
	height: 107px;
	}
/* left side .logoImg */
h1.logoImg {
	padding:0;
	margin: 46px 0 0 36px;
	width: 255px; 
	height: 57px;
	background: url('../img/logo.gif') top left no-repeat;
	text-indent: -9999px;
	}
/* end left side .logoImg */
/* right side .login */
a.pubLogin span.btnL {
	background: transparent url('../img/login.gif') no-repeat left top; 
	display: block;
	line-height: 36px;
	padding: 3px 5px 6px 23px;
	color: #fff;
	}
a.pubLogin {
	background: transparent url('../img/login.gif') no-repeat right -130px; 
	display: block;
	float: right;
	height: 45px;
	margin: 9px 38px 0 0;
	padding-right: 20px;
	}
a.pubLogin:hover span.btnL {
	background-position: 0 -65px;
	}
a.pubLogin:hover {
	background-position: right -195px;
	}
a.pubLogin p.shadow {
	margin:0;
	padding:0;
	font-size: 13px;
	line-height: 36px;
	font-weight: bold;
	-moz-text-shadow: 0px 0px 2px #0669ca;
	-webkit-text-shadow: 0px 0px 2px #0669ca;
	text-shadow: 0px 0px 3px #0669ca;
	}
/* overlay signin */		
#loginBox {
	width:332px; 
	height: 230px;
	background: url('../img/login.png') top left no-repeat; 
	padding-top: 23px;
	position:absolute;
	z-index: 20000;
	display: none;
	float: right;
	margin: 9px 0 0 91px;
	}
#loginBox a.blueBtn {
	float:right;
	margin-right: 16px;
	}
.loginLft {
	float:left;
	padding-left: 38px;
	padding-top: 5px;
	width: 146px;
	}
.loginRgt {
	float:right;
	padding-right: 30px;
	text-align: right;
	width: 106px;
	}
.loginClose {
	margin-bottom:75px;
	cursor:pointer;
	}	
/* end overlay signin */		
/*end right side .login*/

/**************************************************************************
		end LOGO DIV - LOGO AND LOGIN
**************************************************************************/
	
/**************************************************************************
		NAVIGATION DIV
**************************************************************************/

#nav {
	font-size: 15px;
	font-weight: bold;
    }
#nav #TOflags {
	margin: -0px 0 0 159px;
	float:left;
	}
#nav #TOflags a {
	margin: 2px 0 0 5px;
	display:inline;
	background:none;
	padding:0;
	}
#nav ul {
	margin:0 38px 0 0;
	padding:0;
	list-style:none;
	float:right;
	}
#nav li {
	float:left;
	background:url('../img/nav.gif') no-repeat right -378px;
	margin:0;
	padding:0;
	}
#nav a {
	display:block;
	background:url('../img/nav.gif') no-repeat left -126px;
	padding:13px 26px;
	line-height: 17px;
	}
#nav #current {
	background:url('../img/nav.gif') no-repeat right -252px;
	}
#nav #current a{
	background:url('../img/nav.gif') no-repeat left top;
	}
	
/* let there be hover styles */
#nav li:hover {
	background:url('../img/nav.gif') no-repeat right bottom;
	}
#nav a:hover {
	background:url('../img/nav.gif') no-repeat left -189px;
	}
#nav #current:hover {
	background:url('../img/nav.gif') no-repeat right -315px;
	}
#nav #current a:hover {
	background:url('../img/nav.gif') no-repeat left -63px;
	}
/* end hover styles */	

.shadow {
	-moz-text-shadow: 0px 0px 2px #333;
	-webkit-text-shadow: 0px 0px 2px #333;
	text-shadow: 0px 0px 3px #333;
    }
#current .shadow {
	-moz-text-shadow: 0px 0px 2px #0669ca;
	-webkit-text-shadow: 0px 0px 2px #0669ca;
	text-shadow: 0px 0px 3px #0669ca;
	}
		
/**************************************************************************
		end NAVIGATION DIV
**************************************************************************/

/**************************************************************************
		BANNER DIV
**************************************************************************/
		
#banner {
	}
	
/**************************************************************************
		CONTAINER DIV - COPY, BOXES, AND OVERLAY
**************************************************************************/

#container {
	padding-bottom: 20px;
	line-height: 18px;
	background: #FFF url('../img/banner_shadow.gif') top repeat-x;
	}
h2.underP {
	padding-top:13px;
	}
p.noH2 {
	padding-top: 66px;
	}
.col1 p, .col1 h2 {
	padding-left: 38px;
	}	
.col2 p, .col2 h2 {
	padding-right: 19px;
	padding-left: 19px;
	}
.col3 h2, .col3 div {
	padding-right: 38px;
	}
.no-padding, .no-padding div {
	padding-right: 0px !important;
}
.col1 li {margin: 0 0 0 54px;}
.col2 li {margin: 0 19px 0 35px;}
.col3 li {margin: 0 38px 0 16px}
	
/* publisher meet the team styles */
.teamImg img {
	padding-left: 19px;
	padding-top: 14px;
	}
.teamInfo p {
	padding-left: 0;
	padding-right: 19px;
	}
/* end publisher meet the team styles */
/* individual box styles */
#boxTop {
	height: 123px;
	background: url('../img/boxes.gif') no-repeat left -858px;
	padding: 18px 0 0 18px;
	margin-top: 34px;
}
#boxNews {
	height: 123px;
	background: url('../img/boxes.gif') no-repeat left -572px;
	padding: 18px 0 0 18px;
	margin-top: 34px;
	}
#boxAd {
	height: 123px;
	background: url('../img/boxes.gif') no-repeat left 0px;
	padding: 18px 0 0 18px;
	margin-top: 34px;
	}
#boxPub {
	height: 123px;
	background: url('../img/boxes.gif') no-repeat left -143px;
	padding: 18px 0 0 18px;
	margin-top: 34px;
	}
#boxAy {
	height: 123px;
	background: url('../img/boxes.gif') no-repeat left -286px;
	padding: 18px 0 0 18px;
	margin-top: 34px;
	}
#boxLM {
	height: 123px;
	background: url('../img/boxes.gif') no-repeat left -429px;
	padding: 18px 0 0 18px;
	margin-top: 34px;
	}
#boxLM h3 {
	letter-spacing: -2px;
	}
#boxContact {
	height: 123px;
	background: url('../img/boxes.gif') no-repeat left -715px;
	padding: 18px 0 0 18px;
	margin: 0;
	color: #FFF;
	}
/* end individual box styles*/
/* icon styles */
#icon {
	height: 24px;
	width: 24px;
	float: left;
	padding: 0px;
	margin: 0 16px 0 0;
	position: relative;
	z-index: 25;
	}
.iconF {
	background: url('../img/icons.png') no-repeat left 0px;
	}
.iconT {
	background: url('../img/icons.png') no-repeat left -44px;
	}
.iconLi {
	background: url('../img/icons.png') no-repeat left -88px;
	}
.iconB {
	background: url('../img/icons.png') no-repeat left -132px;
	}
/* end icon styles */
/* container overlay - publisher */		
#containerOverlay1, #containerOverlay2, #containerOverlay3, #containerOverlay4 {
	position:relative;
	display:none;
	}
#containerOverlay1 #containerOverlayBg, #containerOverlay2 #containerOverlayBg, #containerOverlay3 #containerOverlayBg, #containerOverlay4 #containerOverlayBg {
	background: url('../img/containerOverlayBg.gif') top left repeat-y; 
	position:absolute;
	top: -77px;
	left: -628px;
	}
#containerOverlay1 #containerOverlayBtm {
	background: url('../img/containerOverlayBtmPub.gif') bottom left no-repeat; 
	}
#containerOverlay1 #containerOverlayTop {
	width:619px; 
	background: url('../img/containerOverlayTop.gif') top left no-repeat; 
	padding-top: 30px;
	}
#containerOverlay2 #containerOverlayBtm2 {
	background: url('../img/containerOverlayBtmPub.gif') bottom left no-repeat; 
	}
#containerOverlay2 #containerOverlayTop2 {
	width:619px; 
	background: url('../img/containerOverlayTop.gif') top left no-repeat; 
	padding-top: 30px;
	}
#containerOverlay3 #containerOverlayBtm {
	height:200px;
	}
#containerOverlay3 #containerOverlayTop {
	width:619px; 
	padding-top: 30px;
	height:200px;
	}
#containerOverlay4 #containerOverlayBtm {
    height:200px;
    }
#containerOverlay4 #containerOverlayTop {
    width:619px;
    padding-top: 30px;
    height:200px;
}
.step2 {
	display:none;
	}
.continue {
	}
/* end container overlay - publisher */		
/* container overlay - advertiser, agency, list management */		
#containerOverlay {
	position:relative;
	display:none;
	}
#containerOverlayBg {
	background: url('../img/containerOverlayBg.gif') top left repeat-y; 
	position:absolute;
	top: -77px;
	left: -628px;
	}
#containerOverlayBtm {
	background: url('../img/containerOverlayBtm.gif') bottom left no-repeat; 
	}
#containerOverlayTop {
	width:619px; 
	background: url('../img/containerOverlayTop.gif') top left no-repeat; 
	padding-top: 30px;
	}
/* end container overlay - advertiser, agency, list management */		
/* container overlay  - styles for all */		
.cOverlay {
	margin: 5px 55px 5px 75px;
	}
.cOverlayLft {
	float:left;
	padding-left: 75px;
	width: 200px;
	background-color:#;
	}
.cOverlayRgt {
	float:right;
	width: 200px;
	padding-right: 103px !important;
	background-color:#;
	}
.overlayClose {
	cursor:pointer;
	position:absolute;
	top: -55px;
	left: -605px;
	z-index: 999;
	}
.overlay a.blueBtn {
	float:right;
	margin-right: 65px;
	}
.overlay a.blueBtn.submit, .overlay a.blueBtn.continue, .overlay a.blueBtn.previous {
	margin-top: 10px;
	margin-right: 10px;
	}	
h4.under { /* for overlay only */
  margin-bottom: 6px;
  margin-top: 30px;
	}
h4.error {
	color:#ff4040;
	}
span.error, p.error {
	color:#ff4040;
	font-size: 10px;
	font-weight: normal;
	}
p.noH4 {
	padding-top: 27px;
	}	
p.noH4under {
	padding-top: 51px;
	}
p.noH4other {
	padding-top: 56px;
	}
p.toptxt {
	padding-top: 19px;
	}
p.label {
	float: left;
	display: inline;
	margin-bottom: 0px;
}
p.right {
	float: right;
	display: inline;
	margin-bottom: 0px;	
}
.cOverlayLft .sm {
	font-size: 11px;
	padding: 0;
	margin:0px;
	top: -5px;
	position:relative;
	}
.cOverlayRgt .sm {
	font-size: 11px;
	padding: 0px 50px 0 0;
	margin:0px;
	top: -5px;
	position:relative;
	}
/* end container overlay - styles for all */		

/**************************************************************************
		end CONTAINER DIV - COPY, BOXES, AND OVERLAY
**************************************************************************/

/**************************************************************************
        TOP OFFER (to) OVERLAY
**************************************************************************/

#toLft {
    float:left;
    width: 260px;
    padding: 0;
    margin: 0;
    }

#toRgt {
    float:right;
    width: 300px;
    padding: 10px;
    margin-right: 9px;
	background: #fff url('../img/toWhtPreviewBtm.gif') bottom no-repeat;
    display: ;
    }

.col3 #toRgt img.toWhiteTop {
                display:block;
                position:relative;
                top: -10px;
                left: -10px;
                margin:0;
                padding:0;
                }


#toGrayBtm {
    background: #ebebeb url('../img/toGrayBtm.gif') bottom no-repeat;
    width: 270px;
    padding: 0 0 15px 0;
    margin-top: 5px;
    min-height:140px;
    }

.col3 img.toGrayTop {
    display:block;
    margin-bottom: 9px;
    }

.col3 div.whiteBox {
    padding: 5px 0px 10px 0px;
    margin: 0 0 10px 10px;
    background: #fff url('../img/toWhiteBtm.gif') bottom no-repeat;
    color:#0380d6;
    width: 240px;
    display: ;
    } 
.col3 div.whiteBox img.toWhiteTop {
    display:block;
    position:relative;
    top: -5px;
    margin:0;
    padding:0;
    } 
.col3 div.whiteBox p {
    padding: 0 0 2px 2px;
    }   
.col3 div.whiteBox a {
    font: 10px Arial, Helvetica, sans-serif;
    padding: 2px;
    display: block;
    cursor: pointer;
    }
.col3 div.whiteBox a.toActive,.col3 div.whiteBox a:hover, .col3 div.whiteBox a:active {
    background: #0380d6;
    color: #FFFFFF;
    text-decoration: none;
    }
.col3 div.whiteBox img {
    margin-top: 1px;
    padding: 0px 8px 0px 10px;
	vertical-align: top;
    }
.col3 div.toggleContent {
    font: 9px Arial, Helvetica, sans-serif;
    padding: 15px 0px 10px 0px;
    margin: 0 0 0px 10px;
    background: #004cb2 url('../img/toDBlueBtm.gif') bottom no-repeat;
    color:#FFFFFF;
    width: 240px; /*270 minus padding*/
    }

.col3 div.toggleContent a {
	font: 10px Arial, Helvetica, sans-serif;
    padding: 2px;
    display: block;
    cursor: pointer;
    text-decoration: none;
    }
.col3 div.toggleContent a:hover, .col3 div.toggleContent a:active, .col3 div.toggleContent a.selected {
    background: #fff;
    color: #004cb2;
    text-decoration: none;
    }

/*top offer buttons*/
a.blueBtn.toggleBtn span.btnL {
    width: 202px;
    }
a.blueBtn.toggleBtn {
    background: transparent url('../img/blueBtn.gif') no-repeat right -108px;
    margin-left: 10px;
    }
a.blueBtn.toggleBtn:hover {
    background-position: right -162px;
    }
a.blueBtn.toggleBtn.selected span.btnL {
	background: transparent url('../img/blueBtn.gif') no-repeat left -216px;
    width: 202px;
    }
a.blueBtn.toggleBtn.selected {
	background: transparent url('../img/blueBtn.gif') no-repeat right -324px;
    margin-left: 10px;
    }
/*end top offer buttons*/

/**************************************************************************
        end TOP OFFER (to) OVERLAY 
**************************************************************************/

/**************************************************************************
		NEWS OVERLAY + SLIDER
**************************************************************************/

.inactive {
	visibility: hidden;
}
.active {
	visibility: visible;
}
html>body {
	min-height: 100%;
	height: auto;
}
#popMask, .popLayer {
	position: absolute;
}
html>body .popLayer, html>body #popMask {
	position: fixed;
}
#popMask {
	bottom: 0;
	left: 0;
	overflow: auto;
	width: 100%;
	height: 100%;
}
.popLayer {
	background: url('../img/newsOverlayTop.png') top left no-repeat; 
	bottom: 50%;
	left: 50%;
}
.newsOverlayBtm {
	background: url('../img/newsOverlayBtm.png') bottom left no-repeat; 
	height: 100%;
	padding: 19px 75px 20px 75px;;
	position: relative;
	top: 10px;
}

div.toOverlayBtm {
    background: url('../img/newsOverlayBtm.png') bottom left no-repeat;
    height: 100%;
    padding: 0;
    position: relative;
    top: 10px;
}

.close_btn	{
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
	right: 30px;
	top: 20px;
	cursor: pointer;
	}
	.close_btn span	{
		display: block;	
		width: 32px;
		height: 32px;
		}
	.close_btn span {
	    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='img/close_btn.png');
		}
	.close_btn[class] span {
		background: url(../img/close.png) top left no-repeat;
		}
/*_________________________________________________________clear float fix */
.clearfix:after {
 content: "."; 
 display: block; 
 height: 0; 
 clear: both; 
 visibility: hidden;
}
.clearfix { display: inline-block; }
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

/**************************************************************************
		end NEWS OVERLAY + SLIDER
**************************************************************************/

/**************************************************************************
		FOOTER DIV
**************************************************************************/

#footer {
	background:  #ebebeb url('../img/btm.gif') bottom left no-repeat;
	color:#a1a3a5;
	font-size: 11px;
	}
.privacy p {
	padding-left: 38px;
	margin: 6px 0;
	padding-bottom: 10px;
	}
.links p{
	text-align: right;
	color: #0380d6;
	padding-right: 38px;
	margin: 6px 0;
	}	

/**************************************************************************
		end FOOTER DIV
**************************************************************************/

.default-notification {
	background: url('../img/login.png') top left no-repeat;
	width: 332px;
	margin: 0 auto; /*temorary centering*/
	text-align:center;
	padding: 75px 0;
	height: 80px;
}

.default-notification-overlay {
	position: fixed;
	top: 0px;
	width: 100%;
	height: 100%;
	opacity: 0.5;
	moz-opacity: 0.5;
	filter: alpha(opacity=50);
	background-color: #000000;
}







