/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
   
   Blue text - 84B2C0
   Green Header box 008394
   Header box blue background C3D8E6
   Dark Blue 004963
   Pinkish background EDE5E1
   Brown 674F3F
   
   */   



/* background color for the content part of the pages */

#OuterTable {
	height:100%;
}


#InnerTable{
	height:100%;
	border-left:#666666 solid 1px;
	border-right:#666666 solid 1px;
	border-bottom:#666666 solid 1px;
	background-color:#FFFFFF;

}

#ContentTable{
	
}


Body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#004963;
	background-color:#F5F5F5
}

/* text style used for most text rendered by modules */



.Normal, P, DIV, UL, LI, TD {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#004963;	
}

H1  {
	font-family: Arial, Helvetica,Verdana, sans-serif;
	FONT-SIZE: 24px;
	line-height:normal;
	font-weight:bold;
	margin-bottom:0px;
	color:#004963;
}



H2  {
	FONT-WEIGHT: bold;
	FONT-SIZE: 20px;
	COLOR: #004963;
	line-height: 20px;
}


H3  {
	FONT-WEIGHT: bold; FONT-SIZE: 16px; MARGIN-BOTTOM: 0px; COLOR: #004963}


H4  {
	FONT-WEIGHT: bold; FONT-SIZE: 12px; MARGIN-BOTTOM: 0px; COLOR: #004963}

H5  {
	FONT-WEIGHT: bold;
	FONT-SIZE: 10px;
	MARGIN-BOTTOM: 0px;
	COLOR: #004963;
	margin-top: 0px;
}

FormLabel {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	line-height:25px;

}

FormInput {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;

}

A:link  {
	color: #004963;
	text-decoration:none;
	font-weight:bold;

	
}

A:visited   {
	color: #004963;
	text-decoration:none;
	font-weight:bold;	
	
}

A:active    {
	color: #004963;
	text-decoration:none;
	font-weight:bold;
}

A:hover {
	color: #003333;
	text-decoration:underline;
		font-weight:bold;
}


.HeaderButtons {
background-color:#669999;
}

.Testimonial_Outside {
background-image:url(startquote.gif);
background-position:top left;
background-repeat:no-repeat;
}
.Testimonial_Inside {
background-image:url(endquote.gif);
background-position:bottom right;
background-repeat:no-repeat;
}
.Testimonial_Quote {

}
.Testimonial_Author {
text-align:right;
font-weight:bold;

}

.whitecontainer {
background-color:#FFFFFF; 

}

.container_title {
	border-bottom:#999999 thin solid padding:10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#004963;
	padding:10px;
}
.container_content {
	padding-left:10px;
}

.container_image {
	padding-left:10px;
}

.leftborder {
	background-image:url(/Portals/0/SiteImages/leftshadow.jpg);
	background-position:right;
	background-repeat:repeat-y;
	
}
.rightborder {
	background-image:url(/Portals/0/SiteImages/rightshadow.jpg);
	background-position:left;
	background-repeat:repeat-y;
	
}
.bottompane {
	background-color:#FFFFFF;
}