/* Color: Blue
	Blue: #11357d
	Grey: #7d7d7d
*/

body { background: #7d7d7d; }

#container { background-color: #fff;}

#header h2 a span { background-color: transparent; }

/* Just change this to alter the bgd color across-the-board */
#header h2 a:hover span, #header h2 a:active span, #header h2 a.current span, #header h3, #menu, #contactBox h4, #rotatingBoxes h4, #contactBox #contactDetails button, #rotatingBoxes a.goNow, .sidebar, .mainContent h2, .mainContent h3, #footer { background-color: #11357d !important;}

/* And this is the text color. */
a, a:visited, a:active, a:hover, #header h2 strong, #contactBox #contactDetails p strong, #contactComplete h5,.mainContentFull h2,.mainContentFull strong,.mainContentFull h3, .mainContent h4 { color: #11357d; }

/* Color overrides. */
#menu li a, #contactBox h4, #rotatingBoxes h4, #contactBox #contactDetails button, #rotatingBoxes span.boxShortcuts a, #rotatingBoxes a.goNow, .sidebar, #footer a, #footer span, .sidebar li a { color: #fff; }

#menu li a { border-right-color: #0b2353; border-left-color: #143e91; }
#menu li a:hover, #menu li a.current {background-color: #11357d; }

#footer { color: #80a3ea;}

#bigPic #contactBox #contactDetails label input { border-color: #11357d; }
#contactComplete { border-color: #bbb; background: #eee;}
#contactBox #contactDetails button
{
	border-color: #0b265d;
}
#contactBox #contactDetails button span
{
	border-color: #16449f;
	border-bottom-color: #001951;
	border-right-color: #001951;
	background-image: -moz-linear-gradient(100% 100% 90deg, #0d285f, #11357d);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#11357d), to(#0d285f));
}

#contactBox #contactDetails button:hover span
{
	background-image: -moz-linear-gradient(100% 100% 90deg, #11357d, #35579b);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#35579b), to(#11357d));
}
#contactBox #contactDetails button:active
{
	background: #16449f;
}
#contactBox #contactDetails button:active span
{
	background-image: -moz-linear-gradient(100% 100% 90deg, #11357d, #0d285f);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#0d285f), to(#11357d));
}
.sidebar .sidebarShortLinks li a:hover, .sidebar .sidebarShortLinks li a.current
{
	background-color: #0b2353;
}

