* /*Set's border, padding and margin to 0 for all values*/
{
padding: 0;
margin: 0;
border: 0;
}
body, html {
	color: #333; 
	font-family: arial, san-serif;
	background-color: #000; 
	text-align: center; /*** Centers the design in old IE versions ***/
}
body {
font-size: 75%;
}
p {padding: 7px 0 7px 0;}

a {
color: #000099;
}
a:hover{
color: #0000FF;
text-decoration: none;
}

h1, h2, h3 {
font-weight: bold;
color:#990000;
padding: 20px 0;
}
h1 {
font-size: 2em;
}
h2 {
font-size: 1.4em;
}
h3 {
font-size: 1.3em;
}
h1 a{
color: #fff;
}
.clear { clear: both; }
#mainContainer {
width: 854px;
margin: 0 auto; /*** Centers the design ***/
min-height: 300px;
background: #506793 url("../images/zetta/bg.gif") repeat-y top left;
text-align: left; /*** Because we centered the text in body we have to move the text back to left aligning ***/
}
* html #mainContainer {
height: 300px; /*** IE doesn't support min-height, but instead it handles height as min-height so we need to hack the height ***/
}
/**************************
HEADER
**************************/
#header {
margin-top: 10px; /*** Make some space for the header menu ***/
background: #637CB5;
padding: 0;
height: 252px;
}
/**************************
CONTENT AND COLUMNS
**************************/
.outer {
padding-left: 215px;  
}
* html .outer {
/*** No need for hacking IE on this layout ***/
}
.inner {
width: 639px; /*** This width is for non-IE browsers. Mozilla makes this necessary. Be sure to check your layout in different browsers if you changes this value. Especially IE7 seems to create a horisontal scroll if this value is set too large ***/
}
* html .inner {
width: 100%;
}
/*** div.inner is wider than its container, div.outer, and so overlaps to the right, pushing
div.right into the proper position. IE expands div.outer instead, requiring a Tan hack to avoid 
blowing the layout apart. IE gets the original 100% width as in the Livingstone layout.
***/
.float-wrap {
float: left;
width: 854px;
margin-left: -215px; /*** Same length as .outer padding-left but with negative value ***/
}
* html .float-wrap {
/*** No need for hacking IE on this layout ***/
}
#content {
float: right;
width: 644px;
/*background: #fff;*/
}
* html #content {
position: relative; /*** IE needs this  ***/
}
.contentWrap{
padding: 5px;
}
.contentWrap ol, .contentWrap ul {
margin: 3px 0 5px 35px;
}
.contentWrap li {
padding-bottom: 2px;
}
/**************************
LEFT COLUMN
**************************/
/*** div.left is in div.float-wrap, and when div.float-wrap is neg margined to the left, 
div.left is carried over into the proper position. 
***/
#left {
float: left;
width: 180px;
background: transparent;
color: #993300;
min-height: 250px;
padding: 5px 10px 5px 20px;
}
* html #left {
position: relative; /*** IE needs this or the contents won't show outside the parent container. ***/
height: 250px;
}
#left ul {
list-style: none;
padding-bottom: 4px;
}
#left li {
padding-bottom: 2px;
}

/*************************
RIGHT COLUMN
**************************/
#right {
margin: -252px 0 0 -854px; /*** Moves the right column to the top of the page. This is now our top menu above the header ***/
float: left; 
width: 844px;
background: transparent;
/*background: #9C9C9C;*/
padding: 5px;
height: 15px;
}
* html #right {
position: relative; /*** IE needs this. ***/
margin-top: -25px; /***Since IE is threating padding different than other browsers we need to move it a little bit more ***/
}
#right ul {
float: right;
list-style: none;
}
#right li {
display: inline; /*** Making the links horisontal aligned ***/
padding-right: 15px;
}
/**************************
FOOTER
**************************/
#footer {
width: 854px;
margin: 0 auto; /*** Since the footer is outside the #mainContainer we also need to center the footer ***/
text-align: center;
	background:url('../images/zetta/footer-link-bg.jpg') repeat-y top left;
	color: silver;
	padding-bottom: 10px;
}

#footer p{
	background:url("../images/zetta/footer_top_bg.jpg") repeat-x top left; 
	border-bottom: 2px #676767 solid; 
	letter-spacing: 1px;
	color: silver;
}

/* Footer Links */
#footer ul {
	text-align : center;
	display:inline;
	list-style: none;
	padding: 0;
	margin: 0;
}

#footer ul li {
	position: relative;
	display:inline;
	padding:0 10px;
	line-height: 1.5em;
}

#footer ul li a, #footer ul li a:visited, #footer ul li a:hover, #footer ul li a:active {
	color: #fff;
	font-size: 11px;
	text-decoration: none;
}

#footer ul li a, #footer ul li a:visited {
	color: #fff;
}

#footer ul li a:hover, #footer ul li a:active {
	color: silver;
}

ul#leftmenus {
	text-align : left;
	list-style: none;
}

ul#leftmenus li {
	color: #993300;
	padding: 0 0 25px 0;
}

ul#sidemenu {
	text-align : left;
	display:block;
	list-style: none;
	padding: 0;
	margin: 0;
}

ul#sidemenu ul {
	padding: 0 0 0 10px;
}

ul#sidemenu li {
	position: relative;
	display:block;
	color: #993300;
	padding: 5px 5px 5px 0;
	border-bottom: 1px solid #993300;
}

ul#sidemenu li a, ul#sidemenu li a:visited, ul#sidemenu li a:hover, ul#sidemenu li a:active  {
	color: #993300;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}

ul#sidemenu li a, ul#sidemenu li a:visited {
	color: #993300;
}

ul#sidemenu li a:hover, ul#sidemenu li a:active {
	color: #152B76;
}

#content img {
 margin: 5px;
 padding: 5px;
 border:0;
}

/** Site Specific Classes **/

.style14 {	font-size: 12px;
	font-weight: bold;
	font-style: italic;
}
.style16 {font-size: 12px; font-style: italic; }
.style18 {
	font-size: 14px;
	font-weight: bold;
	color: #990000;
}
.style22 {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
.style24 {font-size: 14px}
.style29 {font-weight: bold; color: #990000;}
.style30 {
	font-size: 12px;
	color: #333333;
}
.style31 {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}
