/* Start of CMSMS style sheet 'Home Page' */
#header {
	height:256px;
	width:749px;
	background-image:url(/images/home-page-header.png);
	background-repeat:no-repeat;
	overflow:hidden;
}
*html #header {
	background-image:none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/home-page-header.png', sizingMethod='scale');
}
#flashContent {
	margin-top:131px;
	margin-left:141px;
}
#content {
	background-image: url(/images/home-body-bg.png);
	background-position:436px 0;
	background-repeat:no-repeat;
}
ul.news li {
margin-bottom:10px;

}
#left {
	float:left;
	width:208px;
}
#right {
	float:right;
	padding:20px 40px 20px 0;
	width:449px;
}
#pdf_link {
	position:relative;
	top:12px;
	left:20px;
}
#pdf_link a {
	color:#4A4A4A;
	display:block;
	font-size:10px;
	text-decoration:none;
}
/* End of 'Home Page' */

/* Start of CMSMS style sheet 'Global - Layout' */
* {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
}
a {
	color:#000000;
}	
body {
	background-image: url(images/bg.gif);
}
#pagewrapper {
	width:749px;
	margin:auto;
}
#shadow_left {
	background-image:url(/images/shadow-left.png);
	background-repeat:repeat-y;
	width:5px;
}
*html #shadow_left {
	background-image:none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/shadow-left.png', sizingMethod='scale');
}
#shadow_right {
	background-image:url(/images/shadow-right.png);
	background-repeat:repeat-y;
	width:5px;
}
*html #shadow_right {
	background-image:none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/shadow-right.png', sizingMethod='scale');
}
#innerwrap {
	width:739px;
	margin:auto;
}
#navigation {
 	background-image: url(/images/navigation-bg.jpg);
	background-repeat:repeat-x;
	height:28px;
	overflow:hidden;
	border-right:1px solid #000000;
	border-left:1px solid #000000;
}
#navigation dfn {
	display:none;
}
#under-nav-bar {
	background-image:url(/images/under-nav.png);
	background-repeat:repeat-x;
	height:10px;
}
*html #under-nav-bar {
	background-image:none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/under-nav.png', sizingMethod='scale');
}
#content {
	background-color:#FFFFFF;
	border-right:1px solid #000000;
	border-left:1px solid #000000;	
}
#footer {
	background-image:url(/images/footer.png);
	background-repeat:no-repeat;
	height:52px;
	width:749px;
}
*html #footer {
	background-image:none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/footer.png', sizingMethod='scale');
}
/* End of 'Global - Layout' */

/* Start of CMSMS style sheet 'Global - Menu' */
#primary-nav {
	float:right;
}
#menu_vert {
   margin-left: 1px;
   margin-right: 1px;
}

/* The wrapper clears the floating elements of the menu */

/* Fix for Opera 8 */
.clearb { clear: both; }
#menuwrapper { 
   /* Fix for Opera 8 */ 
   /*   overflow: hidden;  */ 
   width: 100%;
}

/* Set the width of the menu elements at second level. Leaving first level flexible. */
#primary-nav li li { 
   width: 200px; 
}


/* Unless you know what you do, do not touch this */ 
#primary-nav, #primary-nav ul { 
   list-style: none; 
   margin: 0px; 
   padding: 0px; 
}
#primary-nav ul { 
   position: absolute; 
   top: auto; 
   display: none; 
border:1px solid #333333;
}
#primary-nav ul ul { 
   margin-top: 1px;
   margin-left: -1px;
   left: 100%; 
   top: 0px; 
}
	
#primary-nav li { 
   margin-left: -1px;
   float:left; 
}
#primary-nav li li { 
   margin-left: 0px;
   margin-top: -1px;
   float: none; 
   position: relative; 
}

