﻿html,
body
{
    margin:0px;
    padding:0px;
    height:100%;
	width:100%;
	background-image:url(/images/bg.jpg);
	background-position:top;
	background-attachment:fixed;
	background-repeat:no-repeat;
    background-color: #000000;
	color:#ccc;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
}
/* PRIMARY: #5697e7 */
#pageContainer
{
	width:100%;
	height:100%;
	margin:10px 0px 0px 0px;
	padding:0px;
}
#header
{
	width:100%; 
	background-image:url(/images/logo_gray.png); 
	background-repeat:no-repeat; 
	background-position:center; 
	height:141px; 
	vertical-align:bottom;	
}
#tagLeft
{
 	float:left; 
	width:500px;  
}
#tagRight
{
 	float:right; 
	width:500px; 
	text-align:right;
}
#navigation
{
	background-image:url(/images/bg_nav.png);
	background-repeat:repeat-x;
	height:52px;
}
#menu
{
	background-image:url(/images/bg_nav_buttons.png);
	background-repeat:no-repeat;
	width:1029px;
	margin:auto;
	height:52px;
} 
#container
{
	width:1024px;
	margin:auto;
}
#containerTop
{
	width:1024px;
	margin:auto;
}
#mainButtons
{
	margin-top:10px;
	margin-left:3px;
}
#mainButtonsItem
{
	width:255px;
	float:left;
}
#mainButtonsSub
{
	margin-top:10px;
	margin-right:6px;
	float:right;
}
#mainButtonsItemSub
{
	width:255px;
}
#bgContent
{
	width:1012px;
	margin:auto;
}
#content 
{
	padding:0px 10px 0px 10px;
	border-right:solid #333 1px;
	width:690px;
	float:left;
	text-align:justify;
}
#contentWide
{
	padding:0px 10px 0px 10px;
	width:992;
	text-align:justify;
}
#contentRight
{
	width:260px;
	float:right;	
}
#pageTitle
{
	color:#5697e7; 
	font-size:28px;
	border-bottom: solid #999 1px;
	text-align:left;
}
#pageTitleSub
{
	color:#5697e7;
	font-size:34px;
	text-align:center;
	padding:0px 0px 0px 10px;
}
#navBlock
{
	/*width:184px;*/
	width:227px;
	float:left;
	margin: 0px 5px 0px 7px;
	padding: 0px;
	text-align:left;
}
#navBlockTitle
{
	width:100%;
	text-align:center;
	font-size:13px;
	border-bottom: solid #666 1px;
	padding:0px 0px 5px 0px;
	color:#ccc;
}
#footer
{
	width:1012px;
	margin:auto;
}
#serviceIcons
{
	text-align:right;	
}
#actionMenuTitle
{
	padding:13px 0px 10px 0px;
	font-size:19px;
	color:#FFF;
	text-align:center;
}
#actionMenuItem
{
	font-size:14px;
	padding-top:10px;
}
#clearBoth
{
	clear:both;
}
a:link,
a:visited
{  
    color:#5697e7; 
    text-decoration:none;
}
a:hover
{
    color:#5697e7; 
    text-decoration:underline;
}
h1
{
	/*color:#5697e7;*/
	color:#FFF;
	font-size:22px;
	font-weight:normal;
	font-style:normal;
}
h2
{
	color:#F0F0F0;
	font-size:20px;
	font-weight:normal;
	font-style:normal;
}
h3
{
	color:#999;
	font-size:18px;
	font-weight:normal;
	font-style:normal;
}
h4
{
	color:#5697e7;
	font-size:18px;
	font-weight:normal;
	font-style:normal;
	margin:0px;
	font-style:italic;
}
h5
{
	color:#999;
	font-size:18px;
	font-weight:normal;
	font-style:normal;	
	margin:0px;
	font-family:Verdana, Geneva, sans-serif; 
}
hr
{
	color: #666;
	background: #999;
	height: 1px;
	border: 0px;
}
em
{
    /*color: #5697e7;*/
	color:#CCC;
    font-style:italic;
    font-weight:normal;
}
/*
ul.em
{
	margin: 12px 0px;
	padding: 0px 0px 0px 12px;
}
ul.em li
{
	list-style-type: none;
	background: url('/images/bullet.png') no-repeat top left;
	margin: 0px 0px 12px 0px;
	padding-left: 24px;
}
*/
#toolTip
{
    background-image: url('/images/toolTipBg.png');
    border: solid 2px #5697e7;
    padding: 4px;
    z-index: 1;
    color: #ccc;
    font-size: 13px;
    display: none;
    position: absolute;
    width: 300px;
}
#navBlock li
{
	line-height:1.00;
	color:#939393;  
	list-style: none;
	padding-top:6px;
}
#navBlock ul
{
	margin: 0px; 
	padding: 0px;
}
#PortItem 
{
	padding:20px 0px 20px 0px;
}
#PortImg 
{
	width:650px; 
	float:left;
}
#PortText
{
	width:300px; 
	float:right; 
	vertical-align:middle;
	text-align:justify;
}
.subNav a:link,
.subNav a:visited
{  
    color:#939393; 
    text-decoration: none;
}
.subNav a:hover
{
    color: #5697e7; 
    text-decoration: underline;
}
#PortTitle 
{
	text-align:left;
	font-size:20px;  
	color:#fff;
}
.PortOpen
{
	font-style:italic;
	font-size:13px;
}
.PortClose
{
	color:#ccc;
	text-align:justify;
	font-size:13px;
}
.side4Item 
{
	height:87px; 
	vertical-align:text-top;
}
.rounded-corners 
{
    behavior: url(/styles/border-radius.htc);
    border-radius: 10px;
}
.centerImg
{
    text-align:center;
	display:block;
    margin-top:0px;
    margin-bottom:0px;
    padding:0px;
}
.footer
{
    font-size: 9px;
    color: #acacbd;
}
.footer hr
{
	margin-top: 22px;
	color: #CCC;
	background: #acacbd;
	height: 1px;
	border: 0px;
}
.footer a:link,
.footer a:visited
{
	color: #CCC;
	text-decoration: none;
}
.footer a:hover
{
	color: #666;
	text-decoration: underline;
}
.formField
{
	background-color:#000;
	color:#666;
	font-size:10px;
	border: solid #181818 1px;
	padding:3px;
	/*margin:3px 0px 3px 0px;*/
	font-family:Verdana, Geneva, sans-serif;
	
}
.formValidator
{
	height:8px;
	font-size:8px;
	color:#3CF;
	font-family:Verdana, Geneva, sans-serif;
}

.submit
{
    /*background: url(/images/submit.png) no-repeat;*/
	color:#5697e7;
	font-weight:bold;
	border: none;
	padding:5px;
	cursor:pointer;
	background-color:#181818;
	-moz-border-radius: 4px;
	-moz-box-shadow: 3px 3px 3px #000;
	-webkit-box-shadow: 3px 3px 3px #000;
	box-shadow: 3px 3px 3px #000;
	behavior: url(/styles/border-radius.htc);
    border-radius: 4px;
	
	
}	
.zoomin
{
    cursor: url('/images/zoomin.cur'), pointer;
}
.zoomout
{
    cursor: url('/images/zoomout.cur'), pointer;
}
