/* CSS Document */

body {
 background: #1f1f1f;
 background-image: url(../images/css-images/bg-grad.png);
 background-repeat:repeat-x;
 background-attachment:fixed;
 background-position:top left;
 color: #ccc;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 14px;
 margin: 0 auto;
}

form, input, ul, li {
	margin:0px;
	padding:0px;
}

a {
	margin: 0;
  	padding: 0;
  	text-decoration: none;
  	overflow: hidden;
  	color:#ffcc33;
}

a:hover,
a:active {
  text-decoration: underline;
}


img { 
	border:0; 
	margin:0;
	padding:0;
	position:relative;
}

span.imgtxt {
	display:none;
}

textarea {
	width:98%;
}

h1,h2, h3, h4, h5, h6 {
	padding:0;
	margin:0;
}

 h1 {
  	color:#ffffff;
	font-size: 12px;
	font-weight: bold;
  	letter-spacing:2px;
  	text-transform:uppercase;
}

 h2 {
  	color:#ffffff;
	font-size: 12px;
	font-weight: bold;
  	letter-spacing:2px;
  	text-transform:uppercase;
}

h3 {
	font-size: 12px;
	font-weight: bold;
}

h4 {
	font-size: 12px;
	font-weight: bold;
	font-style:italic;
}

h5 {
	font-size: 10px;
 	font-weight: bold;
}

h6 {
 	font-size: 0.8em;
 	font-weight: bold;
}



/*HEADER*/
#header {
 	height: 210px;
 	margin:0 auto;
 	width: 1100px;
}

#login-bar {
	background-image:url(../images/css-images/login-area-bg1.png);
	background-repeat:repeat-x;
	background-color:#ffe790;
	height:15px;
	margin:0 auto;
	position:relative;
	width:100%;
}

#login-box {
	float:right;
	height:25px;
	margin:15px 40px 0 0;
	top:0px;
	right:120px;
	position:relative;
	width:210px;
}

#login-box a {
	color:#CCC;
}

#login-box a:hover {
	color:#ffcc33;
	text-decoration: underline;
}

#login-button {
	background-image:url(../images/css-images/login-button.png);
	color:#000;
	font-weight:bold;
	height:20px;
	padding:0 0 0 20px;
	position:absolute;
	top:0;
	right:0;
	width:70px;
}

#logo {
	background-image: url(../images/css-images/logo.png);
	background-repeat:no-repeat;
	height:209px;
	float:left;
	width:426px;
}

/* END HEADER */

/* NAVIGATION */
#sitemap {
	background-image:url(../images/css-images/sitemap.png);
	background-repeat:no-repeat;
  	height:43px;
	list-style: none;
   	position:absolute;
   	top:155px;
   	right:0px;
   	width:700px;
   	z-index:50;
}

#sitemap ul {
   	height:43px;
	list-style: none;
	position:relative;
	right:20px;
	top:10px;
   	width:700px;
   	z-index:50;
	
}

#sitemap ul li {
	color:#fff;
	float:left;
   	font-size: 12px;
   	letter-spacing:1px;
   	margin:0;
	text-align:center;
	width:90px;
}

#sitemap ul li.longer {
	text-align:center;
	width:150px;
}

#sitemap ul li a {
	color:#fff;
	letter-spacing:1px;
   	margin:0;
	text-align:center;
	width:90px;
}

#sitemap ul li a.off {
	color:#fff;
	letter-spacing:1px;
   	margin:0;
	text-align:center;
	width:90px;
}

#sitemap ul li a.active {
	color:#ffcc33;
	letter-spacing:1px;
   	margin:0;
	text-align:center;
	width:90px;
}

#sitemap ul li a.off:hover {
	color:#ffcc33;
	letter-spacing:1px;
   	margin:0;
	text-align:center;
	width:90px;
}


/*Drop Down */

#sitemap ul li ul {
	background-color:#000;
	opacity:0.8;
	filter: alpha (opacity=80);
	display:none;
	float:left;
	letter-spacing:0px;
	margin:0;
	min-height:230px;
	padding:0;
	position:relative;
	top:18px;
	right:0;
	width:150px;
	z-index:9999;
}

#sitemap ul li ul.short {
	min-height:80px;
}

#sitemap ul li ul.shorter {
	min-height:30px;
	position:relative;
	top:3px;
	left:0;
}


#sitemap ul li:hover ul {
	display:block;
	z-index:9999;
}

#sitemap ul li:hover ul li {
	height:15px;
	letter-spacing:0px;
	margin:0;
	padding:5px 0;
	text-decoration:none;
	text-align:left;
	width:150px;
}

