/* Start of CMSMS style sheet 'amls' */
body{
	background-color: #888;
}

#container {
	width: 1200px;
	min-height: 800px;
	margin: 0 auto;	
}

#header {
	background-image: url(images/header.png);
	width: 1000px;
	height:	316px;
}

#navColumn	{
	width: 22%;	 
	clear:left;
	float:left;
}

#nav {
	background-image: url(images/navBack.png);
	background-repeat: repeat-y;	
	padding:5px;
}

#navBottom {
	background-image: url(images/navBackBottom.png);
	background-repeat: no-repeat;
	width: 220px;
	height: 14px;
                clear:both;
}

#content {
	float:left;
	clear:right;
	width:78%;
}

#contentBack {
	background-image: url(images/contentBack.png);
	background-repeat: repeat-y;
	margin-top: 15px;
	padding-top:5px;
	margin-left: 10px;	
	width: 766px;
}

#contentBackBottom {
	background-image: url(images/contentBackBottom.png);
	background-repeat: no-repeat;
	width:766px;
	height: 14px;
	margin-left: 10px;	
                clear:both;

}

#infoPanel {
	margin: 20px 10px 0px 25px;
	background-image: url(images/infoBack.png);
	background-repeat: repeat-y;
	width: 722px;	
                min-height:500px;
	padding-bottom:10px;
}

#infoPanelBottom {
	margin-left: 25px;
	background-image: url(images/infoBackBottom.png);
	background-repeat: no-repeat;
	width: 722px;
	height: 10px;
                clear:both;		
}

#info {
	width:700px;
                background-color:#fff;
	padding: 10px 5px 10px 5px;
}
#footer {
	background-color: #5C5249;
	color : #fff;
	text-align:center;
	width:1000px;
	z-index: 1
}

/* Control for Links */
.link {	
	width: 160px;	
}

.linkName {
               background-image: url(images/link_main.png);
}

.activeLinkName {
               background-image: url(images/active_link_main.png);
}

.subLinkName {
               background-image: url(images/sub_link_main.png);
}

.activeSubLinkName {
               background-image: url(images/active_sub_link_main.png);
}

.linkName, .activeLinkName, .subLinkName, .activeSubLinkName {
	background-repeat: repeat-y;
	width: 197px;
	font-size: 20px;
	cursor: pointer;
                text-align:center;
                border: 0
                margin: 0;
}

.subLinkName span, .activeSubLinkName {
               width: 185px;
	font-weight: bold;
	padding: 2px;
                padding-left: 25px;
}

.linkName span, .activeLinkName span {
	width: 190px;
	font-weight: bold;
	padding: 2px;
}

.linkName span a {
               width: 190px;
	font-weight: bold;
	text-decoration:none;
                color: #333;
}

.subLinkName span a{
               width: 160px;
	font-weight: bold;
	text-decoration:none;
                color: #333;
}

.activeLinkName span a {
               font-weight: bold;
               text-decoration: none;
               color: #fff;
}

.activeSubLinkName span a {
              width:160px;
               font-weight: bold;
               text-decoration: none;
               color: #fff;
}

.activeLinkBottom {
	background-image: url(images/active_link_bottom.png);
}

.linkBottom {
	background-image: url(images/link_bottom.png);
}

.subLinkBottom {
	background-image: url(images/sub_link_bottom.png);
}

.activeSubLinkBottom {
	background-image: url(images/active_sub_link_bottom.png);
}

.linkBottom, .activeLinkBottom, .subLinkBottom, .activeSubLinkBottom {
	background-repeat: no-repeat;
	height: 8px;
	width: 197px;
}

#infoPanel  img{
                padding-right: 10px;
                padding-left: 5px;
}

a {
   text-decoration: none;
   color: #5c5249;
}

a:hover, a.perma:hover {
   color: #dcb576;
}

a.perma {
   color: #fff;
}
/* End of 'amls' */

