/* global */
html{height: 100%;}

body
{ font-family: arial, sans-serif;
  padding: 0px;
  margin: 0px;
  font-size: .8em;
}

p
{ margin: 0px;
  padding: 0px 0px 16px 0px;
  line-height: 1.7em;
}

h1
{ font-family: serif;
  font-size: 108%;
  letter-spacing: .1em;
}

h2
{
	margin: 0px;
	padding: 0px 0px 4px 0px;
	font-size: 100%;
	letter-spacing: .1em;
	font-weight: bold;
}
h3
{
	margin: 0px;
	padding: 0px 0px 4px 0px;
	font-size: 100%;
	letter-spacing: .1em;
	font-weight: normal;
}

img{border: 0px;}

a{outline: none;}

/* image positioning - left, right and center */
.left
{ float: left; 
  padding: 0px 8px 0px 0px;
}

.right
{ float: right; 
  padding: 0px 0px 0px 8px;
}

.center
{ display: block;
  text-align: center;
  margin: 0 auto;
}

.caption
{
	font-size: 0.9em;
	font-style: italic;
}

/* block quote */
blockquote
{ margin: 20px 0px; 
  padding: 10px 20px;
  border-left: 8px solid;
  border-right: 8px solid;
}

/* unordered list */
ul
{ margin: 8px 0px 0px 16px;
  padding: 0px;
}

ul li
{ list-style-type: square;
  margin: 0px 0px 11px 0px; 
  padding: 0px;
}
.list-quote 
{
	list-style-type:none;
	font-size:85%;
}

/* ordered list */
ol
{ margin: 8px 0px 0px 24px;
  padding: 0px;
}

ol li
{ margin: 0px 0px 11px 0px; 
  padding: 0px;
}

/* margin lefts / margin rights - to centre content */
#main, #links, #footer, #menu, #content
{ margin-left: auto; 
  margin-right: auto;
}

/* main container */
#main{width: 850px;}

/* navigation menu */
#menu
{ height: 40px; 
  border-bottom: 1px solid;
}

#menu ul{margin: 0px auto;} 

#menu li
{ float: right; 
  margin: 0px; 
  padding: 0px;
  list-style: none;
} 

#menu li a 
{ font-family: verdana, arial, sans-serif;
  display: block; 
  float: left; 
  height: 27px;
  text-decoration: none; 
  padding: 11px 14px 2px 14px;
  text-transform: uppercase;
  font-size: 80%;
  border-right: 1px solid;
} 

#links
{ float: right; 
  width: 100px;
  text-align: right;
  padding: 10px 18px 0px 0px;
}

/* sidebars */
.sidebar
{ float: left;
  width: 174px;
  padding: 10px 0 15px 0x;
  margin: 12px;
  display: inline;
}

/* sidebar items / links */
.sidebaritem
{ text-align: left;
  float: left;
  margin-bottom: 0.5em;
  width: 100%;
}

.sidebaritem h1, .sidebaritem h2, .sidebaritem p{
	margin: 0px 10px
}

.sidebaritem h1
{
	font-weight: normal;
	padding: 8px 0px;
	text-transform: uppercase;
	font-size: 0.9em;
}

.sidebaritem p {
  line-height: 16px; 
  padding: 0px 0px 8px 0px;
}

.sidebaritem p img {
	margin-top: 5px;
}

.sidebaritem a, .sidebaritem a:visited, .sidebaritem a:hover
{
	padding: 0 0 2px 14px;
	text-decoration: none;
}

.sbilinks ul{margin: 0px 0px 18px 10px;}

.sbilinks li
{ list-style: none; 
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 5px 0px;
}

.sbilinks li a, .sbilinks li a:hover
{ height: 16px;
  text-decoration: none; 
  width: 149px;
} 

/* page content (centre) */
#content
{ text-align: justify;
  width: 450px;
  padding: 10px 0;
  float: left;
}


#content h1
{ font-family: arial, sans-serif;
  margin: 0 0 12px 0; 
  font-size: 128%;  
  font-weight: normal;
  text-transform: uppercase;
}
#content h2
{ font-family: arial, sans-serif;
  margin: 12px 0 0 0; 
  font-size: 110%;  
  font-weight: bolder;
  text-transform: capitalize;
}
#content h2
{ font-family: arial, sans-serif;
  margin: 12px 0 0 0; 
  font-size: 100%;  
  font-weight: bolder;
  font-style: italic;
}
#content p {
	margin-top: 0;
}

.instantform input
{
	font-size: smaller;
	width: 200px;
	text-align: left;
}
.instantform input[type="radio"]
{
	width:10px;
}

.instantform fieldset {
	padding: 1em;
  font:90%/1 sans-serif;
  border:1px solid #2D3090;
  margin-top: 1em;
  }
  
.instantform label {
  float:left;
  width:25%;
  margin-right:0.5em;
  padding-top:0.2em;
  text-align:right;
  font-weight:bold;
  }

.instantform legend {
  padding: 0.2em 0.5em;
  border:1px solid #2D3090;
  color:#2D3090;
  font-size:90%;
  text-align:right;
}

/* footer */
#footer
{ height: 44px;  
  padding: 18px 0px 4px 0px;
  font-size: 80%;
  text-transform: uppercase;
  font-family: verdana, arial, sans-serif;
  clear: both;
  text-align: center; 
}

#footer a
{ text-decoration: none;
  padding: 0px 0px 2px 0px;
  border-bottom: 1px dashed;
}

#footer a:hover
{ text-decoration: none;
  padding: 0px 0px 2px 0px;
  border-bottom: 1px solid;
}

/* Based on Nifty Corners: rounded corners without images */
/* By Alessandro Fulciniti */
/* http://www.html.it/articoli/nifty/index.html */
.rtop, .rbottom{display: block;}

.rtop .r1, .rtop .r2, .rtop .r3, .rtop .r4,
.rbottom .r1, .rbottom .r2, .rbottom .r3, .rbottom .r4
{ display: block;
  height: 1px;
  overflow: hidden; 
}

.r1{margin: 0 5px}

.r2{margin: 0 3px}

.r3{margin: 0 2px}

.rtop .r4, .rbottom .r4
{ margin: 0 1px;
  height: 2px
}

/* navcolumn buttons */

ul#navlist, #navlist ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#navlist li {
	margin: 0 0 5px 0;
	list-style-type: none;
}

#navlist a {
	display: block;
	padding: 3px 0 3px 10px;
	width: 163px;
	text-decoration: none;
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-top: 1px solid;
	font-weight: bold;
}

#navlist a:hover {
	text-decoration: none;
}

#navlist ul li {
	margin: 1px 0 0 0;
	list-style-type: none;
}

#navlist ul a {
	display: block;
	padding: 3px 1px 3px 15px;
	width: 157px;
	text-decoration: none;
	border-top: none;
	font-size: 0.8em;
	font-weight: normal;
}

#navlist ul a:hover {
	text-decoration: none;
}



/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash #content h1 {
	visibility: hidden;
}

.sIFR-hasFlash #content h2 {
	visibility: hidden;
}