#sitemap ul li:hover ul li a {
	display:block;
	height:15px;
	letter-spacing:0px;
	margin:0;
	padding:5px 0 5px 5px;
	text-align:left;
	text-decoration:none;
	width:145px;
}

#sitemap ul li:hover ul li a:hover {
	color:#fff;
	font-weight:bolder;
	height:15px;
	letter-spacing:0px;
	margin:0;
	padding:5px 0 5px 5px;
	text-align:left;
	text-decoration:none;
	width:145px;
}


/* END OF NAVIGATION */

/* MAIN */
#wrapper {
 	margin: 0 auto;
 	width: 1100px;
}

#main-wrapper {
 	margin: 0 auto;
 	position:relative;
 	width: 1100px;
}

#statuette {
	background-image:url(../images/css-images/large-statue.png);
	background-repeat:no-repeat;
	display:block;
	height:476px;
	position:absolute;
	top:10px;
	right:-65px;
	width:225px;
	z-index:-1;
}

#content-container {
	float:right;
	margin:0 auto;
	min-height:350px;
	padding:0 0 55px 0;
	position:relative;
	width:1100px;
}

#top-content {
	min-height:92px;
	position:relative;
	width:1000px;
}

#right-box {
	background-image:url(../images/css-images/sidebar-bg.png);
	float:left;
	height:109px;
	position:relative;
	left:0px;
	top:0;
	width:258px;
}

#left-box {
	background-image:url(../images/css-images/home-content-bg.png);
	background-repeat:no-repeat;
	float:left;
	height:92px;
	position:relative;
	left:-10px;
	top:0;	
	width:708px;
}

#left-box h2 {
	color:#ffcc33;
	font-size: 24px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", serif;
	letter-spacing:0;
	text-transform:none;
}

#left-box p {
	margin:0;
	padding:0;
}


#right-box h2 {
	color:#ffcc33;
	font-size: 24px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", serif;
	letter-spacing:0;
	text-transform:none;
}

#right-box p {
	margin:0;
	padding:0;
}

.section {
	float:left;
}

.date {
	color:#ffffff;
	font-size: 24px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", serif;
	line-height:27px;
	margin:0;
	padding:0;
}

#box-section1 {
	margin: 15px 0 0 20px;
	position:relative;
	width:315px;
}

#box-section2 {
	margin: 15px 0 0 40px;
	position:relative;
	width:150px;
}

#box-section3 {
	margin: 15px 0 0 40px;
	position:relative;
	width:120px;
}

#box-section4 {
	margin: 15px 0 0 30px;
	position:relative;
	width:220px;
}

#btm-content {
	background-image:url(../images/css-images/home-banner.png);
	background-repeat:no-repeat;
	display:block;
	height:257px;
	position:relative;
	top:35px;
	left:0;
	text-align:left;
	width:1101px;
	z-index:1;
}

#content {
	color:#000;
	margin:0 auto;
	position:relative;
	width:980px;
}

#content h2 {
	color:#000;
	font-size:30px;
	font-family:"Times New Roman", Times, serif;
	font-weight: lighter;
	letter-spacing:3px;
	position:relative;
	text-transform:uppercase;
	text-align:left;
	width:550px;
	
}

/* END MAIN */

/* Inner Pages */
#content-container2 {
	float:left;
	margin:0 auto;
	min-height:400px;
	padding:0 0 55px 0;
	position:relative;
	width:1000px;
}

#content2 {
	background-image:url(../images/css-images/body-bg.png);
	background-repeat: no-repeat;
	background-color:#1F1F1F;
	background-color: transparent;
	border-top:1px #333 solid;
	float:left;
	margin:10px 0 0 0;
	min-height:200px;
	padding: 5px 10px;
	width:720px;
}

#content2 p {
	font-size:12px;
	font-weight: normal;
	margin-top: 0pt;
	margin-right: 0pt;
	margin-bottom: 10px;
	margin-left: 0pt;
	line-height: 1.5;
}

#content2 table td{
 	border-bottom:1px solid #333333;
 	padding:10px 40px 10px 0;
}

#content2 table{
 	margin-bottom:1em;
 	border-collapse:collapse;
}
#content2 h2 {
	color:#ffcc33;
	font-size: 24px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", serif;
	letter-spacing:0;
	text-transform:none;
}

#content2 hr{
  	display: block;
  	margin-bottom: 1em;
  	border:0;
  	border-bottom: 1px solid #333333;
}

