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

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


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: #420F6C;
	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 50px;
}

div#rightbox {
	position: relative;
	right: 0px;
	width: 186px;
	margin: 0px;
	padding: 0px;
	float: right;
}

/*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;
	letter-spacing: 2px;
	border-bottom: 1px solid #1D032A;
}

#navcontainer ul li {
	display: inline;

}

#navcontainer ul li a
{
	color: #333333;
	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: url(../images/subnavbuttonbg.gif) repeat-x center top;
	border: 1px none #37AEC7;
}







/*main nav selected*/

#navcontainer .selected a:link, #navcontainer .selected a:visited {
	color: #FFFFFF;
	text-decoration: none;
	border-top: 1px none #D93780;
	border-right: 1px solid #D93780;
	border-bottom: 1px none #D93780;
	border-left: 1px solid #D93780;
	padding-right: 6px;
	padding-left: 6px;
	padding-top: 5px;
	padding-bottom: 3px;
	background: #1D032A;
   }
   
#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: url(../images/subnavbuttonbg.gif) repeat-x center top;
	border: 1px none #37AEC7;
   }
   
.subnavbar .selected a:hover, .subnavbar .selected a:active {
	color: #FF6600;
	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 {
	color: #FFFFFF;
	display: block;
	padding: 4px 4px 4px 17px;
	margin: 0px;
	font: bold 11px Arial, Helvetica, sans-serif;
	background: #420F6C;
}
.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;
	margin-bottom: 25px;
}


#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 #CCCCCC;
	margin: 20px 0px 40px;
	padding: 20px;
}
legend {
	margin: 0px;
	padding: 10px 0px;
	color: #3366FF;
	font-weight: bold;
	font-size: 14px;
}

img {
	border: none;}

#middlebox .portfolio_bg {
	background: url(../images/website-portfolio-bg-3.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: 0px;
	margin-bottom: 0px;
	padding-right: 0px;
	background: url(../images/pbg-pop3.gif) no-repeat left top;
}
#middlebox .portfolio_border .portfolio_bg .portfolio_pic .plink {
	background: url(../images/external-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: 20px;
	color: #000099;
	padding-top: 0px;
	font-weight: normal;
}

.portfolio_pics {
	padding-left: 70px;
	padding-bottom: 20px;
	float: right;
}

.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;
}
.poll {
	background-image: url(../images/poll_bg.jpg);
	background-repeat: no-repeat;
}
.news {
	margin: 10px 0px 0px;
	background: #FFFFFF;
	width: auto;
}
.news_left {
	border: 1px solid #37AEC7;
	padding: 10px;
	margin: 10px 0px 0px;
	background: #FFFFFF;
	float: left;
	width: 45%;
}
.news_right {
	border: 1px solid #37AEC7;
	padding: 10px;
	margin: 10px 0px 0px;
	background: #FFFFFF;
	float: right;
	width: 45%;
}
.box_left {
	padding: 0px;
	margin: 0px;
	float: left;
	width: 45%;
}
.box_right {
	padding: 0px;
	margin: 0px;
	float: right;
	width: 45%;
}

#oHomePage #middlebox .news h2, .news_left h2, .news_right h2 {
	margin: 0px 0px 20px;
	padding: 0px 0px 10px;
	border-bottom: 1px solid #E4E4E4;
	font-size: 15px;
	font-weight: bold;
	color: #FF6600;
}
#oHomePage #middlebox .news ul, .news_left ul, .news_right ul {
	list-style: none;
	margin: 10px 0px 0px;
	padding: 0px;
}
.clearfix {
	width: auto;
	display: block;
}
#oHomePage #middlebox  .news li, .news_left li, .news_right li {
	font: 11px/16px Verdana, Arial, Helvetica, sans-serif;
}
#oHomePage #middlebox  .box_left h3, .box_right h3 {
	margin: 0px;
	padding: 0px;
}
#oHomePage #middlebox  .box_left p, .box_right p {
	margin: 5px 0px 15px;
	padding: 0px;
}
.news_pics {
	margin: 0px 0px 5px 15px;
	padding: 0px;
	float: right;
}
#oHomePage #middlebox p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 16px;
	font-size: 12px;
}
#oHomePage #middlebox .footer  .domainEntry, #oHomePage #egeSiteWrapper #innerBackground #rightbox #news_txt .footer .domainEntry {
	font: 16px Arial, Helvetica, sans-serif;
	color: #FF6600;
	padding: 5px;
	border: 1px solid #999999;
}

.button {
	background: #CCCCCC url(../images/button_bg.gif) repeat-x center center;
	border: 1px solid #707070;
	padding: 5px;
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #3366FF;
	width: 90%;
}

.button:hover {
	background: #e4f4fc url(../images/button_bg_over.gif) repeat-x center center;
	border: 1px solid #3c7fb1;
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #37AEC7;
	padding: 5px;
	width: 90%;
}

.buttonSmall {
	background: #CCCCCC url(../images/button_bg.gif) repeat-x center center;
	border: 1px solid #CCCCCC;
	padding: 5px;
	font: 10px Arial, Helvetica, sans-serif;
	color: #8C8C8C;
	margin: 0px 0px 0px 5px;
}

.buttonSmall:hover {
	background: #e4f4fc url(../images/button_bg_over.gif) repeat-x center center;
	border: 1px solid #3c7fb1;
	color: #333333;
}

#flash {
	float: left;
	margin-right: 20px;
	margin-bottom: 40px;
}
#highlight {
	background: url(../images/nav-bg-left-nock-back.gif) no-repeat left -1px;
	height: 16px;
}
.subnavbar {
	background: #FFFFFF url(../images/subnavbg.gif) repeat-x center top;
}
#oHomePage #egeSiteWrapper {
	width: 920px;
	margin: 178px auto 0px;
	background: no-repeat right top;
}
#oHomePage #egeSiteWrapper #newflash {
	width: 100px;
	float: left;
	position: relative;
}
#oHomePage #egeSiteWrapper #innerBackground {
	background: #FFFFFF url(../images/ege-bg.jpg) no-repeat right top;
}
#oHomePage #egeSiteWrapper #innerBackground #middlebox .portfolio_border .portfolio_bg .portfolio_pic p {
	/*font: 11px/16px Verdana, Arial, Helvetica, sans-serif;*/
	font: 12px/16px "Avant Garde", "Century Gothic", sans-serif;
}

#oHomePage #footerBlack {
	width: 880px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	background: #420F6C url(../images/footbgtop2.gif) no-repeat center top;
	padding: 25px 20px 20px;
	font: 10px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: left;
}
#oHomePage #footerBlack a {
	color: #FF0000;
	text-decoration: none;
}
#oHomePage #footerBlack a:hover {
	text-decoration: underline;
}
#oHomePage #footerBlack p {
	margin: 5px 0px;
	padding: 0px;
}
#domainReg {
	width: 210px;
	float: right;
	padding: 0px;
	position: relative;
}
#domainReg  .domainEntry {
	font-size: 11px;
	margin: 0px;
	padding: 5px;
	color: #999999;
	background: #FFFFFF;
	border: 1px solid #B9B9B9;
}
#domainReg  .domainEntryOver {
	font-size: 11px;
	margin: 0px;
	padding: 5px;
	color: #666666;
	background: #FFFFFF;
	border: 1px solid #37AEC7;
}
