@font-face {  
	font-family: "Zrnic";  
	src: url( ../font/Zrnic.eot );
	src: local( "Zrnic.ttf" ), url( ../font/Zrnic.ttf ) format("truetype");
}

html {
	background-color: #DCDCDC;
}
p {
	margin: 0px;
}

body {
	margin: 0px;
	font-family: Arial;
	font-size: 11px;
	line-height: 16px;
	color: #707171;
	background: #ffffff url('../gfx/background.gif') repeat-x;
}
h1 {
	font-family: Zrnic, Arial;
	margin: 0;
	color: #007AB1;
	font-size: 19px;
	font-weight: bold;
}
h2{
	font-family: Zrnic, Arial;
	font-size: 13px;
	line-height: 18px;
	font-weight: bold;
	margin: 0;
	color: #195287;
}
h3{
	font-family: Zrnic, Arial;
	font-size: 13px;
	line-height: 17px;
	font-weight: bold;
	margin: 0;
}
img {
	border-width: 0px;
}
strong {
	color: #666666;
}
#viewport {
	width: 955px;
	margin: 0px auto;
	background: #ffffff url('../gfx/viewportBackground.gif') repeat-x;
}
#header {
	height: 119px;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	color: #646564;
	background: #ffffff url('../gfx/headerBgRepeat.gif') repeat-x;
}
#logo {
	float: left;
	padding: 20px 0px 5px 51px;
}
#slogan {
	float: left;
	text-align: right;
	width: 711px;
	padding: 10px 10px 0px 0px;
	letter-spacing: 1px;
}
a{
	color: #007AB1;
}
a:hover{
	color: #00ADF7;
}
a.goBack{
	color: #BE1E2D;
	font-size: 11px;
	line-height:14px;
}
a.goBack:hover{
	color: #FF5F5F;
}
#navigation {
	/*background-color: #808183;*/
}
#navigation ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#navigation ul li {
	list-style-type: none;
	display: block;
	float: left;
	width: 189px;
	height: 40px;
	line-height: 40px;
	padding-right: 1px;
	text-align: center;
	cursor: hand;
	cursor: pointer;
	overflow: hidden;
}
#navigation ul li.navSplitterHome {
	width: 192px;
}
#navigation ul li a {
	display: block;
	text-decoration: none;
	color: #404141;
	font-weight: bold;
	font-size: 14px;
}
#navigation ul li {
	background: url('../gfx/navigationBg.png') no-repeat;
	background-position: 0px 0px;
}
#navigation ul li:hover {
	background-position: 0px -80px;
}
#navigation ul li.selected,#navigation ul li.selected:hover {
	background-position: 0px -40px;
}
#navigation ul li.navSplitterHome  {
	background: url('../gfx/navigationBgHome.png') no-repeat;
	background-position: 0px 0px;
}
#navigation ul li.navSplitterHome:hover {
	background-position: 0px -80px;
}
#navigation ul li.navSplitterHome.selected,#navigation ul li.navSplitterHome.selected:hover {
	background-position: 0px -40px;
}
#navigation ul li:hover a {
	color: #000;
}
#navigation ul li.selected a {
	color: #fff;
}
.navSplitter {
}
#content{
	width: 955px;	
}
#content ul {
	list-style-type: none;
	padding: 0px;
	margin: 5px 0px 10px 20px;
}
#content li {
	background-image: url(../gfx/li.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px; 
	padding-left: 18px; 
	padding-bottom: 2px;
}
#footerTop {
	background: url('../gfx/footerBg.gif') repeat-x;
	height: 32px;
}
#footerContentContainer {
	background-color: #DCDCDC;
	height:30px;
}
#footerContent {
	width: 955px;
	margin: 0px auto;
	background-color: #DCDCDC;
	text-align: center;
}
.button {
	height: 15px;
	width: 80px;
	background: url('../gfx/button.gif') repeat-x;
	text-transform: uppercase;
	line-height: 14px;
	text-align: center;
}
.button a {
	font-weight: bold;
	display: block;
	font-size: 10px;
	color: #FFF;
	cursor: hand;
	cursor: pointer;
	text-decoration: none;
}
.button:hover a{
	background: url('../gfx/button_over.gif') repeat-x;
}
.googleplusoneContainer {
	display:inline;
	width:106px;
	height:24px;
}
#socialNetworks{
	width:100px;
	height:24px;
	float:right;
	margin-top:60px;
}	
br {
	clear: left;
}
.clearBoth {
	clear: both;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.highlight {
	color: #333333;
}
.disabled {
	color: #AAAAAA;
}
.warning {
	color: red;
}
.lockScreen {
}
.dontLockScreen {
}
.hand {
	cursor: hand;
	cursor: pointer;
}
#nonClickable {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 1000;
	cursor: progress;
	display: none;
	background-image: url( ../gfx/spacer.gif );
}
