*	{
	border: 0;
	outline: 0;
	margin:0;
	padding:0;
	list-style:none;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	line-height: inherit;
	font-family: inherit;
	text-decoration: none;
}



body	{
	min-width:960px;
	margin:auto;
	width:960px;
	font: normal normal 62.5%/1 Georgia, 'Times New Roman', Times, serif;
	background: #919296 url(../images/bg_wrap.jpg) repeat-y center top;
	height:100%;
	position:relative;
	
}
html {min-width:960px; margin:auto;}

/*						PAGE LAYOUT							*/

#wrap	{
	width: 960px;
	margin: 0 auto;	
	background-color: #fff ;
	position:relative;
}

#header	{
	height: 130px;
	position: relative;
	padding: 30px 0 225px 64px;
	z-index: 100;
}
#sinergy { position:absolute; top:98px; left:737px;z-index:99999;}
#nav {
	height: 225px;	
	top:160px;
	left:-59px;
	width:1078px;
	position:absolute;
	background: url(../images/bg_nav.jpg) no-repeat center top;
	z-index:200;

}

#flashcontent {
	background-color:#FFFFFF;
	width:876px;
	height:175px;
	position:relative;
	 top:-46px;
	 left:101px;
}

#photocontent {
	background-color:#FFFFFF;
	width:876px;
	height:175px;
	position:relative;
	 top:-46px;
	 left:101px;
}

#phototext {
	position:relative;
	top:-124px;
	left:400px;
	width:600px;
}

#content	{
	float: left;
	width: 550px;
	padding: 0 0 0 40px;
	
}
#sidebar	{
	float: right;
	width: 235px;
	padding: 32px 65px 0 0;
	
}

.top	{
	/* z-index: 2; */
	position: relative;
}

#footer	{
	height:85px;
	margin-top: -40px;
	padding: 80px 35px 0 30px;
	background: url(../images/bg_footer.jpg) no-repeat left top;
	width:895px;
	
}


/*						GLOBAL STYLES						*/

a, a:visited {
	color:#00497E;
	text-decoration:none;
}

a:hover { 
	color:#4C87AF;
}

cite, em	{
	font-style: italic;
}
strong	{
	font-weight: bold;
}
.hid	{
	display: none;
}
.bg	{
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
}
.clear	{
	height: 0;
	clear: both;
	display: block;
	overflow: hidden;
}

ul	{
font-size:12px;
margin:10px 0 10px 24px;

}

li	{
font-size:12px;
margin-left:24px;
padding-bottom:6px;
list-style:circle;
color:#071F39;
}

td { 
	font-size:12px;
}

td h1 {
	font-size:15px;
	padding-top:20px;
	color:#0360A6;
}

input, textarea, select {border:1px solid #666; background:#ccc; color:#333; padding-left:4px;}

input.formbtn {
	cursor:pointer;
	border:outset 1px #ccc;
	background:#999;
	color:#666;
	font-weight:bold;
	padding: 1px 2px;
	background:url(../images/formbg.gif) repeat-x left top;
}

strong.home {color:#0360A6;}

/*						HEADER STYLES						*/

#header h1	{
	z-index: 120; 
	float: left;
	width: 165px;
	height: 110px;
	color: #d5d5d6;
	font-size: 1.2em;
	line-height: 1.2;
	text-align: center;
	position: relative;
}
#header h1 big	{
	color: #014a90;
	font-size: 3.5em;
	letter-spacing: 2px;
}
#header h1 a, #header h1 a:visited	{
	height: 110px;
	background: url(../images/bg_header.jpg) no-repeat -64px -30px;
}
#header h3	{
	/* float: left; */
	display: none;
	width: 360px;
	height: 33px;
	color: #838383;
	display: inline;
	font-size: 1.8em;
	padding-top: 13px;
	text-align: center;
	letter-spacing: 2px;
	margin:0;
	border: solid 1px #828282;
}
#header #bg1	{
	z-index: 110; 
	width: 960px;
	height: 160px;
	background: url(../images/bg_header.jpg) no-repeat left top;
}



/*						NAV STYLES						*/

