/* CSS Document */
html {margin: 0; padding: 0;}

body {
	margin: 0;
	padding: 0;
	background: url(../images/egenica_bg_lrg_3.gif) no-repeat right top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
            /*** Image is 180px wide, and 20px high ***/

pre {margin: 0; font-family: verdana, sans-serif; font-size: .9em;}

a:link {
	color: #3366FF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #3366FF;
}
a:hover {
	text-decoration: underline;
	color: #FF6600;
}
a:active {
	text-decoration: none;
	color: #3366FF;
}

.alignright {margin-top: 0; text-align: right;}

.small {font-size: .9em;}

.return {position: absolute; top: 0; right: 0; text-align: right; padding: .5em;}

/*******************************************************************************
                       Positioning rules
*******************************************************************************/
h1 {
	font-size: 24px;
	color: #37AEC7;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 0;
	border-bottom: 1px none #E4E4E4;
}

h2 {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	margin: 0px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
h3 {
	color: #FF6600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
div#leftbox {
	position: absolute;
	left: 0px;
	width: 140px;
	top: 205px;
	margin: 0px;
	padding: 0px;
	border-left-width: 7px;
	border-left-style: solid;
	border-left-color: #37AEC7;
}

#middlebox {
	margin: 0 250px 0 120px;
	padding: 33px 10px 10px;
	max-width: 65%;
}

#middlebox_map {
	margin: 45px 25% 0 165px;
	height: 600px;
	border: 1px solid #E4E4E4;
}

div#rightbox {
	position: absolute;
	right: 0px;
	width: 186px;
	top: 165px;
	margin: 0px;
	padding: 35px 0px 0px;
}

/*main nav start*/

#navcontainer ul
{
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	margin: 0;
	padding: 5px 15px 3px 10px;
	list-style-type: none;
	background-color: #FAFAFA;
	letter-spacing: 2px;
	border-bottom: 1px solid #8A8A8A;
}

#navcontainer ul li {
	display: inline;

}

#navcontainer ul li a
{
	color: #666666;
	text-decoration: none;
	border-top: 1px none #37AEC7;
	border-right: 1px solid #E4E4E4;
	border-bottom: 1px none #E4E4E4;
	border-left: 1px solid #E4E4E4;
	padding-right: 6px;
	padding-left: 6px;
	padding-top: 5px;
	padding-bottom: 3px;
}

#navcontainer ul li a:hover
{
	color: #FF6600;
	border-top: 1px none #37AEC7;
	border-right: 1px solid #37AEC7;
	border-bottom: 1px none #37AEC7;
	border-left: 1px solid #37AEC7;
	background-color: #E9F7FA;
}






.subnavbar ul
{
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	margin: 0;
	padding: 5px 15px 3px 10px;
	list-style-type: none;
	letter-spacing: 2px;
	border-bottom: 1px none #CCCCCC;
	background: url(../images/subnavbgright.gif) no-repeat right -1px;
}

.subnavbar ul li {
	display: inline;

}

.subnavbar ul li a
{
	color: #666666;
	text-decoration: none;
	border-top: 1px none #37AEC7;
	border-right: 1px none #E4E4E4;
	border-bottom: 1px none #E4E4E4;
	border-left: 1px none #E4E4E4;
	padding-right: 6px;
	padding-left: 6px;
	padding-top: 5px;
	padding-bottom: 3px;
}

.subnavbar ul li a:hover
{
	color: #FF6600;
	background: #E9F7FA url(../images/subnavbuttonbg.gif) repeat-x center top;
	border: 1px none #37AEC7;
}







/*main nav selected*/

#navcontainer .selected a:link, #navcontainer .selected a:visited {
	color: #287C8E;
	text-decoration: none;
	border-top: 1px none #37AEC7;
	border-right: 1px solid #37AEC7;
	border-bottom: 1px none #37AEC7;
	border-left: 1px solid #37AEC7;
	background-color: #E9F7FA;	
	padding-right: 6px;
	padding-left: 6px;
	padding-top: 5px;
	padding-bottom: 3px;
   }
   
#navcontainer .selected a:hover, #navcontainer .selected a:active {
	color: #FF6600;
	border-top: 1px none #37AEC7;
	border-right: 1px solid #37AEC7;
	border-bottom: 1px none #37AEC7;
	border-left: 1px solid #37AEC7;
	background-color: #D8F0F4;
   }
   
.subnavbar .selected a:link, .subnavbar .selected a:visited {
	color: #287C8E;
	text-decoration: none;
	padding-right: 6px;
	padding-left: 6px;
	padding-top: 5px;
	padding-bottom: 3px;
	background: #E9F7FA url(../images/subnavbuttonbg.gif) repeat-x center top;
	border: 1px none #37AEC7;
   }
   
.subnavbar .selected a:hover, .subnavbar .selected a:active {
	color: #FF6600;
	background-color: #D8F0F4;
	border: 1px none #37AEC7;
   }

/*main nav selected*/

/*main nav end*/

#selected {
	font-weight: bold;
}

/*sub nav start*/

#subnavcontainer ul
{
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	margin: 0;
	padding: 0px;
	list-style-type: none;
	letter-spacing: 1px;
	display: block;
	line-height: 25px;
	z-index: 10;


}

