@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;
	font:"Trebuchet MS",Helvetica,sans-serif;
}

.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{
    float:left;
	height:230px;
}
.float-left-main .float-right{
	float-right;
	height:230px;	
}

.float-right-main .float-left{
    float:left;
	height:230px;
}
.float-right-main .float-right{
	float-right;
	height:230px;	
}


.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%;
	margin-bottom:20px;
}

.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;
}

li{
	list-style:square inside;
	display:list-item;
}
#portfolio {
	color:#3399ff;
}

.advert{
	background-color:#FFFFFF;
	border: #000000 solid 1px;
	padding:10px;
	float:left;
	margin:5px;
}

.advertContainer{
	float:right;
	width:320px;
}

.wording{
	float:left;
	width:600px;
	padding-right:40px;
}