#nav ul	{
	z-index: 300;
	/*width: 927px;*/
	width: 825px;
	height: 80px;
	margin: auto;
	position: relative;
	text-align:center;
	 padding:0;
	 
}
#nav li	{
	list-style:none;
	float: left;
	height: 31px;
	position: relative;
	margin:0; padding:0;
	
}
#nav li span	{
	float: left;
	display: block;
	padding: 0 10px;
	border-right: solid 1px #97abc8;
}
#nav li.last span	{
	border: 0;
}
#nav ul li.oneline span	{
	padding-bottom:7px;
	padding-top:5px;
}


#nav li span span	{
	left: 0;
	top: 25px;
	border: 0;
	padding: 0;
	height: 6px;
	width: 100%;
	display: block;
	overflow: hidden;
	position: absolute;
	margin-top: -9000px;
	background: #ccc url(../images/bg_nav_a_hover.jpg) repeat-x left top;
}
#nav li:hover span span	{
	margin: 0;
}
#nav li a, #nav li a:visited	{
	float: left;
	color: #204b89;
	font-size: 12px;
	position: relative;
	text-transform: uppercase;
}
#nav li a:hover	{
	background: none;
}
#nav li ul	{
	top: 31px;
	left: 10px;
	padding: 0;
	height: auto;
	width: 168px;
	padding: 5px 0;
	position: absolute;
	margin-top: -9000px;
	background: #fff url(../images/bg_nav_sub_ul.jpg) repeat-x left bottom;
}
#nav li:hover ul	{
	margin-top: 0;
}
#nav li li	{
	border: 0;
	float: none;
	height: auto;
	width: 148px;
	display: block;
	text-align: left;
	padding: 5px 10px;
}
#nav li li a, #nav li li a:visited	{
	float: none;
	color: #07203d;
	display: inline;
	font-size: 1.1em;
	line-height: 1.3em;
	text-transform: none;
}
#nav li li a:hover	{
	color: #07203d;
	text-decoration: underline;
}
#nav h3	{
	color: #0c325e;
	font-size: 14px;
	font-weight: bold;
	padding: 0 0 0 0;
}


#nav p	{
	/* z-index: 2; */
	height: 1%;
	width: 600px;
	color: #0c325e;
	font-size: 12px;
	position: relative;
	padding: 4px 0 0 30px;
}
#nav p span	{
	top: 3px;
	left: 405px;
	width: 115px;
	height: 35px;
	font-size: 11px;
	display: block;
	padding: 11px 0 0 0;
	position: absolute;
	background: url(../images/bg_lm.jpg) no-repeat left top;
}
#nav p a, #nav p a:visited	{
	color: #fff;
	height: 21px;
	margin: 0 9px;
	display: block;
	font-size: 11px;
	padding-top: 5px;
	text-align: center;
	text-transform: uppercase;
}

#nav ul li.oneline span span { height:2px; top:20px;}

* html #nav li span span.nav5 {width:110px;}
/*						CONTENT STYLES						*/

#content h2	{
	height: 40px;
	color: #071f39;
	font-size: 1.6em;
	font-weight: bold;
	padding: 30px 0 0 0;
	text-transform:uppercase;
}
#content p	{
	color: #071f39;
	font-size: 1.2em;
	line-height: 1.7em;
}
#options	{
	height: 134px;
	padding-top: 66px;
	background: #c0c0c0 url(../images/bg_options_ul.jpg) no-repeat left top;
	width: 540px;
}
#options li	{
	padding:0;
	margin:0;
	list-style:none;
	font-size:10px;
	display:inline;
	float: left;
	width: 177px;
	height: 53px;
	padding-top: 9px;
	text-align: center;
	background: url(../images/bg_options_li.png) no-repeat left top;
}
#options li.attor	{
	background: url(../images/bg_options_attor.png) no-repeat left top;
}
#options li.tax	{
	background: url(../images/bg_options_tax.png) no-repeat left top;
}
#options li a, #options li a:visited	{
	color: #fff;
	height: 38px;
	margin: 0 9px;
	display: block;
	font-size: 1.1em;
	padding-top: 6px;
	line-height: 1.5em;
	text-align: center;
	text-transform: uppercase;
}

