

body {
	background-color: #d4d8da;
	font-family: "Droid Sans", Optima, "Segoe UI", Arial, sans-serif;
	margin: 0px 0px 10px 0px;
}


/*Drop Menu Magic Adjustments*/
.p7DMM03 {
	font-family: Cuprum, Optima, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
}
.p7DMM03.p7DMM.p7dmm-left {
	padding-left: 20px;
}
.p7DMM03.p7DMM.p7dmm-right {
	padding-right: 20px;
}


/*Baseline Adjustment for images needed with strict DOCTYPE*/
img {vertical-align: bottom;}


/*Logo and Banner*/
#logo {
	padding: 2px 20px;
	position: relative;
	z-index: 10;
	background-image: -webkit-linear-gradient(#d4d8da,#d4d8db
	);
	background-image: linear-gradient(#d4d8da, #d4d8db);
	background-color:
	#d4d8da;
	
}
#banner {
	border-top: 1px solid #006ea3;
	
	
}
/*Ordinary Link Styles*/

.content a {
	color:#a253e2;
	text-decoration: none;
	border:none;
	font-size:18px;	
}
.content a:hover, .content a:focus {
	color: #000;
	border:none;
	text-decoration: none;
}

/*Utility Rules for images. Scalable class makes images scale with window size.*/
img.scalable {
	height: auto !important;
	width: auto !important;
	max-width: 100%;
	vertical-align: bottom;
}
img.scalable3 {
	height: auto !important;
	width: auto !important;
	max-width: 80%;
	vertical-align: bottom;
}


img.scalable1 {
	height: auto !important;
	width: auto !important;
	max-width: 100%;
	border-radius: 5px;
	text-align: center;
	padding:5px;
	border:
	medium double #425c68;
	vertical-align: bottom; 
}

img.scalable2 {
	height: auto !important;
	width: auto !important;
	max-width: 80%;
	border-radius: 5px;
	text-align: left;
	padding:5px;
	border:medium double #425c68;
	vertical-align: bottom;
		
}
.centerimg {
display: block;
margin: 0 auto; }


/*Scalable video 16:9 - adjust bottom padding for other formats*/
 .video-wrapper {
 position: relative;
 padding-bottom: 50px;
 padding-top: 30px;
 height: auto;
 overflow: hidden;
 border: medium double #425c68;
 border-radius: 4px;
 }
 .video-wrapper iframe, .video-wrapper object, .video-wrapper embed {
 margin-left: 2%;
 margin-right: 5%;
 width: 100%;
 max-width: 560px;
 max-height:315px;
 }
 

p.note{
	font-size:12px;
	text-align:right;
}
p.text1
 {
	 font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: black;
	text-align: left;
	padding-left: 20px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
 }
	
p.caption
{text-align: center;
 color:#4A0082;
 font-size:16px;
 font-weight:800;
 font-family:Georgia, "Times New Roman", Times, serif;
 

}
p.captionlt
{text-align: 
left;
 color:#4A0082;
 font-size:16px;
 font-weight:800;
 font-family:Georgia, "Times New Roman", Times, serif;
 

}
p.centered
{
	text-align: center;
 color:#4A0082;
 font-size:18px;
 font-weight:800;
 font-family:Georgia, "Times New Roman", Times, serif;
line-height: normal;
	margin: 30px 0px 0px 0px;
 

}

