body {
	background: #fff url('../images/back-page.png') repeat-x;
	
	color: #333;
	font-size: 11px;
	padding: 0px;
}

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-family: Georgia, serif;
	font-weight: normal;
	text-align: center;
}

h2 {
	text-align: center;
	text-decoration: none;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: -1px;
	background-color: #000;
	color: #fff;
}

h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:1.2;
	font-size: 13px;
	margin-top: 5px; margin-bottom: 0px;
	font-weight: normal;
	color: #222;
	padding: 3px;
}

.largetext {
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:1.2;
	font-size: 23px;
	margin-top: 5px; margin-bottom: 0px;
	font-weight: normal;
	color: #000;
	padding: 3px;
}
.largetext_blue {
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:1.2;
	font-size: 23px;
	margin-top: 5px; margin-bottom: 0px;
	font-weight: normal;
	color: #127bf9;
	padding: 3px;
}
.largetext_blue_r {
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:1.2;
	font-size: 23px;
	margin-top: 5px; margin-bottom: 0px;
	font-weight: normal;
	background: #127bf9;
	color: #fff;
	padding: 3px;
}
.largetext_orange {
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:1.2;
	font-size: 23px;
	margin-top: 5px; margin-bottom: 0px;
	font-weight: normal;
	color: #ffb540;
	padding: 3px;
}
.mediumtext {
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:1.1;
	font-size: 18px;
	margin-top: 5px; margin-bottom: 0px;
	font-weight: normal;
	color: #000;
	padding: 3px;
}
.mediumtext_grey {
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:1.1;
	font-size: 18px;
	margin-top: 5px; margin-bottom: 0px;
	font-weight: normal;
	color: #808080;
	padding: 3px;
}

.headertext {
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:1.1;
	font-size: 14px;
	font-weight: normal;
	color: #808080;
	vertical-align: middle;
	height: 100px;
}
#headerlinks {
	vertical-align: middle;
	height: 50px;
	padding-top: 9px;
}

.blueback {
	background: #127bf9;
	color: #fff;
	padding: 1px;
}

#footer {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #808080;
	vertical-align: middle;
}
#footer a, a:link {
	color: #808080;
	text-transform: underline;
}
#footer a:hover {
	color: #000;
	text-transform: none;
}
#footer img{
	vertical-align: middle;
}

.textmiddle {
	vertical-align:middle;
} 

p {
	overflow: hidden;
	padding: 10px 0;
	text-align: center;
}

.container_12 {
	margin-bottom: 0px;
}

#header {
	height: 80px;
	padding-top: 6px;
	vertical-align: middle;
}

#mainblock {
	background: #fff url('../images/back-blue-block.png');
	width: 460px;
	height: 250px;
}

#smallblockoff {
	background: #fff url('../images/back-small-blue.png') no-repeat;
	width: 220px;
	height: 114px;
}

/*shadow box*/
#shadow-container {
	position: relative;
	left: 3px;
	top: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
}
 
#shadow-container .shadow2,
#shadow-container .shadow3,
#shadow-container .container {
	position: relative;
	left: -1px;
	top: -1px;
}
 
	#shadow-container .shadow1 {
		background: #F1F0F1;
	}
 
	#shadow-container .shadow2 {
		background: #DBDADB;
	}
 
	#shadow-container .shadow3 {
		background: #B8B6B8;
	}
 
	#shadow-container .container {
		background: #ffffff;
		border: 1px solid #848284;
		padding: 10px;
	}
/*end shadow box*/


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

.scroll {
    height: 250px;
    width: 960px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
}

.scrollContainer div.panel {
    padding: 15px 0px 15px 0px;
    height: 230px;
    width: 960px;
	background: #DDD url('../images/back-grad-bar-2.png') repeat-x;
	
}

#shade {
    background: #EDEDEC url(images/shade.jpg) no-repeat 0 0;
    height: 50px;
}

ul.navigation {
    list-style: none;
    margin: 0;
    padding: 0;
	background: #000;
}

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

ul.navigation a {
    padding: 0px;
    text-decoration: none;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 30px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: -1px;
	background-color: #000;
	color: #fff;
}

ul.navigation a:hover {
    background-color: #fff;
	color: #000;
}

ul.navigation a.selected {
    background-color: #127bf9;
	color: #fff;
}

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

.scrollButtons {
    position: absolute;
    top: 150px;
    cursor: pointer;
}

.scrollButtons.left {
    left: -20px;
}

.scrollButtons.right {
    right: -20px;
}

.hide {
    display: none;
}