/*
===============================================
Copyright 2008 - Zebo Graphics, zebo-online.com
Copyright 2010 - ChristopherAcebo.com
===============================================
*/

/********************************  GENERAL FIELDS  *************************************/

body					{
	background:#57657a;
	margin: 0; padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ffffcc;
}

a:link      { color: #fff; text-decoration: underline; }
a:visited   { color: #fff; text-decoration: underline; }
a:hover     { color: #66ccff; text-decoration: none; }

p {
	text-align: justify;
	font-size: 12px;
}
img   { border: none 0; }
form  { padding: 0; margin: 0; }




#container, #container2 {	
	margin: auto; padding: 0;	
	vertical-align: top;
}
#container  { width: 778px; }
#container2 { width: 800px; }


/* Main Table and Parts */
#main-box {
	width: 100%;
	margin: auto; padding: 0;
	position: relative;
	background-image: url(../images/main_bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
.bars2L, .bars2R {
	width: 12px; height: 187px;
	margin: 0; padding: 0;
	position: absolute; top: 0;
}
.bars2L { left: 0; }
.bars2R { right: 0; }





/***************************** Header 7/10 *******************************/
#header2 {
	width: 776px; height: 87px;
	position: relative;
	margin: auto; padding: 0;
	background-image: url(../images/header-bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: #000;
	border-bottom: 1px solid #66CCFF;
}

#header2_logo {
	width: 150px;
	position: absolute;
	top: 15px; right: 20px;
	padding: 0;
}

#header2_intro {
	width: 500px;
	position: absolute;
	top: 15px; left: 20px;
	font-size: 1em;
	font-weight: bold;	
	text-align: left;
	color: #fff;
}


#hdr-menu {
	width: 550px; height: 50px;
	position: absolute;
	top: 54px; left: 20px;
	font-size: 10px;
	font-weight: bold;
}
#hdr-menu ul {
	margin: 0; padding: 0;
}
#hdr-menu li {
	display: inline;
	list-style-type: none;
}

#hdr-menu a {
	color: #fff;
	text-decoration: none;
	background-image: url(../images/img-lftnav01.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 0 28px 10px 0;
}

#hdr-menu a:Hover {
	color: #ccc;
    background-image: url(../images/img-lftnav01a.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}










/* Main Table and Parts */
#main-table {
	width: 776px;
	border: none 0;
	margin: 0 auto; padding: 0;
}

#main-td {
	width: 752px;
	border: none 0;
	vertical-align: top;
}

.bars {
	width: 12px;
	vertical-align: top;
	background-image: url(../images/bars.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #89B2BC;
	border-top: 0 none;
	border-right: 1px solid #000;
	border-bottom: 0 none;
	border-left: 1px solid #000;
}


/***************************** Header *******************************/
#header {
	width: 752px; height: 87px;
	position: relative;
	background-image: url(../images/header-bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;	
	border-top: 0 none; border-right: 0 none;
	border-bottom: 1px solid #66CCFF;
	border-left: 0 none;
}
/*  Hack for Firefox and Netscape  */
html > body #header {
	padding-left: 0;
}

#header h1 {
	width: 150px;
	position: absolute;
	top: 0; right: 20px;
	z-index: 100;
  /*float: right;
	margin: 20px 15px 0 0;*/
}

#header h2 {
	width: 500px;
	position: absolute;
	top: 15px; left: 0;
	z-index: 100;
	font-size: 14px;
	color: #fff;
	text-align: left;
}









/***************************** Mid Header *******************************/
#subsect {
	width: 752px; height: 156px;
	vertical-align: bottom;
	background-image: url(../images/subsect-bg01.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#subsect2a {
	width: 776px; height: 156px;
	background-image: url(../images/subsect-bg01.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	position: relative;
	margin: auto; padding: 0;
}


#subsect2 {
	width: 752px;
	vertical-align: bottom;
	height: 156px;
	background-color: #000;
}

/*  Grey Box  */
#grey-box {	
	width: 290px; float: right;
	text-align: left;
	padding: 0; margin: 0;
	border: 0 none;
	background-image: url(../images/grey-box.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.grey-boxtbl {
	width: 270px;
	border: 0 none;
	margin: auto; padding: 0;
}
.grey-boxtbl tr { vertical-align: middle; }


/* **************************** Content Area ****************************** */
#contsect, #contsect2 {
	vertical-align: top;
	background-image: url(../images/cont-bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #4B6180;
	position: relative;
	margin: auto; padding: 0;
}
#contsect  { width: 752px; }
#contsect2 { width: 776px; }

#continner_index, #continner {
	/*width: 670px;*/ width: 710px;
	vertical-align: top;
	text-align: left;
	margin: auto;
}
#continner_index  { padding: 25px 0 40px 0;}
#continner        { padding: 65px 0 40px 0;}






/* ****************** Footer ****************** */
#footer {
	/*width: 776px;*/ width: 800px;
	vertical-align: top;
	background-color: #7B7B7B;
	border-top: solid 1px #000;
	border-bottom: solid 1px #57657a;
	padding: 3px 0 5px 0; margin: 0 auto;
	text-align: center;
}

.footerlks {
	font-size: 0.7em;
	font-weight: bold;
	padding: 0 6px;
	text-transform: uppercase;
}

a.footerlks:Link		{text-decoration: none;}
a.footerlks:Active	    {text-decoration: none;}
a.footerlks:Visited	    {text-decoration: none;}
a.footerlks:Hover	    {text-decoration: underline;}



