/* SMAG - CSS Document */

html, body {
	height: 100%;
	margin: auto;
	padding: 0;
	background-color: #d0d5cd;
	background-image: url(images/body-BG.jpg);
	background-repeat: repeat-x;
	text-align: center;
}

#screenBG {
	height: 100%;
	width: 100%;
	background-repeat: repeat-x;
}

a:active
{
outline: none;
}

object
{
outline: none;
}

a:focus
{
-moz-outline-style: none;
}

#wrapper {
	width: 977px;
	/*height:671px;*/
	margin:auto;
	position:relative;
	/*background-image:url(images/test.jpg);*/
	background-repeat:no-repeat;
}

/**********TOPBAR**********/
#topbar {
	width: 977px;
	height: 79px;
	text-align: left;
}

#logo {
	width: 172px;
	height: 60px;
	position: relative;
	float: left;
	top: 13px;
	left: 34px;
}

#slogan {
	width: 202px;
	height: 23px;
	position: relative;
	float: left;
	top: 34px;
	left: 44px;
}

#facebook {
	width: 101px;
	height: 31px;
	position: relative;
	float: left;
	top: 20px;
	left: 375px;
}

#report {
	width: 109px;
	height: 60px;
	position: relative;
	float: left;
	top: 13px;
	left: 380px;
}

/*********MENU*********/
#menu {
	width: 977px;
	height: 60px;
	text-align:left;
	background: none;
}

#global-menu {
	width: 939px;
	height: 34px;
	text-align:left;
	padding-left: 38px;
}

.global-devider {
	width: 1px;
	height: 34px;
	background-image:url(images/global-devider.gif);
	float: left;
}

.global-buttons {
	width: auto;
	height: 34px;
	float:left;
}

#local-menu {
	width: auto;
	height: auto;
	text-align: left;
	padding-left: 23px;
	padding-top: 6px;
}

.localButton a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #787373;
	text-decoration: none;
}

.localButton a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #787373;
	text-decoration: none;
	display: block;
	font-weight:bold;
}

.localButton a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #8bac25;
	text-decoration: none;
	display: block;
	font-weight:bold;
}

.localButton #menuActive {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #8bac25;
	text-decoration: none;
	display: block;
	font-weight:bold;
}

.localButtonDevider{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7fa021;
	float: left;
}

.localButton{
	padding-left: 15px;
	padding-right: 15px;
	float: left;
}

/**********CONTENT**********/
#content {
	width: 977px;
	height: 326px;
	text-align: left;
}

#leftColumn {
	width: 510px;
	height: 326px;
	text-align:left;
	background-image:url(images/galleryBG.gif);
	float: left;
}

#gallery {
	padding-left:46px;
	padding-top:27px;
}

#rightColumn {
	width: 467px;
	text-align: left;
	float: left;
	padding-bottom: 30px;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-indent:-2500px;
	z-index:100;
	position:absolute;
	font-size: 17px;
	*font-weight: 700;
	color: #aead0b;
	padding-left: 0px;
	padding-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	*font-weight: 700;
	color: #aead0b;
	padding-left: 20px;
	padding-right: 40px;
	margin-top: 30px;
	margin-bottom: 10px;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #787373;
	margin: 0px;
	margin-top: 10px;
	padding-left: 20px;
	padding-right: 40px;
	line-height: 1.5;
}

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #aead0b;
	font-weight:bold;
	text-decoration:none;
	line-height: 1.5;
}

a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #aead0b;
	font-weight:bold;
	text-decoration:underline;
	line-height: 1.5;
}
/**********FOOTER**********/
#footer {
	width: 977px;
	height: 176px;
	text-align:left;
}


