
	a {
		color: #fff;
		text-decoration: none;
	}

	body {
		background: url('/images/bg_main.png') no-repeat scroll 50% 0px #2f2f2f;
		margin: 0px;
		padding: 0px;
	}

	h1 {
		font-size: 24px;
		font-weight: bold;
	}

	h2 {
		font-size: 16px;
		font-weight: bold;
		margin: 0px;
	}

	h3 {
		font-size: 13px;
		font-weight: bold;
		margin: 0px;
	}

	input, select, textarea {
		background-color: #efefef;
		border: 1px solid #808080;
		color: #000000;
	}

	td {
		color: #ffffff;
		font-family: verdana,tahoma,arial;
		font-size: 13px;
	}

	a.nav {
		color: #8abeef;
		text-decoration: none;
	}

	.nav:hover {
		color: #ffffff;
	}

	td.nav {
		color: #61a4e3;
		text-decoration: none;
	}

	.admin_header {
		background-color: #cfcfcf;
		border: 1px solid #ffffff;
		font-weight: bold;
		padding: 5px;
	}

	.admin_item {
		background-color: #efefef;
		border: 1px solid #ffffff;
		margin-left: 15px;
		padding: 5px;
	}

	.box {
		background: url('/images/bg_header.gif') repeat-x #efefef;
		border: 1px solid #bfbfbf;
		height: 200px;
	}

	.button {
		background-color: #bfbfbf;
	}

	.error {
		color: #ff0000;
	}

	.mailing_right_side {
		background: #dfdfdf;
	}

	.nav_bottom {
		color: #ffffff;
	}

	.left_side {
		border-right: 1px solid #bfbfbf;
		height: 770px;
	}

	.required-star {
		color: #ff0000;
		font-weight: bold;
	}

	.table_roweven {
		background-color: #cfcfcf;
	}

	.table_rowodd {
		background-color: #efefef;
	}

	#twitter_update_list li ul {
		list-style: none;
	}
	
	/********** Template Override 01-02-2019 Archie **********/
	
	body {
		background: #fff url('/images/translucent_bg.jpg') no-repeat scroll top center / cover;
	}
	a.nav {
        color: #fff !important;
    }
    .nav:hover {
        color: #96eaf8 !important;
    }
    font {
        color: 323232 !important;
    }
    td p span a span {
        color: #323232 !important;
        text-decoration: none !important;
    }
    td p a span {
        color: #323232 !important;
    }
    form {
        color: #323232;
    }
    #form-container {
    border: 1px solid #a7d47e;
    width: 262px;
    padding: 0 12px;
    margin: 44px auto 0;
    background: #e6ece1;
}
    form input {
    width: 100%;
    padding: 5px;
    border-color: #bababa;
}
#login, #password {
    margin-bottom: 6px;
}
.button {
    margin-top: 14px;
    color: #fff;
    background: #018dd9;
    border: medium none;
    padding: 10px;
    border-radius: 0.3em;
}
.error {
    text-align: center;
    display: block;
    margin-top: 50px;
    margin-bottom: -50px;
}
#session, #session a {
    color: #0077b6;
}
#content-section {
    color: #323232;
    padding: 12px;
}
#content-section b {
    color: #018dd9;
    font-size: 16px;
}

/***** Admin Styles *****/

#link-container a {
    color: #018dd9;
}
#link-container a:hover {
    color: #006ca7;
}
#link-container h5 {
    color: #323232;
}

/***** Clients Styles *****/

.clients input[type="submit"] {
    margin-top: 14px;
    color: #fff;
    background: #018dd9;
    border: medium none;
    padding: 10px;
    border-radius: 0.3em;
    text-transform: uppercase;
}
.clients h5 a {
    color: #018dd9;
}
.clients h5 a:hover {
    color: #006ca7;
}
.clients form input {
    margin-top: 6px;
}
.clients textarea {
    padding: 5px;
    border-color: #bababa;
    width: 100%;
    margin-top: 6px;
}
.clients select {
    margin-top: 6px;
    width: 100%;
    padding: 5px;
}
.clients input[type="radio"], .clients input[type="checkbox"] {
    display: inline-block;
    width: auto;
    vertical-align: middle;
}