body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color:white;
	font-size:14px;	
	line-height:1.4;
	background: #6194df;
}

	.cssgradients body {
		background-image: -webkit-gradient(linear, left top, left bottom, from(#00337e), to(#6194df) ,color-stop(0.15,#0B3682));
		background-image: -moz-linear-gradient(#00337e 15%, #6194df 100%);	
	}

	.no-cssgradients body {
		background:#6194df url(/media/img/background-grad.png) repeat-x top left;
	}

h1,h2,h3,h4,h5,h6,p {
	padding: 0 10px 10px 10px;
	font-weight:normal;
}

h1 { font-size: 200%; }
h2 { font-size: 150%; }
h3 { font-size: 125%; }


#wrapper {
	width:960px;
	margin:0 auto;
	padding: 10px 0 10px 0;
}

header {
	margin:0 auto;
	width:50%;
	margin-bottom:0;
}

header a{
	color:white;
	text-decoration:none;
}

header h1 {
	text-shadow: #333 0px -1px 0px;
	font-size:150%;
}

footer {
	text-align:center;
	font-size:75%;
}

.offscreen { text-indent: -9999px; height:0; margin:0; padding:0; }
.third { width:30%; }
.half { width:50%; }
.full { width:100%; }
.left { float:left; }
.right { float:right; }
.clear { clear:both; }
.hide { display: none; }
.center { text-align:center; }

/*
 Start slider code
*/

ul {
	margin-left:30px;
	padding-bottom:10px;
}

#slider {
    width: 960px;
    margin: 0 auto;
    position: relative;
}

.scroll {
    height: 800px;
    width: 960px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
	background: #FFF;
	margin-bottom:50px;
}

	.cssgradients .scroll {
		background-image: -webkit-gradient(linear, left top, left bottom, from(#7b97be), to(#e6e6e6), color-stop(0.75,#e6e6e6));
		background-image: -moz-linear-gradient(#7b97be 75%, #e6e6e6 100%);	
	}
	
	.no-cssgradients .scroll {
		background:#7b97be url(/media/img/gradient.php?sc=7b97be&ec=e6e6e6&h=750&w=4) repeat-x bottom left;
	}

	.boxshadow .scroll {
		box-shadow: 5px 5px 5px #333;	
		-webkit-box-shadow: 5px 5px 5px #333;
		-moz-box-shadow: 5px 5px 5px #333;	
	}

	.no-boxshadow .scroll {
		border-bottom: 3px solid #333;
		border-right: 3px solid #444;
	}

	.borderradius .scroll {
		-webkit-border-radius:30px;
		-moz-border-radius:30px;		
		border-radius:30px;
	}
	
.scrollContainer section.panel {
	color:#333;
    padding: 20px;
    height: 500px;
    width: 920px;
}

.scrollContainer section.panel .img {
	width:960px;
	height:240px;
	margin:-20px -20px 20px -20px;
}

		.borderradius .scrollContainer section.panel .img {
			-webkit-border-radius:29px 29px 0 0;
			-moz-border-radius:29px 29px 0 0;
			border-radius:29px 29px 0 0;			
		}

ul.navigation {
    list-style: none;
    padding: 7px 0 4px 0;
}

	ul.navigation li {
	    display: inline;
	    margin-right: 10px;
	}

	ul.navigation a {
	    padding: 8px 20px 6px 20px;
	    color: white;
	    text-decoration: none;
		background-color:#7b97be;
		font-size:16px;
	}

		.borderradius ul.navigation a {			
			-webkit-border-top-right-radius:15px;
			-webkit-border-top-left-radius:15px;
			-moz-border-radius:15px 15px 0 0;
			border-radius:15px 15px 0 0;
		}

	ul.navigation a:hover {
	    background-color: #f6f6f6;
		color:black;
	}
		.cssgradients ul.navigation a:hover {
			background-image: -moz-linear-gradient(#ccc 0%, #fff 100%);
			background-image: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#fff));
			text-shadow: #fff 0px 1px 0px;
		}

	ul.navigation a.selected {
	    background-color: #fff;
		color:#222;
	}
		.cssgradients ul.navigation a.selected {
			background-image: -moz-linear-gradient(#aaa 0%, #fff 100%);
			background-image: -webkit-gradient(linear, left top, left bottom, from(#aaa), to(#fff));			
			text-shadow: #fff 0px 1px 0px;
		}

	ul.navigation a:focus {
	    outline: none;
	}

/*
 Start form
*/

label {
	width: 100px;
	display: block;
}

input[type=text].rowElem, input[type=password].rowElem, textarea.rowElem  {
	width: 250px;
	outline: none;
}

.rowElem {
	min-height: 35px;
}

/*
	Fancy box
*/

#fancy_content {
	color:black;
}
