@charset "utf-8";
/* Page Links begin here */
.class1 a:link {
	color: #393F8B;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

.class1 a:visited {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #393F8B;
}

.class1 a:hover {
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffa913;
}

.class1 a:active {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #393F8B;
	
}

/* Page Links end here */




/* Nav Links begin here */
.class2 a:link {
	color: #fff;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

.class2 a:visited {
	color: #fff;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

.class2 a:hover {
	text-decoration: underline;
	color: #ffa913;
	font-family: Arial, Helvetica, sans-serif;
}

.class2 a:active {
	text-decoration: none;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
}

/* Nav Links end here */









body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	/* background: #161F28; */
	 background: #212F3C;
	background-image:url(images/bg_repeat_fade03.png);
	background-position:top center;
	background-repeat:repeat-y;
	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: #000000;
}
.twoColFixLtHdr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto auto 0; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: auto;
	padding: 12px 12px 0 12px;
} 

.twoColFixLtHdr #outer_container {
	width: 830px;
	margin: 0 auto auto auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: auto;
	background-image: url(images/bg_repeat_fade.png);
} 

.twoColFixLtHdr #header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 108px;
	background-image: url(images/banner_top.jpg);
	width: 776px;
	margin: 0 0 0 15px;
} 
.twoColFixLtHdr #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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 162px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: white; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0;
	height: auto;
	margin: 10px 0 0 15px;
}
.twoColFixLtHdr #mainContent {
	margin: 10px 0 0 7px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: auto;
	height: auto;
	float: left;
} 
.twoColFixLtHdr #footer {
	padding: 0 0 0 18px;
	height: auto;
	border-top: solid #989797 1px;
	margin: 12px 0 0 0;
	background-color: #FDFDFD;
} 
.twoColFixLtHdr #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 */
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#banner_portrait {
	height: 265px;
	width: 615px;
	background-image: url(images/banner_portrait.png);
}

#banner_portrait_services {
	height: 265px;
	width: 615px;
	background-image: url(images/banner_portrait_services.png);
}

#banner_portrait_events {
	height: 265px;
	width: 615px;
	background-image: url(images/banner_portrait_services.png);
}

#banner_portrait_testimonials {
	height: 265px;
	width: 615px;
	background-image: url(images/banner_portrait_services.png);
}

#banner_portrait_about {
	height: 265px;
	width: 615px;
	background-image: url(images/banner_portrait_about.png);
}

#banner_portrait_resources {
	height: 265px;
	width: 615px;
	background-image: url(images/banner_portrait_resources.png);
}

#banner_portrait_clients {
	height: 265px;
	width: 615px;
	background-image: url(images/banner_portrait_clients.png);
}



#banner_portrait_update_box {
	height: 70px;
	width: 220px;
	float: right;
	margin: 175px 0 0 0;
	padding: 0 30px 0 0;
	
}

#text_box01 {
	height: auto;
	width: 566px;
	border: solid #aaaaaa 1px;
	color: #0198CD;
	font-weight: bold;
	font-size: 15px;
	background-image: url(images/bg_text_box_fade.jpg);
	background-repeat: repeat-y;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 12px;
	padding-bottom: 10px;
	padding-left: 28px;
}

#text_box01_about{
	height: 25px;
	width: 548px;
	border: solid #aaaaaa 1px;
	margin: 15px 0 0 0;
	padding: 10px 12px 0 36px;
	color: #0198CD;
	font-weight: bold;
	font-size: 15px;
	background-image: url(images/bg_text_box_fade.jpg);
	background-repeat: repeat-y;
}

#article_th {
	height:240px;
	width:180px;
	float: left;
	margin: 10px 0 10px 0;
	font-size: 12px;
}

#article_th_right{
	height:240px;
	width:180px;
	float: left;
	margin: 10px 0 10px 10px;
	font-size: 12px;
}









margin:;{
	font-size: 12px;
	float: left;
}


#text_box02 {
	height: auto;
	width: 566px;
	margin: 25px 0 0 0;
	background-color: white;
	padding: 0 20px 0 20px;
	color: #003;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	border-bottom: solid #aaaaaa 1px;
	border-top: solid #aaaaaa 1px;
	background-image: url(images/benefits_bg.jpg);
}

#video {
	height:auto;
	width:400px;
	margin: 0 0 0 90px;
	
}


#text_box_contact {
	height: auto;
	width: 566px;
	margin: 25px 0 0 0;
	background-color: white;
	padding: 0 20px 0 20px;
	color: #003;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	border-top: solid #aaaaaa 1px;
}