/*#content2 li {
	margin-bottom: 1em;
   line-height: 1.5;
   *line-height:1;
   background-image: url(../images/css-images/bullet.png);
   background-position:left 4px;
   background-repeat:no-repeat;
   padding-left:12px;   
}


#content2 ul {
	 margin: 0 0 1em 0em;
}*/

/*#content2 ol{
	background-image: url(../images/css-images/bullet.png);
   margin: 0 0 1em 18px;
   margin:0 0 1em 3em;
}*/
/*
#content2 li li {
	background-image: url(../images/css-images/bullet.png);
	  font-size: 1em;
}

#content2 blockquote {
	margin-left: 3em;
}*/

#content3 {
	background-image: url(../images/css-images/certificate-body.jpg);
	background-repeat: no-repeat;
	background-color:#fff;
	float:left;
	margin:10px 0 0 0;
	min-height:460px;
	padding: 5px 10px;
	position:relative;
	width:720px;
}

#sidebar-right {
	background-image:url(../images/css-images/sidebar-bg.png);
	background-repeat:no-repeat;
	min-height:109px;
	float:right;
	width:258px;
}

#sidebar-right h2 {
	color:#ffcc33;
	font-size: 24px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", serif;
	letter-spacing:0;
	text-transform:none;
}

#certificate-form {
	color:#000;
	position:absolute;
	bottom:20px;
	left:10px;
	width:500px;
}


/* Sitemap Page */

#sitemap-cols {
  overflow:hidden;
}

#sitemap-cols > ul{
  float:left;
  width:340px;
}

#sitemap-cols ul a{
  text-decoration:none;
  color:#cccccc;
}

#sitemap-cols ul a:hover{
  text-decoration:underline;
}

#sitemap-cols ul  li:before{
  content:"";
}

#sitemap-cols ul > li > a{
  color:#ffffff;
}

#content-wrap #sitemap-cols ul > li:before{
 content:" ";
}

#content-wrap #sitemap-cols ul li li:before{
 content:">  ";
}

#sitemap-cols ul > li{
  margin-top:20px;
  font-size: 12px;
  font-weight: bold;
  letter-spacing:2px;
  color:#ffffff;
  text-transform:uppercase;
}

#sitemap-cols ul > li.first{
  margin-top:0;
}

#sitemap-cols ul li li{
  font-weight: normal;
  letter-spacing:0;
  text-transform:none;
  margin-top:0;
}

#sitemap-cols ul li li a{
  color:#cccccc;
}

#sitemap-cols ul li{
  margin-bottom:0;
}

#sitemap-cols ul ul ul{
  margin-left:1em;
  margin-bottom:0;
}


/* FOOTER */
#footer {
	background-image:url(../images/css-images/footer-bg.png);
	background-repeat:repeat-x;
	background-position:left top;
	background-color:#171717;
	min-height:250px;
	position:relative;
	bottom:-5px;
	padding:0;
	margin:0;
	width:100%;
}

#footer-content {
	margin:0 auto;
	min-height:130px;
	overflow:hidden;
	position:relative;
	width:1100px;
}

#footer-section {
	margin:0 45%;
 	padding:10px 0 20px 0;
 	width:430px;
}

#footer-section p {
	font-size:12px;
	margin:5px 0 0 0;
	padding:0;
}

#social-icons {
	float:left;
	margin:0;
	padding:10px 0 0 0;
	position:relative;
	width:300px;
}

#social-icons img {
	margin:0 5px;
}

#amc-logo {
	background-image:url(../images/css-images/monkimage.php.png);
	background-repeat:no-repeat;
	height:71px;
	position:absolute;
	top:5px;
	right:5px;
	width:147px;
}

#copyright {
	clear:both;
	font-size:12px;
	float:left;
	margin:20px 0 0 0;
}

#poweredby {
	margin:20px 0 0 0;
	font-size:12px;
	float:right;
}

#poweredby a {
	font-size:12px;
	text-decoration:none;
}

#poweredby a:hover {
	text-decoration:underline;
}

/* slider */

#slider-wrapper
{
	width: 960px;
	height: 230px;
	margin: 30px 0 20px 0;
}

#slider-container
{
	width: 300px;
	height: 200px;
	float: left;
	margin: 0 10px;
	text-align: center;
}

#slider-container h2
{
	width: 300px;
	height: 30px;
}

#slider-print
{
	width: 300px;
	height: 200px;	
}

#slider-strategic
{
	width: 300px;
	height: 200px;	
}

#slider-electronic
{
	width: 300px;
	height: 200px;	
}
