/*Common*/
body
{
	background-color: #9fd0df;
	font-family:Arial, Tahoma, Verdana;
	font-size:62.5%;
	color:#054057;
	margin:0;
	text-align:justify;
}

.Left
{
	float:left;
}

.Right
{
	float:right;
}

.Clear
{
	clear:both;
}

h1, h2
{
	font-size:1em;
	color:#fff;
	margin:0;
	padding:0;
}

h3 
{
	color:#4cb0db;
	font-size: 20px;
}

p
{
	padding: 8px;
}

a
{
	color:#1c262a;
	text-decoration:none;
}

a:hover
{
	text-decoration:underline;
}

img
{
	border:0;
}


/*Layout*/
.Position
{
	background: #FFFFFF;
	width:970px;
	font-size:1.2em;
	margin:0 auto 10px;
}

.Header
{
	background: #9fd0df;
	margin-bottom: -3px;	
}

.Menu1
{
	background: #4cb0db url(images/menu_bg.png) repeat-x;
	height: 41px;
	margin-bottom: 20px;
}

.Menu1 a
{
	margin-right: -3px;
}

#menu {		
		background: #9fd0df;
		display: table;
		margin: 0;
		height:31px;		
}
#menu ul {
		padding: 0;
		margin: 0;
}
#menu .on {
		text-align: center;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 13px;
		font-weight: bold;
		color: #45484E;
		display: block;
		width: 120px;
		height: 30px;
		background: url(images/bg_bttn_on.gif) no-repeat 0 0;
		float: left;
		margin: 0px 1px 0px 0px;
}
#menu .off {
		text-align: center;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: normal;
		color: #E3E7EA;
		display: block;
		width: 120px;
		height: 27px;
		background: url(images/bg_bttn_off.gif) no-repeat 0 0;
		float: left;
		margin: 3px 1px 0px 0px;
}
#menu .off:hover {
		width: 120px;
		height: 30px;
		margin: 0px 1px 0px 0px;
}
#menu .on a:link, #menu .on a:visited {
		color: #45484E;
		text-decoration: none;
}
#menu .off a:link, #menu .off a:visited {
		color: #E3E7EA;
		text-decoration: none;
}

#menu .on a:hover, #menu .off a:hover {
		text-decoration: underline;
}
#menu span {
		display: block;
		padding-top: 9px;
}

.ContentLeft
{
	width:203px;
	margin-left:4px;
}

.ContentLeft .ContentArea
{
	padding:5px 10px;
	border:1px dotted #88a0aa;
}


.Partners a
{
	padding-left:10px;
	display:block;
	height:22px;
	line-height:22px;
	background:url(images/navigation_bullet.PNG) left center no-repeat;
}

.Buttons
{
	text-align:center;
	border:1px solid #bbb;
	padding:5px 8px 10px;
}

.Buttons img
{
	float:left;
	margin:5px 0 0;
}

.ButtonsSpacer
{
	float:left;
	width:2px;
}

.ContentMiddle
{
	width:750px;
	margin-left:5px;
	margin-right:0;
}

.ContentRight
{
	float:right;
	width:180px;
}

.ContentHeader1
{
	background:url(images/side_bg.PNG) #4cb0db right no-repeat;
	height:30px;
	line-height:30px;
	color:#fff;
	padding-left:10px;
	margin-bottom:3px;
	font-weight:bold;
}

.ContentHeader
{
	background:url(images/sub_bg.PNG) #4cb0db right no-repeat;
	height:30px;
	line-height:30px;
	color:#fff;
	padding-left:10px;
	margin-bottom:3px;
	font-weight:bold;
}

.ContentThumbs
{
	margin-left:15px;
	margin-top:10px;
}


.ContentRight .ContentArea
{
	padding:10px 8px 0;
}

.NavigationLink
{
	padding-left:10px;
	display:block;
	height:22px;
	line-height:22px;
	border-bottom:1px dotted #88a0aa;
	background:url(images/navigation_bullet.PNG) left center no-repeat;
}

.FeaturedScreensaver
{
	margin:10px 25px;
	padding:5px;
	width:140px;
	background-color:#f3f3f3;
	border:1px solid #88a0aa;
	font-weight:bold;
}

.Box {
	margin: 0 0 10px 0;
	padding: 0;
	width: 170px;
	background-color: #e0e0e0;
	border: 0;
	text-align: center;
	font-weight: bold;	
}
.Box a {
	text-decoration:underline;
	font-family:Tahoma;
	font-size:11px;
	color:#646464;	
}

.Spacer
{
	float:left;
	width:1px;
	height:120px;
	margin:10px 0;
	padding:1px;
}

.Thumbnail
{
	
	width:160px;
	border:0;
}

.Footer
{
	font-size: 11px;
	width:600px;
	text-align:center;
	margin: 20px auto;
	clear:both;
	color: #005c77;
}

.Bottom
{
	background:url(images/bottom_bg.PNG) #4cb0db repeat-x;
	height:45px;
	margin-bottom: -10px;
}
