
{
border: 0;
margin: 0;
}

img
{
border: 0px;
-moz-border-radius: 10px;
border-radius: 10px;
}

p {
	background-color: #cccccc;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin: 10px;
	padding: 5px;
	width: 790px;
	text-align: justify;
}

a {
	color: #ca0000;
	text-decoration:none;
}

a:hover {
	text-decoration: underline;
	color: #000000;
}

.clear {clear: both;}

h2 {
	color: #cccccc;
	padding-left: 10px;
}
	
h3 {
	color: #cccccc;
	padding-left: 10px;
}

body {
	font: 12px Arial, Helvetica, sans-serif;
	color: #000000;
	background: #cccccc;
	line-height:20px;
}

#main {
	width: 998px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
}

#logo {
	height: 390px;
	background:  url(images/blue_globe.jpg) no-repeat;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#logo h1 {
	float: right;
	color: #ffffff;
	padding-top: 40px;
	padding-right: 20px;
	font-size: 40px;
	padding-bottom: none;
}

#logo h2 {
	float: right;
	color: #ffffff;
	padding-right: 20px;
	font-size: 20px;
	padding-top: none;
}
#menu {
	width: 500px;
	margin: auto;
	height: 60px;
	padding-top: 160px;
	padding-left: 500px;
}

#menu ul {
	list-style: none;
}

#menu ul li a {
	width: 100px;
	padding: 10px;
	margin: 0px 5px;
	float: left;
	color: #0000ff;
	text-align: center;
	-moz-border-radius: 10px;
	border-radius: 10px;
	display: inline;
	font-size: 18px;
}

#menu ul li a:hover {
	background-color: #0000ff;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

#content {
	background:#333333;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.links {
	background-color: #cccccc;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin: 10px;
	padding: 5px;
	width: 790px;
	text-align: justify;
	padding-left: 10px;
	list-style: none;
	font-size: 16px;
}

.box {
	margin-right: 10px;
	margin-top: 10px;
	float: right;
}

#footer {
	width: 90%;
	margin: auto;
	padding: 10px;
	color: #ffffff;
	text-align: center;
}

#footer a {
	color: #ffffff;
	text-decoration:none;
}

#footer a:hover {
	color: #ffffff;
	font-weight: bold;
}

.link {
	font-size: 14px;
}


/*
Slider Design by Metamorphosis Design
http://www.metamorphozis.com
Released for free under a Creative Commons Attribution 2.5 License
*/

#waveshow {width: 800px; height: 313px;}

.nivoSlider { position:relative; width: 800px; height: 313px; -moz-border-radius: 10px; border-radius: 10px; margin: 10px 10px;}
.nivoSlider img { position:absolute; top:0px; left:0px; width: 800px; height: 313px; -moz-border-radius: 10px; border-radius: 10px;}
.nivoSlider a.nivo-imageLink { position:absolute; top:0px; left:0px; width:100%; height:100%; border:0; padding:0; margin:0; z-index:60; display:none; }
.nivo-slice { display:block; position:absolute; z-index:50; height:100%; -moz-border-radius: 10px; border-radius: 10px;}
.nivo-caption {	position:absolute; left:0px; bottom:0px;  color:#fff; width:100%; z-index:89; padding-left: 10px; font-weight: bold; }
.nivo-caption p { padding:10px 5px; margin:0; text-indent:-9999%;}
.nivo-directionNav a {position:absolute; width:45px; height: 60px; top:41%; z-index:99; cursor:pointer; text-indent:-9999%; }
.nivo-prevNav { background-position: left bottom; left:25px; margin-top: 20px; background:url(images/but_left.png) no-repeat;  }
.nivo-nextNav { background-position: left top; right: 0px; margin-top: 20px; background:url(images/but_right.png) no-repeat;  }
.nivo-controlNav { bottom:-20px; position:absolute; right:0;}
.nivo-controlNav a { float:left; width:14px; height:14px; display:block; position:relative; z-index:99;	cursor:pointer; text-indent:-9999%;  }
.nivo-controlNav a.active {	background-position:left top; margin-top:-1px;}

/* =Hoverbox Code
----------------------------------------------------------------------*/

.hoverbox
{
	cursor: default;
	list-style: none;
}

.hoverbox a
{
	cursor: default;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -99px;
	left: -135px;
	z-index: 1;
}

.hoverbox img
{
	background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 300px;
	height: 225px;
}

.hoverbox li
{
	background: #eee;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	margin: 3px;
	padding: 5px;
	position: relative;
	margin: 20px;
}

.hoverbox .preview
{
	border-color: #000;
	width: 600px;
	height: 450px;
}