a.office, a.office:visited {
	background:url(../images/bg_lm2.jpg) no-repeat;
	width:115px;
	height:35px;
	display:block;
	color:#fff;
}

a.office, a.office:visited {
	background:url(../images/bg_lm2.jpg) no-repeat;
	width:115px;
	height:35px;
	display:block;
	color:#fff;
	padding-top:12px;
	font-size:11px;
	text-align:center;
	text-transform:uppercase;
}

a.office:hover {
	background:url(../images/bg_lm2.jpg) no-repeat;
	background-position: 0 -44px;
	width:115px;
	height:35px;
	display:block;
	color:#fff;
}

/*						SIDEBAR STYLES						*/

#sidebar li	{
	color: #183d8c;
	font-size: 11px;
	line-height: 2em;
	padding-left: 15px;
	list-style:none;
}
#sidebar li span	{
	float: left;
	margin-left: -15px;
}
#sidebar li a, #sidebar li a:visited	{
	color: #5d5d5d;
}
#sidebar li a:hover	{
	color: #173582;
	text-decoration: underline;
}
#sidebar span.line	{
	height: 1px;
	width: 154px;
	display: block;
	overflow: hidden;
	margin: 40px auto;
	background: #c9c9c9;
}

#content span.line	{
	height: 1px;
	width: 154px;
	display: block;
	overflow: hidden;
	margin: 40px;
	background: #c9c9c9;
}

#sidebar h2	{
	color: #071f39;
	font-size: 1.4em;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
#sidebar p	{
	color: #5d5d5d;
	font-size: 1.2em;
	text-align: center;
	margin: 15px 0 40px 0;
}
#sidebar p span	{
	color: #183d8c;
}
a#plan, a#plan:visited	{
	height: 43px;
	display: block;
	float:right;
	color: #585a5c;
	font-size: 12px;
	line-height: 1.1;
	padding-top: 13px;
	margin-right: 1px;
	text-align: center;
	width:226px;
	background: #fff url(../images/bg_sidebar_button.jpg) no-repeat left top;
	margin-bottom:12px;
	position:relative;
	left:30px;
}

a#plan:hover {
	height: 43px;
	display: block;
	color: #585a5c;
	font-size: 12px;
	line-height: 1.1;
	padding-top: 13px;
	margin-right: 1px;
	text-align: center;
	width:226px;
	background: #fff url(../images/bg_sidebar_button.jpg) no-repeat left top;
	background-position: 0 -55px;
	color:#fff;
}

a#plan span, a#plan:visited span	{
	color: #0e3077;
	font-size: 14px;
}

a#plan:hover span	{
	color: #ffffff;
}
/*						FOOTER STYLES						*/

#footer ul	{
	float: left;
	margin:0;
	padding:0;
}
#footer li	{
	list-style:none;
	float: left;
	padding: 0 10px;
	border-right: solid 1px #9099b7;
	margin:0;
	font-size:10px;
}
#footer li.last	{
	border: 0;
}

#footer small, #footer a, #footer a:visited	{
	color: #132768;
}

#sub2 #footer small, #sub2 #footer a, #sub2 #footer a:visited	{
	color: #fff;
}
#footer small	{
	display: block;
	padding: 15px 0 0 10px;
}
#footer small span	{
	margin: 0 10px;
	padding: 0 10px;
	border-left: solid 1px #9099b7;
	border-right: solid 1px #9099b7;
}
#footer a.auth, #footer a.auth:visited	{
	float: right;
	color:#132868;
}

#sub2 #footer a.auth,#sub2 #footer a.auth:visited	{
	float: right;
	color:#132868;
}
/************************************************************/
/*                     SUBPAGE STYLES                       */
/************************************************************/

/*						PAGE LAYOUT							*/

#sub #wrap	{
	background: #fff url(../images/bg_wrap_sub.jpg) repeat-y center top;
}

#sub2 #wrap{
	background: #fff url(../images/bg_wrap_sub2.jpg) repeat-y center top;
}

#sub3 #wrap{
	background: #fff url(../images/bg_wrap_sub3.jpg) repeat-y center top;
}

#sub #nav	{
	background: url(../images/bg_nav_sub.jpg) no-repeat center top;
}

