/***********************************************/
/* pannonia.css                             */
/***********************************************/

/***********************************************/
/* Created by Domiz Design, www.domiz.com      */
/***********************************************/ 
html{
background-color:#910000;
}

body {
	font-family: Helvetica, Arial;
	color:#444;
	text-align:center;
	margin-top:0;
}

body * {
	margin:0;
	padding:0;
	text-decoration:none;
	border:none;
	color:#444;
	list-style-type:none;
}

#wrapper  {
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	width:760px;
	background-image:url(../img/body.gif);
	background-repeat:repeat-y;
} 

a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1 {
font-size:1.8em;
}
h2 {
font-size:2.0em;
color:#666666;
}
h3 {
font-size:1.4em;
}
h4 {
font-size:1.2em;
border-top:1px solid #E2E2E2;
padding:10px 0 5px 0;
margin-top:10px;
}
h5 {
font-size:1.1em;
}
h6 {
font-size:1.1em;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
	font: bold 100% Arial,sans-serif;
 color: #334d55;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0;
	padding: 0px 0px;
	width: 760px;
	height:71px;
	text-align:left;
	background-image:url(../img/top.gif);
	background-repeat:no-repeat;
}
#logo{
	height:282px;
}
#logo h1 {
	background-image:url(../img/PannoniaLogo.jpg);
	background-repeat:no-repeat;
	height:282px;
}

/************* #breadCrumb styles *************/

#breadCrumb{
	float:right;
	text-align:right;
	font-size: 80%;
	padding: 20px 30px 0px 0px;
}
/********************************************/

#nav{
	margin: 0;
	padding: 0;
	width: 760px;
	height:44px;
	text-align:right;
	background-image:url(../img/nav.gif);
	background-repeat:no-repeat;
}	

#navBar{
	margin: 0 0 0 540px;
	width:200px;
	padding: 0px;
  /* border-left: 1px solid #ccc;
	 border-bottom: 1px solid #ccc; */
}

#content{
    float:left;
	width: 510px;
	margin: 0;
	padding: 0 1% 0 30px;
	border-right: 1px solid #ccc;
}

span.logo {
	display:block;
	width:0;
	height:0;
	overflow:hidden;
	font-size:0.5em;
}

/***********************************************/
/*Component Divs                               */
/***********************************************/


/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
}


/************* #globalNav styles **************/

#globalNav{
	color: #910000;
	padding: 5px 42px 0px 40px;
	text-align:right;
	white-space: nowrap;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
	display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0px 4px 0px 0px; 
	color:#FFFFFF;
	text-decoration:none;
	
}
#globalNav a.active, #globalNav a:hover {
	border-bottom: 4px solid #fff;
	padding-bottom: 2px;
}
#globalNav a.current {
	border-bottom: 4px solid #fff;
	padding-bottom: 2px;
}


/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature p{
	padding: 0 0 10px 0;
}
.feature li{
	text-align:right;
}

.feature dt{
padding: 0px 0px 3px 55px;
}
.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}

img.right{
float:right;
padding:10px 0px 0px 5px;
}
/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story p{
  padding: 0px 0px 10px 0px;
}

.story img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}

.story h3{
	padding: 10px 0px 15px 10px;
}

.story h4{
	padding: 10px 0px 5px 0px;
}

/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	font-size: 75%;
	color: #cccccc;
	margin-top: 0px;
	height:85px;
	background-image:url(../img/footer.gif);
	background-repeat:no-repeat;
	padding-left:30px;
	}
	
	/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
   the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}

#siteInfo p{
padding-top:40px;
}

/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 3px 0px 3px 0px;
	font-size: 80%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks h5{
	padding: 5px 0px 5px 0px;
	font-style:normal;
	}

#sectionLinks li{
	text-align:right;
	}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: auto;
}

#sectionLinks a:visited{
	border-bottom: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	border-bottom: 1px solid #cccccc;
	background-color: #dddddd;
	padding: 2px 0px 2px 10px;
}

#sectionLinks form{
	margin-left:10px;
	margin-right:10px;
	margin-top:10px;
	background-color:#FFFFFF;
	border:none;
	text-align:right;
}
#sectionLinks input{
	margin: 0px 0px 5px 0px;
}
/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}
.relatedLinks li{
	padding: 0px 0px 5px 0px;
	text-align:right;
}
.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}
.relatedLinks h6{
	font-size:95%;
	padding: 10px 0px 10px 5px;
	}

/************** #advert styles **************/

#advert{
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	border-top: 1px solid #cccccc;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}

/************************************************/

blockquote {
	font:Georgia, serif;
	padding:5px 30px 10px 30px;
	font-style:italic;
	background-color:#FFCCCC;
	border: 1px solid #FF5E5E;
	margin-bottom:10px;
}

.warning{
	background-color:#C1FFC1;
	border:1px solid #00BF00;
	text-align:center;
	}
	
.event{
	color:#BF0000;
	font-weight:bold;
	}
	
/********** form styles *************************/

form{
	background-color:#FFCCCC;
	border: 1px solid #FF5E5E;
	}
	
input{
	font-size: 16px;
 	background-color: #fff;
 	border: 1px solid #666666;
	color: #666699;
	}
	
textarea {
	font-size: 14px;
	background-color: #fff;
 	color: #666699;
	border: 1px solid #666666;
}

.button{
	background-color:#D5E9FD;
	border-top:1px solid #80BCF9;
	border-left:1px solid #80BCF9;
	border-right:1px solid #0A65C0;
	border-bottom:1px solid #0A65C0;
}

.small{
	font-size:10px;
	color: #666699;
	text-align:right;
	}

.boxOne{
background-color:#FFCCCC;
border: 1px solid #FF5E5E;
color:#666699;
}

.boxTwo{
background-color:#C1FFC1;
border:1px solid #00BF00;
color:#666699;
}
.righText{
text-align:right;
}

dt{
padding:0px 0xp 25px 25px;
font-style:italic;
font-size:120%;
}

dd{
color:#666666;
}

#FloatingLayer{
	position:absolute;
	width:700px;
	left:5%;
	top:2%;
	height:740px;
	visibility:visible;
	background-color: #910000;
	filter:alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
	color:#ffffff;
	border:6px solid #414141;
	text-align:left;
}

#FloatingLayer h4{
	text-align:left;
	margin:15px 0 5px 10px;
	font-family:"Times New Roman", Times, serif;
	font-size:110%;
	color:#fff;
}

#FloatingLayer p{
	padding:5px 10px 0px 10px;
	line-height:18px;
	color:#fff;
}

#FloatingLayer a, #FloatingLayer a:hover,
#FloatingLayer a:visited, #FloatingLayer a:active{
	color:#fff;
	float:right;
	padding:0px 10px 0 10px;
	font-size:smaller;
}