body {
	font-size: 12px;
	font-family: verdana,sans-serif;
	background-color: #ffffff;
	padding: 0px;
	margin: 0px;
	background-image: url(../images/bg_bottom.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-position: 50% 100%;
}

#page_area{
	background-color: #ffffff;
	border: 1px solid #dedede;
	}

#content_page_area
{
	margin-top: 0px;
	text-align: justify;
}

#content_space
{
	margin-top: 10px;
	text-align: justify;
}	
#content_text
{
	padding-left: 10px;
	padding-right: 10px;	
	display: inline;
}

#team_text
{
	text-align: justify;
	vertical-align: top;
}

#submenu_space
{
	margin-top: 10px;
	text-align: justify;
}

#header_area
{
	height: 180px;
}

#page_header
{
	display:block;
}

#menu_container{
	text-align: center;
	height: 110px;
}

#socialadvert
{
	border: 1px solid #6e6e6e;
}

#visionbox
{
	border: 1px solid #6e6e6e;
	padding: 10px;
	padding-left: 130px;
	text-align: justify;	
	background-image: url(../images/vision_side.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}
	#visionbox h6
	{
		font-size: 16px;
		color: #6e6e6e;
		font-weight: bold;
	}

	#front_title
	{
		font-size: 16px;
		color: #6e6e6e;
		font-weight: bold;
		padding-bottom: 5px;
	}

#subheading
{
	font-size: 14px;
	font-style: italic;
	color: #6e6e6e;
	font-weight: bold;
	font-family: verdana;
	display: inline;
}

#textheader
{
	font-size: 18px;
	font-style: normal;
	color: #000000;
	font-weight: bold;
	font-family: verdana;
	display: inline;
}

#textsubheading
{
	font-size: 14px;
	font-style: normal;
	color: #6e6e6e;
	font-weight: bold;
	font-family: verdana;
	display: block;
}

#textsubheadingtext
{
	font-size: 12px;
	font-style: normal;
	color: #0000;
	font-weight: normal;
	font-family: verdana;
	display: block;
	width: 600px;
	padding: 10px;
	margin-left: 50px;
}

.tableborder
{
	background-color: #dcdcdc;
}
.tabletext
{
	color: #6e6e6e;
	font-size: 12px;
	text-align: justify;
}

.downloadlisttext
{
	vertical-align: top;	
}

/*	BEGIN SUB MENU STYLING														*/
/*	Thanks to: http://www.coolcss.net/CSStutorials-vertical-navigation-1		*/
/*	CONCEPT																		*/
.conceptmymenu {
   width: 150px; /*width of menu*/
   font-size:12px;
   font-family:Verdana;
   margin-left: -30px;
   line-height: 30px;
}

.conceptmymenu ul {
   list-style-type: none;
   margin: 0;
   padding-left: 0;
}

.conceptmymenu ul li {
   margin-top: 2px; /*spacing between menu items*/
}

.conceptmymenu li a {
	padding-left: 15px;
	width: 140px; /*because we have padding:5 - 190px-10px*/
	display: block;
	background-color: #E7E7E7;
	text-decoration: none;
}

.conceptmymenu li a:hover {
   background-color: #ffffff;
   text-decoration: none;
   background-image: url(../images/nav/sm_concept.gif);
   background-repeat: no-repeat;
   background-position: -5px;
   padding-left: 20px;
}

.conceptmymenu li a span {
   color:#003399; 
}

.conceptmymenu li a:hover span { /*hover menu item*/
   color: #193560;
}

#conceptselected {
   background-color: #ffffff;
   text-decoration: none;
   background-image: url(../images/nav/sm_concept.gif);
   background-repeat: no-repeat;
   background-position: -5px;
   padding-left: 20px;
}
/*	MISSION																		*/
.teammymenu {
   width: 150px; /*width of menu*/
   font-size:12px;
   font-family:Verdana;
   margin-left: -30px;
   line-height: 30px;
}

.teammymenu ul {
   list-style-type: none;
   margin: 0;
   padding-left: 0;
}

