@charset "utf-8";

table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* CSS Document */
body {
	font-family: 'Open Sans', sans-serif;
	background-color: #FFF3E5;
	margin: 0;
	padding: 0;
	color: #000;
	background-image:url(images/bg.gif);
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 
	padding-right: 15px;
	padding-left: 15px; 
}
h2 {
	font-family: 'Raleway', sans-serif;
	font-size:18px;
	color:#ee8f1c;
}
h3 {
	font-family: 'Raleway', sans-serif;
	font-size:14px;
	color:#ee8f1c;
	display: inline; 
	margin-top:50px;
}
.blu {
	font-family: 'Raleway', sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#145e88;
}
.icons img
{
vertical-align:middle;
}

a img { 
	border: none;
}
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #42413C;
	text-decoration: underline; 
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
}
input{
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #EBEBEB;
    border-color: -moz-use-text-color -moz-use-text-color #FFFFFF;
    border-image: none;
    border-style: none none solid;
    border-width: 0 0 1px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
    color: #555555;
    font-family: 'OpenSansRegular';
    font-size: 12px;
    line-height: 22px;
    padding: 4px !important;
    transition: all 0.2s linear 0s;
	margin-top:5px;
}
/* ~~ this fixed width container surrounds the other divs ~~ */
.container {
	width: 1024px;
	background-image:url(images/bg.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	background-color: #FFF;
	margin: 0 auto; 
}
.sidebar{
	margin-top:15px;
	width:230px;
	float:left;
	color:#1f8ec6;
	font-size:14px;
	line-height:24px;
}
.sidebar a{
	color:#1f8ec6;
	text-decoration:none;
}
.sidebar a:hover{
	color:#1f8ec6;
	text-decoration:underline;
}
.rightbar{
	margin-top:15px;
	width:183px;
	float:right;
	padding-left:10px;
}
.logo{
	padding-top:19px;
	padding-left:18px;
	
}
.login{
	width:300px;
	height:113px;
	background-color:#FFF;
	float:right;
	margin-top:-70px;
	margin-right:20px;
	-webkit-border-top-left-radius: 20px;
-webkit-border-top-right-radius: 20px;
-moz-border-radius-topleft: 20px;
-moz-border-radius-topright: 20px;
border-top-left-radius: 20px;
border-top-right-radius: 20px;

-webkit-box-shadow: -6px -2px 14px 0px rgba(50, 50, 50, 0.11);
-moz-box-shadow:    -6px -2px 14px 0px rgba(50, 50, 50, 0.11);
box-shadow:         -6px -2px 14px 0px rgba(50, 50, 50, 0.11);
color:#1f8ec6;
	font-size:14px;
	overflow:visible;
	
}


.menu{
	width:990px;
	height:50px;
	background-color:#FFF;
	float:right;
	margin-right:20px;
	-webkit-border-top-left-radius: 20px;
-moz-border-radius-topleft: 20px;
border-top-left-radius: 20px;
font-size:24px;
font-family: 'Raleway', sans-serif;
}
.menu a{
color:#1f8ec6;
text-decoration:none;
padding-left:16px;
vertical-align:middle;
}
.menu a:hover{
color:#EF911F;
}
.slide{
	position:absolute;
	width:990px;
	height:283px;
	background-image:url(images/slide-bg.png);
	background-repeat:no-repeat;
	background-size:cover;
	margin-left:13px;
	margin-top:80px;
	-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
z-index:1000;
}
#fadeshow1{
	position:absolute;
	width:990px;
	height:283px;
	z-index:1;
	margin-top:-13px;
	z-index:1;
	float:right;
	margin-right:20px;
	-webkit-border-top-right-radius: 20px;
-webkit-border-bottom-right-radius: 20px;
-moz-border-radius-topright: 20px;
-moz-border-radius-bottomright: 20px;
border-top-right-radius: 20px;
border-bottom-right-radius: 20px;
}

/* ~~ This is the layout information

*/

.content {
	width:780px;
	margin-left:200px;
	padding: 0px 20px 0px 0px;
		min-height:543px;
	padding-top:380px;
}
.content p{
	font-size:12px;
	padding-left:30px;
}
.box{
	width:730px;
	height:390px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.75);
box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.75);
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
margin-left:35px;
color:#1f8ec6;
	font-size:14px;
	padding-top:20px;
}
/* ~~ The footer ~~ */
.footer {
	padding: 10px 0;
	background-color: #1F8EC6;
}

/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  
	float: right;
	margin-left: 8px;
	width:430px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
	width:220px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
-->