p.read
{
	color:#a253e2;
	font-size:16px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
li.values
{padding: 8px 5px;
}
li.valuescon
{padding: 8px 5px;
}
li.valuessb
{padding: 5px;
}

li.abc
{
	padding: 8px 5px;
	list-style-type:upper-alpha;}
	
	li.circle
{
	padding: 8px 5px;
	list-style-type:circle;
}

	li.circle1
{
	padding: 8px 25px;
	list-style-type:circle;
}
	
	
	li.disc
{
	padding: 8px 5px;
	list-style-type:square;
}

li.add
{
	padding: 2px 3px;
	list-style-type:none;
	font-style: normal;
	font-weight: 700;
	text-align:left;
}
li.add1
{
	padding: 8px 1px;
	font-style: italic;	
	text-align:left;
}

/* 
Add the fancy class to the scalable class to add a drop shadow
<img class="scalable fancy"...>
*/
.fancy {
	border: 1px solid rgba(255,255,255,.5);
	box-shadow: 0px 0px 20px rgba(0,0,0,.5);
	list-style-type: upper-alpha;
	list-style-type: upper-alpha;
	list-style-type: upper-alpha;
}
/* 
Add the accented class to the scalable class to add eounded corners and a border.
<img class="scalable accented"...>
*/
.accented {
	border-radius: 5px;
	border: 1px solid #222;
}


/*Layout Wrapper*/
#layout {
	max-width: 1260px;
	margin: 0px auto;
	background-color: #F1F2F2;
	/*box-shadow: 0px 0px 20px rgba(0,0,0,.5);*/
	border-left: 2px solid #006ea3;
	border-right: 2px solid #006ea3;
	border-radius: 0px 0px 7px 7px;
}

