
/*
	RESET
*/

* {
	margin: 0;
	padding: 0;
}

html { 
	font-size: 100%;
}

body {
	font-size: 1em;
}

img {
	max-width: 100%;
}


/*
	LAYOUT
*/

.page {
	min-width: 100%;
	margin: 0 auto;
	border: 0;
	display: block;
 }

#top {
	background: url(../images/amslogo25.jpg) no-repeat 50% 0; 
	height: 150px;
	width: 100%;
	margin: 40px 0 10px 0;
}

#infobox {
	width: 100%;
}

#bottom {
	width: 100%;
	margin: 20px 0 20px 0;
}

.dark {
	width: 98%;
	background: #B4C2F0;
	padding: 1.25em 0;		/* 20px / 16px = 1.25em */
	margin: 0.625em auto 2.5em auto;
	-moz-border-radius: 0.9375em;		/* 15px / 16px = 0.9375em*/
	-webkit-border-radius: 0.9375em;		/* 15px / 16px = 0.9375em*/
	border-radius: 0.9375em;		/* 15px / 16px = 0.9375em*/
	-moz-box-shadow: 1px 1px 1px #888;
	-webkit-box-shadow: 1px 1px 1px #888;
	box-shadow: 1px 1px 1px #888;
}

.light {
	width: 100%;
	background: #fff;
	padding: 0;		/* 20px / 16px = 1.25em */
	margin: 0.625em 0;
}

.blank {
	width: 100%;
	height: 45px;
	display: block;
}


/*
	BACKGROUND PICS
*/

#topright {
	background: url(../images/rightpic-6.jpg) no-repeat 50% 0;
	background-color: #eee;
	width: 100%;
	height: 230px;
	border: 0;
	margin-bottom: 30px;
}

#leftpic {
	display: hidden;
}

#rightpic-1 {
	background: url(../images/rightpic-1small.jpg) no-repeat 50% 0;
	background-color: #eee;
	width: auto;
	height: 175px;
	border: 0;
	margin-top: 60px;
}

#rightpic-2 {
	background: url(../images/rightpic-2small.jpg) no-repeat 50% 0;
	background-color: #eee;
	width: auto;
	height: 154px;
	border: 0;
	margin-top: 60px;
}

#rightpic-3 {
	background: url(../images/rightpic-3small.jpg) no-repeat 50% 0;
	background-color: #eee;
	width: auto;
	height: 172px;
	border: 0;
	margin-top: 60px;
}

#rightpic-4 {
	background: url(../images/rightpic-4small.jpg) no-repeat 50% 0;
	background-color: #eee;
	width: auto;
	height: 133px;
	border: 0;
	margin-top: 60px;
}

#rightpic-5 {
	background: url(../images/rightpic-5small.jpg) no-repeat 50% 0;
	background-color: #eee;
	width: auto;
	height: 150px;
	border: 0;
	margin-top: 60px;
}

#rightpic-7 {
	background: url(../images/rightpic-7small.jpg) no-repeat 50% 0;
	background-color: #eee;
	width: auto;
	height: 150px;
	border: 0;
	margin-top: 60px;
}

#rightpic-6 {
	display: hidden;
}

#piechart1 {
	background: url(../images/piechart1small.jpg) no-repeat 100% 0; 
	position: relative;
	top: 0px;
	height: 198px;
	width: 320px;
	-moz-box-shadow: 1px 1px 2px #888;
	-webkit-box-shadow: 1px 1px 2px #888;
	box-shadow: 1px 1px 2px #888;
}


/*
	NAV MENU
*/

#navlistbox {
	width: 100%;
	top: 0;
	left: 0;		
    z-index: 100;
    position: fixed;
	float: left;
}

#navlist {
	width: 100%;
	height: 25px;		
	float: left;
	background: #faa346;
	border-bottom: solid 1px #999;
}

#navlistmenu {
	width: 100%;
	background: #faa346; 
	border-bottom: solid 1px #999;
	position: relative;
	top: 0px;
	left: 0px;
	float: left;
}

li.navlisttext {
	list-style: none;
	font: normal 12px Arial, sans-serif;  
	color: #b57d46;
	float: left;
	width: 100%;
	text-align: left;
}