#subnavcontainer ul li {
	display: block;
	padding: 0px 0px 0px 10px;


}

#subnavcontainer ul li a
{
	color: #666666;
	text-decoration: none;
padding: 3px 0px 3px 0px;



}

#subnavcontainer ul li a:hover
{
	color: #FF6600;
	background-color: #F4FBFC;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #AFDFE8;
	border-right-color: #37AEC7;
	border-bottom-color: #AFDFE8;
	border-left-color: #37AEC7;
}

/*sub nav selected*/

#subnavcontainer .subselected a:link, #subnavcontainer .subselected a:visited {
	color: #287C8E;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #AFDFE8;
	border-right-color: #37AEC7;
	border-bottom-color: #AFDFE8;
	border-left-color: #37AEC7;
   }
   
#subnavcontainer .subselected a:hover, #subnavcontainer .subselected a:active {
	color: #FF6600;
	background-color: #E9F7FA;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #AFDFE8;
	border-right-color: #37AEC7;
	border-bottom-color: #AFDFE8;
	border-left-color: #37AEC7;
   }

/*sub nav selected*/

/*sub nav end*/



.left_nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	padding-left: 10px;
	line-height: 18px;
}
ul#sub_nav {
	margin: 0px;
	list-style-type: none;
	padding: 0px;
	line-height: 20px;
}


h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	background-color: #F0F0F0;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E4E4E4;
	padding: 4px 4px 4px 17px;
	font-weight: bold;
	margin: 0px;
}
.news_headings {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	background-color: #F0F0F0;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E4E4E4;
	padding: 4px 4px 4px 17px;
	font-weight: bold;
	margin: 0px;
}
.news_txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #FAFAFA;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #E4E4E4;
	padding: 10px 4px 10px 17px;
	margin: 0px;
	text-decoration: none; 
}
a.news_txt:link {color: #3366FF; text-decoration: none; }
a.news_txt:visited {color: #3366FF; text-decoration: none; }
a.news_txt:hover {
	color: #FF6600;
	text-decoration: none;
	/*background-color: #E9F7FA;*/
}
a.news_txt:active {color: #3366FF; text-decoration: none; } 
 
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #287C8E;
	background-color: #F4FBFC;
	display: block;
	padding: 4px 0px 4px 5px;
	bottom: 0px;
	border: 1px solid #E4E4E4;
}


#news_txt ul
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #FAFAFA;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #E4E4E4;
	padding: 10px 4px 10px 17px;
	margin: 0px;
	text-decoration: none;
	list-style-type: square;

}

#news_txt ul li {

}

#news_txt ul li a
{
	color: #3366FF; 
	text-decoration: none;
}

#news_txt ul li a:hover
{
	color: #FF6600;
	text-decoration: none;
}
fieldset {
	border: 1px solid #E4E4E4;
	margin: 0px;
	padding: 20px;
}
legend {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 10px 0px;
	color: #3366FF;
	font-weight: bold;
}
table {
	width: 100%;
}

img {
	border: none;}
.portfolio_pics {
	float: right;
	padding: 5px 3px 5px 50px;
	margin-bottom: 20px;
	margin-top: 20px;
}

.portfolio_pics_left {
	padding-right: 20px;
	float: left;
}

#leftcont .login a:link, #leftcont .login a:visited {
	text-decoration: none;
	color: #3366CC;
	margin: 0;
	padding: 2px 0 2px 10px;
	font-weight: normal;
	font-size:95%;
    background: transparent url(../images/includes/logonbg.gif) no-repeat 0 4px;
   }
   
#leftcont .login a:hover, #leftcont .login a:active {
   text-decoration: underline;
   }
.flash {
	z-index: -1;
}
.table_bg {
	background-color: #F4FBFC;
}
.news_info {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.spacer {
	height: 100px;
}
#middlebox .footer .large-txt {
	font-size: 16px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #CCCCCC;
	border-right: 1px none #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px none #CCCCCC;
}
#middlebox #domainregistrationform .info {
	cursor: help;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
}
#middlebox .portfolio_bg {
	background: url(../images/website-portfolio-bg-2.gif) no-repeat right 29px;
	padding: 10px 0px 10px 10px;
}
#middlebox .portfolio_bg .portfolio_pic {
	background: url(../images/anderton.jpg) no-repeat right 20px;
	padding: 10px 0px 10px 10px;
}
#middlebox .portfolio_border {
	margin-top: 40px;
	margin-bottom: 40px;
	padding-right: 30px;
	background: url(../images/pbg.gif) no-repeat left top;
}
#middlebox .portfolio_border .portfolio_bg .portfolio_pic .plink {
	background: url(../images/world_link.gif) no-repeat left center;
	display: block;
	padding: 5px 0px 5px 20px;
	font-size: 14px;
}
#middlebox .portfolio_border .portfolio_bg .portfolio_pic h3 {
	font-size: 16px;
	color: #000000;
}
#highlight {
	background: url(../images/nav-bg-left.gif) no-repeat left -1px;
	height: 16px;
}
.subnavbar {
	background: #FFFFFF url(../images/subnavbg.gif) repeat-x center top;
}

