@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFF;
	background-repeat: repeat-x;
	height: 80px;
	background-image: url(images/background_new.jpg);
}
.thrColFixHdr #container {
	width: 900px;
	margin: 0 auto;
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
} 
.thrColFixHdr #header {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	height: 150px;
} 
.thrColFixHdr #container #header #top {
	height: 15px;
}
.thrColFixHdr #container #header #banner {
	height: 110px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.thrColFixHdr #container #header #nav {
	height: 55px;
	margin: 0px;
	padding: 0px;
}
.paddingtop {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.thrColFixHdr #container #header #top h1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-align: right;
	font-weight: normal;
}
.thrColFixHdr #header h1 {
	margin: 0px; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 171px;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	background-color: #e4e4e4;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 0px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 172px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px; /* padding keeps the content of the div away from the edges */
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #FFF;
}
.thrColFixHdr #mainContent {
	margin-top: 25px;
	margin-right: 192px;
	margin-bottom: 0;
	margin-left: 192px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 
.thrColFixHdr #footer {
	background:#DDDDDD;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 20px;
} 
.thrColFixHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #666;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.thrColFixHdr #container #mainContent p {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	line-height: 19px;
	color: #666;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
.thrColFixHdr #container #mainContent h1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 22px;
	color: #06C;
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-weight: normal;
}
.thrColFixHdr #container #mainContent h2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 17px;
	color: #666;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 0px;
}
.thrColFixHdr #container #sidebar1 h3 {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 13px;
	font-weight: normal;
	color: #666;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}
.thrColFixHdr #container #sidebar1 p {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	color: #666;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
a:link {
	color: #036;
	text-decoration: none;
}
a:visited {
	color: #036;
	text-decoration: none;
}
a:hover {
	color: #06C;
	text-decoration: none;
}
a:active {
	color: #036;
	text-decoration: none;
}
.thrColFixHdr #container #mainContent h3 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #666;
	padding: 0px;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.thrColFixHdr #container #mainContent #contents_panel {
	float: right;
	width: 200px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}


.thrColFixHdr #container #header #nav p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FFF;
	font-size: 14px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.thrColFixHdr #container #header #marketing_nav p a:link {
	color: #FFF;
	text-decoration: none;
}
.thrColFixHdr #container #header #marketing_nav p a:visited {
	color: #FFF;
	text-decoration: none;
}
.thrColFixHdr #container #header #marketing_nav p a:hover {
	color: #CCC;
	text-decoration: none;
}
.thrColFixHdr #container #header #marketing_nav p a:active {
	color: #FFF;
	text-decoration: none;
}

.thrColFixHdr #container #header #nav p a:link {
	color: #FFF;
	text-decoration: none;
}
.thrColFixHdr #container #header #nav p a:visited {
	color: #FFF;
	text-decoration: none;
}
.thrColFixHdr #container #header #nav p a:hover {
	color: #14264b;
	text-decoration: none;
}
.thrColFixHdr #container #header #nav p a:active {
	color: #FFF;
	text-decoration: none;
}

.thrColFixHdr #container #header #logoplain {
	height: 101px;
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	background-image: url(images/banner_logo_magazine.jpg);
	margin-right: 0px;
	margin-left: 0px;
}


.thrColFixHdr #container #header #nav {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 24px;
	background-repeat: no-repeat;
	background-color: #F30;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.thrColFixHdr #container #header #logo {
	height: 109px;
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: 50px;
	margin-bottom: 0px;
	margin-left: 50px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

.thrColFixHdr #container #header #marketing_nav {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	height: 24px;
	background-color: #4F4F51;
}
.thrColFixHdr #container #header #marketing_nav p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	color: #FFF;
}
.thrColFixHdr #container #header #logoplain img {
	float: right;
}

.thrColFixHdr #new_footer {
	width: 100%;
	background-color: #333;
	margin: 0px;
	padding: 0px;
}
.thrColFixHdr #new_footer #footer_content {
	width: 900px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.thrColFixHdr #new_footer #footer_content #footer1 {
	float: left;
	width: 210px;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.thrColFixHdr #new_footer #footer_content p {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	text-align: left;
}

.thrColFixHdr #new_footer #footer_content p a:link {
	color: #FFF;
	text-decoration: none;
}
.thrColFixHdr #new_footer #footer_content p a:visited {
	color: #FFF;
	text-decoration: none;
}
.thrColFixHdr #new_footer #footer_content p a:hover {
	color: #CCC;
	text-decoration: none;
}
.thrColFixHdr #new_footer #footer_content p a:active {
	color: #FFF;
	text-decoration: none;
}
.thrColFixHdr #new_footer #footer_content #footer2 {
	float: left;
	width: 255px;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.thrColFixHdr #new_footer #footer_content #footer3 {
	float: left;
	width: 205px;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 100px;
}
.thrColFixHdr #new_footer #footer_content #footer4 {
	float: right;
	width: 0px;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


.priority
{
    display:none !important;	
}
