body {
	margin: 0px;
	padding: 0px;
	font-family: Calibri, Arial, "Helvetica 35 Thin";
	font-size: 0.8em;
	color: #333333;
	background-image: url(img/bg_main.jpg);
	background-repeat: repeat-x;
	background-color: #f9f9f7;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Customise the standard HTML
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
a:link, a:visited, a:active {
	color: #6c151d;
	text-decoration: none;
}
a:hover {
	color: #13235b;
	text-decoration: underline;
}
hr {
	margin: 5px 0px 5px 0px;
	color: #603;
	border: 0;
	border-top: 1px solid #603;
	height: 1px;
}
/* Page Headings */
h1, h2, h3, h4, h5, h6 {
	color: #333;
	font-weight: bold;
	font-family:Calibri, Arial, "Helvetica 35 Thin";
	margin: 5px 0px;
}
h1  	{font-size:2.3em;}
h2  	{font-size:1.9em;}
h3  	{font-size:1.4em;}

form {margin: 0;}

blockquote 	{
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	color: #666;
	border-left: 2px solid #666;
	padding-left: 10px;
	font-size: 1.2em;
}
p {
	margin:5px 0px;
}
img {
	border:0;
}
.rightShadow {
	background-image: url(img/rightshadow.png);
	background-repeat: repeat-y;
	width: 6px;
}
.leftShadow {
	background-image: url(img/leftShadow.png);
	background-repeat: repeat-y;
	width: 6px;
}

.header {
	/*background-image: url(img/topBackground.jpg);
	background-repeat: no-repeat;
	background-position: right top;*/
	height: 122px;
	background-image: url(img/topBack.jpg);
	background-repeat: no-repeat;
}
.rubrik {
	font-family: Calibri, Arial, "Helvetica 35 Thin" !important;
	color: #333333 !important;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
	####	Header Menu #####
	#######################
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  */
.navContainer {
	background-image: url(img/menuBackground.gif);
	background-repeat: repeat-x;
	height: auto;
}
/* Remove List Formattings
~~~~~~~~~~~~~~~~~~~~  */
.navContainer ul.menu, li.menu {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

/* Header menu */	 
#header_menu {
	position: absolute;
	margin-left: 20px;
}
#header_menu li {
	line-height: normal;
}
ul#header_menu  {
	z-index: 10;
	clear: both;
}
#nav {
	height: auto;
	border-top: 0;
	padding:0;
}
#nav ul {
	list-style-type: none; 
	margin: 0; 
	padding: 0; 
	font-size: 81%; 
	text-transform: uppercase;
	width: auto;
	/*
	(Disappearing List-Background)
	http://www.positioniseverything.net/explorer/ie-listbug.html
	*/
	position: relative; /* Fix the Stupid IE6 Bug */
}
#nav ul li {
	float: left;
	color: #fff;
	text-align: center;
	font-weight: normal;
}
#nav ul li a {
	display: block;
	padding: 5px 10px;
	padding-bottom: 4px;
	color: #fff;
	text-decoration: none;
}

/* Root Level Link Formatting */
#nav ul li a:hover, #nav li a:focus {
	border-color: #fff;
	background-image: url(img/menuBackgroundMarked.gif);
	background-repeat: repeat-x;
}
#nav li a:active, #nav ul li a.active {
	border-color: #fff;
	background-image: url(img/menuBackgroundMarked.gif);
	background-repeat: repeat-x;
}

/* Current page Customisations*/
#nav li.menu-current a		{
	color: #fff;
	background-image: url(img/menuBackgroundMarked.gif);
	background-repeat: repeat-x;
	font-weight: bold;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #6c151d;
	border-left-color: #6c151d;
}

/* 2nd Child menu */
#nav .menu li ul {
	position: absolute;
	width: 12em;
	margin: 0;
	display: none;
	text-transform: none;
	font-size: 100%;
	background-image: url(img/bg_main.jpg);
	background-repeat: repeat-x;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #6b1d21;
	border-right-color: #6b1d21;
	border-bottom-color: #6b1d21;
	border-left-color: #6b1d21;
}
#nav .menu li ul li {width: 12em; text-align: left; font-weight: normal; margin: 0; padding: 0; line-height: 1.2em;}
#nav .menu li ul a {
	width: 11.5em;
	padding: .6em .1em .6em .4em;
	color: #000;
	border: 0;
	font-weight: bold;
}

/* 2nd Child link hover */
#nav .menu li ul a:hover {color: #4b4c4d; background: #666; border: 0; color:#fff;}

/* Show and hide */
#nav .menu li:hover ul, #nav .menu li a:focus ul, #nav .menu li.subMenu ul {display: block;}
#nav .menu li ul ul { display: none;}
#nav .menu li:hover ul ul, #nav .menu li.subMenu ul ul {display: none;}
#nav .menu li:hover ul, #nav .menu li li:hover ul, #nav .menu li.subMenu ul, #nav .menu li li.subMenu ul {display: block;}


/* 3rd Child Menu Appreances */
#nav .menu li ul li ul {
	background-image: url(img/bg_main.jpg);
	background-repeat: repeat-x;
	font-weight: bold;
	border: 1px solid #6b1d21;
}

#nav .menu li ul li ul li a 	{
	width: 11.5em;
	padding: .6em .1em .6em .4em;
	color: #000;
	font-weight: bold;
}

/* Positioning the Pop-out Drops */
#nav li {position: relative;}

#nav ul ul ul {
	position: absolute;
	top: 1px;
	left: 100%;
}
.search {
	float: right;
	position: relative;
}
.search_submit {
	background-image: url(img/searchBtn.png);
	background-repeat: no-repeat;
	height: 15px;
	width: 32px;
	border: none;
	background-position: left top;
	background-color: transparent;
	margin: 3px;
}
.search_string {
	height: 16px;
	width: 140px;
	border: 1px solid #979797;
	background-color: #FFFFFF;
	background-image: url(img/magnifier.png);
	background-repeat: no-repeat;
}



/* end menu */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */


.mainPageContent {
	width: 688px;
	padding: 20px;
	text-align: left;
}

.centerColumn {
	width: 888px;
	background-color: #FFFFFF;
}
.rightColumn {
	width: 200px;
}
.footer {
	text-align: center;
	height: 20px;
}

