/* CAM CSS Document */

/* General */
img	{

	border: 0;
}

body	{
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	padding-bottom: 25px;
	background-color:#cdd7e0;
	text-align:center;
}

h4 {
font-size: 1em;
font-weight: bold;
}
.title {
	color: #999999;
}
img.right { 
padding: 2px; 
margin: 0 0 10px 7px; 
display: inline; 
}
img.left { 
padding: 2px; 
margin: 0 7px 2px 0; 
display: inline; 
}
.left {
float:left;
position: relative;
}
.right {
float:right;
position: relative;
}

/* Structure */
#wrapper {
width: 558px;
margin: 0 auto 15px auto;
}

#wrapper2 {
width: 100%;

}

#imgRight {
position:absolute;
right:20px;
text-align:right;
}

#top {
padding-bottom: 0px;
position: relative;
margin-top: -30px;
}

#middle {
position: relative;
padding-top: 5px;

}

#bottom {
position: relative;
padding-top: 3px;
text-align:left;
}

/* Main Navigation */
#navContain {
position:absolute;
top:20px;
left:-146px;
float:left;
z-index:999;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 150px;
	border-bottom: 1px solid #174f83;
}

ul li {
	position: relative;
}

li ul {
	position: absolute;
	left: 149px;
	top: 0;
	display: none;
}

ul li a {
	display: block;
	text-decoration: none;
	color: #174f83;
	background-color:#e9ecef;
	padding: 5px;
	border: 1px solid #174f83;
	border-bottom: 0;
}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; }
* html ul li a { height: 1%; }
/* End */

li:hover ul, li.over ul { 
	display: block;
}
li a:hover { 
	background-color:#d7e5ef;
}

#navActive a:link, #navActive a:visited, #navActive a:hover { 
	background-color:#d7e5ef;
}
#navActive ul li ul li {
	background-color:#e9ecef;
}

/* rounded Corners */
div.Article {
  background:url(topLeft.gif) top left no-repeat;
  width: 558px;
}
div.Article h2 {
  background: url(topRight.gif) top right no-repeat;
  padding:15px;
  margin:0;
  right:0px;
  padding-left:15px;
  padding-top:30px;
  text-align:left;
/* Compensation for the 
repositioned box */
}
div.ArticleBody {
  background:url(rightBorder.gif) top right repeat-y;
  margin:0;
  margin-top:-1.5em;
  padding:1px 15px 15px 15px;
  right:0px;
  text-align:left;
  position:relative;
  }
div.ArticleFooter {
  background: url(bottomLeft.gif) bottom left no-repeat;
  text-align:left;
  }
div.ArticleFooter p {
  background: url(bottomRight.gif) bottom right no-repeat;
  display:block;
  padding:0px 15px 15px 10px;
  margin:-1em 0 0 0;
  right:0px;
  }