@charset "utf-8";
/* CSS Document */

body {
	background-color:#fff;
	margin:0;
	font-size:14px;
	font-family:Verdana, Geneva, sans-serif;
}

h1 {
	color:#000;
	border-bottom:1px #ed1d24 solid;
	border-top:1px #ed1d24 solid;
	margin:0;
	text-align:center;
	font-size:1.4em;
	font-weight:bold;
	padding:4px 0;
	margin:6px 2px;
}

h3 {
	font-size:1em;
	font-weight:bold;
}

#header {
	width:100%;
}

#phone {
	color:#fff;
	background-color:#ed1d24;
	padding:8px 0;
	text-align:center;
	font-weight:bold;
	font-size:1.1em;
	margin:4px 4px 0 4px;
}

#phone a {
	color:#fff;
}


#menu {
	width:100%;
	margin:4px 0;
	border-bottom:1px #580000 dashed;
}

#menu a {
	border-top:1px #580000 dashed;
	display:block;
	text-align:center;
	color:#580000;
	font-weight:bold;
	text-decoration:none;
	font-size:1.4em;
	line-height:2.4em;
}


.menu a {
	background-color:#ed1d24;
	border:2px #580000 solid;
	display:block;
	width:80%;
	margin:10px auto;
	padding:10px;
	text-align:center;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	font-size:1.4em;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
	-khtml-border-radius: 10px; /* for old Konqueror browsers */
}


.content {
	margin:4px;
	background-color:#fff;
	border:2px #580000 solid;
	text-align:center;
}

.content .logo {
	margin: 8px auto;
	display:block;
}

.contentBoxMenu {padding:3px 6px; margin:0 4px;}
.contentBoxMenu .link {line-height:36px; margin:3px 0; padding:1px; border:solid #ccc 1px; font-size:1.1em; font-weight:bold; text-align:center; line-height:36px; text-decoration:none; color:#ed1d24; background-color:#eee; display:block;}



#footer {
	background-color:#ed1d24;
	border-top:2px #580000 solid;
	width:100%;
	padding:8px 0;
	text-align:center;
	font-size:0.65em;
	color:#fff;
}

#footer a {
	color:#fff;
}

#portfolioMenu a {
	display:block;
	width:96%;
	border:1px #03F solid;
	color:#000;
	font-size:1.2em;
	text-decoration:none;
	margin:2px auto;
	line-height:30px;
	font-weight:bold;
}