/* AUTHOR: Peter Nisbet */
/* CONTRACT: Dhonveli Ra */
/* COPYRIGHT: 2006 Peter Nisbet */

* {margin: 0; padding: 0; border: 0;} /* We use this line to turn off all present margins, padding and borders, we will set these styles by ourselves */

/*always show verticle scroll bar */
html {
     overflow: -moz-scrollbars-vertical;
     overflow-y: scroll;
}

/* Layout of Website */
/* The following few lines are used to define the layout of the standard website. */
/* We make use of background images, to seperate content from style */
/* We use the padding and margin options to position the text correct inside each div */
/* There are a number of workarounds so that the page displays correctly in a range of diffrent browsers */

body		{background-color: #74A7D2;}
img#background 	{position:fixed; height: 100%; width: 100%; z-index: -1; color: #74A7D2;} /* Style for background image */


#body		{position: relative; width: 900px; margin-left: auto; margin-right: auto;}

#search 	{position: absolute; left: 750px; top: 10px; background-color: transparent; color: #FFFFFF;}
#header 	{background-color: transparent; margin: 0px 0px 0px 0px; padding: 40px 0px 0px 0px;}
#menubar1 	{background: url("../images/layout/menubackground.png") top; height: 43px; padding-left: 200px;}
img#titlelogo  	{position: absolute; left: 15px; top: 8px; z-index: 5;}
#corner  	{position: absolute; left: 720px; top: 55px; z-index: 5;}

#fadebox 	{background-color: transparent; padding-top: 40px; padding-bottom: 100px;}

#cornerspacer	{float: right; width: 160px; height: 120px;}
#container 	{background: url("../images/layout/containerbackground.png") repeat-y top; overflow: auto; padding-top:10px; padding-bottom:10px;}
#top		{background: url("../images/layout/endbackground.png") no-repeat top; background-color: transparent; height: 5px;}
#navigation	{width:180px; float: left; padding:15px; margin-left: 5px;}
#content	{width:640px; float: right; padding:15px; margin-right: 10px;}
#bottom 	{background: url("../images/layout/endbackground.png") no-repeat top; background-color: transparent; height: 5px;}
#footer		{width: 640px; padding-top: 5px; border-top: 1px solid #202020; margin-right: 10px;}

.thumbnails	{text-align: center; padding-left: 15px;}

/* TOP NAV */
.menu {width: 100%; height: 100%; margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0x; float: left; font-size: 1em}
.menu li {display: inline;}
.menu li a:link, .menu li a:visited, .menu li a:active	{display: block; float: left; color: #ffffff; padding: 9px 6px 8px 6px; text-decoration: none;}					
.menu li a:hover, menu li a.active:hover {background: url(../images/layout/menu_over.gif) center center repeat-x; padding: 9px 5px 8px 5px; border-left: 1px solid #4a6589; border-right: 1px solid #4a6589;}
.menu li a.active {padding: 9px 5px 8px 5px; border-left: 1px solid #248E26; border-right: 1px solid #248E26;} /*background: url(../images/menu_active.gif) center center repeat-x; */

#ajaxSearch_form {display: inline;}

#ajaxSearch_input {display: inline;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica;
	font-size: 11px;
	color: #202020;
	border:1px solid #d9d9d9;
} 

#ajaxSearch_submit {
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent url("../images/layout/search2.gif") no-repeat center;
  text-indent: -1000em;
  cursor: pointer; /* hand-shaped cursor */
  cursor: hand; /* for IE 5.x */
}




/* Formatting of Website */

body {	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;

	font-style: normal;
	font-variant: normal;
	font-weight: normal;

	color: #202020;}

h1 {	margin-bottom: 0.2em;

	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 160%;

	text-transform: none;
	letter-spacing: 0.03em;
	color:#31486C;}

h2 {	margin-top: 0.5em;
	margin-bottom: 0.2em;

	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 140%;

	text-transform: none;
	letter-spacing: 0.03em;
	color: #209431;}

h3 {	margin-top: 0.5em;
	margin-bottom: 0.2em;

	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 120%;

	text-transform: none;
	letter-spacing: 0.03em;
	color: #209431;}

h4 {	margin-top: 0.5em;
	margin-bottom: 0.2em;

	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 110%;

	text-transform: none;
	letter-spacing: 0.03em;
	color: #209431;}

h5 {	margin-top: 0.5em;
	margin-bottom: 0.2em;

	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 105%;

	text-transform: none;
	letter-spacing: 0.03em;
	color: #209431;}

h6 {	margin-top: 0.5em;
	margin-bottom: 0.2em;

	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 100%;

	text-transform: none;
	letter-spacing: 0.03em;
	color: #209431;}

#content p, #contentwide p {	
		
	padding: 0.4em 0px 0.4em 0px;
	vertical-align: middle;
	text-decoration: none;
	text-transform: none;
	text-indent: 0px;
	line-height: 1.6em;

	color: #202020;}


#content a, #contentwide a {	text-decoration: underline;}

#content li, #contentwide li {
	
	padding: 0.2em 0px 0.2em 0px;
	vertical-align: middle;
	text-decoration: none;
	text-transform: none;
	text-indent: 0px;
	line-height: 1.6em;

	color: #202020;}

div.box {	
	margin: 10px 30px 10px 30px;
	border: 1px solid #C1DAD7;
	padding: 5px 15px 5px 15px;
}

div.box h1 {background: none;}
div.box h2 {background: none;}
div.box h3 {background: none;}
div.box h4 {background: none;}
div.box h5 {background: none;}
div.box h6 {background: none;}


a {	text-decoration: none;
	color: #46069E;}

a:hover 	{color:	#404040; text-decoration:underline;}
a:visited 	{color: #46069E;}
a:visited:hover {color:	#404040; text-decoration:underline;}
a:active 	{color: #46069E;}

ul,ol,dl {padding-left: 2em; padding-top: 0.5em; padding-bottom: 0.5em;}
dd {padding-top: 0.2em; padding-bottom: 0.2em;}
dt {font-weight: bold; padding-top: 0.2em;}

th {
	color: #6D929B;
	border: 1px solid #C1DAD7;
	letter-spacing: 2px;
	text-align: center;
	padding: 6px 6px 6px 6px;
	background-color: #CAE8EA;
}

td {
	font-size: 80%;
	color: #080808;
	border: 1px solid #C1DAD7;
	text-align: left;
	padding: 6px 6px 6px 6px;
	background-color: #FFFFFF;
	vertical-align: top;
}

img.thumbnail {

	padding-top:	5px;
	padding-right:	5px;
	padding-bottom:	5px;
	padding-left:	5px;

	border-top:	1px solid #EFEFFF;
	border-right:	1px solid #EFEFFF;
	border-bottom:	1px solid #EFEFFF;
	border-left:	1px solid #EFEFFF;

	margin-top:	5px;
	margin-right:	5px;
	margin-bottom:	5px;
	margin-left:	5px;
}

span.copyleft {float: left;}
span.copyright {float: right;}

span.copyright p {text-align: right;}

ul#nav {
	font-size: 110%;

	list-style: none;

	margin: 0;
	padding: 0;
	padding-bottom: 9px;
	padding-left: 15px;
	text-align:left;
	line-height: 25px;
	
}

ul#nav li {

    background: url(../images/layout/bullet.gif) no-repeat 0 0.5em;
    padding-left: 17px;
    margin-right: 10px;
}


