/* CSS Document */

body {
}

p.blue, a.blue, span.blue,
a {
	color:#1A2063;
}
.red,
h2 {
	color:#C72628;
}
a.button {
	background-color:#1A2063;
}
a.button.bt-red {
	background-color:#C72628;
}

/* Header */
.header {
}
.header .logo-wrap {
	min-width:250px;
}
.header h1 a {
	display:block;
}
.header .col.nav p.feature {
	font-size:28px;
}

/*Foot*/
#footer {
}
.template-divider {
	background-color:#C72628;
	border-bottom:1px solid #0E3A52
}
#footer .copyright .razor a {
	color:#0B66C7;
}
#footer #footer-nav ul li a {
	border-color:#0B66C7;
}

/*Other*/
.coltable.branch-link .panel {
	background:none;
}
.coltable.branch-link .panel:hover {
	border-color:#c72628	
}
.coltable.branch-link h3 {
	color:#999;
}
.coltable.branch-link p {
	color:#000;
}
.coltable.branch-link p.base {
	margin-top:20px;
}
.coltable.branch-link .button {
	padding:5px 10px;
	border:none;
	font-size:12px;
}
.coltable.branch-link .panel img {
	width:100%;
	vertical-align:top;
	border-radius:15px;
	overflow:hidden;
}