#sub2 #nav	{
	background: url(../images/bg_nav_sub2.jpg) no-repeat center top;
}

#sub3 #nav	{
	background: url(../images/bg_nav_sub3.jpg) no-repeat center top;
}

#sub #content	{
	padding-bottom: 100px;
	background: url(../images/bg_content_sub.jpg) no-repeat right top;
}

#sub2 #content	{
	padding-bottom: 100px;
	background: url(../images/bg_content_sub2.jpg) no-repeat right top;
}

#sub3 #content	{
	padding-bottom: 100px;
	background: url(../images/bg_content_sub3.png) no-repeat left top;
}

#sub #sidebar	{
	width: 295px;
	padding-right: 15px;
}
#sub #footer	{
	height: 70px;
	margin-top: -400px;
	padding: 455px 35px 0 30px;
	background: url(../images/bg_footer_sub.jpg) no-repeat left top;
}

#sub2 #footer	{
	height: 70px;
	margin-top: -400px;
	padding: 455px 35px 0 30px;
	background: url(../images/bg_footer_sub2.jpg) no-repeat left top;
}

#sub3 #footer	{
	height: 70px;
	margin-top: -400px;
	padding: 455px 35px 0 30px;
	background: url(../images/bg_footer_sub3.jpg) no-repeat left top;
}


/*						HEADER STYLES						*/

#sub #header h1 a, #sub #header h1 a:visited	{
	background: url(../images/bg_header_sub.jpg) no-repeat -64px -30px;
}
#sub #header #bg1	{
	background: url(../images/bg_header_sub.jpg) no-repeat 0px 0px;
}

#sub2 #header h1 a, #sub2 #header h1 a:visited	{
	background: url(../images/bg_header_sub2.jpg) no-repeat -64px -30px;
}
#sub2 #header #bg1	{
	background: url(../images/bg_header_sub2.jpg) no-repeat 0px 0px;
}

#sub3 #header h1 a, #sub3 #header h1 a:visited	{
	background: url(../images/bg_header_sub3.jpg) no-repeat -64px -30px;
}
#sub3 #header #bg1	{
	background: url(../images/bg_header_sub3.jpg) no-repeat 0px 0px;
}

/*						CONTENT STYLES						*/

#sub2 #content h2 {
color:#FFFFFF;
}

#sub2 #content p {
color:#FFFFFF;
}

#sub #content .back{
	padding-top: 40px;
	text-align: right;
	color:#1a5699;
	text-decoration:none;
}

#sub #content .back a:link{
	color:#006699;
	text-decoration:none;
}

a.backsub, a.backsub:visited {
	color:#1a5699;
	text-decoration:none;
}

#sub2 #content .back{
	padding-top: 40px;
	text-align: right;
}

#sub #content .back a, #sub #content .back a:visited	{
	color: #132869;
	text-decoration: underline;
}

#sub2 #content .back a, #sub2 #content .back a:visited	{
	color: #ef822d;
	text-decoration: underline;
}

/*						FOOTER STYLES						*/

#sub2 #footer a:hover{
	color:#ef822d;
	text-decoration:underline;
}

#sub2 #footer small{
color:#fff;
}

#sub #footer li	{
	border-right: solid 1px #55360d;
}
#sub #footer li.last	{
	border: 0;
}
#sub #footer small span	{
	border-left: solid 1px #55360d;
	border-right: solid 1px #55360d;
}


.blue { color:#015FA5}
.bluelrg { color:#015FA5; font-size:20px; font-weight:bold;}

ul.white a {color:#fff;}

div.darkerbg a { color: #dee9f4; }
div.darkerbg a:hover { color: #f8cfa2; }
div.darkerbg li { color: #ffffff; }
div.darkerbg li a { color: #dee9f4; }
div.darkerbg li a:hover { color: #f8cfa2; }

#alphabet {
clear:both;
color:#C8B252;
float:left;
font-size:16px;
padding-bottom:20px;
text-align:center;
text-decoration:none;
text-transform:capitalize;
width:550px;
}
table.directory tr { }
table.directory td.name {}
table.directory td { padding:15px 4px ; vertical-align:top;border-bottom:1px solid #919296;}