.fine-links {  font-size: 9px; }

a.fine-links:Link		{color: #FFFFCC; text-decoration: none;}
a.fine-links:Active		{color: #FFFFCC; text-decoration: none;}
a.fine-links:Visited	{color: #FFFFCC; text-decoration: none;}
a.fine-links:Hover		{color: #FFFFCC; text-decoration: underline;}

.fine-links-b {
	font-size: 0.7em;
	font-weight: bold;
}

a.fine-links-b:Link		{text-decoration: none;}
a.fine-links-b:Active	{text-decoration: none;}
a.fine-links-b:Visited	{text-decoration: none;}
a.fine-links-b:Hover	{text-decoration: underline;}

.fine-links-b2 {
	font-size: 8pt;
	font-weight: bold;
}

a.fine-links-b2:Link	{text-decoration: none;}
a.fine-links-b2:Active	{text-decoration: none;}
a.fine-links-b2:Visited	{text-decoration: none;}
a.fine-links-b2:Hover	{text-decoration: underline;}

.fine-links-b3 {
	font-size: 8pt;
	font-weight: bold;
	padding: 0 3px;
}

a.fine-links-b3:Link	{color: #fff; text-decoration: none;}
a.fine-links-b3:Active	{color: #fff; text-decoration: none;}
a.fine-links-b3:Visited	{color: #fff; text-decoration: none;}
a.fine-links-b3:Hover	{color: #fff; text-decoration: underline;}

#footer2 {
	width: 800px;
	vertical-align: top;
	padding: 5px 0;
	font-size: 9px;
	margin: auto;
}

#footer2-lft {
	width: 600px;
	vertical-align: top;
	text-align: left;
	float: left;
}

#footer2-rght {
	width: 178px;
	vertical-align: top;
	text-align: right;
	float: right;
}




/**** Text ****/
#name-bar {
	width: 752px;
	background-color: #000;
	color: #fff;
	text-align: left;
	padding: 4px 0 7px 0;
	text-indent: 20px;
	font-size: 0.9em;
	font-weight: bold;
	background-image: url(../images/name-bar.gif);
	background-repeat: repeat-x;
	background-position: left top;
	position: absolute;
	top: 18px;
	left: 0;
}

.reg {  font-size: 10pt; font-style: normal; line-height: normal; font-weight: normal; font-variant: normal; text-transform: none}

.regbd {
	font-size: 12px;
	font-weight: bold;
	color: #fff;
}
.regbd-11 {
	font-size: 11px;
	font-weight: bold;
	color: #fff;
}
.regbd-10pt {
	font-size: 10pt;
	font-weight: bold;
	color: #fff;
}

.wline {
	background-image: url(../images/white.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	text-align: left;
	text-indent: 1px;
	height: 20px;
	margin: 0 0 9px 0;
}
/*  Hack for Firefox and Netscape  */
html > body .wline{
	height: 17px;
}



/*
===========================================
*************************   PORTFOLIO FIELDS AND PARTS   *************************
===========================================
*/

.port-tablemain {
	width: 480px;
	border: 0 none;
	margin: 0 auto 40px auto;
}

.port-tablelft {
	width: 210px;
	text-align: right;
	vertical-align: top;
}

.port-tablerght {
    width: 270px;
	text-align: right;
	vertical-align: top;
}

.port-tablesub {
	width: 255px;
	border: 0 none;
}

.reg2r {
    width: 160px;
	font-size: 11px;
	text-align: right;
	padding: 0 3px 0 0;
}
.regbd2 {
	width: 95px;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	text-align: left;
}

.rowport01, .rowport02 {
	width: 100%;
	border-top: 1px solid #000;
	margin: auto;
	padding: 2px 3px 3px 2px;
	text-align: center;
}
.rowport01 { background-color: #57657A;}


#portnav {
	width: 480px;
	height: 1px;
	border-bottom: 1px solid #fff;
	margin: 0 auto 30px auto;
}
/*  Hack for Firefox and Netscape  */
html > body #portnav {
	padding: 0 0 16px;
}

#portnav-l {
	padding: 0;
	text-align: left;
	float: left;
}

#portnav-r {
	padding: 0;
	text-align: right;
	float: right;
}


/*
===========================================
*************************   RESUME FIELDS   *************************
===========================================
*/

.res-left {
	width: 130px;
	padding: 3px 0 0 10px;
	margin: 0;
	border-top: solid 1px #000;
	text-align: left;
	vertical-align: top;
	background-color: #414B5A;
}
/*  Hack for Firefox and Netscape  */
html > body .res-left{
	padding: 3px 0 0 8px;
}

.res-right {
	padding: 1px 10px 25px;
	margin: 0;
	border-top-width: 1px;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000;
	text-align: justify;
	vertical-align: top;
}

/***********   Forms   ***********/
.fields {
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.fields2 {
    width: 70%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/***********   Banner Fields   ***********/
.bnr-tbles {
	width: 468px;
	margin: 0 0 20px 0;
	border: 0 none;
}

.bnr-tbles728x90 {
	width: 730px;
	margin: 0 0 25px 0;
	border: 0 none;
}

.bnr-tbles728x90txt {
	width: 728px;
	margin: 1px 0 0 0;
	border: 0 none;
	font-size: 10pt;
	vertical-align: top;
	text-align: right;
}