#navlistbox ul ul {
	display: none;
}

#navlistbox ul li:visited > ul {
	display: block;
}

#navlistbox ul li:hover > ul {
	display: block;
}

#navlistbox ul li:hover, #navlistbox ul li ul li:hover {
	z-index: 500;
	background: #e7963f;
}

/* Style navigation menu links */
#navlistbox a {
	color: #fff;
	padding: 6px 20px 5px 20px;
	text-decoration: none;
	font: normal 12px Arial, sans-serif;  
	display: block;
}

/* Style the hamburger menu */
#navlistbox a.icon {
	background: #faa346;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
}

/* Add a grey background color on mouse-over */
#navlistbox a:hover {
	background-color: #e7963f;
	color: black;
}

#navbox {
	display: none;
}

/*
	TEXT AND LISTS
*/

p.text {
	font: normal 12px Arial, sans-serif;  
	margin: 10px 10px 0 10px;
	padding: 0;
	color: #999;
	text-align: left;
}

p.addtext {
	font: normal 12px Arial, sans-serif;  
	margin: 10px 10px 0 10px;
	padding: 0;
	color: #999;
	text-align: left;
}

p.copy {
	font: normal 11px Arial, sans-serif;  
	margin: 20px 0 20px 0;
	padding: 0;
	color: #5A678A;
	text-align: center;
}

#cert {
	margin: 20px 0 20px 0;
	text-align: center;
	border: 0;
}

.listhead {
	list-style: none;
	font: normal 14px Arial, sans-serif;  
	color: #687496;
	margin: 10px 10px 10px 15px;
}

.listtext {
	list-style: disc;
	font: normal 14px Arial, sans-serif;  
	color: #687496;
	margin: 0 10px 10px 30px;
}

.listbox {
	list-style: disc;
	font: normal 12px Arial, sans-serif;  
	color: #fff;
	margin: 0 10px 10px 30px;
}

.listadd {
	list-style: none;
	font: normal 12px Arial, sans-serif;  
	color: #ccc;
	margin: 20px 0 10px 20px;
}

.boxhead {
	font: normal 12px Arial, sans-serif;  
	color: #687496;
	margin: 0 10px 10px 15px;
}

.boxhead2 i {
	color: #fff;
}

.boxhead2 {
	font: normal 14px Arial, sans-serif;
	color: #687496;
	margin: 10px 10px 10px 15px;
}

.boxtext {
	font: normal 12px Arial, sans-serif;  
	color: #687496;
	margin: 0 10px 10px 15px;
}

.infohead {
	font: normal 18px Arial, sans-serif;  
	color: #5A678A;
	margin: 0 0 0 20px;
	padding: 0;
}

.teamhead {
	font: normal 14px Arial, sans-serif;  
	color: #5A678A;
	margin: 10px 0 10px 15px;
}

.infohead i {
	color: #7382aa;
}

.teamhead i {
	color: #fff;
}

.smallpic {
	width: auto;
	height: 90px;
	margin: 10px 10px 10px 15px;
	float: left;
	border: 0;
}

.welpic {
	margin: 10px 40px 0 20px;
	float: right;
	border: 0;
}


/*
	LINKS
*/

a {
 	outline: none;
}

a.nav {
	display: block;
}

a.nav:link{color:#fff;text-decoration:none}
a.nav:visited{color:#fff;text-decoration:none}
a.nav:hover{color:#845B33;text-decoration:none;}
a.nav:active{color:#fff;text-decoration:none}

a.infolink:link{color:#7382aa;text-decoration:none}
a.infolink:visited{color:#7382aa;text-decoration:none}
a.infolink:hover{color:#fff;text-decoration:none}
a.infolink:active{color:#7382aa;text-decoration:none}

a.contact:link{color:#fff;text-decoration:underline}
a.contact:visited{color:#fff;text-decoration:underline}
a.contact:hover{color:#7382aa;text-decoration:underline}
a.contact:active{color:#fff;text-decoration:underline}

a.copylink:link{color:#334884;text-decoration:none}
a.copylink:visited{color:#334884;text-decoration:none}
a.copylink:hover{color:#334884;text-decoration:underline}
a.copylink:active{color:#334884;text-decoration:none}

