﻿body{
	margin:0 auto;
	text-align:center;
	background:#000;
}

#holder{
	text-align:left;
	width:800px;
	background:#e60000;
	margin:auto;
	margin-top:30px;
	padding:5px;
	height:auto;
}

.line{
	height:120px;
	min-height:120px;
	background:#eee;
	border-top:1px #aaa dashed;
	width:780px;
	margin-left:10px;
	margin-right:10px;
	cursor:pointer;
}

.contactline{
	height:120px;
	min-height:120px;
	background:#fff;
	border-top:1px #aaa dashed;
	width:780px;
	margin-left:10px;
	margin-right:10px;
	cursor:pointer;
}


.content{
	height:auto;
	min-height:600px;
	background:#fff;
	width:780px;
	margin-left:10px;
	margin-right:10px;
}


.txtholder{
	font-family:Arial, Helvetica, sans-serif;
	font-size:3em;
	color:#c00;
	float:right;
	width:300px;
	text-align:center;
}

.linehover {
	background: url(images/bg-arrow.gif) 250px 0px no-repeat #FFEC6E;
	border-top:1px #aaa solid;
}

.imgholder{
	float:left;
	width:250px;
	background:#fff;
	text-align:center;
}

.imgarrow{
	z-index:9999;
	background: url(images/arrow.gif) 250px 0 no-repeat;
}

.welcome{
	margin-left:10px;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	font-size: large;
	font-weight:bold;
	padding:0px;
	padding-left:0;
}

.welcome a{
   color:#fff;
   text-decoration:none;
}

.welcome a:hover{
   color:#ffc;
}

img {
	padding:10px;
}

h4{
	margin-top:14px;
	font-size:medium;
}

.invertedshiftdown2{
padding: 0;
width: 100%;
border-top: 5px #000 solid; /*Highlight red color theme*/
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

.invertedshiftdown2 ul{
margin:0;
margin-left: 10px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

.invertedshiftdown2 li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
}

.invertedshiftdown2 a{
float: left;
display: block;
font: bold 12px Arial;
color: black;
text-decoration: none;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 5px 8px 5px 8px; /*Padding within each menu item*/
background-color: #ddd; /*Default menu color*/
border-bottom: 8px solid #fff;
}

.invertedshiftdown2 a:hover{
background-color: #000000; /*Highlight red color theme*/
padding-top: 10px; /*Set padding-top value to default's padding-top + padding-bottom */
padding-bottom: 0; /*Set padding-bottom value to 0 */
border-bottom-color: #000000; /*Highlight red color theme*/
color: white;
}

.invertedshiftdown2 .current a{ /** currently selected menu item **/
background-color: #D10000; /*Highlight red color theme*/
padding-top: 10px; /*Set padding-top value to default's padding-top + padding-bottom */
padding-bottom: 0; /*Set padding-bottom value to 0 */
border-bottom-color: #D10000; /*Highlight red color theme*/
color: white;
}

#activepage{
	height:auto;
}

#activepage a{
	font-weight:bold;
	text-decoration:none;
	color:navy;
}

#activepage a:hover{
	color: maroon;
}

