@charset "UTF-8";
body {
	margin: 0;
	padding: 0;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5;
	background-color: #CAC6C6;
}

ul, ol, dl {
	padding: 0;
	margin: 0;
}

a img { 
	border: none;
}

a:link {
	color: #A12036;
}
a:visited {
	color: #3B3A36;
	border-left-color: #A12036;
	border-right-color: #A12036;
	border-top-color: #A12036;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	background-color: #A12036;
	color: #FFFDFD;
}

.container {
	width: 960px;
	background: #FFFFFF;
	overflow: auto;
	border-color: #333;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

header {
	height: 159px;
	background-color: #0918FC;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.content {
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 15px;
}

.content ul, .content ol {
	padding: 0 15px 15px 40px; 
}

h1 {
	color: #A12036;
	padding-top: 15px;
	text-shadow: 0.1em 0px #858585;
	margin-top: 12px;
	font-size: 2.8em;
	font-style: normal;
	font-weight: 400;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-right: 20px;
	padding-left: 20px;
}

h2 {
	color: #858585;
	padding-top: 12px;
	font-variant: small-caps;
	font-size: 2em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-left: 20px;
	padding-right: 20px;
}

table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 0;
}
.frontpage {
	-webkit-box-shadow: inset 2px 3px 0px 2px rgba(218,38,41,1.00);
	box-shadow: inset 2px 3px 0px 2px rgba(218,38,41,1.00);
	width: 85%;
	margin-left: auto;
	margin-right: auto;
	border: medium ridge rgba(26,70,170,1.00);
}

th {	
	text-align: left;
	vertical-align: middle;
	color: #A12036;
}
td {
	text-align: left;
	vertical-align: middle;
}
	
.abouttable {
	width: 530px;
	margin-left: 55px;
	font-size: 1.3em;
}
.servicetable1 {
	width: 260px;
	margin-left: 20px;
	font-size: 1.3em;
	font-weight: normal;
	border-top: thick solid #585050;
	border-bottom: thick solid #585050;
	margin-top: 24px;
}
.servicetable2 {
	width: 320px;
	font-size: 1.3em;
	margin-left: 20px;
	margin-top: 24px;
	border-top: thick solid #585050;
	border-bottom: thick solid #585050;
}
.personneltable {
	width: 800px;
	margin-left: 55px;
	font-size: 1.3em;
}
#imgtelephone {
	margin-left: auto;
	margin-right: auto;
	width: 124px;
}
.rate {
	color: #A12036;
	font-weight: bold;
	text-align: center;
}

footer {
	/* [disabled]position: relative; */
	clear: both;
	background-color: #0918FC;
	height: 70px;
	padding-right: 0;
	padding-left: 0px;
}
#footerlogo {
	float: left;
	width: 330px;
	padding-left: 12px;
	margin-top: 10px;
}
address {
	float: right;
	width: 340px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 13px;
	font-style: italic;
	text-align: center;
	color: #FFFFFF;
	margin-top: 6px;
}
p {
	color: #292727;
	font-size: 1.3em;
	padding-left: 20px;
	padding-right: 20px;
	margin-left: 40px;
}
#reset {
	border: medium solid #292727;
	border-radius: 4px;
	font-size: 1.3em;
	background-color: #A29797;
	color: #F7F7F7;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#submit {
	border: medium solid #D92D2D;
	border-radius: 4px;
	font-size: 1.3em;
	background-color: #ECE7E7;
	color: #AD0C0E;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

@media screen and (max-width:768px){
.container {
	width: 650px;
	background: #FFFFFF;
	overflow: auto;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#logo {
	height: 135px;
	width: 320px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

footer {
	position: relative;
	clear: both;
	background-color: #0918FC;
	border-top-width: thick;
	border-top-style: inset;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #333;
	height: 90px;
	padding-right: 0;
	padding-left: 0px;
}
#footerlogo {
	float: left;
	width: 250px;
	padding-left: 12px;
	margin-top: 10px;
}
.personneltable {
	width: 600px;
	margin-left: 18px;
	font-size: 1em;
}
p {
	color: #292727;
	font-size: 1em;
	padding-left: 20px;
	padding-right: 20px;
}
.abouttable {
	width: 90%;
	margin-left: 18px;
	font-size: 1em;
}
.servicetable1 {
	width: 260px;
	margin-left: 50px;
	font-size: 1em;
	font-weight: normal;
	border-top: thick solid #585050;
	border-bottom: thick solid #585050;
	margin-top: 24px;
}
.servicetable2 {
	width: 320px;
	font-size: 1em;
	margin-left: 50px;
	margin-top: 24px;
	border-top: thick solid #585050;
	border-bottom: thick solid #585050;
}
}