#text_box_clients {
	height: auto;
	width: 566px;
	margin: 25px 0 0 0;
	background-color: white;
	padding: 0 20px 0 20px;
	color: #003;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	border-bottom: solid #aaaaaa 1px;
}

#text_box_clients02 {
	height: auto;
	width: 566px;
	margin: 25px 0 0 0;
	background-color: white;
	padding: 0 20px 0 20px;
	color: #003;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	border-bottom: solid #aaaaaa 1px;
	border-top: solid #aaaaaa 1px;
}


#text_box02_services {
	height: auto;
	width: 566px;
	margin: 25px 0 0 0;
	background-color: white;
	padding: 0 20px 0 20px;
	color: #003;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	border-bottom: solid #aaaaaa 1px;
	border-top: solid #aaaaaa 1px;
}

#text_box02_services02 {
	height: auto;
	width: 566px;
	margin: 25px 0 0 0;
	background-color: white;
	padding: 0 20px 0 20px;
	color: #003;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	border-bottom: solid #aaaaaa 1px;
}

#text_box02_testimonials {
	height: auto;
	width: 566px;
	margin: 25px 0 0 0;
	background-color: white;
	padding: 0 20px 0 20px;
	color: #003;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	border-bottom: solid #aaaaaa 1px;
	border-top: solid #aaaaaa 1px;
}

#text_box02_testimonials02 {
	height: auto;
	width: 566px;
	margin: 25px 0 0 0;
	background-color: white;
	padding: 0 20px 0 20px;
	color: #003;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	border-bottom: solid #aaaaaa 1px;
}

#text_box03 {
	height: auto;
	width: 566px;
	border: solid #aaaaaa 1px;
	margin: 25px 0 0 0;
	padding: 0 20px 0 20px;
	background-image: url(images/bg_text_box_fade.jpg);
	background-repeat: repeat-y;
}

#text_box04 {
	height: auto;
	width: 566px;
	margin: 25px 0 0 0;
	background-color: white;
	padding: 0 20px 0 20px;
	font-weight: normal;
}

#text_box05 {
	height: 900px;
	width: 566px;
	margin: 25px 0 0 0;
	background-color: white;
	padding: 0 20px 0 20px;
	font-weight: normal;
	border-bottom: solid #aaaaaa 1px;
}

#text_box_presentations {
	height: 650px;
	width: 566px;
	margin: 25px 0 0 0;
	background-color: white;
	padding: 0 20px 0 20px;
	font-weight: normal;
	border-bottom: solid #aaaaaa 1px;
}


#text_box_books {
	height: 880px;
	width: 566px;
	margin: 25px 0 0 0;
	background-color: white;
	padding: 0 20px 0 20px;
	font-weight: normal;
	border-bottom: solid #aaaaaa 1px;
}
#text_box06 {
	height: auto;
	width: 566px;
	margin: 25px 0 0 0;
	background-color: white;
	padding: 0 20px 0 20px;
	font-weight: normal;
}

#client_portrait {
	height: 1022px;
	width: 608px;
	border: solid black 1px;
	margin: 15px 0 0 0;
	background-color: #efefef;
	background-image: url(images/aaa_bg.jpg);
	background-repeat: no-repeat;
}
#banner_logo {
	height: 57px;
	width: 283px;
	margin: 12px 0 0 0;
}
#nav {
	height: auto;
	width: auto;
	/*border: solid #aaaaaa 1px;*/
}

#nav02 {
	height: auto;
	width: auto;
}


#nav_button01
{
	height: 22px;
	width: auto;
	border: solid black 1px;
	background-color: #8da7bc;
	text-align: left;
	font-size: 16px;
	color: #FFF;
	padding: 3px 0 0 10px;
}

#nav_button02 {
	height: 22px;
	width: auto;
	border: solid black 1px;
	background-color: #8da7bc;
	padding: 3px 0 0 10px;
	color: #FF9D08;
}

#nav_button03 {
	height: 22px;
	width: auto;
	border: solid black 1px;
	background-color: #8da7bc;
	padding: 3px 0 0 10px;
}

#nav_button04 {
	height: 22px;
	width: auto;
	border: solid black 1px;
	background-color: #8da7bc;
	padding: 3px 0 0 10px;
	font-size: 16px;
}

#nav_button05 {
	height: 22px;
	width: auto;
	border: solid black 1px;
	background-color: #8da7bc;
	padding: 3px 0 0 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #03C;
}

#nav_button06 {
	height: 22px;
	width: auto;
	border: solid black 1px;
	background-color: #8da7bc;
	padding: 3px 0 0 10px;
}

