@charset "utf-8";
/* amber CSS Document */

body{
margin: 0px;
padding: 0px;
background: #fff;
text-align:center;
background-image:url(../images/headerbgrd.gif);
background-repeat:repeat-x;
font-family:Arial, Helvetica, sans-serif;
font-size: small;
}
#header {
	width: 1000px;
	height: 259px;
	background-color:#000;
	background-image:url(../images/handmaster3.jpg);
	background-repeat:no-repeat;
	margin-left: auto;
	margin-right: auto;
}
#wrap {
	width:1000px;
	text-align:left;
	background:#fff;
	margin: 45px 0px 0px 0px;
	margin-left: auto;
	margin-right: auto;
	background-image:url(../images/maincontentbg.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
}
#header .amber {
	float: right;
	margin:20px 0px 0px 0px;
}
#header .tag {
	float: right;
	clear:right;
	margin: 75px 0px 0px 0px;
}
#mainbody {
	width:1000px;
}
#sidebar {	
	margin: 6px 0px 0px 0px;
	float: left;
	width: 225px;
	line-height:.8em;
}
#sidebar .gutter .small {
	text-align: right;
	font-size: .7em;
	line-height: 2em;
}
#sidebar .gutter p{
	text-align: right;
	font-size: .9em;
}
#sidebar .gutter {
	padding: 0px 20px 5px 0px;
	border-right: 2px solid #ddd;
}
#content {
	float: left;
	width: 200px;
	}
#content .gutter {
	border-right: 2px solid #ddd;
}
/*this styles the 'print page' icon*/
#print{
	float:right;		
}
/*this ends style of the 'print page' icon*/

#sidebar2 {
	float: left;
	width: 550px;
}

#sidebar2 .gutter {
	margin: 0px 0px 0px 20px;
}

 
#sidebar2 .gutter h2 {
	margin: 10px 0 0 0;;
	font-family: Calibri, Arial, Helvetica, sans-serif; 
	font-size: 1.2em;
	text-decoration:underline;
	
}
#sidebar2 .gutter p {
	font-size: .9em;
	line-height: 1.4em;
	

}

 #sidebar2 .gutter ul li{
	
		
	list-style-type:square;
	line-height: 1.6em;
	margin-left:-25px;
	
}

#sidebar2 .gutter ul a{
	
	color:#000;
}



#sidebar2 .gutter p a {
	
	text-decoration:underline;
	color:#000;
	
	

}



#footer {
	
	clear: both;
	padding: 20px 0px 0px 0px;
	
	
}

#footer p {
	
		
	text-align:center;
	font-size: .8em;
	color: #888;
	line-height: 1.4em;
	
	
}



#sidebar a{
	
	text-decoration: none;
	color:#ff9900;
	font-size: 1em;
}

img {
	
     border: none;

}


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

.glossymenu{
margin: 5px 0;
padding: 0;
width: 170px; /*width of menu*/
/*border: 1px solid #9A9A9A;
border-bottom-width: 0;*/
}

.glossymenu a.menuitem{

/*background: black url(images/glossyback.gif) repeat-x bottom left;*/
/*background-color:#fff;*/
font-family:Arial, Helvetica, sans-serif;
font-size: .9em;
color: #000;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
/*width: auto;*/
width: 160px;
/*padding: 4px 0;
padding-left: 10px;*/
margin: 10px 0px 0px 0px;
padding: 4px 10px 4px 30px;
text-decoration: none;
border-bottom: 1px solid #ddd;
}


.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
color:#000;
}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 5px;
left: 5px;
border: none;
}

.glossymenu a.menuitem:hover{
/*background-image: url(glossyback2.gif);*/
color: #ff9900;
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
background:none;
border-bottom: 1px solid #ddd;


}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type:square;
margin: 0 0 0 45px;
padding: 0;
}

.glossymenu div.submenu ul li{
/*border-bottom: 1px solid #ddd;*/
}

.glossymenu div.submenu ul li a{ /*colours the links*/
display: block;
font-family:Arial, Helvetica, sans-serif;
font-size: .9em;
color: black;
text-decoration: none;
padding: 2px 0;
padding-left: 10px;
}

.glossymenu div.submenu ul li a:hover{
/*background: #DFDCCB;*/
color: #ff9900;
}


/*start of #sidebar2 menu styling*/

#sidebar2 .glossymenu{
margin: 5px 0;
padding: 0;
width: 400px; /*width of menu*/
border-bottom-width: 0;
background-color:#0F3;


}
#sidebar2 .glossymenu a.menuitem{

/*background: black url(images/glossyback.gif) repeat-x bottom left;*/
/*background-color:#fff;*/
font-family:Arial, Helvetica, sans-serif;
font-size: .9em;
color: #000;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
/*width: auto;*/
width: 500px;
/*padding: 4px 0;
padding-left: 10px;*/
margin: 10px 0px 0px 0px;
padding: 4px 10px 4px 30px;
text-decoration: none;
border-bottom: 2px solid #ddd;
}

