/* CSS Document */
a	{ color: #225e83; }
p	{ text-align: justify; }

.top-bar, .top-bar ul {
    background-color: #004165;
}

.top-bar a, .top-bar ul a {
    color: #ccc;
}
.submenu > li > a {

	}

/*Makes the dropdown color be controllable instead of white or transparent.*/	
.dropdown.menu .submenu {
    background: #004165;
}

.menu a{
	text-decoration: none;
}
.menu a:hover{
    color: white;
    background-color: #b7a36b;
	text-decoration: none;
}
.menu a.nav_current{
	color: white;
	/*background-color: #b7a36b;*/
	text-decoration: underline;
}


h1, h2, h3, h4, h5	{
	color: #004165;
}
h1	{ font-size: 200%; }

.callout	{
	background-color: #004165;
	color: white;
	border-radius: 5px;
	padding: 20px 30px;
}
.callout h1, .callout h2, .callout h3, .callout h4, .callout h5	{
	color: white;
}
.callout a	{
	color: #ccc;
}
.callout a:hover	{
	color: #fff;
	text-decoration: underline;
}


.calloutAlt	{
	background-color: #b7a36b;
	color: white;
	border-radius: 3px;
	padding: 20px 30px 10px 30px;
	margin-bottom: 10px;
}
.calloutAlt h1, .calloutAlt h2, .calloutAlt h3, .calloutAlt h4, .calloutAlt h5	{
	color: #004165;
}
.calloutAlt a	{
	color: #004165;
}
.calloutAlt a:hover	{
	color: #004165;
	text-decoration: underline;
}


.footer	{
	color: white; 
	background-color:#004165;	
}
.footer	a {
	color: white; 
}
.footer	a:hover {
	color: white;
	text-decoration: underline;
}
.footer ul.menu li a:hover {
    background-color: #b7a36b;
	text-decoration: none;
}

#servicesHolder	h5 {
	
	}


