/******* MAIN TEMPLATE CSS *********/


body{
  text-align: center;
  min-width: 763px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	margin-top: 0px;
	padding: 0px;
	background-color: #25374D;
}

a {
	color: #000;
}

a:link {
	color: #242424;
}

a:visited {
	color: #242424;
}

a:hover {
	text-decoration: underline;
}

h1 {
  font-family: 'Times New Roman', Times, serif;
  /*font-size: 24px;*/
  font-size: 1.5em;
  font-weight: bold;
  font-style: italic;
  color: #1D3654;
  text-align: right;
  margin-top: 5px;
  margin-bottom: 15px;
}

h2 {
	font-family: Verdana, Arial, sans-serif;
	/*font-size: 13px;*/
  font-size: 1em;
  font-weight: bold;
	color: #003399;
	text-align: left;
}

h3 {
	font-family: Verdana, Arial, sans-serif;
	/*font-size: 11px;*/
  font-size: 0.9em;
  font-weight: bold;
	color: #003333;
	text-align: left;
}

ul {
	list-style-type: disc;
}

ul ul {
 list-style-type: circle;
}

ul ul ul {
 list-style-type: square;
}

ul ul ul ul {
 list-style-type: disc;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#wrapper {
	background-color: #fff;
	width: 780px;
	position: relative;
	background-image: url(../../images/new_bg_main.gif);
	background-repeat: repeat-y;
	margin-top: 0px;
	padding: 0px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
	/*height: 600px;*/
}

#header {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 780px;
  height: 128px;
	background-image: url(../../images/header.jpg);
	background-repeat: no-repeat;
}

#actiondiv {
  position: absolute;
  top: 136px;
  left: 0px;
  width: 146px;
  /* top  right  bottom  left  */
  padding: 7px 5px 7px 10px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
	background-color: transparent;
	color: #ffff77;
  z-index: 100;
}

#leftcol1 {
  position: absolute;
  top: 170px;
  left: 0px;
}

#leftcol2 {
  position: absolute;
  top: 470px;
  left: 0px;
}

#rightcol {
  position: absolute;
  top: 128px;
  left: 612px;
  background-color: #CED6E2;
  padding: 0;
}

#content {
  position: relative;
  /*left: 198px;*/
  left: 220px;
  /*width: 388px;*/
  width: 500px;
  padding-top: 140px;
}

#footer {
  position: relative;
  left: -220px;
  width: 780px;
  background-color: #516B8C;
	background-image: url(../../images/bg_footer.gif);
	background-repeat: no-repeat;
  text-align: center;
  font-family: arial, sans-serif;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 30px;
  /*font-size: 12px;*/
  font-size: 0.8em;
  color: #fff;
}


/* Header Elements */

#logo {
  position: absolute;
  top: 0px;
  left: 198px;
}

#division {
  position: absolute;
  top: 0px;
  right: 0px;
}

#seofirm {
  position: absolute;
  top: 40px;
  left: 229px;
  font-family: arial, sans-serif;
  color: #fff;
  font-size: 13px;
  text-decoration: none;
}

#seofirm:hover {
  text-decoration: underline;
}

/* Horizontal Menu */

#horizontalmenu {
  position: absolute;
  top: 69px;
  left: 212px;
  background-color: transparent;
  font-size: 12px;
}

#horizontalmenu a {
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}
#horizontalmenu a:hover {
	color: #D3C3D5;
}


/* Breadcrumb Menu */
/*
#horizontalmenu {
  position: absolute;
  top: 69px;
  left: 212px;
  background-color: transparent;
  font-size: 12px;
}
*/
#breadcrumb {
  position: absolute;
  top: 104px;
  left: 212px;
  width: 550px;
  height: 28px;
  font-family: 'Times New Roman', Times, serif;
  font-size: 14px;
  font-weight: bold;
  color: #4B0427;
  text-align: right;
  vertical-align: middle;
  background-color: transparent;
}

#breadcrumb a {
  color: #373737;
  text-decoration: none;
}
#breadcrumb a:hover {
	color: #822E7C;
}


