@charset "UTF-8";
/* CSS Document */

/* ----------------------Main Body-------------------- */
#mainbox {
	width: 750px;
	height: 790px;
	font-family:Arial, Helvetica, sans-serif;
	background-color: #FFF;
    font-size: 12px;
	color:#555555;
	text-align: left;
	margin-top: 0px;
}

h1 {
	font-size: 18px;
	color:#fff;
	text-align:left;
	padding-bottom: 10px;
}


h2 {
	text-transform: uppercase;
	font-size: 14px;
	color:#fff;
	text-align:left;
	border-bottom: 1px dotted #CCCCCC;
	padding: 5px 0 5px 0;
	margin: 20px 10px 0 10px;
}


/* ----------------------Slideshow-------------------- */

#slideshow_wrapper {
	width:750px;
	height: 250px;
	padding: 0px;
	margin-bottom: 10px;
	float:left;
	
}

#slideshow {
	float:left;
	position:absolute;
	width: 740px;
	z-index:1;
}

#review_search{
	position: absolute;
	height: 90px;
	width: 570px;
	color: #fff;
	float:right;
	z-index:5;
	padding: 20px 0 20px 20px;
	margin: 100px 0 0 150px;
	/* For any browser that can't create a gradient  */
	background-color: #0769BE;
	/*//mozilla*/
	background: -moz-linear-gradient(top, #55C1E5, #0769BE);
	/* Chrome/Safari     */
	background: -webkit-gradient(linear, left top, left bottom, from(#55C1E5), to(#0769BE));
    /*IE 6/7 */ filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#55C1E5',EndColorStr='#0769BE');
	/*IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#55C1E5, endColorstr=#0769BE)";
	

}
/* ---------------------Sidebar-------------------- */
#sidebar {
	float: right;
	padding: 0;
	vertical-align:top;
	overflow: auto;
}

.ads {
	padding: 0 0 5px 0;
}


/* ---------------------Content-------------------- */

#Heading {
	width: 100%;
	height: auto;
	text-align: left;
	padding: 0 0 5px 0;
	border-bottom: 1px dotted #CCCCCC;
}


#content {
 width: 100%;
 height:auto;
 padding: 10px 0 30px 0;
 
}


.bluegrad {
	background: #0783be;
background: -moz-linear-gradient(top, #0783be 0%, #0d4395 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0783be), color-stop(100%,#0d4395));
background: -webkit-linear-gradient(top, #0783be 0%,#0d4395 100%);
background: -o-linear-gradient(top, #0783be 0%,#0d4395 100%);
background: -ms-linear-gradient(top, #0783be 0%,#0d4395 100%);
background: linear-gradient(to bottom, #0783be 0%,#0d4395 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0783be', endColorstr='#0d4395',GradientType=0 );
background-color: #F2F2F2;
 width: 100%;
 height:190px;
 padding: 0;	
 margin: 0;	
 float: left;	
}


/* --------------------------Forms------------------------- */

input text {
    border:1px solid #dadada;
    border-radius:7px;
    font-size:13px;
    padding:3px; 
}

input:focus { 
    outline:none;
    border-color:#9ecaed;
    box-shadow:0 0 10px #9ecaed;
	
}

.buttonsorange {
	-moz-box-shadow:inset 0px 1px 0px 0px #FFCA00;
	-webkit-box-shadow:inset 0px 1px 0px 0px #FFCA00;
	box-shadow:inset 0px 1px 0px 0px #88d6ee;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #FFCA00), color-stop(1, #FD5F00) );
	background:-moz-linear-gradient( center top, #FFCA00 5%, #FD5F00 100% );
	background-color:#FFCA00;c
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #FD5F00;
	display:inline-block;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:3px 15px;
	text-decoration:none;
	color: #FFF;
	*overflow: visible;
}
.buttonsorange a {
	color: #FFF;
	text-decoration:none;
}
.buttonsorange:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #FD5F00), color-stop(1, #FFCA00) );
	background:-moz-linear-gradient( center top, ##FD5F00 5%, #FFCA00 100% );
	background-color:#FFCA00;
	color: #FFF;
	text-decoration:none;
}
.buttonsorange:active {
	position:relative;
	top:1px;
	color: #FFF;
	text-decoration:none;
}
.buttonsorange:visited {
	position:relative;
	top:1px;
	color: #FFF;
	text-decoration:none;
}
.buttonsorange a:hover {
	color: #FFF;
	text-decoration:none;
}
.buttonsorange a:active {
	color: #FFF;
	text-decoration:none;
}
.buttonsorange a:visited {
	color: #FFF;
	text-decoration:none;
}