@media screen and (max-width:480px){
.container {
	width: 460px;
	background: #FFFFFF;
	overflow: auto;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#footerlogo {
	float: left;
	width: 200px;
	padding-left: 12px;
	/* [disabled]margin-top: 6px; */
	margin-left: auto;
	margin-right: auto;
}
footer {
	position: relative;
	clear: both;
	background-color: #000000;
	border-top-width: thick;
	border-top-style: inset;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #333;
	height: 80px;
	padding-right: 0;
	padding-left: 0px;
}
#figure_caption {
	width: 330px;
	margin-left: auto;
	margin-right: auto;
	color: #AD0C0E;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-style: italic;
	font-size: small;
	font-weight: bold;
	text-align: justify;
	margin-bottom: 15px;
}
header {
	height: 155px;
	background-color: #000000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	clear: both;
}
.logo {
	width: 20%;
	height: 25%;
}
.firstpage_im {
	width: 80%;
	height: 80%;
}

address {
	float: right;
	width: 240px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 11px;
	font-style: italic;
	text-align: center;
	color: #FFFFFF;
	margin-top: 6px;
}
h1 {
	color: #A12036;
	padding-top: 15px;
	text-shadow: 0.1em 0px #858585;
	margin-top: 12px;
	font-size: 1.8em;
	font-style: normal;
	font-weight: 400;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-right: 20px;
	padding-left: 20px;
}
h2 {
	color: #858585;
	padding-top: 12px;
	font-variant: small-caps;
	font-size: 1.4em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-left: 20px;
	padding-right: 20px;
}
.abouttable {
	width: 90%;
	margin-left: 18px;
	font-size: 1em;
}
p {
	color: #292727;
	font-size: 1em;
	padding-left: 20px;
	padding-right: 20px;
}

#rotatorgroup:hover #prev {
	display: block;
	width: 20px;
	height: 22px;
	text-align: center;
	background-color: #888;
	top: 200px;
	left: 0px;
	cursor: pointer;
}
table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 0;
}

th {	
	text-align: left;
	vertical-align: top;
	color: #A12036;
}
td {
	text-align: left;
	vertical-align: top;
}
.personneltable {
	width: 430px;
	margin-left: 18px;
	font-size: 1em;
}
}

.rotator {
	width: 600px;
	height: 450px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	margin-bottom: 30px;
}		

#rotatorgroup {
	width: 600px;
	height: 450px;
	margin-left: auto;
	margin-right: auto;
}

#rotatorgroup img {
	width: 600px;
	height: 450px;
}

#rotatorgroup .info {
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: rgba(255, 255, 255, .5);
	width: 600px;
	padding: 10px;
	font: normal 14px/12px Arial;
}

#rotatorgroup .info h2, #rotatorgroup .info p {
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
}

#rotatorgroup .info h2 {
	color: #B7000A;
	font-size: 1.5em;
}


#rotatorgroup #prev {
	float: left;
}

#rotatorgroup:hover #prev {
	display: block;
	width: 20px;
	height: 22px;
	text-align: center;
	background-color: #888;
	top: 200px;
	right: 0;
	cursor: pointer;
}

#rotatorgroup:hover #prev a { 
	text-decoration: none; 
	background-color: #000; 
	color: #FFF; 
	padding: 0 20px 5px 8px; 
	border: 1px solid #FFF; 
	font-family: arial black; 
	font-size: 15px; 
	opacity: .7; 
}

#rotatorgroup #next {
	float: right;
}

#rotatorgroup:hover #next {
	display: block;
	width: 20px;
	height: 22px;
	text-align: center;
	background-color: #888;
	top: 200px;
	right: 0;
	cursor: pointer;
}

#rotatorgroup:hover #next a { 
	text-decoration: none; 
	background-color: #000; 
	color: #FFF; 
	padding: 0 20px 5px 8px; 
	border: 1px solid #FFF; 
	font-family: arial black; 
	font-size: 15px; 
	opacity: .7; 
}

#rotatorgroup #next a:hover { 
	background-color: #F00; 
}

#rotatorgroup #nav {
	text-align: center;
}

#rotatorgroup:hover #nav {
	display: block;
	bottom: 10px;
	right: 10px;
}

#rotatorgroup:hover #nav a { 
	font-family: arial; 
	text-decoration: none; 
	background-color: #000; 
	color: #FFF; 
	margin: 2px; 
	padding: 3px; 
	border: 1px solid #FFF; 
	opacity: .7; 
}

#rotatorgroup #nav a:hover { 
	background-color: #F00; 
}

header, section, footer, aside, nav, article, figure {
	display: block;
}
