﻿ul 
{
	list-style-image: url('../orientationimages/Arrow.jpg'); 
	list-style-position: outside;
	width: 650px;
	text-align: left;
}
		
li
{
	padding-left: 10px;
	padding-bottom: 10px;
}
.style1
{
    font-family: Arial, Helvetica, sans-serif;
}
.style2
{
    font-family: Calibri, Arial, Helvetica, sans-serif;
    font-size: .8em;
}
.style4
{
    font-size: 1.3em;
    font-weight: bold;
}
.style5
{
    font-family: Calibri, Arial, Helvetica, sans-serif;
}
input
{
	height: 40px;
	font-size: 18px;
}		
h4
{
	color: #262626;
	line-height: 23px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 35px;
	clear: both;
	font-family: "DroidSansBold", Arial, Helvetica, sans-serif;
	font-size: 21px;
	font-weight: normal;
	background-image: url("../orientationimages/icons.png");
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position-x: 0px;
	background-position-y: -339px;
	background-size: auto;
	background-origin: padding-box;
	background-clip: border-box;
	background-color: transparent;
}
h1
{
	background: url("../orientationimages/title.png") no-repeat left; 
	font: 27px/normal "LoraRegular", Georgia, Times New Roman, Times, serif; 
	margin: 10px 0px 0px -53px; 
	padding: 13px 0px 10px 65px; 
	color: rgb(183, 0, 26); 
	clear: both; 
	font-size-adjust: none; 
	font-stretch: normal;
}
input 
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #000000;
    padding: 8px 20px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #000000;
    -moz-box-shadow: 0px 1px 3px rgba(000,000,000,0.5), inset 0px 0px 5px rgba(161,142,016,0.6);
    -webkit-box-shadow: 0px 1px 3px rgba(000,000,000,0.5), inset 0px 0px 5px rgba(161,142,016,0.6);
    box-shadow: 0px 1px 3px rgba(000,000,000,0.5), inset 0px 0px 5px rgba(161,142,016,0.6);
    text-shadow: 0px -1px 3px rgba(255,255,255,0.8), 0px 1px 0px rgba(255,255,255,0.3);
    margin-top: 10px;
}
input[type=submit]:hover
{
	background-color: #bc0a29;
	color: #ffffff;
	cursor: pointer;
}
input[type=button]:hover
{
	background-color: #bc0a29;
	color: #ffffff;
	cursor: pointer;
}
input:focus {
    background-color: #bc0a29;
    color: #ffffff;
    text-shadow: 0px -1px 1px rgba(0,0,0,0.8);
}
select 
{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
    color: #000000;
    padding: 15px 20px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #000000;
    -moz-box-shadow: 0px 1px 3px rgba(000,000,000,0.5), inset 0px 0px 5px rgba(161,142,016,0.6);
    -webkit-box-shadow: 0px 1px 3px rgba(000,000,000,0.5), inset 0px 0px 5px rgba(161,142,016,0.6);
    box-shadow: 0px 1px 3px rgba(000,000,000,0.5), inset 0px 0px 5px rgba(161,142,016,0.6);
    text-shadow: 0px -1px 3px rgba(255,255,255,0.8), 0px 1px 0px rgba(255,255,255,0.3);
    margin-top: 10px;
}
select:focus {
    background-color: #bc0a29;
    color: #ffffff;
    text-shadow: 0px -1px 1px rgba(0,0,0,0.8);
}
label {
    float: left;
    min-width: 150px;
    padding: 30px 20px 0 0;
    text-align: right; 
    font-weight:bold
}
.required {
    color:#bc0a29;
}