/* Pretty Stuff
================================== 
 Zero down margin and padding on all elements */
* {
	margin: 0;
	padding: 0;
}

/* The Core Technique
================================= */
body,html {
	background-color: White;
	color: #606060;
	font-family: "Verdana", "Tahoma", "Frutiger", "Univers", "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", "Helvetica Neue", sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	margin: 0 0 1.5em 0;
	height: 100%;
	text-align: left;
}

p {
	font-size: 1em; /* 12px */
	line-height: 1.5em; /* 18px */
	margin: 0 0 1.5em 0;
}

h1 {
	background-color: #fff;
	color: #1D8EA0;
	font-size: 1.5em; /* 18px */
	line-height: 1em; /* 18px */
	margin: 1em 0 0.1em 0; /* calculations:
font size:	18px(desired) / 12px(base) = 1.5em
line-height: 18px(line height) / 18px(desired font size) = 1em;
*/
	font-weight: 700;
}

h2 {
	background-color: #fff;
	color: #1D8EA0;
	font-size: 1.3333em; /* 16px */
	line-height: 1.125em; /* 18px */
	margin: 0 0 0.125em 0; /* calculations:
font size:	16px(desired) / 12px(base) = 1.3333em
*/
	font-weight: 400;
}

h2 a {
	background-color: #fff;
	color: #1D8EA0;
	font-weight: 400;
	text-decoration: none;
}

h2 a:hover {
	background-color: #fff;
	color: #22B4CC;
	text-decoration: underline;
}

h3 {
	background-color: #fff;
	color: #1D8EA0;
	font-size: 1.1667em; /* 14px */
	line-height: 1.286em; /* 18px */
	margin-top: 1.929em;
	margin-bottom: 0.643em; /* calculations:
font size:	14px(desired) / 12px(base) = 1.1667em
line-height: 18px(line height) / 14px(desired font size) = 1.286em;
top margin: 27px / 14px = 1.929em
bottom margin: 9px / 14px = 0.643em
*/
	font-weight: 700;
}

h3 a {
	background-color: #fff;
	color: #1D8EA0;
	font-weight: 700;
	text-decoration: none;
}

h3 a:hover {
	background-color: #fff;
	color: #22B4CC;
	text-decoration: underline;
}

 /*****************************
	Main Tags TO CLEAN UP!!!
*****************************/
form, select, textarea {
	font: normal 1.0em Verdana, Geneva, Helvetica, Arial, sans-serif;
}

img {
	border: none;
	margin: 0;
	padding: 0;
}

a {
	color: #1D8EA0;
	text-decoration: none;
}

a:hover{
	color: #22B4CC;
	text-decoration: underline;
}
a * {
	color: #1D8EA0;
	text-decoration: none;
}

a:hover * {
	color: #22B4CC;
	text-decoration: underline;
}

.floatleft{
	float: left;
	padding: 10px 10px 10px 0;
}

.floatright{
	float: right;
	padding: 10px 0 10px 10px;
}

td {
	vertical-align: top;
}

/*****************************
	Headings css

h1, h2, h3, h4, h5 {
	font-family: Verdana, Geneva, Helvetica, Arial, sans-serif;
	font-weight: normal;
	margin: 0 0 0 0;
	padding: 0;
	line-height: 1em;
	color: #1D8EA0;
}

h1 {
	font-size: 22px;
	color: #00697E;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 15px;
}
*****************************/


/*****************************
    Main Wrapper elements
*****************************/
#bgwrappermain {
	background: url(../../../images/bg.gif) #fff repeat-x;
	height: auto;
	margin: 0;
	position: relative;
	width: 100%;
}

#pagewrapper{
	width: 780px;
	height: 100%;
	margin: 0 auto 0 auto;
	background: url(../../../images/outerpagebg.gif) no-repeat;
}
#pagewrapperflex {
  width:780px;
  	height: 100%;
  margin:0 auto 0 auto;
  background: url(../../../images/outerpagebg2.gif) no-repeat;
}
/*****************************
    Heading Bar / Branding
*****************************/
#headwrapper {
	margin: 0 auto;
	position: relative;
	text-align: left;
	width: 760px;
}

#branding {
	clear: both;
	height: 210px;
	margin-left: 10px;
}
.imgheading{
	margin-top: 10px;
}

/*****************************
    Flash Banner
*****************************/
#flashcontent{
	width: 261px;
	float: left;
	padding: 0;
}

/*****************************
    Logo Area
*****************************/
#logowrapper{
	width: 332px;
	float: right;
	padding: 0;
}

#logoelement{
	text-align: center;
	height: 160px;
	vertical-align: middle;
}

/*****************************
    Language Bar
*****************************/
#languagebar{
	clear: both;
	margin: 0 20px 0 20px;
	padding: 0;
	color: #1D8EA0;
}

