@charset "utf-8";
/* CSS Document */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
		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;
}
.intranet #container { 
	width: 786px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 380px; 
	background: #ffffff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px dashed #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.intranet #header { 
	width: 475px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 94px; 
	background: #ffffff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	margin-top: 10px;
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	float:left;
}


.intranet #headerlinks {
	width: 220px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 60px;
	background: #ffffff;
	margin-top: 45px; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: right; /* this overrides the text-align: center on the body element. */
	float:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	vertical-align:middle;
}

.intranet #signout {
	width: 80px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 20px;
	background: #ffffff; /* the auto margins (in conjunction with a width) center the page */
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	text-align: center; /* this overrides the text-align: center on the body element. */
	float:right;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-weight:bold;
	font-size:11px;
	padding: 5px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	
}

a.signout:link    {
  /* Applies to unvisited links of class mainNav */
  text-decoration:  none;
  font-weight:      bold;
  background-color: #ffffff;
  color:            yellow;
  } 
a.signout:visited {
  /* Applies to visited links of class mainNav */
  text-decoration:  none;
  font-weight:      bold;
  background-color: #ddd;
  color:            #f0f;
  } 
a.signout:hover   {
  /* Applies to links under the pointer of class mainNav */
  text-decoration:  underline;
  font-weight:      bold;
  background-color: blue;
  color:            #fff;
  } 
a.signout:active  {
  /* Applies to activated links of class mainNav */
  text-decoration:  underline;
  font-weight:      bold;
  background-color: black;
  color: white;
  } 
	



.intranet #heading { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 74px; 
	background: #ffffff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	float:left;
}

.intranet #weather { 
	width: 200px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 74px; 
	background: #ffffff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	text-align: right; /* this overrides the text-align: center on the body element. */
	float:right;
}



.intranet #main { 
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */

	background: #ffffff;
	margin: 5 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	clear:both;
}

.intranet #content { 
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: auto; 
	background: #ffffff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	margin-bottom: 20px;
	border: 0px solid #000000;
	float:left;
}

.intranet #sidebar { 
	width: 175px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 100%; 
	background: #FFFFff;
	margin-left: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border-left: 0px solid #000000;
	border-right: 0px;
	border-top: 0px;
	border-bottom: 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	float:right;
	padding-left:5px;
	padding-top: 0px;
		background-repeat: repeat-y;

background-position:left;
background-image:url('http://andromeda/intranet/assets/bg.gif');
}


.intranet #scipslinks { 
	
	/* SCIPS Application Links - LEFT Sidebar */
	
	width: 100%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: relative; 
	background: #FFfffff
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border-bottom: 1px solid #EAEAEA;
	text-align: left; /* this overrides the text-align: center on the body element. */
	position:absolute center;
	vertical-align:middle;
	line-height: 30px;
	padding-left: 5px;
	clear: both;
	
}
	
	
	.intranet #scipslinks2 { /* TESTING SCIPS Application Links - LEFT Sidebar */
	
	
	
	width: 90%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: relative; 
	background: #C1FFC1;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border-bottom: 1px solid #cccccc;
	text-align: left; /* this overrides the text-align: center on the body element. */
	position:absolute center;
	vertical-align:middle;
	line-height: 30px;
	padding-left: 5px;
	clear: both;
	
}

	.intranet #scipslinks3 { /* TESTING SCIPS Application Links - LEFT Sidebar */
	
	
	
	width: 90%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: relative; 
	background: #ffffff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border-top: 20px solid #ffffff;
	text-align: left; /* this overrides the text-align: center on the body element. */
	position:absolute center;
	vertical-align:middle;
	line-height: 30px;
	padding-left: 5px;
	clear: both;
	font-weight: bold;
	font-size:10px;
	
}


	.intranet #scipslinks4 { /* TESTING SCIPS Application Links - LEFT Sidebar */
	
	
	
	width: 90%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: relative; 
	background: #C1FFC1;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border-top: 10px solid #ffffff;
	text-align: left; /* this overrides the text-align: center on the body element. */
	position:absolute center;
	vertical-align:middle;
	line-height: 30px;
	padding-left: 5px;
	clear: both;
	font-weight: bold;
	font-size:10px;
	
}


.intranet #cont01{ /* LEFT Sidebar */
	
	width: 220px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: auto;
	margin-left: 0px; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding:10px;
	float:left;
	background-color: #ffffff;
	}
	
	.intranet #cont02{ /* MIDDLE content */
	width: 60%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 100%;
	border-left: 1px solid #EAEAEA;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding-left:20px;
	padding-top: 20px;
	padding-right: 0px;
	float:left;
	background-color: #ffffff;
	background-repeat: repeat-y;

background-position:left;

	
	
}
.intranet #footer { 
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 60px; 
	background: #ffffff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border-top: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	clear:both;
}

.arial_10{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:left;
	background:none;
}