.teammymenu ul li {
   margin-top: 2px; /*spacing between menu items*/
}

.teammymenu li a {
   padding-left: 15px;
   width:140px;  /*because we have padding:5 - 190px-10px*/
   display:block;
   background-color: #E7E7E7;
   text-decoration: none;
}

.teammymenu li a:hover {
   background-color: #ffffff;
   text-decoration: none;
   background-image: url(../images/nav/sm_team.gif);
   background-repeat: no-repeat;
   background-position: -5px;
   padding-left: 20px;
}

.teammymenu li a span {
   color:#003399; 
}

.teammymenu li a:hover span { /*hover menu item*/
   color: #193560;
}

#teamselected {
   background-color: #ffffff;
   text-decoration: none;
   background-image: url(../images/nav/sm_team.gif);
   background-repeat: no-repeat;
   background-position: -5px;
   padding-left: 20px;
}
/*	METHODS																		*/
.methodsmymenu {
   width: 150px; /*width of menu*/
   font-size:12px;
   font-family:Verdana;
   margin-left: -30px;
   line-height: 30px;
}

.methodsmymenu ul {
   list-style-type: none;
   margin: 0;
   padding-left: 0;
}

.methodsmymenu ul li {
   margin-top: 2px; /*spacing between menu items*/
}

.methodsmymenu li a {
   padding-left: 15px;
   width:140px;  /*because we have padding:5 - 190px-10px*/
   display:block;
   background-color: #E7E7E7;
   text-decoration: none;
}

.methodsmymenu li a:hover {
   background-color: #ffffff;
   text-decoration: none;
   background-image: url(../images/nav/sm_news.gif);
   background-repeat: no-repeat;
   background-position: -5px;
   padding-left: 20px;
}

.methodsmymenu li a span {
   color:#003399; 
}

.methodsmymenu li a:hover span { /*hover menu item*/
   color: #193560;
}

#methodsselected {
   background-color: #ffffff;
   text-decoration: none;
   background-image: url(../images/nav/sm_news.gif);
   background-repeat: no-repeat;
   background-position: -5px;
   padding-left: 20px;
}
/*	NEWS																		*/
.newsmymenu {
   width: 150px; /*width of menu*/
   font-size:12px;
   font-family:Verdana;
   margin-left: -30px;
   line-height: 30px;
}

.newsmymenu ul {
   list-style-type: none;
   margin: 0;
   padding-left: 0;
}

.newsmymenu ul li {
   margin-top: 2px; /*spacing between menu items*/
}

.newsmymenu li a {
   padding-left: 15px;
   width:140px;  /*because we have padding:5 - 190px-10px*/
   display:block;
   background-color: #E7E7E7;
   text-decoration: none;
}

.newsmymenu li a:hover {
   background-color: #ffffff;
   text-decoration: none;
   background-image: url(../images/nav/sm_news.gif);
   background-repeat: no-repeat;
   background-position: -5px;
   padding-left: 20px;
}

.newsmymenu li a span {
   color:#003399; 
}

.newsmymenu li a:hover span { /*hover menu item*/
   color: #193560;
}

#newsselected {
   background-color: #ffffff;
   text-decoration: none;
   background-image: url(../images/nav/sm_news.gif);
   background-repeat: no-repeat;
   background-position: -5px;
   padding-left: 20px;
}
/*	CONTACT																		*/
.contactmymenu {
   width: 150px; /*width of menu*/
   font-size:12px;
   font-family:Verdana;
   margin-left: -30px;
   line-height: 30px;
}

.contactmymenu ul {
   list-style-type: none;
   margin: 0;
   padding-left: 0;
}

.contactmymenu ul li {
   margin-top: 2px; /*spacing between menu items*/
}

.contactmymenu li a {
   padding-left: 15px;
   width:140px;  /*because we have padding:5 - 190px-10px*/
   display:block;
   background-color: #E7E7E7;
   text-decoration: none;
}

.contactmymenu li a:hover {
   background-color: #ffffff;
   text-decoration: none;
   background-image: url(../images/nav/sm_contact.gif);
   background-repeat: no-repeat;
   background-position: -5px;
   padding-left: 20px;
}

