* {
   padding: 0;
   margin: 0;            /*THIS FIXES POSITIONING PROBLEMS IN IE*/
}

body {
	background: #fff;
	font-family: trebuchet MS, sans-serif;
	font-size: 100%;
}

div#wrapper {
	position: absolute;
	top: -1px;
	left: 4px;








	
	width: expression(document.body.clientWidth<1000?1000:document.body.clientWidth);
	height: expression(document.body.clientHeight<570?570:document.body.clientHeight);
}

div#container {
	/*position: absolute;
	top: 0%;*/
	width: 96%; /* MUST BE 100% MINUS THE LEFT AND RIGHT MARGINS */
	height: 500px;
	margin-top: 0px; /* MUST BE HALF OF THE HEIGHT */
	margin-left: 2%;
	margin-right: 2%;
	background: #fff;
	border-top: 5px solid #aaa;
	background: url(images/main_bg.jpg) no-repeat fixed bottom left;
}	
/*----------------------------------------------------------------
               PUDDING ADD: TOP MENU FOR LANGUAGE SELSECTION
------------------------------------------------------------------*/
div#topmenu {
	width: 96%;
	height: 23px;
	margin: 10px 2% 0 2%;
	background: url(images/title.jpg) no-repeat center left;
	text-align: right;
	border-bottom: 2px solid #444;
}

div#topmenu a, div#topmenu a:visited{
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #444;
}
div#topmenu a:hover {
	color: #E29A5F;
}
/*----------------------------------------------------------------
               PUDDING ADD: FOOTER
------------------------------------------------------------------*/
div#footer {
	position: absolute;
	top: 50%;
	width: 96%; /* MUST BE 100% MINUS THE LEFT AND RIGHT MARGINS */
	height: 23px;
	margin-top: 260px; /* MUST BE HALF OF THE HEIGHT */
	margin-left: 2%;
	margin-right: 2%;
	background: #fff;
	text-align: center;
	color: #999;
	font-size: 12px;
	left: 16px;
}

div#footer a, div#footer a:visited {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #999;
}

div#footer a:hover {
	color: #000;
}
			
/*------------------------------------------------------------------
                PUDDING ADD: SEPERATOR
--------------------------------------------------------------------*/
#seperator {
	float: left;
	width: 2%;
	height: 500px;
	background-image: url(../../images/greyseparator.jpg);
	background-repeat: no-repeat;
/*	background-color: #ff0;*/
}

/*------------------------------------------------------------------
               STYLES FOR THE NAVIGATION MENU DIV
------------------------------------------------------------------*/

#nav {
	background: url(images/main_bg.jpg) no-repeat;
	background-position: bottom left;
	float: left;
	margin-left: 0;
	width: 23%;
	height: 500px; /* MUST BE 100% FOR SEPARATOR IMAGE TO BE VISIBLE */
}

#nav ul {
	font-size: 13px;
	font-weight: bold;
	list-style: none;
	margin-left: 15px;
	margin-top: 50px; /* DEPENDING ON THE NUMBER OF LINKS IN THE NAVBAR, AND THE SIZE OF THE BACKGROUND IMAGES, YOU MAY NEED TO ADJUST THIS NUMBER TO VERTICALLY CENTER THE NAVBAR */
}

#nav ul li {
	line-height: 19px; /* HEIGHT OF BACKGROUND IMAGE */
	margin-bottom: 10px; /* SPACES OUT LIST ITEMS */
}

#link1 {background: url(images/main_nav/home.png) no-repeat;}
#link2 {background: url(images/main_nav/ichat.png) no-repeat;}
#link3 {background: url(images/main_nav/imac.png) no-repeat;}
#link4 {background: url(images/main_nav/search.png) no-repeat;}
#link5 {background: url(images/main_nav/tasks.png) no-repeat;}
#link6 {background: url(images/main_nav/star.png) no-repeat;}
#link7 {background: url(images/main_nav/plus_symbol.png) no-repeat;}
#link8 {background: url(images/main_nav/paw_print.png) no-repeat;}
#link9 {background: url(images/main_nav/mail.png) no-repeat;}
#link10 {background: url(images/main_nav/radioactive.png) no-repeat;}
#link11 {background: url(images/main_nav/Finder.png) no-repeat;}

#nav ul li a:link, #nav ul li a:hover, #nav ul li a:visited {
	display: block; /* THIS MAKES THE ENTIRE LIST ITEM CLICKABLE (NOT JUST TEXT) */
	width: 170px;
	color: #000000;
	text-decoration: none;
	text-indent: 35px; /* ACTS LIKE LEFT PADDING */
}

#nav ul li a:link, #nav ul li a:visited {
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #ccc;
}

#nav ul li a:hover {
	border-right: 5px #E29A5F solid;
	color: #1A658D;
}

#nav ul li a#active {
	border-right: 5px #E29A5F solid;
	color: black;
}

#nav h1 {
	font-size: 20px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	color: #000;
	margin-left: 15px;
	margin-top: 40px;
}

#nav h2 {
	font-size: 18px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	color: #1A658D;
	margin-left: 25px;
	margin-top: 10px;
}

