@charset "utf-8";
body {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666666;
	background-image:url(../images/background-top.jpg);
	background-repeat:repeat-x;
}
h2{
	color:#3399ff;
}

.error{
 color:#666666;
 border: 2px solid #CC0000;
 padding-left: 5px;
 width:auto;
 height:65px;
}

.phishing{
background-image:url(../images/phishing.gif);
width:100px;
height:25px;
color:#FFFFFF;
}


p{
margin:auto;
padding:inherit;
}

.oneColFixCtrHdr #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image:url(../images/background-top.jpg);
	background-repeat:repeat-x;
}

.oneColFixCtrHdr #container p{
	margin: 0;
	padding:0; 
}



.oneColFixCtrHdr #header {
	height:122px;
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;

}

.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size:75%;
}
.header-text{
 z-index:10px;
 position:absolute;
}

#top-menu{
	float:left;
	margin-top:4px;
}
#top-menu-left{
	float:left;
	width:40%;	
}
#top-menu-right{
	float:right;
	width:40%;	
	text-align:right;
}

.clear{
	clear:both
}


.float-left{
	float:left;
}
.float-right{
	float-right;
}

.float-left-main{
	float:left;
	width:49%;
	border-right:1px solid #000000;
	padding-right:10px;
	min-height:750px;
    
	
}
.float-right-main{
	float:right;
	width:49%;
	
}

.oneColFixCtrHdr #mainContent {
	background-repeat:repeat-x;
	margin: 0;
	padding-left:10px;
	padding-right:10px;
	padding-top:45px;
	background-color:#EEEFF1;
}
.oneColFixCtrHdr #footer {
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	color:#FFFFFF;
	background-color:#333333;

}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
a.submenulink:link, a.submenulink:visited, a.submenulink:active {
     text-decoration: none;
	 color:#3399ff;
}
a.submenulink:hover,{
	text-decoration:underline;
	color:#3399ff;
}

/* Fisheye Menu Styles */

#fisheye_background{
	padding: 0;
	height: 220px;
	width:auto;
	float:right;
}
.float-left-fisheye{
	float:left;
}

#fisheye_menu {
	list-style: none;
	margin:0px;
	padding:0px;
	z-index:20;

}
#fisheye_menu li {
	position: relative;
	float: left;
	margin:0px;
	padding-top:20px;
	padding-right:2px;
}
#fisheye_menu span {
	position: absolute;
	top: 100%;
	left: 0;
	text-align: center;
	width: 168px;
	padding: 1px;
	margin: 0;
	border: solid 1px #bbb;	
	color: #666666;
	background: #eee;
}
#fisheye_menu a {
	text-decoration: none;
}
#fisheye_menu img {
	border: 0;
	vertical-align: top;
}

/*FISH EYE EFFECT MENU*/

#menu {

	list-style: none;
	margin:0px;
	padding-left:153px;
	padding-top:20px;
	

}
#menu li {
    display:inline;
	position: relative;
	float: left;
	margin:0px;

}

#menu img {
	border: 0;
	vertical-align: top;
}

#menu a span{
	display:none;
    font-weight:bold;
    color: #FFFFFF;
	text-decoration:none;
	position: absolute;
	top: 100%;
	left: 0;
	text-align: center;
	width: 100px;
	padding: px;
	margin: 0;
	font-size:2px;
}
#menu a:hover span{
	display:block;
        font-weight:bold;
        color: #666666;
	padding-top:25px;
	text-decoration:none;
	position: absolute;
	top: 100%;
	left: 0;
	text-align: center;
	width: 168px;
	padding: 1px;
	margin: 0;
	z-index:10;
	font-size:12px;
	border:solid 1px #333333;
	background-color:#FFFFFF;
}


#menu #item1 a{
	display:block;
	border:none;
	padding:0;
	padding-top:15px;
	text-decoration:none;
	width:168px;
	height:180px;
	background-image:url(../images/icon.jpg);
	background-repeat:no-repeat;
	
}

#menu #item1 a:hover{
	display:block;
	border:none;
	padding:0;
	padding-top:5px;
	width:168px;
	height:180px;
	background-image:url(../images/icon.jpg);
	background-repeat:no-repeat;
}

#menu #item2 a{
	display:block;
	border:none;
	padding:0;
	padding-top:15px;
	text-decoration:none;
	width:168px;
	height:180px;
	background-image:url(../images/icon2.jpg);
	background-repeat:no-repeat;
}

#menu #item2 a:hover{
	display:block;
	border:none;
	padding:0;
	padding-top:5px;
	width:168px;
	height:180px;
	background-image:url(../images/icon2.jpg);
	background-repeat:no-repeat;
}

#menu #item3 a{
	display:block;
	border:none;
	padding:0;
	padding-top:15px;
	text-decoration:none;
	width:168px;
	height:180px;
	background-image:url(../images/icon3.jpg);
	background-repeat:no-repeat;
}

#menu #item3 a:hover{
	display:block;
	border:none;
	padding:0;
	padding-top:5px;
	width:168px;
	height:180px;
	background-image:url(../images/icon3.jpg);
	background-repeat:no-repeat;
}

#menu #item4 a{
	display:block;
	border:none;
	padding:0;
	padding-top:15px;
	text-decoration:none;
	width:168px;
	height:180px;
	background-image:url(../images/icon4.jpg);
	background-repeat:no-repeat;
}

#menu #item4 a:hover{
	display:block;
	border:none;
	padding:0;
	padding-top:5px;
	width:168px;
	height:180px;
	background-image:url(../images/icon4.jpg);
	background-repeat:no-repeat;
}

#menu #item5 a{
	display:block;
	border:none;
	padding:0;
	padding-top:15px;
	text-decoration:none;
	width:168px;
	height:180px;
	background-image:url(../images/icon5.jpg);
	background-repeat:no-repeat;
}

#menu #item5 a:hover{
	display:block;
	border:none;
	padding:0;
	padding-top:5px;
	width:168px;
	height:180px;
	background-image:url(../images/icon5.jpg);
	background-repeat:no-repeat;
}
li{
	list-style:square inside;;
	display:list-item;
}
#portfolio {
	color:#3399ff;
}