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

html {
	background: #CCC
}

body {

}

middlecontent {
	position: absolute;
    top: 40%;
    left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
}

header {
	position: fixed;
	text-align: left;
	vertical-align: central;
	left: 0;
	right: 0;
	width:100%;
	height: 36px;
	top: 0px;
	background: #231F20;
	font-family: 'Raleway', sans-serif;
	font-size: 30px;
	color: #FFF;
	padding-left: 10px;
	z-index: 1080;
}

headerlinks {
	position: fixed;
	text-align: right;
	height: 36px;
	right: 0%;
	top: 0px;
	background: #231F20;
}

footer {
	position: fixed;
	text-align: center;
	font-family: 'Raleway', sans-serif;
	font-size: 12px;
	color: #FFF;
	left: 0;
	right: 0;
	width:100%;
	height: 46px;
	bottom: 0px;
	padding-top: 6px;
	background: #231F20;
}

a:link {
	color: #231F20;
	text-decoration: underline;
}

a:visited {
	color: #231F20;
	text-decoration: underline;
}

a:hover {
	color: #8A8888;
	text-decoration: none;
}

a:active {
	color: #8A8888;
	text-decoration: none;
}

a.imgopacity img {
filter:alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
-khtml-opacity: 1;
transistion: all .3s ease-in-out;
}

a.imgopacity:hover img {
filter:alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
-khtml-opacity: 1; 
transform: scale(1.3);
}

a.apply img {
filter:alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
-khtml-opacity: 1;
}

a.apply:hover img {
filter:alpha(opacity=40);
-moz-opacity: 0.4;
opacity: 0.4;
-khtml-opacity: 0.4; 
}

a.apply:hover textarea {
filter:alpha(opacity=40);
-moz-opacity: 0.4;
opacity: 0.4;
-khtml-opacity: 0.4; 
}

b.imgopacity img {
filter:alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
-khtml-opacity: 1;
transistion: all .3s ease-in-out;
}

b.imgopacity:hover img {
filter:alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
-khtml-opacity: 1; 
transform: scale(1.3);
}

b.apply img {
filter:alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
-khtml-opacity: 1;
}

b.apply:hover img {
filter:alpha(opacity=40);
-moz-opacity: 0.4;
opacity: 0.4;
-khtml-opacity: 0.4; 
}

b.apply:hover textarea {
filter:alpha(opacity=40);
-moz-opacity: 0.4;
opacity: 0.4;
-khtml-opacity: 0.4; 
}

td {
	 padding-top: 2px;
     padding-bottom: 8px;
}

applink {
	position: absolute;
	width:100%;
	text-align: center;
	background: none;
}


callbg {
	position: absolute;
	top: 60px; 
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, 0%);
	width: 100%;
	max-width: 900px;
	background: #FFF;
	padding-bottom: 60px;
}

namehr {
    font-family: 'Raleway', sans-serif;
    font-size: 30px;
    color: #231F20;
	background-color: #ffffff;
}

datehr {
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    color: #231F20;
}

namedscrp {
	position: relative;
	text-align: justify;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    color: #00000;
	background-color: #ffffff;
}

imgtitle {
	position: static;
    font-family: 'Raleway', sans-serif;
	font-style: italic;
    font-size: 11px;
    color: #231F20;
	max-width: 75%;
}

homelink {
	font-size: 16px;
	color: #F2B100;
}



