/* CSS Document */

#main a, 
#main a:link, 
#main a:active, 
#main a:hover {
	color:#C50E1F;
	text-decoration:none;
	font-weight:bold;
}

#main a:hover {
	text-decoration:underline;
}

#main .toptip a.button {
	background:;
	padding:5px;
	border:1px solid #C50E1F;
	color:#C50E1F;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	text-transform: uppercase;
	font-weight: normal;
	padding: 5px 20px;
	line-height: 30px;
}

#main .toptip a.button:hover {
	/*background:#C50E1F;*/	
	text-decoration:none;
}

.bodytext,
#main ul,
.toptip .bodytext {
	padding:0px;
	margin:0px;
	font-size:14px;
	line-height:1.5em;
}

p {
	text-indent: 0px;
}

p.bodytext {
	margin-bottom:1em;
}

hr {
	height:0;
	border:none;
	border-top: 1px dotted #555;
	margin:15px 0;	
}

img {
	border:none;
}

ul {
	margin:0px;
	padding:0px;
}

#main ul{
	margin-left:35px;
	margin-bottom:1em;
}

#main .csc-textpic-imagewrap ul{
	margin-left:0px;
}

h1, .csc-firstheader {
	font-size: 32px;
	margin-bottom:10px;
	text-transform:uppercase;
	color:#555555;
	text-align:center;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:700;
}

h2 {
	font-weight:bold;
	margin-bottom:5px;
}

 #main h5 {
	font-size: 24px; 
	color:#FFF;
	text-align:center;
	padding:20px 0;
	text-transform:uppercase;
	 background:#C50E1F;

 }

.footer_wrap h2 {
	color:#C50E1F;
	text-transform:uppercase;
	font-size:18px;	
	font-weight:900;
	margin-bottom:15px;
}

.startbox4er .csc-textpic-text{
	background:#C50E1F;
	color:#fff;
	height:230px;
	text-align:center;
	margin-top:-56px;
}

.startbox4er h3 {
	font-size:22px;	
	margin-bottom:20px;
	padding-top:60px;
}

#main .startbox4er a.button {
	border: 1px solid #fff;
    color: #fff;
    font-weight: normal;
    padding: 3px 5px;
    text-transform: uppercase;
    transition: all 0.3s linear 0s;
}

#main .startbox4er a.button:hover {
	background:#fff;
	color:#C50E1F;
	text-decoration:none;
}

#main .direction input,
#main .direction button {
	height:28px;
	line-height:28px;
	padding:0 5px;
}

#main .direction button {
	color:#fff;	
	background:#C50E1F;
	border:none;
}

#main .direction button:hover {
	background:#C5C6C8;
	color:#C50E1F;
	cursor:pointer;
}

.contenttable th {
	text-align:left;	
	font-weight:normal;
	border-bottom:1px solid #C5C6C8;
	padding-bottom:3px;

}

.contenttable td {
	padding:3px 0;	
}

.contenttable td:first-child {
	width:50%;	
}

.contenttable tr:first-child td:nth-child(1) {
	text-align:left;	
}

.contenttable td:nth-child(2) {
	text-align:right;	
}

iframe {
  border:none;
  }

/* *****************************************************************************************
   RESPONSIVE SECTION
*******************************************************************************************/

/* mobile */


/*iPad in landscape*/
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) { 

}

@media screen and (max-width: 767px) {
h1, .csc-firstheader {
	font-size:24px;
	margin-bottom:7px;	
}
	
}