#nav_button07 {
	height: 22px;
	width: auto;
	border: solid black 1px;
	background-color: #8da7bc;
	padding: 3px 0 0 10px;
}

#nav_button08 {
	height: 22px;
	width: auto;
	border: solid black 1px;
	background-color: #8da7bc;
	padding: 3px 0 0 10px;
	color: #03C;
}

#nav_button09 {
	height: 25px;
	width: auto;
	border: solid black 1px;
	background-color: #8da7bc;
	padding: 3px 0 0 10px;
}

#nav_button10{
	height: 25px;
	width: auto;
	border: solid black 1px;
	background-color: #8da7bc;
}

#nav_button11 {
	height: 25px;
	width: auto;
	border: solid black 1px;
	background-color: #8da7bc;
}

#nav_button12 {
	height: 25px;
	width: auto;
	border: solid black 1px;
	background-color: #8da7bc;
}
#client_portrait_header {
	height: 183px;
	width: 608px;
	background-image: url(images/aaa_banner.jpg);
}
#aaa_portrait01 {
	height: 839px;
	width: 608px;
	background-image: url(images/aaa_bg.jpg);
}

#aaa_portrait_inside01 {
	height: 125px;
	width: 312px;
	float: right;
}

#aaa_portrait_inside02 {
	height: 125px;
	width: 312px;
	margin: 38px 0 0 0;
	float: right;
}

#aaa_portrait_inside03 {
	height: 125px;
	width: 312px;
	margin: 36px 0 0 0;
	float: right;
}

#aaa_portrait_inside04 {
	height: 125px;
	width: 312px;
	margin: 38px 0 0 0;
	float: right;
}

#aaa_portrait_inside05 {
	height: 125px;
	width: 312px;
	margin: 38px 0 0 0;
	float: right;
}

#Home
{
  display: block;
  width: 158px;
  height: 25px;
  background: url("home_button.gif") no-repeat 0 0;

}

#Home:hover
{ 
  background-position: 0 -25px;
}

#Home span
{
  display: none;
}
.twoColFixLtHdr #container #header {
	background-repeat: no-repeat;
}
.block_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-align: center;
	font-weight: bold;
}
.twoColFixLtHdr #container #mainContent #text_box02 p {
	color: #393F8B;
	font-size: 16px;
	width: auto;
	height: auto;
}
.header_paragraph {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #354E8E;
	text-align: left;
}
.help_list {
	list-style-position: outside;
	list-style-type: circle;
	color: #000;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.Paragraphs {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: left;
	font-size: 16px;
}
.home_tag {
	font-family: Arial, Helvetica, sans-serif;
}
#event_box {
	height: 65px;
	width: 190px;
	float: right;
	margin: 175px 0 0 0;
	padding: 5px 25px 0 0;
	text-align: left;
}
.upcoming_events {
	text-align: left;
	font-size: 12px;

}
.more {
	color: #FE9B00;
	text-align: right;
}
.nav {
	font-family: Arial, Helvetica, sans-serif;
}
.news {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
}
.navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	color: #FFF;
}
.more {
	float: right;
	height: 20px;
	width: 40px;
}
#more {
	height: 20px;
	width: auto;
	float: right;
	margin: 10px 0 0 0;
}
#text_box02_title {
	height: 35px;
	width: 570px;
	margin: 10px 0 0 0;
	background-image: url(images/title_orange.png);
	color: #FFF;
	font-weight: bold;
	padding: 5px 0 0 10px;
}

#text_box02_title02 {
	height: 35px;
	width: 570px;
	margin: 10px 0 0 0;
	background-image: url(images/title_green.png);
	color: #FFF;
	font-weight: bold;
	padding: 5px 0 0 10px;
}

#text_box02_title03 {
	height: 35px;
	width: 570px;
	margin: 10px 0 0 0;
	background-image: url(images/title01.png);
	color: #FFF;
	font-weight: bold;
	padding: 5px 0 0 10px;
}



.category_title {
	color: #FFF;
}
.more {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
}
.header02 {
	color: #FF9C01;
	font-weight: bold;
}
.genre {
	color: #5FA33C;
	font-weight: bold;
}
.nave_page {
	color: #03C;
	font-family: Arial, Helvetica, sans-serif;
}
.article_title {
	font-size: 12px;
	font-weight: bold;
}
.nav_blue {
	color: #03C;
}
#presentation_th {
	float: left;
	height: 250px;
	width: 300px;
}
.book_box {
	height: 350px;
	width: 350px;
	margin: 0 0 30px 120px;
}

#insignia {
	height:20px;
	width:230px;
}

