@import url('reset.css');
/* General Demo Style */
body{
    background:#FBF7F6 url(../images/beige_paper.png) repeat top left;
	color: #333;
	font-family: 'Terminal Dosis', Arial, sans-serif;
	font-size: 13px;
	overflow-x:hidden;
	 
}
.container{
	position:relative;
}
a{
	color: #fff;
	text-decoration: none;
}
.clr{
	clear: both;
}
.content{
	position:relative;
}
h1{
	margin:0px;
	padding:20px;
	font-size:32px;
	color:#000;
    text-shadow:1px 1px 1px rgba(255,255,255,0.9);
	text-align:center;
	font-weight:400;
}
h1 span{
    display:block;
	font-size:14px;
	color:#666;
    font-style:italic;
    font-family:Georgia, serif;
	padding-top:5px;
}
/* Header Style */
.header{
	font-family:'Arial Narrow', Arial, sans-serif;
	line-height: 24px;
	font-size: 11px;
	background: #000;
	opacity: 0.9;
	text-transform: uppercase;
	z-index: 9999;
	position: relative;
	-moz-box-shadow: 1px 0px 2px #000;
	-webkit-box-shadow: 1px 0px 2px #000;
	box-shadow: 1px 0px 2px #000;
}
.header a{
	padding: 0px 10px;
	letter-spacing: 1px;
	color: #ddd;
	display: block;
	float: left;
}
.header a:hover{
	color: #fff;
}
.header span.right{
	float: right;
}
.header span.right a{
	float: none;
	display: inline;
}
.more{
	position:relative;
	clear:both;
    font-size: 11px;
    padding: 20px 0px;
    text-transform:uppercase;
    width: 390px;
    height:55px;
    margin: 0 auto;
}
.more ul{
	display:block;
	text-align:center;
}
.more ul li{
	display: block;
    padding: 4px 2px;
    float:left;
}
.more ul li.selected a,
.more ul li.selected a:hover{
	background:#0099c5;
	color:#fff;
	text-shadow:none;
    font-weight:bold;
}
.more ul li a{
	color:#555;
    float:left;
	background:#fff;
    width:64px;
	padding: 2px 5px;
	-moz-box-shadow:1px 1px 2px #aaa;
	-webkit-box-shadow:1px 1px 2px #aaa;
	box-shadow:1px 1px 2px #aaa;
}
.more ul li a:hover{
	background:#000;
	color:#fff;
}
.round
{
   border-radius: 15px;
   -moz-border-radius: 15px 15px 15px 15px;
}
.roundImg
{
   border-radius: 35px;
   -moz-border-radius: 35px 35px 35px 35px;
}
.roundTop
{
   border-radius: 5px;
   -moz-border-radius: 5px 5px 5px 5px;
    background-color:White; 
    color:#0982CA; 
    font-size:14px; 
    font-weight:bold;
    height:40px;
	width:15%;
}
.roundText
{
   
    color:#0982CA; 
    font-size:14px; 
    font-weight:bold;
    color:#F42727;
    
}
.roundTop:hover
{
	background-color:White;
	color:#0A4568;
	font-size:14px;
	
	
}
.circular {
	width: 70px;
	height: 90px;
	border-radius: 150px;
	-webkit-border-radius: 150px;
	-moz-border-radius: 150px;
	background: url(http://link-to-your/image.jpg) no-repeat;
	box-shadow: 0 0 8px rgba(0, 0, 0, .8);
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .8);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, .8);
	}

.circular img {
	opacity: 0;
	filter: alpha(opacity=0);
	}
	.panel
        {
        	width: 100%;
height: 127px;
overflow: hidden;
display: block;
background: white;
-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
-moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
margin-bottom: 4px;
border-left: 10px solid black;
-webkit-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out;
-ms-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
}
.tb10 {
	background-image:url(images/form_bg.jpg);
	background-repeat:repeat-x;
	border:1px solid #EDE9E9;
	width: 230px;
	color:#333333;
	padding:3px;
	margin-right:4px;
	margin-bottom:8px;
	font-family:tahoma, arial, sans-serif;
}
input[type=submit]
{
	background-image:url(images/form_bg.jpg);
	background-repeat:repeat-x;
	border:1px solid #EDE9E9;
	width: 230px;
	color:#333333;
	padding:3px;
	margin-right:4px;
	margin-bottom:8px;
	font-family:tahoma, arial, sans-serif;
}
input[type=submit]:hover
{
	background-image:url(images/form_bg.jpg);
	background-repeat:repeat-x;
	border:1px solid #B8DDE6;
	width: 230px;
	color:#333333;
	padding:3px;
	margin-right:4px;
	margin-bottom:8px;
	font-family:tahoma, arial, sans-serif;
}
.HeaderDiv
{
	background-color:#D7EBF0;
	width:80%;
	font-family:tahoma, arial, sans-serif;
	font-size:20px;
	border-radius: 10px;
   -moz-border-radius: 10px 10px 10px 10px;
   text-align:center;
   vertical-align:middle;
   padding-top:25px;
   color:#077F9B;
}
.FormDiv
{
	background-color:#D8E5E8;
	width:80%;
	font-family:tahoma, arial, sans-serif;
	font-size:14px;
	border-radius: 10px;
   -moz-border-radius: 10px 10px 10px 10px;
   text-align:center;
   vertical-align:middle;
   padding-top:25px;
   color:#077F9B;
}
.Button
{
	color:#F5F8F9;
	background-color:#66C2D8;
	font-family:tahoma, arial, sans-serif;
	font-size:14px;
	border-radius: 10px;
   -moz-border-radius: 10px 10px 10px 10px;
   font-weight:bold;
}
.Button:hover
{
	color:#F5F8F9;
	background-color:#4ACDEC;
	font-family:tahoma, arial, sans-serif;
	font-size:14px;
	border-radius: 10px;
   -moz-border-radius: 10px 10px 10px 10px;
   font-weight:bold;
}
::-webkit-scrollbar {  
    width: 8px;  
}  
::-webkit-scrollbar-track {  
    background-color: #29AEDE;  
    border-left: 1px solid #29AEDE; 
   filter: alpha(opacity=0);
}  
::-webkit-scrollbar-thumb {  
    background-color: #054157; 
    filter: alpha(opacity=0);
}  
::-webkit-scrollbar-thumb:hover {  
    background-color: #054157; 
    filter: alpha(opacity=0);
}  
     