body {
	margin: 0 auto;
	background-image:url(../images/all_pages/background_stripes.jpg); 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #25303e;
	font-weight:750;
}
table {
margin-top: 0;
margin-bottom: 0;
}
.background_frame {
	background-image:url(../images/all_pages/background_page.jpg); 
	background-repeat:no-repeat;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #0f1c7f;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #d91d04;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333f4c;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #5a1b36;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #25303e;
	font-weight:750;
}

/* special text colors and sizes */
.text_white {
	color: #ffffff;
}
.text_banner {
	color: #f80505;
	font-size: 24px;
	font-weight:bold;
}
.text_caption {
	color: #333b46;
	font-size: 13px;
	font-weight:bold;
}
.text_table {
	color:#660000;
	font-size: 14px;
	font-weight: bold;
	line-height:25px;
}

/* links for light background */

a:link {
	color: #0f1c7f;
	font-weight:bold;
	text-decoration: none;
}
a:visited {
	color: #0f1c7f;
	font-weight:bold;
	text-decoration: none;
}
a:hover {
	color: #f66a39;
	text-decoration: underline;
	/* background-color: #ffffff; */ 
}
a:active {
	color: #FFEB84;
	text-decoration: none;
}

/* links for dark background */

a.dark_link:link {
	color: #ffffff;
	text-decoration: none;
}
a.dark_link:visited {
	color: #ffffff;
	text-decoration: none;
}
a.dark_link:hover {
	color:#75c2d9;
	text-decoration: none;
	background-color: #032950;
}
a.dark_link:active {
	color: #FFEB84;
	text-decoration: none;
}

/* margins */

p,h1,h2,h3,h4 {
	margin-left: 5px;
	margin-right: 5px;
}
.margin_left_5	{
	margin-left: 5px;
}
.margin_left_15	{
	margin-left: 15px;
}
.margin_right_5 {
	margin-right: 5px;
}
.margin_top_5	{
	margin-top: 5px;
}
.marginbottom_5	{
	margin-bottom: 5px;
}
.margin_all_around_5 {
	margin:5px;
}
.testimonials_adjust {
	margin-right:	2px;
	margin-top:		2px;
}
.sidebar_adjust {
	margin-right:	2px;
}
.table_adjust { float:left; 
}

/* borders right, left, top, bottom rltb */

.border_rlt {
	border-style: solid;
	border-color: #000000;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-width: 1px;
	border-bottom-width: 0px;
}
.border_rl {
	border-style: solid;
	border-color: #000000;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-width: 0px;
	border-bottom-width: 0px;
}
.border_rlb {
	border-style: solid;
	border-color: #000000;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-width: 0px;
	border-bottom-width: 1px;
}
.border_rltb {
	border-style: solid;
	border-color: #000000;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-width: 1px;
	border-bottom-width: 1px;
}
.border_rb {
	border-style: solid;
	border-color: #000000;
	border-right-width: 1px;
	border-left-width: 0px;
	border-top-width: 0px;
	border-bottom-width: 1px;
}
.border_t {
	border-style: solid;
	border-color: #000000;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-width: 1px;
	border-bottom-width: 0px;
}
.border_b {
	border-style: solid;
	border-color: #000000;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-width: 0px;
	border-bottom-width: 1px;
}
.border_l {
	border-style: solid;
	border-color: #000000;
	border-right-width: 0px;
	border-left-width: 1px;
	border-top-width: 0px;
	border-bottom-width: 0px;
}

/* image tweaks */

.logo_animated {float:left;}
.logo_adjust {
	position:relative;
	left:-1px;
	top:-1px;
}
.cz_adjust {
	position:relative;
	right:-5px;
}

/* Drop Down Menus */
/* CSS Drop Down Menus */

#menuh-container
	{
	font-size: 12px;
	position: relative;
	float:left;
	width: auto;
	margin: 0px;
	padding-left:2px;
	padding-right:2px;
	height:auto;
	border-style: solid;
	border-color: #000000;
	border-right-width: 1px;
	border-left-width: 0px;
	border-top-width: 0px;
	border-bottom-width: 1px;
	}

#menuh
	{
	font-size: 13px;
	font-family: arial, helvetica, sans-serif;
/*	width:100%; */
	width:auto;
	float:left;
	}
		
#menuh a
	{
	text-align: left;
	display:block;
	border: 0px solid #555;
	white-space:nowrap; 
	margin:0;
	padding-left: 5px;
	padding-right: 5px;
	padding-top:2px;
	padding-bottom:3px;
	}
	
#menuh a:link, #menuh a:visited, #menuh a:active	/* menu at rest */
	{
	color: #000000;
	background-color: #ffffff; 
/*	background:inherit; */
	text-decoration:none;
	border-bottom:0px solid #000000;
}
	
#menuh a:hover						/* menu on mouse-over  */
	{
	color: #ffffff;
	background-color: #1d416e;
	text-decoration:none;
	}	
	
#menuh a.top_parent, #menuh a.top_parent:hover  /* attaches down-arrow to all top-parents */
	{
	background-image: url(../images/all_pages/nav_arrow_down.gif);
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 20px;
	}
	
#menuh a.parent, #menuh a.parent:hover 	/* attaches side-arrow to all parents */
	{
	background-image: url(images/all_pages/nav_arrow_right.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}

#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
/*

	width:60px;	/* width of all menu boxes */ */

	/* NOTE: For adjustable menu boxes you can comment out the above width rule.
	However, you will have to add padding in the "#menh a" rule so that the menu boxes
	will have space on either side of the text -- try it */
	}

#menuh li
	{
	position:relative;
	min-height: 1px;		/* Sophie Dennis contribution for IE7 */
	vertical-align: bottom;		/* Sophie Dennis contribution for IE7 */
	}

#menuh ul ul
	{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	padding: 1em;
	margin:-1em 0 0 -1em;
	width:auto;
	}

#menuh ul ul ul
	{
	top:0;
	left:100%;
	}

div#menuh li:hover
	{
	cursor:pointer;
	z-index:100;
	}

div#menuh li:hover ul ul,
div#menuh li li:hover ul ul,
div#menuh li li li:hover ul ul,
div#menuh li li li li:hover ul ul
{display:none;}

div#menuh li:hover ul,
div#menuh li li:hover ul,
div#menuh li li li:hover ul,
div#menuh li li li li:hover ul
{display:block;}

/* End CSS Drop Down Menu */
