/*[variables]
colors
{
	@34: #B3CBB3;
	@10: #CBB3C6;
	@00: #CBB3C7;
	@71: #AAA893;
}
*/
.invertedshiftdown2
{
	padding: 0;
	width: 980px;
	border-top: 5px solid #D10000;
/*Highlight red color theme*/
	background: transparent;
	voice-family: inherit;
}
.invertedshiftdown2 UL
{
	margin: 0;
	margin-left: 75px;
/*margin between first menu item and left browser edge*/
	padding: 0;
	list-style: none;
}
.invertedshiftdown2 LI
{
	display: inline;
	margin: 0 2px 0 0;
	padding: 0;
	text-transform: uppercase;
}
.invertedshiftdown2 A
{
	float: left;
	display: block;
	font: bold 12px Arial;
	color: black;
	text-decoration: none;
	margin: 0 1px 0 0;
/*Margin between each menu item*/
	padding: 8px 20px;
/*Padding within each menu item*/
	background-color: #EE9572;
/*Default menu color*/
	border-bottom: 8px solid white;
}
.invertedshiftdown2 A:hover
{
	background-color: #D10000;
/*Highlight red color theme*/
	padding-top: 10px;
/*Set padding-top value to default's padding-top + padding-bottom*/
	padding-bottom: 0;
/*Set padding-bottom value to 0*/
	border-bottom-color: #D10000;
/*Highlight red color theme*/
	color: white;
}
.invertedshiftdown2 .current A
{
/** currently selected menu item **/
	background-color: #D10000;
/*Highlight red color theme*/
	padding-top: 10px;
/*Set padding-top value to default's padding-top + padding-bottom*/
	padding-bottom: 0;
/*Set padding-bottom value to 0*/
	border-bottom-color: #D10000;
/*Highlight red color theme*/
	color: white;
}
A.squarebutton
{
	background: transparent url(graphics/square-orange-left.gif) no-repeat top left;
	display: block;
	float: left;
	font: normal 12px Arial;
/*Change 12px as desired*/
	line-height: 15px;
/*This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 23px)*/
	height: 23px;
/*Height of button background height*/
	padding-left: 9px;
/*Width of left menu image*/
	text-decoration: none;
}
A:link.squarebutton, A:visited.squarebutton, A:active.squarebutton
{
	color: #494949;
/*button text color*/
}
A.squarebutton SPAN
{
	background: transparent url(graphics/square-orange-right.gif) no-repeat top right;
	display: block;
	padding: 4px 9px 4px 0;
/*Set 9px below to match value of 'padding-left' value above*/
}
A.squarebutton:hover
{
/*Hover state CSS*/
	background-position: bottom left;
}
A.squarebutton:hover SPAN
{
/*Hover state CSS*/
	background-position: bottom right;
	color: black;
}
.buttonwrapper
{
/*Container you can use to surround a CSS button to clear float*/
	overflow: hidden;
	width: 79%;
}


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

.wireframemenu{
border: 1px solid #C0C0C0;
background-color: white;
border-bottom-width: 0;
width: 150px; text-decoration:none;
}

* html .wireframemenu{ /*IE only rule. Original menu width minus all left/right paddings */
width: 134px;
}

.wireframemenu ul{
padding: 0;
margin: 0;
list-style-type: none;
text-decoration:none;
 font-family:'Trebuchet MS',Verdana,Tahoma,Arial,'Arial Black',Helvetica,'Century Gothic','Lucida Sans Unicode',Impact,sans-serif;
}

.wireframemenu ul li{
padding: 0;
margin: 0;
padding-left:
list-style-type: none;
font-family:'Trebuchet MS',Verdana,Tahoma,Arial,'Arial Black',Helvetica,'Century Gothic','Lucida Sans Unicode',Impact,sans-serif; 
}

.wireframemenu a{
padding: 4px 3px 3px 4px;
display: block;
width: 100%; /*Define width for IE6's sake*/
color: #595959;
text-decoration: none;
border-bottom: 1px solid #C0C0C0;
 font-family:'Trebuchet MS',Verdana,Tahoma,Arial,'Arial Black',Helvetica,'Century Gothic','Lucida Sans Unicode',Impact,sans-serif;

}

.wireframemenu a:visited{
color: #595959;
}

html>body .wireframemenu a{ /*Non IE rule*/
width: auto;
}

.wireframemenu a:hover{
background-color: #e6e6cc;
color: black; text-decoration:none;
}





.pagination{
padding: 2px;
}

.pagination ul{
margin: 0;
padding: 0;
text-align: left; /*Set to "right" to right align pagination interface*/
font-size: 16px;
}

.pagination li{
list-style-type: none;
display: inline;
padding-bottom: 1px;
}

.pagination a, .pagination a:visited{
padding: 0 5px;
border: 1px solid #9aafe5;
text-decoration: none; 
color: #2e6ab1;
}

.pagination a:hover, .pagination a:active{
border: 1px solid #2b66a5;
color: #000;
background-color:#e6e6cc;
}

.pagination a.currentpage{
background-color: #2e6ab1;
color: #FFF !important;
border-color: #2b66a5;
font-weight: bold;
cursor: default;
}

.pagination a.disablelink, .pagination a.disablelink:hover{
background-color: white;
cursor: default;
color: #929292;
border-color: #929292;
font-weight: normal !important;
}

.pagination a.prevnext{
font-weight: bold;}

ul, li{
font-size:13px;}


