/*Welcome to my CSS - rubbish, isn't it! */

/*control main elements*/
body {
	background-color:#FFFFFF;
	margin:0;
	padding:0; /* Need to set body margin and padding to get consistency between browsers. */
	text-align:center; /* Hack for IE5/Win */
	font:12px Verdana, Arial, Sans-serif;
	line-height:1.5em;
	}
	/*control selectors*/
p {
	text-align:justify;
	padding:0px 10px 0px 10px;
	margin:10px;
	}
h1 {
	font-size:1.2em;
	padding:0px;	
	margin:15px 0px 0px 5px;
	}
h2 {
	font-size:1.1em;
	font-weight:bold;
	padding:0px 0px 0px 15px;	
	margin:15px 0px 0px 5px;
	}
/*control overall container*/	
#container {
	width:760px;
	margin:5px auto 5px auto; /* Right and left margin widths set to "auto" */
	text-align:left; /* Counteract to IE5/Win Hack */
	background-color:#FFF;	
	border:1px solid #333;
	}
/*control content nav*/
#sidenav {
	width:170px;
	margin:18px 5px 10px 5px;
	float:left;	
	border:1px solid #333;
	background:url(images/nav_bg.gif) no-repeat;
	}
	/*make first para touch h1*/
#start {
	padding: 0px;
	margin:20px;
	}
/*contain index random site script*/
#random {
	width:450px;
	margin:20px 80px 0px 170px;
	padding:0px;
	}
	/* for random site image links to remove nderline border*/
.image_float a:link, .image_float a:visited, .image_float a:hover, .image_float a:active {
	border-bottom:0px;
	}
	/* for  site image links to remove nderline border*/
.site_float_l a:link, .site_float_l a:visited, .site_float_l a:hover, .site_float_l a:active {
	border-bottom:0px;
	}	
.site_float_r a:link, .site_float_r a:visited, .site_float_r a:hover, .site_float_r a:active {
	border-bottom:0px;
	}
/*control footer*/
#footer {
	width:760px;
	margin:5px auto 5px auto; 
	background-color:#fef;	
	border:1px solid #333;
	background:url(images/nav_bg.gif);
	}
	/*text in footer*/
#footer p {
	text-align:center;
	}
/*control links*/
a:link {  color: #03F;
	text-decoration:none;
	}
a:visited {  color: #03F;
	text-decoration:none;
	}
a:hover {  color: #F00; 
	text-decoration:underline;
	}
a:active {  color: #FF0; 
	text-decoration:none;
	}
	/*spacer div to clear floats*/
.spacer {
	clear:left;
	}
	/* for random site image on homepage*/
.image_float{
	float:left;
	margin:0px;
	}
	/*control sites classes*/
.sites {
	width:730px;
	height:160px;
	margin:5px;
	padding:10px 10px 0px 10px;	
	border:0px solid #333;
	clear:left;
	}
	/*float right site*/
.site_float_r{
	float:right;
	width:250px;
	margin-bottom:10px;
	}
	/*float left site*/
.site_float_l{
	float:left;
	width:250px;
	margin-bottom:10px;
	}
	/*sites text*/
.site_text{
	width:200px;
	margin-right:33%;
	margin-left:35%;
	}
.border {
	border:1px dashed #333;
	}
ul {
	margin-left:190px;
	padding:0 10px;
	list-style-image:url(images/list.gif);
	line-height:220%;
	}
.contactmsg {
  border: 1px #000000 solid;  
  position: relative;
  margin: 0px 30px 0px 0px;
  font:12px Verdana, Arial, Sans-serif;
}
.contactpos {
  border: 1px #000000 solid;
  position: relative;
  float: left;
  margin: 0px 30px 0px 0px;
  font: 12px Verdana, Arial, Sans-serif;
}
.forms {
	background-color: #D9DEEF;
	border: 1px dashed #000;
	padding:3px;
}
.unplanned_status p {
text-align:center;
}
.nudgeright {
	position:relative;	
	left:50px;
}