img {
	border:0;
}
.blueGrad {
	height:290px;
	width:700px;
	margin:10px auto 60px;
}
.glidecontentwrapper {
	position: relative; /* Do not change this value */
	width: 700px;
	height: 300px; /* Set height to be able to contain height of largest content shown*/
	overflow: hidden;
}


.glidecontent { /*style for each glide content DIV within wrapper.*/
	position: absolute; /* Do not change this value */
	padding: 30px 50px 0;
	visibility: hidden;
	width: 600px;
	
	background: url(images/blue_grad_2.jpg) 0 0 no-repeat;
}

.glidecontenttoggler { 
	text-align: right; 
	margin:0 25px 0 0;
	position:relative;
	z-index:99;
}

.glidecontenttoggler a { /*style for every navigational link within toggler */
	display: -moz-inline-box;
	display: inline-block;
	border: 1px solid #999;
	color: #2e6ab1;
	padding: 2px 4px;
	margin-right: 3px;
	font-weight: normal;
	text-decoration: none;
	height:16px;
	border-radius:4px;
}
.glidecontenttoggler acronym {
	border:0;
}
.glidecontenttoggler a.selected,
.glidecontenttoggler a.selected:hover { /*style for selected page's toggler link. ".selected" class auto generated! */
	background: #336699;
	color: white;
}
.glidecontenttoggler a:hover {
	border:1px solid #666;
	color: black;
	background:#F2F7FD;
}
.glidecontenttoggler a.toc { /*style for individual toggler links (page 1, page 2, etc). ".toc" class auto generated! */
}
.glidecontenttoggler a.prev, .glidecontenttoggler a.next { /*style for "prev" and "next" toggler links. ".prev" and ".next" classes auto generated! */
	/*display:none;*/
	background:#FFF;
}
.glidecontenttoggler a.prev:hover, .glidecontenttoggler a.next:hover {
	/*background: #1A48A4;
	color: white;*/
}
.glidecontent .lt {
	width:233px;
	float:left;
}
.glidecontent .rt {
	width:366px;
	float:right;
}
.glidecontent h3 {
	color:#B5121B;
	font-size:22px;
	font-style:italic;
	background:none !important;
	margin:10px 0 10px 0 !important;
	right:0 !important;
	padding:0 0 10px 0 !important;
	font-weight:normal;
	text-shadow:rgba(255,255,255,.3) 3px 3px 3px;
	border-bottom:1px dotted #B5121B;
}
.glidecontent p {
	margin:0;
	padding:0;
}
.glidecontent p a.dark {
	color:#333;
}
.demoBullets {
	margin:	15px 0;
	padding:0;
}
.demoBullets li {
	/*float:left;*/
	margin:0 20px 0 10px;
	padding:0;
	list-style:square;
	text-transform:uppercase;
	font-style:italic;
	color:#333;
}
.demoLinks {
	padding:5px 0 0 0;
	text-transform:uppercase;
	clear:both;
}
.demoLinks a {
	font-style:normal !important;
	font-weight:bold;
	font-family:Helvetica, Arial, sans-serif;
	
}
.demoLinks a:hover {
	font-style:italic !important;
}
.demoLinks a.em {
	color:#B50D1A;
}
.demoLinks a.em:hover {
	color:#B50D1A;
}
.wide700 {
	width:700px;
	margin:0 auto;
}
#demoContent .quote-wrapper {
	margin:70px auto 40px;
}
h2.blue2 {
	color:#336699;
	font-style:italic;
	font-size:22px;
	padding-bottom:5px;
	border-bottom:1px dotted #336699;
	font-weight:normal;
	margin-top:15px;
}
h2.blue2 strong {
	color:#19324C;
	font-weight:normal;
	text-decoration:underline;
}
#call {
	border:0;
	color:#7D9522;
	font-size:18px;
}
#call .phone {
	color:#336699;
}
#demoFooter {
	border-top:1px dotted #336699;
	padding:0;
	margin:120px 0 0 0;

}
.thirds {
	display:inline-block;
	background:url(images/bg_thirds.png) 0 100px no-repeat;
	padding:0 22px;
	text-align:center;
	vertical-align:top;
}
.thirds.first {
	background:none;
}
.thirds h2 {
	text-align:center;
	font-size:15px;
	color:#7CBEF8;
	font-weight:bold;
	font-style:italic;
	font-family:Arial, Helvetica, sans-serif;
}
.thirds p {
	margin:0;
	padding:10px 0;
	text-align:left;
	width:180px;
}
.gray .glidecontent  {
	color:#333;
}