/* iUZ MAIN CSS */
html {
	overflow-y: scroll; /*Scroll bar always visible*/
}
body {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background: #3E413E;
	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 */

}
.oneColFixCtrHdr #container {
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
/*	background: #FFFFFF;*/
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #000000;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr .header {
	/*background: #DDDDDD;*/ 
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the .header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr .header h1 {
	margin: 0; /* 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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.oneColFixCtrHdr #highlight {
	margin:15px 0px 10px 150px;
	background: #323532;
	height: 50px;
	background-image:url(../images/layout/image/iUZ_hightlight_box.gif);
}
.oneColFixCtrHdr #highlight #tagLine{
	margin:0px;
	padding:18px;
	text-align: left;
	vertical-align: middle;
	font-size: 12px;
}
.oneColFixCtrHdr #mainContent {
	margin:10px 0px 10px 10px;
	padding: 0px 0px 0px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #323532;
}
.oneColFixCtrHdr #footer {
	padding: 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	margin-left:150px;
	float:left;
/*	background:#DDDDDD;*/
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 2px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size:10px;
}

.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;
}
/*HEADER SECTIONS*/
.oneColFixCtrHdr .header #logoContainer {
	float:left;
	padding-top: 20px;
}
.oneColFixCtrHdr .header .topright {
	float:right;
	width:490px;
}
.oneColFixCtrHdr .header .topright #newsContainer {
	float:right;
	width: 273px;
	padding: 5px;
	padding-bottom:15px;
	background-color:#323532;
	font-size:85%;
}
.oneColFixCtrHdr .header .topright #newsletter {
	float:left;
	width: 250px;
	height: 100px;
	padding: 5px;
	/*background-color:#323532;*/
	font-size:85%;
	text-align:right;
}
.oneColFixCtrHdr .header #navMenu{
	margin-left: 150px;
}
.oneColFixCtrHdr #imgMenu{
float:left;
width:300px;
}
.oneColFixCtrHdr #languageMenu{
float:right;
width:50px;
text-align:right;
}
.oneColFixCtrHdr #CMS{
float:right;
width:50px;
text-align:right;
}
.oneColFixCtrHdr #CMS img{
	border:0;
}
.oneColFixCtrHdr .header #navMenu img{
	border: 0px;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	text-align:left;
}
.oneColFixCtrHdr .header .topright #newsContainer p{
	margin: 0px;
	padding: 0px;
}
.oneColFixCtrHdr .header .topright #newsContainer .newsHeadline {
	text-align:left;
	padding: 20px 10px 5px 10px;
}
/*END HEADER SECTIONS*/

/*MAIN CONTENT SECTIONS*/
.oneColFixCtrHdr #mainContent p{
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.oneColFixCtrHdr #mainContent .boxTop {
	background-image: url(../images/layout/image/boxTop.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	height:8px;
}
.oneColFixCtrHdr #mainContent .boxBottom {
	background-image: url(../images/layout/image/boxBottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin: 0px;
	padding: 0px;
	height:8px;
}
.oneColFixCtrHdr #mainContent #sideBar{	
	float:left;
	width: 125px;
	margin: 0px 3px;
	padding-left:6px;
}
.oneColFixCtrHdr #mainContent #contentBody{
	margin: 0 20px 0 140px;
/*	background-color:#FF0000;*/
}
.oneColFixCtrHdr #mainContent #contentBody #content{
	margin: 0 20px 0 150px;
/*	background-color:#FF0000;*/
}
.oneColFixCtrHdr #mainContent #contentBody #content h2{
	color:#09FF05;
}
/*END MAIN CONTENT SECTIONS*/

/*FOOTER SECTIONS*/
/*FOOTER CONTENT SECTIONS*/

/* GLOBAL LINKS */
.oneColFixCtrHdr #mainContent #contentBody a:link,
.oneColFixCtrHdr #footer a:link,
.oneColFixCtrHdr #mainContent #contextMenu a:link,
.oneColFixCtrHdr .header .topright #newsContainer a:link,
.oneColFixCtrHdr .header .topright #newsletter a:link{
	color: #FFFFFF;
	text-decoration:none;
	padding: 0 2px 1px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #09FF05;	
}
.oneColFixCtrHdr #mainContent #contentBody a:visited,
.oneColFixCtrHdr #footer a:visited,
.oneColFixCtrHdr #mainContent #contextMenu a:visited,
.oneColFixCtrHdr .header .topright #newsContainer a:visited,
.oneColFixCtrHdr .header .topright #newsletter a:visited{
	color: #FFFFFF;
	text-decoration:none;
	padding: 0 2px 1px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #09FF05;
}
.oneColFixCtrHdr #mainContent #contentBody a:hover,
.oneColFixCtrHdr #footer a:hover,
.oneColFixCtrHdr #mainContent #contextMenu a:hover,
.oneColFixCtrHdr .header .topright #newsContainer  a:hover,
.oneColFixCtrHdr .header .topright #newsletter a:hover{
	color: #FFFFFF;
	text-decoration:none;
	background-color: #2B2D2B;
	padding: 0 2px 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #09FF05;
}
.oneColFixCtrHdr #mainContent #contentBody a:active,
.oneColFixCtrHdr #footer a:active,
.oneColFixCtrHdr #mainContent #contextMenu a:active,
.oneColFixCtrHdr .header .topright #newsContainer  a:active,
.oneColFixCtrHdr .header .topright #newsletter a:active{
	color: #FFFFFF;
	text-decoration:none;
	padding: 0 2px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #09FF05;
}
/* END GLOBAL LINKS */

/* NAV MENU LINKS */
.oneColFixCtrHdr .header #navMenu a:link, 
.oneColFixCtrHdr .header a:link,
.oneColFixCtrHdr #mainContent #contentBody #bigBtn a:link,
.oneColFixCtrHdr #mainContent #contentBody #bigBtnPt a:link{
	color: #FFFFFF;
	text-decoration:none;
	padding: 0 0px;
	border: 0px solid #FF0000;
}
.oneColFixCtrHdr .header #navMenu a:visited,
.oneColFixCtrHdr .header a:visited,
.oneColFixCtrHdr #mainContent #contentBody #bigBtn a:visited,
.oneColFixCtrHdr #mainContent #contentBody #bigBtnPt a:visited{
	color: #FFFFFF;
	text-decoration:none;
	padding: 0 0px;
	border: 0px solid #FF0000;
}
.oneColFixCtrHdr .header #navMenu a:hover,
.oneColFixCtrHdr .header a:hover,
.oneColFixCtrHdr #mainContent #contentBody #bigBtn a:hover,
.oneColFixCtrHdr #mainContent #contentBody #bigBtnPt a:hover{
	color: #FFFFFF;
	text-decoration:none;
	background-color: #323532;
	padding: 0 0px;
	border: 0px solid #3E413E;
}
.oneColFixCtrHdr .header #navMenu a:active,
.oneColFixCtrHdr .header a:active,
.oneColFixCtrHdr #mainContent #contentBody #bigBtn a:active,
.oneColFixCtrHdr #mainContent #contentBody #bigBtnPt a:active{
	color: #FFFFFF;
	text-decoration:none;
	padding: 0 0px;
	border: 0px solid #FF0000;
}
/* END NAV MENU LINKS */

/* SPECIAL CHARACTERS */
.greenIuz {
	color: #09FF05;
}
.redIuz {
	color: #FF0000;
}
/* END SPECIAL CHARACTERS */