body
{
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	color:#000;
	background-color: #405898;
	font-size:12px;
	text-align:left;
	margin-top: 4px;
}

a{
	color: #146d38;
}

div#site-wrapper
{
	margin-left:auto;
	margin-right:auto;
	width:960px;
	border: #78BBCE 2px solid;
	background: #FFF;
	padding-top: 4px;
}

div#logo
{
	/*background-image: url(../images/shared/logo.jpg);
	background-repeat:no-repeat;*/
	width:89px;
	height:74px; 
	position:relative; top:0px; right:-24px
}

/* MAIN MENU */
div#main-menu-bg
{
	background-color:#146d38;
	width:100%;
	height:25px;
	position:relative; top:7px;
}

div#main-menu-link
{
	text-align: center;
	color:#FFF;
	text-decoration:none;
	letter-spacing:1px;
	word-spacing:2px;
	position:relative; top:5px;
}
div#main-menu-link A 
{
	color:#FFF;
	text-decoration:none;
	/* If more links are inserted, please decrease the left and right padding accordingly */
	padding-left:12px;
	padding-right:12px;
	padding-top: 3px;
	padding-bottom: 4px;
}
div#main-menu-link A:hover 
{
	color:#bde8ce;
	background-color:#10572D;
	/*text-decoration: underline;*/
}

/* LANGUAGE MENU */
div#language-menu-link
{
	text-align: right;
	color:#000;
	text-decoration:none;
	letter-spacing:1px;
	word-spacing:1px;
}
div#language-menu-link A 
{
	color:#78bbcf;
	text-decoration:none;
	/* If more links are inserted, please decrease the left and right padding accordingly */
	padding-left:0px;
	padding-right:5px;
}
div#language-menu-link A:hover 
{
	color:#405898;
	text-decoration: none;
}

/* TOP MENU */
div#top-menu-link
{
	text-align: right;
	color:#000;
	text-decoration:none;
	letter-spacing:1px;
	/*word-spacing:1px;*/
	position:relative; 
	top:44px;
}
div#top-menu-link A 
{
	color:#146d37;
	text-decoration:none;
	/* If more links are inserted, please decrease the left and right padding accordingly */
	padding-left:0px;
	padding-right:5px;
}
div#top-menu-link A:hover 
{
	color:#405898;
	text-decoration: underline;
}


/* SIDE COLUMN */
div#side-wrapper
{
	width: 200px;	
	background-color: #4B80B6;
	float: right;	
	color: #FFF;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 20px;
}

div#side-wrapper a{
	color: #FFF;
}

div#side-wrapper a:hover{
	color: #D1F1F7;
}

#side-text{
	margin: 4px;
}


div#page-content-wrapper
{
	width:920px;
	height:100%;
	overflow:hidden;
	margin-left:auto;
	margin-right:auto;
	margin-top: 10px;
	margin-bottom: 30px;
	position:relative; top:10px; left: 15px;	
}

div#page-content-main{
	float: left;
	width: 700px;
}

div#page-content-wrapper h1{
	color: #146d38;
	font-size: 16px;
	font-weight: bold;	
}

div#page-content-wrapper h1 a{
	color: #146d38;		
}

div#page-content-wrapper h2{	
	color: #405898;
	font-size: 14px;
	font-weight: bold;
}

div#media-box-bg
{
	background-image: url(../images/shared/media-box-bg.jpg);
	background-repeat:no-repeat;
	width:960px;
	height:154px;
	position:relative; top:5px;
}

div#media-box-image-main
{
	background-image: url(../images/shared/media-box-image-main.png);
	background-repeat:no-repeat;
	width:285px;
	height:154px;
}

div#media-box-text-position
{
	position:relative; top:4px; left:44px;
	
}

div#media-box-image-position
{
	position:relative; top:0px; left:95px;
	
}

div#media-box-text-1
{
	text-align: left;
	font-size:50px;
	color:#FFFFFF;
	font-weight:normal;
	letter-spacing:2px;
	
}

div#media-box-text-2
{
	text-align: left;
	font-size:25px;
	color:#FFFFFF;
	font-weight:normal;
	position:relative; top:10px;

}

div#media-box-text-3
{
	text-align: left;
	font-size:15px;
	color:#FFFFFF;
	font-weight:normal;
	letter-spacing:1px;
	position:relative; top:20px;
}

div#footer
{
	clear: both;
	text-align: center;
	background-color: #78BBCE;
	padding: 3px 2px 3px 2px;
	color: #333333;	
	font-size: 10px;
}

.textSmall{
	font-size: 10px;
}

/* NEWS */
#newsLatestHeader
{
	font-weight: bold;
	font-size: 14px;
	color: #D1F1F7;	
	border-bottom: #D1F1F7 2px solid;
	margin-bottom: 3px;
}

.news-search-container{
	margin-left: 20px;
	border-style: solid;
	border-width: 1px;
	border-color: #405898 #405898 #304474 #304474; 
	padding: 2px 5px 0px 5px;
	background-color: #4B80B6;
	color: #FFFFFF;
}

.news-search-container h2{
	color: #D1F1F7;
	font-size: 14px;
}

/* MAILNG LIST */
#mailingListHeader
{
	font-weight: bold;
	font-size: 14px;
	color: #D1F1F7;	
	border-bottom: #D1F1F7 2px solid;
	margin-bottom: 3px;
}

/* 
:Left:
This floats a div to the left.
*/
div.float-left
{
	float:left;
}
/* 
:Right:
This floats a div to the right.
*/
div.float-right
{
	float:right; 
}

/* 
:Break:
Use break to simply break the current flow of one or more divs that float left or right 
This simply allows you to start on a new line without affecting the above layout. 
For Vertical Spacing use div.spacer.
*/
div.break
{
	clear:both;
}

div.spacer
{ 
	padding:5px;
}

/* image classes */
.img-shadow {
  float:left;
  background: url(../images/shared/shadowAlpha.png) no-repeat bottom right !important;
  background: url(../images/shared/css_shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
  }

.img-shadow img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
}

/* FORM */
.formText{
	font-size: 11px;
}

.formButton{
	border: #405898 1px solid;
	font-size: 11px;
	font-weight: bold;
	background-color:#78BAD0;
}

.formSelect{
	font-size: 11px;
}

fieldset{
	background: #FFFFFF url(../images/shared/back_application_form.jpg) repeat-x top left;
	font-size: 11px;
}

legend{
	font-weight: bold;
	font-size: 12px;
}

.required{
	color: #e10000;
	background: url(../images/shared/icon-required.gif) no-repeat top left;
	padding-left: 15px;
}

/* Application Form */
.applicationformButton{
	background: #FFFFFF url(../images/shared/back_application_text.jpg) repeat-x bottom left;
	font-weight: bold;
	font-size: 12px;
}

.applicationformText{
	font-size: 12px;
	background: #FFFFFF url(../images/shared/back_application_text.jpg) repeat-x bottom left;
}

/*
input{
	width: 200px;
}
*/

.errorMessage{
	width: 500px;
	padding: 3px;
	border: #FF0000 1px solid;
	background-color: #FFFF99;
	color: #FF0000;
}