/***********************************************/
/* Divs inside #leftcol1 and #leftcol2         */
/***********************************************/

div.leftcol {
  background-color: #A3B3C7;
	border-top: 1px solid #fff;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
  padding-top: 8px;
  padding-left: 7px;
  padding-right: 7px;
}

div.leftnav {
  width: 146px;
	border-top: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	padding: 0 0 0px 0;
	margin-bottom: 10px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
	background-color: #A3B3C7;
	color: #333333;
}

h3.leftnav {
	font-family: 'Times New Roman', Times, serif;
  font-size: 15px;
  font-weight: bold;
  font-style: italic;
	color: #111133;
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
}

ul.leftnav {
  list-style: none;
  margin: 0;
  padding: 0;
  border: none;
}
		
li.leftnav {
  border-bottom: 1px solid #fff;
  font-size: 11px;
  margin: 0;
}

a.leftnav {
  display: block;
  /* top  right  bottom  left  */
  padding: 7px 5px 7px 10px;
  background-color: #304F79;
  font-size: 11px;
  color: #ffffff;
  text-decoration: none;
}

a.leftnav:visited {
  color: #fff;
}

a.leftnav:hover {
  background-color: #677E9D;
  color: #fff;
}


/***********************************************/
/* Content inside #actiondiv                */
/***********************************************/

#actiondiv a {
  color: #ffff77;
  text-decoration: none;
}
#actiondiv a:hover {
	color: #fff;
}


/***********************************************/
/* Divs inside #rightcol                       */
/***********************************************/

#rightnav {
  width: 168px;
	font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
	background-color: #CED6E2;
	color: #000000;
}

#rightnav h2 {
  font-family: 'Times New Roman', Times, serif;
  font-size: 14px;
  font-weight: bold;
  display: block;
  width: 100%;
  text-align: center;
  background-color: #516B8C;
  color: #FFFFFF;
  padding-top: 5px;
  padding-bottom: 8px;
  /*
  padding-left: 5px;
  padding-right: 5px;
  */
  margin: 0px;
  clip: rect(auto,auto,auto,auto);
}

#rightnav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border: none;
}
		
#rightnav li {
  border-bottom: 1px solid #516B8C;
  font-size: 12px;
  margin: 0;
}

#rightnav li a {
  display: block;
  /* top  right  bottom  left  */
  padding: 7px 5px 7px 10px;
  background-color: #CED6E2;
  font-size: 12px;
  color: #222255;
  text-decoration: none;
}

html>body #rightnav li a {
  width: auto;
}

#rightnav li a:hover {
  background-color: #DBE1EA;
  color: #2D4666;
}

/***********************************************/
/* Elements inside #content                    */
/***********************************************/

#content h1 {
  font-family: 'Times New Roman', Times, serif;
  /*font-size: 24px;*/
  font-size: 1.5em;
  font-weight: bold;
  font-style: italic;
  color: #1D3654;
  text-align: right;
  margin-top: 5px;
  margin-bottom: 15px;
}

#content h2 {
	font-family: Verdana, Arial, sans-serif;
	/*font-size: 13px;*/
  font-size: 1.1em;
  font-weight: bold;
	color: #002B81;
	text-align: left;
}

#content h2 a {
  color: #002B81;
  text-decoration: underline;
}
#content h2 a:visited {
  color: #002B81;
}
#content h2 a:hover {
  color: #903867;
}


#content p {
  font-family: verdana, arial, sans-serif;
  padding-left: 20px;
  /*font-size: 11px;*/
  font-size: 0.9em;
  color: #25374D;
  line-height: 1.3em;
  margin-top: 0px;
  margin-bottom: 14px;
}

#content p.callout {
  padding-left: 45px;
  padding-right: 30px;
  margin-bottom: 8px;
}

#content span.learnmore {
  font-family: 'Times New Roman', Times, serif;
  /*font-size: 16px;*/
  font-size: 1.2em;
  font-weight: bold;
  font-style: italic;
  color: #25374D;
}


#content p.learnmore {
  font-family: 'Times New Roman', Times, serif;
  /*font-size: 16px;*/
  font-size: 1.2em;
  font-weight: bold;
  font-style: italic;
  color: #25374D;
  margin-top: 20px;
  margin-bottom: 10px;
}

