#subheader {
	background-color: #BA4B00;
}

/*==============================
	BLUE
==============================*/

.blue div.spacer {
	background-color: #7ba3cf;
}

.blue #nav {
	background: #e3eefc;
	-moz-border-radius: 5px;
	width: 238px;
}

.round #nav, .square #nav {
	background: transparent;
}

.blue #subheader {
	background: #7ba3cf;
}

.round #subheader {
	background-image: url(../images/cornergradient.png);
}

.square #subheader {
	background-image: url(../images/gradient.png);
}

.blue li.trigger {
	background-image: url(http://www.isu.edu/templates/v1/images/toggleblue.gif);
}

.blue #nav a{
	color: #2f5191;
}

.blue #nav a:hover{
	color: #000;
}

.blue #content a{
	color: #4169e1;
}

.blue #content a:hover{
	color: #1e90ff;
}

.blue #isufooter a{
	color: #87CEEB;
}

.blue #isufooter a:hover{
	color: #ccc;
}


/*==============================
	BLUEDARK
==============================*/

.bluedark div.spacer {
	background-color: #2F5191;
}

.bluedark #nav {
	width: 238px;
	background: #DFE1E6;
	border: 1px solid #CCC;
	-moz-border-radius: 5px;
}

.round #nav, .square #nav {
	background: transparent;
}

.bluedark #subheader {
	background: #2F5191;
}

.round #subheader {
	background-image: url(../images/cornergradient.png);
}

.square #subheader {
	background-image: url(../images/gradient.png);
}

.bluedark li.trigger {
	background-image: url(http://www.isu.edu/templates/v1/images/toggleblue.gif);
}

.bluedark #nav a{
	color: #2f5191;
}

.bluedark #nav a:hover{
	color: #000;
}

.bluedark #content a{
	color: #4169e1;
}

.bluedark #content a:hover{
	color: #1e90ff;
}

.bluedark #isufooter a{
	color: #87CEEB;
}

.bluedark #isufooter a:hover{
	color: #ccc;
}


/*==============================
	GREEN
==============================*/

.green div.spacer {
	background-color: #4f9040;
}

.green #nav {
	width: 238px;
	background: #F9FCF5;
	-moz-border-radius: 5px;
/*
	background: #EBE3C3;
	background: #F0E9D7;
	
*/
}

.round #nav, .square #nav {
	background: transparent;
}

.green #subheader {
	background: #4f9040;
}

.round #subheader {
	background-image: url(../images/cornergradient.png);
}

.square #subheader {
	background-image: url(../images/gradient.png);
}

.green li.trigger {
	background-image: url(http://www.isu.edu/templates/v1/images/togglegreen.gif);
}

.green #nav a{
	color: #517C56;
}

.green #nav a:hover{
	color: #000;
}

.green #content a{
	color: #228b22;
}

.green #content a:hover{
	color: #6b8e23;
}

.green #isufooter a{
	color: #98fb98;
}

.green #isufooter a:hover{
	color: #fff;
}


/*==============================
	GREENDARK
==============================*/

.greendark div.spacer {
	background-color: #517A56;
}

.greendark #nav {
	width: 238px;
	background: #ecfcdc;
	-moz-border-radius: 5px;
}

.round #nav, .square #nav {
	background: transparent;
}

.greendark #subheader {
	background: #517A56;
}

.round #subheader {
	background-image: url(../images/cornergradient.png);
}

.square #subheader {
	background-image: url(../images/gradient.png);
}

.greendark li.trigger {
	background-image: url(http://www.isu.edu/templates/v1/images/togglegreen.gif);
}

.greendark #nav a{
	color: #517C56;
}

.greendark #nav a:hover{
	color: #000;
}

.greendark #content a{
	color: #228b22;
}

.greendark #content a:hover{
	color: #6b8e23;
}

.greendark #isufooter a{
	color: #98fb98;
}

.greendark #isufooter a:hover{
	color: #ccc;
}

/*==============================
	TRANSPARENT
==============================*/

.transparent div.spacer {
	background-color: transparent;
	color: transparent;
	border-bottom: none;
}