/*Default Row Structures*/
.affinity-row {
	padding: 0px;
}
/*This rule assigns a gray gradient background to every other row*/
.affinity-row:nth-child(even) {
	background-color: #EEE;
	background-image: -webkit-linear-gradient(#EEE, #CCC);
	background-image: linear-gradient(#EEE, #CCC);
}
/*Turns off the Background for Nested Rows*/
.affinity-row .affinity-row:nth-child(even) {
	background-color: transparent;
	background-image: none;
	background-image: none;
}

/*Clear Fix to Clear Floats*/
.affinity-row:after {
	visibility: hidden;
	display: block;
	content: "\0020";
	clear: both;
	height: 0;
}

/*Strctural wrapper for 2-column row*/
.affinity-row .column-half {
	width: 50%;
	float: left;
}

/*Strctural wrapper for 3-column row*/
.affinity-row .column-third {
	width: 33.3333333%;
	float: left;
}
/*Strctural wrapper for 4-column row*/
.affinity-row .column-fourth {
	width: 25%;
	float: left;
}
/*Strctural wrapper for 5-column row*/
.affinity-row .column-fifth {
	width: 20%;
	float: left;
}

/*Strctural wrapper for 2-column sidebar-left row*/
.affinity-row.sidebar-left .column-1 {
	width: 76%;
	float: right;
	background-color:#F2F1F1;
	
}
.affinity-row.sidebar-left .column-2 {
	width: 24%;
	float: right;
	background-color:#EDECEC;
}
.affinity-row.sidebar-left .column-content {
	line-height: 1.5;
}
.affinity-row.sidebar-left .column-2 .column-content {
	font-size: .9em;
}

/*Strctural wrapper for 2-column sidebar-right row*/
.affinity-row.sidebar-right .column-1 {
	width: 76%;
	float: left;
}
.affinity-row.sidebar-right .column-2 {
	width: 24%;
	float: left;
}
.affinity-row.sidebar-right .column-content {
	line-height: 1.5;
}
.affinity-row.sidebar-right .column-2 .column-content {
	font-size: .9em;
}

/*Column Content*/
.column-content {
	line-height: 1.35;
	padding: 15px 24px;
}
.affinity-row.sidebar-right .column-content,
.affinity-row.sidebar-left .column-content,
.affinity-row.thirds.full-height .column-content {
	padding: 30px;
}
/*Padding Management for Nested Rows*/
.no-pad-left-top-bottom {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
	padding-left: 0px !important;
}
.no-pad-right-top-bottom {
	padding-top: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 0px !important;
}
.no-pad-top-bottom {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}


/*Headings*/
h1, h2, h3, h4 {
	font-family: Optima, Arial, Helvetica, sans-serif;
	line-height: normal;
	margin: 30px 0px 0px 0px;
	color:#4A0082;
}
.column-content h1:first-child,
.column-content h2:first-child,
.column-content h3:first-child,
.column-content h4:first-child {
	margin-top: 10px;
}
/*Use this class when you add a heading inside a row that contains multiple columns.*/
.inner-row-heading {
	position: relative;
	top: 20px;
	margin: 0px 0px 0px 24px;
}

/*Footer and Copyright*/
.footer {
	
	
	color: #fff;
	font-size: 0.9em;
	border-radius: 0px 0px 5px 5px;
	border-top: 1px solid;
	border-color: #FFFFFF;
	background-color: #008209 !important;
	background-image: -webkit-linear-gradient(#008209, #008209) !important;
	background-image: linear-gradient(#008209, #008209) !important;
}

.footer h3, .footer h4 {
	font-family: "Segoe UI", Optima, Helvetica, Arial, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	margin: 5px 0px 0px 0px;
	text-align:center;
}
.footer ul {
	margin: 0px;
	padding: 0px;
	margin-top: 2px;
	
}
.footer li {
	list-style-type: none;
	line-height: 1.5;
}
.footer a {
	color: #fff;
	text-align:center;
}
.footer a:hover, .footer a:focus {
	color: #000;
}
#footer img

{opacity: .6;
 -webkit-transition: opacity linear .35s .1s;
 transition: opacity linear .35s .1s; }


.copyright {
	font-size: 1em;
	text-transform: uppercase;
	clear: both;
	padding: 1px 10px 15px 10px;
	text-align:
	left;
}
.copyright3 {
	font-size: 1em;
	
	clear: both;
	padding: 1px 10px 15px 10px;
	text-align:
	left;
}

.copyright1 {
	font-size: 1em;
	text-transform: uppercase;
	clear: both;
	padding: 1px 20px 2px 10px;
	text-align:
	right;
}
.copyright2 {
	font-size: 1.2em;
	text-transform: uppercase;
	clear: both;
	padding: 1px 10px 2px 20px;
	text-align:
	center;
}



/*Assign this class to set large text and the stylish Cuprum font*/
.column-content.largesse, .largesse {
	font-size: 1.25em;
	line-height: 1.75em;
	font-family: Cuprum, Optima, Arial, Helvetica, sans-serif;
}
/*Use this class to asign a black accent box around your content*/
.affinity-row .blast {
	font-family: Cuprum, Optima, Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	line-height: 1.50;
	color: #000;
	border-radius: 0px 0px 10px 10px;
	padding: 18px 36px;
	background: -webkit-linear-gradient(#e7e4e4, #e7e4e4);
	background: linear-gradient(#e7e4e4, #e7e4e4);
	background-color: #e7e4e4;
	margin-bottom: 10px;
}
/*Add the gray class to the blast class to make your accent box gray*/
.affinity-row .blast.gray {
	background: -webkit-linear-gradient(#d4d2d2, #EDECEC);
	background: linear-gradient(#d4d2d2, #EDECEC);
	background-color: #d4d2d2;
	color: #000;
}
.affinity-row.sidebar-left .column-content .blast,
.affinity-row.sidebar-right .column-content .blast,
.full-round {
	border-radius: 6px !important;
}
/*1 Column for Narrow Browser Windows and Smartphones in both orientations*/
@media only screen and (min-width: 0px) and (max-width: 700px) {
body {
	margin: 0px;
}
.p7DMM03.p7DMM.p7dmm-left, .p7DMM03.p7DMM.p7dmm-right {
	padding: 0px !important;
}
#layout {
	max-width: none;
	padding: 0px;
}
.column, .column-1, .column-2, .column-3,
.column-half, .column-third, .column-fourth,
.column-fifth {
	float: none !important;
	width: auto !important;
}
.column-content {
	height: auto !important;
	max-height: 888678px;
	border: none !important;
}
}
/*Medium windows - reduce padding content padding*/
@media only screen and (min-width: 700px) and (max-width: 1280px) {
#layout {max-width: none;}
}