#languagebar img {
	margin-left: 12px;
	padding: 0;
}

#languagebar span {
}

/*****************************
    Menu Bar
*****************************/
#menu {
	clear: both;
	height: 25px;
	margin-left: 10px;
	margin-top: 1px;
}

#menu a {
	font-size: 0.9em; /* 12px */
}

/*****************************
    Search Bar
*****************************/
#searchybar {
	background: url(../../../images/pagetopbg.gif) no-repeat;
	height: 70px;
	margin-left: 10px;
}

.searchhighlight {
	color: #F79639;
	font-weight: bold;
}

/*****************************
	Breadcrumb
*****************************/
.breadcrumb {
	font-size: 1em;
	float: left;
	color: #fff;
	margin: 3px 0 0 7px;
}

.breadcrumb a{
	font-size: 0.95em;
	text-decoration: none;
	color: #fff;
}
.breadcrumb a:hover{
	text-decoration: underline;
}
.seperator {
	padding: 0 .1em 0 .1em;
	font-size: .9em;
	color: #fff;
}

.searchbox {
	float: right;
	margin: 20px 40px 0 0;
}

.searchgo {
	background: White;
	border: 1px solid #fff;
	font-size: 1.1em;
	color: #fff;
	padding: 0 5px 2px 5px;
}

/*****************************
	Content Area
*****************************/
.content {
	padding: 1em;
	width: 740px;
	min-height: 400px;
	margin-left: 10px;
}

.inner_content_left {
	width: 400px;
	float: left;
	position: relative;
	bottom: 0em; /*border: 1px solid red;*/
	margin-top: -3em;
}

.inner_content_right {
	width: 307px;
	float: right;
	margin-top: -1em; /*border: 1px solid red;*/
}

.outercontainer{
	width: 760px;
	margin: 0 auto 0 auto;
}

.innercontainer{
	width: 760px;
	line-height: 1.7em;
	color: #4C4C4C;
}

.inner_content_right img {
	margin-left: -8px;
}

.whole_page_content{
  width:720px;
  float:left;
  position:relative;
  bottom:3em;
  /*border: 1px solid red;*/
}
.inner_content_left ul {
	list-style-type: disc;
	list-style-position: inside;
	margin-left: 0;
	padding-left: 1.3em;
	text-indent: -1.3em;
}
.inner_content_left li{
margin: 0.25em 0em 0.25em 0em;
}
/*****************************
	Footer Area
*****************************/
.footer{
	font-size: .9em;
	clear: both;
	border-top: 1px solid #DCDCDC;
	width: 97%;
	margin: 0 auto 0 auto;
}

.footer img {
	float: right;
	margin: -1em 0 2em 0;
}
#footerwrapper {
	font-size: .8em;
width: 760px;
position: relative;
left: 50%;
margin-left: -380px;
}
#footerrightwrapper {
width: 645px;
float: right;
}
#footleft {
text-align: left;
width: 80px;
float: left;
}
#footcenter {
text-align: center;
width: 530px;
float: left;
}
#footright {
text-align: right;
width: 110px;
float: right;
}
/***************************************************************************
	For the Virtual Tour Launch Button position within 'modules'
***************************************************************************/
.vtlaunchbtn img{
	padding: 0;
	margin-top: -25px;
}

/*****************************
	Modules
*****************************/
.modules {
	width: 400px;
	clear: both;
	position: relative;
	margin-top: 50px;
	bottom: 3em;
}

/*****************************
	Call to Actions
*****************************/
.call_to_action {
	font-size: .90em;
	clear: both;
}

.call_to_action a {
	color: #1D8EA0;
}

.call_to_action a:hover {
	text-decoration: underline;
}

.call_to_action p {
	font-weight: bold;
	font-size: 1.1em;
	color: #1D8EA0;
	display: inline;
}

.call_to_action img {
	float: left;
	padding: 5px;
	border: 1px solid #ccc;
	margin-left: 0px;
	margin-bottom: 25px;
}

.call_to_action span {
}

/*****************************
	Used in Admin Toolbar
*****************************/
.adminlanguages {
	float: right;
	color: #1D8EA0;
	position: relative;
	right: 50px;
	top: 5px;
}

.adminlanguages img {
	margin-left: 10px;
	padding: 0;
}

.adminlanguages span {
	position: relative;
	bottom: .3em;
}
.dateheading {
		font-size: 0.9em;
	line-height: 1.5em; 
	margin: 0 0 1.5em 0;
	font-weight: bold;
}

.deco {
	background-color: #fff;
	height: 20px;
	background: url(../../../images/deco.gif) no-repeat;
	width: 400px;
}
.searchresults{
	width: 350px;
	margin: 20px;
}

.twitter-share-button
{
	position: relative;
	top: -1px;
}