#content p a {
  font-weight: bold;
  /*color: #872D5E;*/
  color: #903867;
  text-decoration: none;
}
#content p a:hover {
  text-decoration: underline;
}

#content ul {
  /*font-size: 11px;*/
  font-size: 0.9em;
  margin-top: 0px;
}

#content ul.callout {
  margin-top: 0px;
  padding-left: 85px;
  padding-right: 30px;
}

#content li {
  /*font-size: 11px;*/
  color: #25374D;
  line-height: 1.2;
  margin-bottom: 8px;
}
#content li a {
  font-weight: bold;
  /*color: #872D5E;*/
  color: #903867;
  text-decoration: none;
}
#content li a:hover {
  text-decoration: underline;
}

/* Styles for floating Child Menu div */

#content div.calloutright {
	float: right;
	width: 160px;
	padding: 0px;
	/*top right bottom left */
  margin: 10px -30px 20px 40px;
	border-top: 1px solid #D1D8E1;
	border-left: 1px solid #D1D8E1;
	border-right: 1px solid #516B8C;
	border-bottom: 1px solid #516B8C;
  background-color: #E8EBF0;
}

#content div.calloutright p {
	font-size: 12px;
	line-height: 16px;
	color: #1D3654;
  margin: 8px 5px 20px 10px;
  padding: 0px;
}

#content div.subnav {
  width: 150px;
	font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
	background-color: #CED6E2;
	color: #000000;
  margin-bottom: 20px;
  margin-left: 5px;
}

#content div.subnav h2 {
  font-family: 'Times New Roman', Times, serif;
  font-size: 14px;
  font-weight: bold;
  display: block;
  width: 100%;
  text-align: center;
  background-color: #E8EBF0;
  color: #103050;
  padding-top: 5px;
  padding-bottom: 8px;
  /*
  padding-left: 5px;
  padding-right: 5px;
  */
  margin: 0px;
  clip: rect(auto,auto,auto,auto);
}

#content div.subnav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  /*border: none;*/
  border-left: 1px solid #98A7BB;
  border-right: 1px solid #98A7BB;
  border-top: 1px solid #516B8C;
}

#content div.subnav li {
  border-bottom: 1px solid #516B8C;
  font-size: 12px;
  margin: 0;
}

#content div.subnav li a {
  display: block;
  /* top  right  bottom  left  */
  padding: 7px 5px 7px 10px;
  background-color: #CED6E2;
  font-size: 11px;
  color: #222255;
  text-decoration: none;
}

html>body #content div.subnav li a {
  width: auto;
}

#content div.subnav li a:hover {
  background-color: #DBE1EA;
  color: #0D2646;
}


/***********************************************/
/* Content inside #footer                      */
/***********************************************/

/* Footer Menu */

#footer a {
  color: #fff;
  text-decoration: none;
}

#footer a:hover {
	color: #D3C3D5;
}

#footer li {
  color: #fff;
}


/* Site Map Styles */

#sitemap {
  position: absolute;
  top: 128px;
  left: 198px;
  width: 388px;
  background-color: #ffffff;
  padding-top: 12px;
}

#sitemap ul {
  margin-top: 22px;
  margin-bottom: 15px;
}
#sitemap ul ul {
  margin-top: 20px;
  margin-bottom: 20px;
}
#sitemap ul ul ul {
  font-size: 11px;
}

#sitemap ul li {
  font-size: 13px;
}
#sitemap ul ul li {
  font-size: 12px;
}
#sitemap ul ul ul li {
  font-size: 11px;
}

#sitemap li {
  font-size: 11px;
  color: #25374D;
  line-height: 1.2;
  margin-bottom: 8px;
}
#sitemap li a {
  font-weight: bold;
  /*color: #903867;*/
  color: #313C7D;
  text-decoration: none;
}
#sitemap li a:hover {
  text-decoration: underline;
}

#sitemap ul ul li a {
  color: #893E66;
}
#sitemap ul ul ul li a {
  color: #333333;
}

