/* CSS Document */
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

/***************************************************************
****************************************************************

					BUTTON STYLE ONE

****************************************************************
***************************************************************/

a.squarebutton{
	background-color: transparent;
	background-image: url('images/designImages/navButtons/ptNavButtons_left.jpg');
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	float: left; /* Change 12px as desired */
	line-height: 23px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 23px) */
	height: 31px; /* Height of button background height */
	padding-left: 15px; /* Width of left menu image */
	text-decoration: none;
	/*font-family: "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
	font-weight: bold;
	font-size: 1.3em;
	font-variant: small-caps;*/
}

a:link.squarebutton, a:visited.squarebutton, a:active.squarebutton{
/*color: #75829F; button text color*/
	/*color: #FFF;*/
	color: #093609; /* dark green */
}

a.squarebutton span{
	background-color: transparent;
	background-image: url('images/designImages/navButtons/ptNavButtons_right.jpg');
	background-repeat: no-repeat;
	background-position: right top;
	display: block;
	padding: 4px 15px 4px 0; /*Set 9px below to match value of 'padding-left' value above*/
}

a.squarebutton:hover{ /* Hover state CSS */
	background-position: bottom left;
	text-decoration: none;
}

a.squarebutton:hover span{ /* Hover state CSS */
	background-position: bottom right;
	/*color: #FC0;
	color: #FF9;*/
	color: #900;
}

.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
	margin-left:0px;
	overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
	width: 100%;
	/*background-color: #5d6166;  medium grey */
	background-color: #cecec0; /* cream */
}

/***************************************************************
****************************************************************

					BUTTON STYLE TWO

****************************************************************
***************************************************************/

a.squarebutton_02 {
	background-color: transparent;
	/*background-image: url('images/designImages/buttons/ptNavButtons_left_02.jpg');
	background-repeat: no-repeat;
	background-position: left top;*/
	display: block;
	float: left; /* Change 12px as desired */
	line-height: 23px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 23px) */
	height: 31px; /* Height of button background height */
	padding-left: 30px; /* Width of left menu image */
	text-decoration: none;
	/*font-family: "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
	font-weight: bold;
	font-size: 1.3em;
	font-variant: small-caps;*/
}

a:link.squarebutton_02, a:visited.squarebutton_02, a:active.squarebutton_02 {
/*color: #75829F; button text color*/
	color: #093609; /* dark green */
	/*color: white;*/
}

a.squarebutton_02 span {
	background-color: transparent;
	/*background-image: url('images/designImages/buttons/ptNavButtons_right_02.jpg');
	background-repeat: no-repeat;
	background-position: right top;*/
	display: block;
	padding: 4px 30px 4px 0; /*Set 9px below to match value of 'padding-left' value above*/
}

a.squarebutton_02:hover { /* Hover state CSS */
	background-position: bottom left;
	text-decoration: none;
}

a.squarebutton_02:hover span { /* Hover state CSS */
	background-position: bottom right;
	/*color: #FC0;*/
	color: #000;
}

.buttonwrapper_02 { /* Container you can use to surround a CSS button to clear float */
	margin-left:0px;
	overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
	width: 100%;
	/*background-color: #5d6166;  medium grey */
	background-color: white;
}

