/* CSS Document */


.image{
width:100%;
height:auto;
}

a.button1 {     
    display: block;
    background: #0370d7;
	background-repeat:no-repeat;
	background-image:url(arrow.png);
	background-position:right ;	
    border:#ffffff 1px solid ;
	border-radius: 10px;   
	font-family: Roboto Medium, Helvetica,  Arial, Trebuchet MS, times new roman,  tahoma, Verdana ;
	color:#eeeeee;
	font-size:40px;
    text-align: left;
	padding-left:25px;
	padding-top:30px;
	padding-bottom:30px;
	text-decoration:none;
	text-transform:uppercase;
	text-shadow:1px 1px 1px #666666;
	margin-bottom:10px;
	margin-top:10px;
}
 
a.button1:hover {
    display: block;
    background: #0370d7;
	background-repeat:no-repeat;
	background-image:url(arrow.png);
	background-position:right ;	
    border:#ffffff 1px solid ;
	border-radius: 10px;   
	font-family: Roboto Medium, Helvetica,  Arial, Trebuchet MS, times new roman,  tahoma, Verdana ;
	color:#eeeeee;
	font-size:40px;
    text-align: left;
	padding-left:25px;
	padding-top:30px;
	padding-bottom:30px;
	text-decoration:none;
	text-transform:uppercase;
	text-shadow:1px 1px 1px #666666;
	margin-bottom:10px;
	margin-top:10px;
}




.content1{
font-family: times new roman, Arial, Trebuchet MS, tahoma, Verdana ;
color:#000000;
font-size:13px;
text-decoration:none;
line-height:18px;
}
.content2{
font-family: times new roman, Arial, Trebuchet MS, tahoma, Verdana ;
color:#3c3c3c;
font-size:13px;
font-weight:bold;
text-decoration:none;
line-height:18px;
}
h1{
font-family: times new roman, Arial, Trebuchet MS, tahoma, Verdana ;
color:#3c3c3c;
font-size:21px;
font-weight:bold;
line-height:20px;
margin-top:0px;
margin-bottom:0px;
}

.image{
width:100%;
height:auto;
}
.img_border_1{
border: 2px solid #FFFFFF; 
box-shadow: 0 0 4px 0 #333; 
border-radius:6px; 
float:left; 
margin:6px 12px 0px 0px;
}
.img_border_2{
border: 3px solid #FFFFFF; 
box-shadow: 0 0 5px 0 #333; 
border-radius:6px; 
float:right; 
margin:6px 0px 0px 8px;
}
.img_border_3{
border: 3px solid #FFFFFF; 
box-shadow: 0 0 5px 0 #333; 
border-radius:6px; 
margin:6px 0px 0px 8px;
}
.dropdown{
font-family: Arial, times new roman, Trebuchet MS, tahoma, Verdana ;
color:#000000;
font-size:16px;
font-weight:normal;
width:100%;
height:25px;
border:1px solid #9f9f9f;
border-radius: 4px;
background-color:#ffffff;
text-indent:8px;
overflow:auto;
}

.textbox{
font-family: Arial, times new roman, Trebuchet MS, tahoma, Verdana ;
color:#000000;
font-size:15px;
font-weight:normal;
width:100%;
height:23px;
border:1px solid #9f9f9f;
border-radius: 4px;
background-color:#ffffff;
text-indent:8px;
overflow:auto;
}
.textarea{
font-family: Arial, times new roman, Trebuchet MS, tahoma, Verdana ;
color:#000000;
font-size:15px;
font-weight:normal;
width:100%;
height:100px;
border:1px solid #9f9f9f;
border-radius: 6px;
background-color:#ffffff;
text-indent:8px;
overflow:auto;
}


.footer{
font-family: Arial, Trebuchet MS, times new roman, Arial, tahoma, Verdana ;
color:#ffffff;
font-size:12px;
font-weight:bold;
line-height:18px;
}

a.footer1{
font-family: Arial, Trebuchet MS, times new roman, tahoma, Verdana ;
color:#ffffff;
font-size:12px;
font-weight:bold;
text-decoration:underline;
}
a.footer1:hover{
font-family: Arial, Trebuchet MS, times new roman, Arial, tahoma, Verdana ;
color:#ffffff;
font-size:12px;
font-weight:bold;
text-decoration:none;
}