.contactmymenu li a span {
   color:#003399; 
}

.contactmymenu li a:hover span { /*hover menu item*/
   color: #193560;
}

#contactselected {
   background-color: #ffffff;
   text-decoration: none;
   background-image: url(../images/nav/sm_contact.gif);
   background-repeat: no-repeat;
   background-position: -5px;
   padding-left: 20px;
}
/*	END SUB MENU STYLING						*/


#citation
{
	margin-left: 50px;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 560px;
	font-size: 18px;
	font-style: italic;
	border: 1px solid #6e6e6e;
	background-image: url(../images/quotes.jpg);
   	background-repeat: no-repeat;
}
#citationauthor
{
	font-size: 10px;
	font-style: italic;
	text-align: right;
}

#citationsmall
{
	margin-left: 50px;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 560px;
	font-size: 12px;
	font-style: italic;
	border: 1px solid #6e6e6e;
	background-image: url(../images/quotes.jpg);
   	background-repeat: no-repeat;
}
#citationauthorsmall
{
	font-size: 8px;
	font-style: italic;
	text-align: right;
}

#listheader
{
	padding-left: 5px;
	font-size: 12px;
	font-weight: bold;
	background-color: #dcdcdc;
	color: #000000;
	padding-bottom: 10px;
	padding-top: 10px;
}
#listspacer
{
	height: 20px;
}
#listentrydate
{
	padding-left: 5px;
	font-size: 10px;
	font-weight: normal;
	background-color: #ffffff;
	color: #000000;
}
#listentryprecis
{
	padding-left: 5px;
	text-align: justify;
	font-size: 10px;
	font-weight: normal;
	background-color: #ffffff;
	color: #000000;
}
#listentryauthor
{
	padding-left: 5px;
	font-size: 10px;
	font-weight: normal;
	background-color: #ffffff;
	color: #000000;
}

.newsmetatitle
{
	font-style: normal;
	font-weight: bold;
}

.newsmetadetail
{
	font-style: italic;
	font-weight: normal;
}

.newsmetaspacer
{
	height: 5px;
}

.newstext
{
	padding: 10px;
	text-align: justify;
}

#inline
	{
		display: inline;
	}
.inlineimage_l
{
	
	display: inline;
	padding-left: 5px;
	padding-right: 5px;
	float: left;
}

.inlineimage_r
{
	
	display: inline;
	padding-left: 5px;
	padding-right: 5px;
	float: right;
}

#newslistitem
{
	margin-left: 50px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 560px;
	font-size: 12px;
	font-style: italic;
	border: 1px solid #6e6e6e;
}

#contactdetails
{
	margin-left: 50px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 560px;
	font-size: 12px;
	font-style: normal;
	border: 1px solid #6e6e6e;
}
.error404
{
	text-align: center;
}

#video_space
{
	background-color: #ffffff;
}

#flinkimage
{
	border: none;
	outline: none;
}
#welcome_space
{
	background-color: #ffffff;
	background-image: url(../images/welcome_banner.gif);
	background-repeat: no-repeat;
	background-position: 5% 0%;
	text-align: justify;
}

#subheader_space{
	height: 50px;
}
	.subheader_image
	{
		margin-left: -9px;
	}


#footer_section{
	text-align: center;
	font-size: 10px;
	font-family: verdana,sans-serif;
	color: #6e6e6e;
}
	
	#footer_section a
	{
		font-size: 10px;
		font-family: verdana,sans-serif;
		color: #6e6e6e;
		text-decoration: none;
	}
	
	#footer_section a:hover
	{
		font-size: 10px;
		font-family: verdana,sans-serif;
		color: #6e6e6e;
		text-decoration: underline;
	}
	
	#footer_section a:visited
	{
		font-size: 10px;
		font-family: verdana,sans-serif;
		color: #6e6e6e;
		text-decoration: none;
	}
	
	.footer_icon
	{
		border: 1px solid #dcdcdc;
		background-color:#ffffff;
	}