html,body{min-height:100%;}
body {
background:#04406C;
  background: -webkit-linear-gradient(#4E018B, #91061C); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#4E018B, #91061C); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#4E018B, #91061C); /* For Firefox 3.6 to 15 */
  background: linear-gradient(#4E018B, #91061C); /* Standard syntax */
	font-size: 90%;
	font-family: "Lucida Grande", "Lucida Sans", Verdana, Arial, sans-serif;
	padding:5px;
}

#wrapper {
	background-color: rgba(255,255,255,0.4);
	width:90%;
	margin-top: auto;
	margin-left:auto;
	margin-right:auto;
	/*float:left;*/
	padding-right: 10px;
	padding-left: 10px;
	border: thin solid #FC0;
	-moz-border-radius-topleft: 0px 0px;
	-moz-border-radius-topright: 30px 30px;
	-moz-border-radius-bottomright:  30px 30px;
	-moz-border-radius-bottomleft:  30px 30px;
	border-top-left-radius: 3px 3px;
	border-top-right-radius:  30px 30px;
	border-bottom-right-radius:  30px 30px;
	border-bottom-right-radius:  30px 30px;
	-webkit-border-top-left-radius: 3px 3px;
	-webkit-border-top-right-radius:  30px 30px;
	-webkit-border-bottom-right-radius:  30px 30px;
	-webkit-border-bottom-right-radius:  30px 30px;
}

#header {
	height: 90px;
	width: 90%;
	margin-right:auto;
	margin-left:auto;
	padding-right: 10px;
	padding-left: 10px;
}

.right  {
	padding: 10px 15px;
	width:30%;
	background-color:#ffffff;
	display: inline-block;
	border: thin solid #FC0;
	float: right;
	height: auto;
	margin-top: 10px;
	margin-right: 10px;
	top: 0px;
	padding-bottom:15px;
	border-radius: 15px;
	-moz-border-radius: 15px;
	/* For IE 8 */	
}

.left {
	display:inline-block;;
	width:65%;
	padding-bottom: 20px;
	padding-left: 5px;
}
.show
{
	vertical-align: top;
	display: inline-block;
	float: none;
	width:96.7%;
	margin-top: 5px;
	position: static;
	background-color: #ffffff;
	border: thin solid #FC0;
	padding: 10px;
	border-radius: 15px;
	-moz-border-radius: 15px;
}
#special {
	min-width:200px;
	max-width:300px;
	text-align: center;
	display: block;
	vertical-align: middle;
	margin-right: auto;
	margin-left: auto;
}

.desc {
	overflow: visible;
	position: absolute;
	z-index: 10;
	height: 90%;
	width: 30%;
	top: 170px;
	right: 25px;
}
.display {
	vertical-align: top;
	display: inline-block;
	float: none;
	width:96.7%;
	margin-top: 5px;
	position: static;
	background-color: #ffffff;
	border: thin solid #FC0;
	padding: 10px;
	border-radius: 15px;
	-moz-border-radius: 15px;
}

ul {
	list-style-position: inside;
	list-style-type: disc;	
}
form {
	display: inline;
}
	
.picblock
{
	display: block;
	height: auto;
	width: 90%;
	vertical-align:top;
    margin-bottom:20px; 
	
}				


.block {
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;	
	min-height:200px;
	/* max-height:500px; */
}
.showimg
{
	float: left;
	clear:right;
	width: 160px;
	vertical-align: top;
	display: inline-block;
	text-align: left;
}

.redbutt
{
	font-size: 14px;
	color: #FFF;
	background-image: url(images/call.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 20px;
	width: 40px;
	text-align: left;
	vertical-align: middle;
	display: none;
	padding-left: 5px;
	font-weight: 800;	
}
.bigblue
{
	font-size: 20px;
	line-height: 22px;
	font-weight: 900;
	color: #025AA2;
	text-decoration: none;
}

form {
	display: inline;
}

.regtitle
{
	font-size: 16px;
	font-weight: 800;
	color: #953631;
}
.btitle
{
	font-size: 14px;
	font-weight: 800;
	color: #024B64;
}

.smallitalg {
	font-size: 12px;
	font-style: italic;
	color: #060;	
}


.show a {
	color: #005340;
}

.show a:hover{
	color: #B00266;
}

.block {
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;	
	min-height:200px;
	/* max-height:500px; */
}

h1, a h1 {
color:#C5E1F1;
font-size:250%;
font-weight:700;	
}
a h1:hover {
color:#ffffff;	
}

a {
  text-decoration: none;
}

a:hover {
	text-decoration: none;	
}

/*///////////////////////////////////////////////////////////////////////////////////////////*/
@media only screen and (max-width: 1280px) and (min-width:800px) {
	.right  {
	padding: 10px 15px;
	width:30%;
	background-color:#ffffff;
	display: inline-block;
	border: thin solid #FC0;
	float: right;
	height: auto;
	margin-top: 10px;
	margin-right: 10px;
	top: 0px;
	padding-bottom:15px;
	border-radius: 15px;
	-moz-border-radius: 15px;
	/* For IE 8 */	
}

.left {
	display:inline-block;;
	width:65%;
	padding-bottom: 20px;
	padding-left: 5px;
}
.show
{
	vertical-align: top;
	display: inline-block;
	float: none;
	width:96.7%;
	margin-top: 5px;
	position: static;
	background-color: #ffffff;
	border: thin solid #FC0;
	padding: 10px;
	border-radius: 15px;
	-moz-border-radius: 15px;
}
	
}

/*///////////////////////////////////////////////////////////////////////////////////////////*/
@media only screen and (max-width: 799px) and (min-width:640px) {
.right  {
	padding: 10px 15px;
	width:30%;
	background-color:#ffffff;
	display: inline-block;
	border: thin solid #FC0;
	float: right;
	height: auto;
	margin-top: 10px;
	margin-right: 10px;
	top: 0px;
	padding-bottom:15px;
	border-radius: 15px;
	-moz-border-radius: 15px;
	/* For IE 8 */	
}

.left {
	display:inline-block;;
	width:65%;
	padding-bottom: 20px;
	padding-left: 5px;
}
.show
{
	vertical-align: top;
	display: inline-block;
	float: none;
	width:96.7%;
	margin-top: 5px;
	position: static;
	background-color: #ffffff;
	border: thin solid #FC0;
	padding: 10px;
	border-radius: 15px;
	-moz-border-radius: 15px;
}	
	
}

/*///////////////////////////////////////////////////////////////////////////////////////////*/
@media only screen and (max-width: 639px) and (min-width:270px) {
#wrapper {
	width:100%;
	margin-top: 0;
	margin-left:0;
	margin-right:0;
	/*float:left;*/
	padding-right: 0px;
	padding-left: 0px;
	border: thin solid #FC0;
	border-radius:5px;
	-moz-border-radius: 5px;
	-webkit-border-radius:  5px;
}
	
.right  {
	vertical-align: top;
	display: block;
	float: none;
	width:97%;
	margin-top: 5px;
	position: static;
	background-color: #ffffff;
	border: thin solid #FC0;
	padding: 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
}

.left {
	display:block;
	width:100%;
	padding-bottom: 20px;
	padding-left:2px;
}
.show
{
	vertical-align: top;
	display: block;
	float: none;
	width:97%;
	margin-top: 5px;
	position: static;
	background-color: #ffffff;
	border: thin solid #FC0;
	padding: 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
}	
}
