/* Layout divs for subpages */

/* Controls position of navigational array on subpages */
#menu {
	position:absolute;
	visibility:visible;
	width:763px;
	height:28px;
	z-index:50;
	left: 120px;
	top: 19px;
}

#submenu {
	position:absolute;
	visibility:visible;
	width:763px;
	height:28px;
	z-index:50;
	left: 160px;
	top: 0px;
	clear: both;
	margin-bottom: 20px;
}

.clear {
clear:both;
}
body {
	text-align: center;
	background-color: #CCCCCC;
}

#content {
	visibility:visible;
	z-index:4;
	height: 100%;
	width: 720px;
	padding-top: 150px;
	padding-right: 0px;
	padding-left: 100px;
}
#mainwrapper {
	position:relative;
	visibility:visible;
	width:900px;
	z-index:1;
	left: 0;
	top: 0;
	padding: 0px 0px 0px;
	background-position: left top;
	background-repeat: no-repeat;
	text-align: center;
	overflow: visible;
	background-image: url(images/MESD-sub-bg.gif);
	height: auto;
	/*Note this background color was not in original CSS */
	background-color:#FFFFFF;
	padding-left: 10px;
}
#photos {
	position:absolute;
	visibility:visible;
	width:402px;
	height:115px;
	z-index:3;
	left: 206px;
	top: 384px;
}
#featuredcopy {
	height: auto;
	width: 289px;
}
#headlines {
	height: 246px;
	width: 430px;
	background-image: url(images/headlines.gif);
	background-repeat: no-repeat;
	background-position: top;
}
#headlinestext {
	height: 190px;
	width: 375px;
	position: relative;
	top: 30px;
	left: 20px;
}
#style1 {
	width: 375px;
	position: relative;
	top: 400px;
	left: 90px;
	overflow: visible;
	visibility: visible;
	height: 100%;
}
#insidecontent {
	position:relative;
	width:100%;
	height:auto;
	z-index:2;
	left: -19px;
	/*top: -15px;*/
	top: 0px;
	padding-top: 0px;
	padding-bottom: 0%;
	padding-left: 0px;
	padding-right: 0px;
}
#insidecontent_right {
	height: auto;
	width: 550px;
	float: left;
	line-height: normal;
	padding-left: 10px;
	position: relative;
	left: 11px;
	top: 4px;
}
#insidecontent_right a:link {
	color: #333333;
	font-weight: normal;
}
#insidecontent_right a:visited {
	color: #333333;
	
}
#insidecontent_right a:hover {
	color: #006583;
	text-decoration: underline;
}
#insidecontent_right a:active {
	color: #333333;
	
}
#insidecontent_right ul{
	text-decoration: none;
	margin: 0px 0px 10px 20px;
	padding: 0px;
	font-size: 12px;
	list-style-type: disc; 
}
#insidecontent_right ul li{
	text-decoration: none;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-size: 12px;
	list-style-position:outside;
	list-style-type: disc;
}
#insidecontent_right ul.no-bullet {
	text-decoration: none;
	margin: -10px 0px 20px 0px;
	padding: 0px;
	font-size: 12px;
	list-style-type: none; 
	list-style-position: inside; 
}

#insidecontent_right ul.no-bullet li{
	text-decoration: none;
	margin: 0px 0px 0px 10px;
	padding: 0px;
	font-size: 12px;
		list-style-type: none; 
	list-style-position: inside; 
}

/* right sidebar within main content */
#right-sidebar {
	float: right;
	background-color: #7FB2C1;
	height: auto;
	width: 140px;
	background-image: url(images/bottomshape.gif);
	background-repeat: no-repeat;
	visibility: visible;
	background-position: bottom;
	margin: 0px 0px 15px 20px;
	padding: 0px;
}
	#right-sidebar p{
			color: #ffffff;
			padding: 5px 10px 5px 10px;
			margin: 0px 10px 0px 0px;
	}
	#right-sidebar p a:link, a:visited {
			color: #ffffff;
			padding: 5px 10px 5px 0px;
	}
	#right-sidebar p a:hover {
			color: #006583;
			padding: 5px 10px 5px 0px;
	}
	#right-sidebar p a:active{
			color: #ffffff;
			padding: 5px 10px 5px 0px;
	}
	
#insidecontent_left {
	width: 150px;
	float: left;
	background-color: #7FB2C1;
	padding: 0px;
	margin: 0px;
	height: auto;
	visibility: visible;
	background-position: bottom;
	background-image: url(images/bottomshape.gif);
	background-repeat: no-repeat;
}
#insidecontent_left2 {
	width: 130;
	margin: 0px;
	height: auto;
	visibility: visible;
	background-position: top;
	position:inherit;
	left: 0px;
	/*	padding-left: 10px; */
	padding-top: 0px;
	margin-right: 0px;
	padding-left: 5px;
	float: right;

}
#insidecontent_left2 p{
	color: #FFFFFF;
	font-size: 12px;
}

	#insidecontent_left2 p a:link, a:visited {
			color: #ffffff;
			padding: 5px 10px 5px 0px;
	}
	#insidecontent_left2 p a:hover {
			color: #006583;
			padding: 5px 10px 5px 15px;
	}
	#insidecontent_left2 p a:active {
			color: #ffffff;
			padding: 5px 10px 5px 0px;
	}
	

#insidecontent_left2 ul{
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
	/* changed left margin to 0px */
	margin: 0px 0px 5px 0px;
	padding: 0px;
	list-style-type: none; 
	/* changed the tag below from "inside" */	
/*	list-style-position: outside; */
	line-height: 1em;
}
#insidecontent_left2 li{
	padding: 5px 0px 5px 0px;
	margin: 0px;
}
#insidecontent_left2 li a:link{
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
	line-height: 1.1em;
	padding-left: 0px;
	margin: 0px;
}
#insidecontent_left2 li a:visited{
	color: #FFFFFF;
	text-decoration: none;
	line-height: 1.1em;
	padding-left: 0px;
	margin: 0px;
}
#insidecontent_left2 li a:active{
	color: #FFFFFF;
	text-decoration: none;
	line-height: 1.1em;
	padding-left: 0px;
	margin: 0px;
}

#insidecontent_left2 li a:hover {
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: underline;
	line-height: 1.1em;
	padding-left: 0px;
	margin: 0px;
}



/* positions better in IE7
	*+ html #insidecontent_left2 li a:link{ margin: 0px 0px 0px -15px;}
	*+ html #insidecontent_left2 li a:visited {margin: 0px 0px 0px -15px;}
	*+ html #insidecontent_left2 li a:hover {margin: 0px 0px 0px -15px;}
	*+ html #insidecontent_left2 li a:active {margin: 0px 0px 0px -15px;} */
	/* positions better in IE6
	* html #insidecontent_left2 li a:link{ margin: 0px 0px 0px -15px;}
	* html #insidecontent_left2 li a:visited {margin: 0px 0px 0px -15px;}
	* html #insidecontent_left2 li a:hover {margin: 0px 0px 0px -15px;}
	* html #insidecontent_left2 li a:active {margin: 0px 0px 0px -15px;}*/

#logo {
	position:absolute;
	visibility:visible;
	width:735px;
	height:80px;
	z-index:2;
	left: 95px;
	top: 76px;
}
#search {
	position:absolute;
	visibility:visible;
	width:140px; /* to retain original layout change width to 40px */
	height:48px;
	z-index:3;
	left:590px; /* to retain original layout change this to 871px */
	top: -5px; /* to retain original layout change this to 45px */
	text-align: left; /* to retain original layout delete this text align - not necessary */
	padding-left: 5px;
}