/*-----------------------------------------------------------------
                  STYLES FOR THE CONTENT DIV
-----------------------------------------------------------------*/

#content {
	float: right;
	/*background: #78c69c;*/
	background: #fff;
	padding: 15px 5px;
	/*background: url(images/main_bg.jpg) no-repeat fixed bottom right; *//* POSITION MUST BE CENTER-RIGHT TO SHOW UP CORRECTLY IN FF */
	width: 70%; /* WIDTH = 100% - (MARGIN-RIGHT + MARGIN-LEFT) */
	height: 460px; /* HEIGHT = CONTAINER HEIGHT - (MARGIN-TOP + MARGIN-BOTTOM + BORDER-TOP + BORDER-BOTTOM) */
	margin-left: 10px;
	margin-top: 10px;
	overflow: auto;
	font-family: Verdana, Arial, sans-serif;
	line-height: 18pt;
	font-size: 12px;
	color: #305050;
	scrollbar-arrow-color: #607080;  
	scrollbar-base-color: #f0f0f0; 
	scrollbar-darkshadow-color: #f0f0f0;  
	scrollbar-track-color: white;  
	scrollbar-face-color: #f0f0f0;  
	scrollbar-shadow-color: #f0f0f0;  
	scrollbar-highlight-color: #f0f0f0;  
	scrollbar-3d-light-color: #f0f0f0;  
}

#content img {
	float:left;
	margin: 5px;
	padding:3px;
	border: 1px solid #B4B4B4;
	font-size:1.1em;
	text-align: center;
}

#content #profile
{
	padding: 12px;
	font-family: Verdana, Arial, sans-serif;
	border-bottom: 1px dashed #ccc;
	color: #607080;
	height: auto;
	margin: 10px;
}

#content #block
{
	padding: 12px;
	font-family: Verdana, Arial, sans-serif;
	border: 1px dashed #ccc;
	color: #607080;
	height: auto;
	margin: 10px;
}

#content #backlink {
	margin-top: 5px;
	display: block;
	text-align: right;
	height: 10px;
	font-weight: bold;
	font-style: italic;
}

#content h3
{
	font-family: Verdana, Arial, sans-serif;
	color:  #2F4F4F;
	font-size: 14px;
	margin: 15px 5px;
	font-weight: bold;
    padding-left: 10px;
}

#content h4
{
	font-family: Verdana, Arial, sans-serif;
	color:  #2F4F4F;
	font-size: 13px;
	margin: 15px 5px;
	font-weight: normal;
    padding-left: 20px;
	background: url(images/ul.gif) no-repeat;
	background-position: center left;
}

#content h4 a {
	text-decoration: none;
	font-weight: normal;
	color: #2F4F4F;
}

#content h4 a:hover {
	color: #FF9933;
}

#content h5
{
	color:  #666;
	padding-left: 15px;
	background: url(images/ul.gif) no-repeat;
	font-weight: normal;
	margin-top: 15px;
	background-position: center left;
}

#content h1 {
	color: #1A658D;
	font-size: 1.3em;
	margin-left: 10px;
	margin-top: 15px;
}

#content p {
	margin: 5px 5px 0 5px;
	text-align: justify;
	text-indent: 1em;
}

#content p span {
	color:  #B4B4B4;
	padding-left: 15px;
	margin-top: 15px;
}
	
#content a {
	color: #000;
	text-decoration: underline;
	letter-spacing: 0.1em;
}

#content a:hover {
	color: #FF9933;
}

#content h6 {
/*for news links*/
	font-family: Verdana, Arial, sans-serif;
	/*color:  #2F4F4F;*/
	font-size: 13px;
	margin: 15px 5px;
	font-weight: normal;
}

#content h6 a {
	text-decoration: none;
	font-weight: normal;
	/*color: #2F4F4F;*/
}

#content h6 a:hover {
	color: #FF9933;
}
#content h6 span
{
	color:  #B4B4B4;
	padding-left: 5px;
}

/*-----------------------------------------------------------------
                 PUDDING ADD: UPPER LINK IN CONTENT
-------------------------------------------------------------------*/
#content #upperlink {
	display: block;
	color: black;
	height: 25px;
	margin-top: 10px;
	padding-bottom: 20px;
	background: #dadada;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-left: 20px;
}				 

#content #upperlink a, #content #upperlink a:visited {
	font-weight: normal;
	text-decoration: none;
}

#content #upperlink a:hover {
	color: #FF9933;
}

#content #upperlink a#active {
	font-weight: bold;
}

/*-----------------------------------------------------------------
                 PUDDING ADD: INFO BOX
-------------------------------------------------------------------*/
.right_left {
	float: left;
	width: 290px;
	padding: 3px 3px 10px 10px;
	background: #f2f2f2 url(../images/corner.gif) no-repeat bottom right;
	color: #626262;
}

.right_right {
	float: right;
	width: 300px;
	padding: 3px 3px 10px 10px;
	background: #f2f2f2 url(../images/corner.gif) no-repeat bottom right;
	color: #FFFFFF;
}

/*====================================================================
            NEWS IMAGE
======================================================================*/
.news img{
	display:block;
}