/* Styling the basic apperance of the menu elements */
#primary-nav a { 
	display: block; 
	margin: 0px; 
	padding: 7px 10px 7px 18px; 
	text-decoration: none; 
	color: #6A6A6A;
	font-size:11px;
}
#primary-nav li a { 
	background-image: url(/images/nav-top-level-bg.jpg);
	background-repeat:no-repeat;
	background-position:0 6px;
}
#primary-nav li a:hover { 
	color:#008066; 
	background-image: url(/images/nav-top-level-bg-hover.jpg);
}
#primary-nav li li a { 
   background-color:#33AD84;
   background-image:none;
   color:#FFFFFF;
}	
#primary-nav li li a:hover { 
	color:#000000;
	background-color:#CCCCCC;
	background-image:none;
}
#primary-nav li, #primary-nav li.menuparent { 

}

/* Styling the basic apperance of the active page elements (shows what page in the menu is being displayed) */

#primary-nav li.menuactive { 
}


/* Styling the basic apperance of the menuparents - here styled the same on hover (fixes IE bug) */
#primary-nav ul li.menuparent, 
#primary-nav ul li.menuparent:hover, 
#primary-nav ul li.menuparenth { 
/* arrow for menuparents */
}


/* Styling the apperance of menu items on hover */

#primary-nav li:hover, 
#primary-nav li.menuh, 
#primary-nav li.menuparenth, 
#primary-nav li.menuactiveh { 
}


/* The magic - set to work for up to a 3 level menu, but can be increased unlimited */

/* 
just add 
#primary-nav li:hover ul ul, 
#primary-nav li.menuparenth ul ul ul,
for fourth level 
*/
#primary-nav ul, 
#primary-nav li:hover ul, 
#primary-nav li:hover ul ul, 
#primary-nav li.menuparenth ul, 
#primary-nav li.menuparenth ul ul { 
   display: none; 
}

/* add 
#primary-nav ul ul ul li:hover ul, 
#primary-nav ul ul ul li.menuparenth ul,
for fourth level
*/
#primary-nav li:hover ul, 
#primary-nav ul li:hover ul, 
#primary-nav ul ul li:hover ul, 
#primary-nav li.menuparenth ul, 
#primary-nav ul li.menuparenth ul, 
#primary-nav ul ul li.menuparenth ul { 
   display: block; 
}


/* IE Hacks */
#primary-nav li li { 
   float: left; 
   clear: both; 
}
#primary-nav li li a { 
   height: 1%; 
}
a.iws_link {
    font-size:10px;
    position:relative;
    top:50px;
    left:25px;
}
/* End of 'Global - Menu' */

/* Start of CMSMS style sheet 'Typography' */
a img {
border:0;
}
/* Styling For Left Nav */
#left .box {
	background-color:#D3D3D3;
	width:194px;
	height:23px;
	margin-bottom:10px;
	margin-left:6px;
	padding:10px 1px 1px 1px;	
}
#left .box a {
	font-size:10px;
	color:#4A4A4A;
	display:block;
	height:19px;
	width:188px;
	padding:4px 0 0 6px;
	background-color:#F2F2F2;
	text-decoration:none;
}

.featured-project {
	height:188px;
	width:208px;
	background-image:url(/images/featured-bg.jpg);
	background-repeat:no-repeat;
	margin-bottom:10px;
}
.featured-project-holder {
	width:126px;
	height:158px;
	background-color:#666666;
	position:relative;
	top:12px;
	left:40px;
}

/* End Styling For Left Nav */
#right {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
#right h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#009966;
	float:right;
	padding-right:20px;
	margin-bottom:12px;
}
#right h2 {
	font-size:15px;
	margin-bottom:6px;
}
#right h3,
.project h3 a {
	color:#8090B1;
	font-size:14px;
	font-weight:bold;
	margin-bottom:6px;
}
#right p {
	margin-bottom:20px;
	line-height:16px;
}
#right ul,
#right ol {
	padding-left:30px;
	margin-bottom:20px;
}
/* End of 'Typography' */

