* {
	margin: 			0px;
	padding:			0px;
}
ul, ol, dl {
	margin: 			0 0 1em 1em
}
li {
	margin-left: 		1.5em;
	line-height: 		1.5em;
}
html {
	height:				100%;
	width:				100%;
}
body {
	background-color:	#67a2c0;
	font-style:			normal;
	font-weight:		normal;
	font-family:		Arial;
	height:				100%;
	width:				100%;
	min-height:			736px;
}
#Loader {
	position:			absolute;
	top:				0px;
	left:				0px;
	width:				100%;
	height:				100%;
	background-color:	#67a2c0;
	z-index:			9000;
	background-image:	url(images/Loading.gif);
	background-repeat:	no-repeat;
	background-position:center center;
}
.std_container {
	position:			absolute;
	top:				50%;
	left:				50%;
	width:				960px;
	height:				736px;
	margin-top:			-368px;
	margin-left:        -480px;
	background-color:	#666666;
	background-image:	url(images/container.gif);
	background-position:top right;
	background-repeat:	no-repeat;
	z-index:			1;
}
.intro_container {
	position:			absolute;
	top:				90px;
	left:				50%;
	width:				960px;
	height:				736px;
	margin-left:        -480px;
	background-color:	#67a2c0;
	z-index:			1;
}
.std_slogan_container {
	padding-top:		24px;
	margin-left:		82px;
	width:				550px;
	height:				119px;
	background-color:	transparent;
	color:				#67a2c0;
	font-size:			21px;
	font-style:			normal;
	font-weight:		lighter;
	line-height:		21pt;
	display:			block;
	float:				left;
}	
.intro_slogan_container {
	margin-left:		96px;
	width:				620px;
	height:				88px;
	background-color:	transparent;
	color:				#dddddd;
	font-size:			24px;
	font-style:			normal;
	font-weight:		lighter;
	line-height:		21pt;
	display:			block;
}
.slogan {
	padding-top:		24px;
	cursor:				pointer;
	display:			none;
	height:				auto;
	width:				100%;
}
.slogan_link {
	font-size:			9px;
}
#SloganPopup {
	width:				280px;
	height:				200px;
	background-color:	#ffffff;
}
#SloganPopupWrapper {
	position:			absolute;
	width:				280px;
	height:				200px;
	left:				50%;
	top:				50%;
	margin-left:		30px;
	margin-top:			-180px;
	z-index:			-1;
	visibility:			hidden;
	background-color:	#000000;
}
#SloganPopupWrapperIntro {
	position:			absolute;
	width:				280px;
	height:				200px;
	left:				50%;
	top:				266px;
	margin-left:		30px;
	z-index:			-1;
	visibility:			hidden;
	background-color:	#000000;
}
#SloganText {
	padding:			10px;
	color:				#333333;
	font-family:		Verdana, Geneva, sans-serif;
	font-size:			10px;
	font-style:			normal;
	font-weight:		normal;
	line-height:		16px;
}
#logoTop {
	margin-left:		82px;
	display:			block;
	clear:				both;
}

#topRight {
	float:				right;
	padding:			20px;
	
}
#LeftNavi {
	margin-left:		82px;
	display:			inline;
	float:				left;
	color:				#FFF;
}
#Navi1 {
	width:				124px;
	text-align:			right;
	display:			block;
	margin-top:			60px;
}
#Navi2 {
	width:				124px;
	text-align:			right;
	display:			block;
	margin-top:			104px;
	margin-bottom:		20px;
}
#Navi3 {
	width:				auto;
	text-align:			right;
	display:			block;
/*	margin-top:			533px; */
	margin-top:			0px;
	margin-right:		20px;
}

#weatherlinks {
	background: 		#fff; 
	margin-top:			200px;
	height:				370px;
	width:				190px;
	float:				right;
	position:relative;       
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	-webkit-border-top-left-radius: 50px;
	-moz-border-radius-topleft: 50px;
	border-top-left-radius: 50px;
}

#weatherlinks ul  {
	margin: 	0 0 5px 1em
}

.effect:before, .effect:after
{
	content:"";
    position:absolute; 
    z-index:-1;
    -webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
    -moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
    box-shadow:0 0 20px rgba(0,0,0,0.8);
    bottom:0px;
    left:0;
    right:0;
    -moz-border-radius:100px / 10px;
    border-radius:100px / 10px;
} 



.effect:after
{
	right:10px; 
    left:auto;
    -webkit-transform:skew(8deg) rotate(3deg); 
       -moz-transform:skew(8deg) rotate(3deg);     
        -ms-transform:skew(8deg) rotate(3deg);     
         -o-transform:skew(8deg) rotate(3deg); 
            transform:skew(8deg) rotate(3deg);
}

.rightsidecorner:before {
    top:-30px;
}

.leftsidecorner:before{
	top:30px;	
}




a.menu:link, a.menu:visited {
	color:					#9a9b9c;
	text-decoration:		none;
}
a.menu:active, a.menu:hover {
	color:					#ffffff;
}
a.menu {
	font-weight:			normal;
	font-style:			normal;
	font-size:				13pt;
	line-height:			21pt;
	color:					#9a9b9c;
	text-decoration:		none;
}
#PostIt {
	margin-top:			5px;
	font-size:			12px;
	width:				124px;
	height:				180px;
	overflow:			hidden;
	display:			block;
}
#Content {
	margin-left:		10px;
	margin-top:			210px;
	background-color:	#ffffff;
	width:				510px;
	height:				360px;
	float:				left;
	overflow:			auto;
}
#ContentText {
	padding-top:		80px;
	padding-left:		20px;
	padding-right:		50px;
	height:				480px;
	overflow:			hidden;
	color:				#333333;
	font-family:		Verdana, Geneva, sans-serif;
	font-size:			10px;
	font-style:			normal;
	font-weight:		normal;
	line-height:		16px;
}

#globallinks {
	overflow:			hidden;
	color:				#333333;
	font-family:		Verdana, Geneva, sans-serif;
	font-size:			10px;
	font-style:			normal;
	font-weight:		normal;
	line-height:		16px;
	text-align: 		left;
	padding:			20px 10px 10px 20px;	
}

.HidesOverflow {
	width:				200px;
	height:				200px;
	margin-left:		310px;
	position:			absolute;
	z-index:			999;
	background-image:	url(images/backgroundCorner.gif);
	background-repeat:	no-repeat;
}
#ContentTextBottom {
	height:				20px;
}
h1 {
	color:				#666666;
	font-family:		Arial;
	font-size:			16px;
	font-style:			normal;
	font-weight:		normal;
	text-transform: 	uppercase;
}
h2 {
	color:				#666666;
	font-family:		Arial;
	font-size:			13px;
	font-style:			normal;
	font-weight:		normal;
}
.contentlink {
	color: #666666;
	text-decoration: none;
}
#ContentText a, #globallinks a {
	color: #666666;
	text-decoration: none;
}
ins {
	text-decoration:none;
}