﻿/*************************************
theme 2 is cop purple #8f23b3
*************************************/
.theme2 #leftcolumn .main-images
{
	border-bottom-color:#8f23b3;
}

.theme2 h2, .theme2 h4, .theme2 a, .theme2 .unit ul li span
{
	color:#8f23b3;
}
.theme2 .submit_btn
{
	background:transparent url(/images/button_purple_corp.png) repeat-x scroll 0 0;
}
/*************************************
theme 3 is pale green #a2ad00
*************************************/
.theme3 #leftcolumn .main-images
{
	border-bottom-color:#a2ad00;
}

.theme3 h2, .theme3 h4, .theme3 a, .theme3 .unit ul li span
{
	color:#a2ad00;
}
.theme3 .submit_btn
{
	background:transparent url(/images/button_palegreen.png) repeat-x scroll 0 0;
}

/*************************************
theme 4 is onrage #FFA100
*************************************/
.theme4 #leftcolumn .main-images
{
	border-bottom-color:#ffa100;
}

.theme4 h2, .theme4 h4, .theme4 a, .theme4 .unit ul li span
{
	color:#ffa100;
}
.theme4 .submit_btn
{
	background:transparent url(/images/button_orange.png) repeat-x scroll 0 0;
}
/*************************************
theme 5 is dark green #007d57
*************************************/
.theme5 #leftcolumn .main-images
{
	border-bottom-color:#007d57;
}

.theme5 h2, .theme5 h4, .theme5 a, .theme5 .unit ul li span
{
	color:#007d57;
}
.theme5 .submit_btn
{
	background:transparent url(/images/button_darkgreen.png) repeat-x scroll 0 0;
}
/*************************************
theme 6 is turquoise #009aa6
*************************************/
.theme6 #leftcolumn .main-images
{
	border-bottom-color:#009aa6;
}

.theme6 h2, .theme6 h4, .theme6 a, .theme6 .unit ul li span
{
	color:#009aa6;
}
.theme6 .submit_btn
{
	background:transparent url(/images/button_turquoise.png) repeat-x scroll 0 0;
}
/*************************************
theme 7 is purple #a626aa
*************************************/
.theme7 #leftcolumn .main-images
{
	border-bottom-color:#a626aa;
}

.theme7 h2, .theme7 h4, .theme7 a, .theme7 .unit ul li span
{
	color:#a626aa;
}
.theme7 .submit_btn
{
	background:transparent url(/images/button_purple.png) repeat-x scroll 0 0;
}

/*************************************
footer
*************************************/
#footer_content .site_links ul .link_header .theme2
{
	color:#8F23B3 !important;
}
#footer_content .site_links ul .link_header .theme3
{
	color:#A2AD00 !important;
}
#footer_content .site_links ul .link_header .theme4
{
	color:#FFA100 !important;
}
#footer_content .site_links ul .link_header .theme5
{
	color:#007D57 !important;
}
#footer_content .site_links ul .link_header .theme6
{
	color:#009AA6 !important;
}
#footer_content .site_links ul .link_header .theme7
{
	color:#A626AA !important;
}
