/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */


/* =============================================================================
   HTML5 element display
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio[controls], canvas, video { display: inline-block; *display: inline; *zoom: 1; }


/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 *    http://clagnut.com/blog/348/#c790
 * 2. Force vertical scrollbar in non-IE
 * 3. Remove Android and iOS tap highlight color to prevent entire container being highlighted
 *    www.yuiblog.com/blog/2010/10/01/quick-tip-customizing-the-mobile-safari-tap-highlight-color/
 * 4. Prevent iOS text size adjust on device orientation change, without disabling user zoom
 *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
 */

html { font-size: 100%; overflow-y: scroll; -webkit-overflow-scrolling: touch; -webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; margin: 0; }

body { margin: 0; padding: 0; font-size: 13px; line-height: 1.231; }

body, button, input, select, textarea { font-family: sans-serif; color: #222; }

/* 
 * These selection declarations have to be separate
 * No text-shadow: twitter.com/miketaylr/status/12228805301
 * Also: hot pink!
 */

::-moz-selection { background: #92000A; color: #fff; text-shadow: none; }
::selection { background: #92000A; color: #fff; text-shadow: none; }




/* =============================================================================
   Links
   ========================================================================== */

a { color: #00e; }
a:visited { color: #551a8b; }
a:focus { outline: thin dotted; }

/* Improve readability when focused and hovered in all browsers: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active { outline: 0; }


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #e9ebee; margin:0 auto; padding: 0;clear:both; }
	


ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: en.wikipedia.org/wiki/User:Davidgothberg/Test59 */
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: gist.github.com/413930 */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * Improve image quality when scaled in IE7
 * code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */

img { border: 0; -ms-interpolation-mode: bicubic; }

/*
 * Correct overflow displayed oddly in IE9 
 */

svg:not(:root) {
    overflow: hidden;
}


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* 
 * 1. Correct color not inheriting in IE6/7/8/9 
 * 2. Correct alignment displayed oddly in IE6/7 
 */

legend { border: 0; *margin-left: -7px; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */

button, input { line-height: normal; *overflow: visible; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }

/* 
 * Remove inner padding and border in FF3/4
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ 
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/* Remove default vertical scrollbar in IE6/7/8/9 */
textarea { overflow: auto; vertical-align: top; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }


/* =============================================================================
   Primary styles
   Author: uptype.net
   ========================================================================== */
@font-face {
	font-family: SeravekBasic-Light;
	src: url('SeravekBasic-Light.otf');
}
@font-face {
	font-family: SeravekBasic-Medium;
	src: url('SeravekBasic-Medium.otf');
}



body{
	font-family:SeravekBasic-Light, Tahoma, sans-serif;
	background:#f5f5f5;
}

h1 { margin:0;}
h2, h3{margin:20px 0;}
h2{font-size: 40px;color:#00A3D3;}
h3{font-size: 30px;}
h4{font-size: 20px;color:#00A3D3;margin:5px 0;}
#title, h2, h3, h4{font-weight:normal;}


	#container {
		width:100%;
		margin:0 auto;
		height:100%;
		padding-bottom:20px;
		background:#fff;
		padding:0;
	}
	.wrap {
		width:100%;
		margin:0 auto;
		padding:0;
		float:left;
	}
	#header-wrap{
		background:#00a3d3;
		border-bottom:1px solid #2989b1;
	}
	#main-wrap{
		margin:0;
		padding:0;
		background:#fff;
	}
	#footer-wrap{
		background:#F9FBFB;
		border-top:1px solid #E8ECEC;
	}

	#header,#footer,#showcase,#highlights,#section-wrap,#footer-mods,#features, #footer-menus{
		width:980px;
		margin:0 auto;
	}
	#section-main{
		margin:0 auto;
	}
#section-wrap{
		margin:0 auto;
		padding:0;
}

	/* header */
	#header {
		padding:0;
		height:94px;
	}
	#header #logo{
		margin:0 0 0 10px;
		float:left;
	}
	#header a.logo{
		background:url(../images/fpn_site_hdr_logo2.png) 0 0 no-repeat;
		width:87px;
		height:90px;
		display:block;
		text-decoration:none;
	}
	#header a.logo:hover{
		background-position:0 -90px;
	}

	#cpanel {
		margin: 30px 20px 0 0;
		padding:0;
		float:right;
		text-align:right;
		color:#fff;
		font-size:20px;
		text-shadow: 1px 1px 1px #007B9E;
		filter: dropshadow(color=#007B9E, offx=1, offy=1);
	}
	#cpanel div{
		float:right;
	}

	#showcase {
		height:392px;
	}

	#showcase .showcase-wrap {
		width:960px;
		height:392px;
		background:url(/images/slides/fpn_showcase_maps.png) 465px 30px no-repeat;
	}
	#showcase .showcase-hdr {
		font-size:28px;
		color:#fff;
		padding:110px 0 0 10px;
		display:block;
	}
	#showcase .showcase-text {
		font-size:18px;
		color:#fff;
		width:380px;
		display:block;
		padding:10px 0 0 10px;
	}
	#showcase .showcase-butt {
		margin:30px 0 0 10px;
		width:240px;
		height:48px;
	}
	#showcase .showcase-butt a{
		font-family: SeravekBasic-Medium;
		background:url(/images/slides/showcase_butt.png) center 0 no-repeat;
		border:0;
		color:#fff;
		font-size:20px;
		display:block;
		line-height:48px;
		width:100%;
		padding:0;
		text-align:center;
		text-shadow: 1px 1px 1px #64ad00;
		filter: dropshadow(color=#64ad00, offx=1, offy=1);
		text-decoration:none;
	}
	#showcase .showcase-butt a:hover{
		background-position: center -48px;
	}





	#features{
		clear:both;
		float:left;
		margin:0 0 50px 0;
		border-top: 1px solid #e9ebee;
	}
	#features div.feature{
		margin:25px 0 0 0;
		border: 0px solid #e9ebee;
	}
	#features .feature-icon{
		margin:0 20px 20px 0;
		float:left;
	}
	#features table.feature-table{
		background:#f8f9f9 url(../images/bg_feature_box.png) 0 0 repeat-x;
	}
	#features table.feature-table h4{
		margin:0 0 2px 0;
		font-size:16px;
		color:#1D1F24;
	}
	#features table.feature-table td{
		width:25%;
		padding:20px 20px 20px 85px;
		font-size:14px;
		line-height:18px;
		color:#888888;
		border: 1px solid #e9ebee;
	}
	#features table.feature-table td.icon-globe{
		background:url(../images/icon_globe.png) 25px 20px no-repeat;
	}
	#features table.feature-table td.icon-tick{
		background:url(../images/icon_tick.png) 25px 20px no-repeat;
	}
	#features table.feature-table td.icon-page{
		background:url(../images/icon_page.png) 25px 20px no-repeat;
	}
	#features table.feature-table td.icon-plus{
		background:url(../images/icon_plus.png) 25px 20px no-repeat;
	}


	#highlights{
		margin:20px 0 25px 0;
	}
	#highlights div.highlight{
		float:left;
		width:244px;
		margin:0 0 0 0;
		border-right:1px solid #f3f3f3;
	}
	#highlights div.highlight a.featureLnkHd{
		text-decoration:none;
		color:#00A3D3;
	}
	#highlights div.highlight a.featureLnk{
		text-decoration:none;
		color:#1D1F24;
	}

	#highlights div.highlight div{
		margin: 5px 15px 20px 15px;
	}
	#highlights div.highlight div h4{
		color:#00A3D3;
		font-size:18px;
		margin:5px 0 7px 0;
	}
	#highlights div.highlight div p{
		color:#555;
		font-size:14px;
		line-height:17px;
		margin:0;
	}
	#highlights div.highlight div img{
		float:left;
		margin:0 5px 0 0;
	}
	
	
	#footer-mods {
		margin:0 auto;
		margin-top:25px;
		padding-bottom:25px;
		border-bottom:1px solid #e8ecec;
	}
	#footer-mods div.agents{
		float:left;
		width:489px;
		margin:0;
		border-right:1px solid #f3f3f3;
	}
	#footer-mods div.agents img{
		margin:0;
	}
	#footer-mods div.agents div,div
	#footer-mods div.agents div{
		margin:0;
		padding:0 2px;
	}

	#footer-mods div.foot-mod1,
	#footer-mods div.foot-mod2{
		float:left;
		width:244px;
		margin:0;
		padding:0;
		border-right:1px solid #f3f3f3;
	}
	#footer-mods div.foot-mod2{
		border:0px solid #f3f3f3;
	}
	#footer-mods div.foot-mod1 div.moduletable{
		margin:0 15px;
	}
	#footer-mods div.foot-mod2 div.moduletable{
		margin:0 15px;
	}


	#highlights div.nrm, div.nrm{
		margin:0;
		border-right:0 solid #fff;
	}
	#footer-mods h3{
		text-align:left;
		font-size:18px;
		line-height:18px;
		margin:0 0 15px 4px;
	}


	/* Main Menu - nav */
	#nav {
		padding:0;
		z-index:1;
		position:relative;
		height:43px;
		float:left;
	}
	#nav ul {margin:30px 0 0 10px;padding:0 2px;}
	#nav li {
		display:inline;list-style:none;float:left;margin:4px 3px;position:relative;
	}
	#nav li a {
		display:block;padding:0 5px 3px 5px;line-height:23px;
		color:#f0f1f2;font-size:14px;text-decoration:none;
		text-shadow: 1px 1px 1px #007B9E;
		filter: dropshadow(color=#007B9E, offx=1, offy=1);
	}
	#nav li.active {}
	#nav li.active a{}
	#nav li.active a:hover {}

	#nav li a.homecon span,
	#cpanel li a.homecon span
	{display:none}
		

	/* cPanel menus */
	#cpanel ul {margin:0;padding:0 2px;float:right;}
	#cpanel li {
		display:inline;list-style:none;float:left;margin:4px 6px;position:relative;
	}
	#cpanel li a {
		display:block;
		padding:0 5px 3px 5px;
		line-height:23px;
		color:#f0f1f2;font-size:14px;text-decoration:none;
		text-shadow: 1px 1px 1px #007B9E;
		filter: dropshadow(color=#007B9E, offx=1, offy=1);
	}
	#cpanel a.orderfrm{
		background:url(../images/menu_butt_bac.png) center 0 no-repeat;
		width:110px;
		height:27px;
		line-height:26px;
		margin:-2px 0 0 5px;
		padding:0 10px;
		text-align:center;
		text-decoration: none;
		color: #fff;
		font-size: 12px;
		text-shadow: 1px 1px 1px #64ad00;
		filter: dropshadow(color=#64ad00, offx=1, offy=1);
		display:block;
	}
	#cpanel a.orderfrm:hover{
		background-position: center -27px;
	}


	/* side menus */
	ul.menu, ul.menu-right {margin:0 0 0 0;padding:0;list-style:none;}
	ul.menu-right li{display:block;margin:6px 3px;background:#3D4647 url(../images/page_sprite.jpg) 0 -89px repeat-x;border:solid 3px #485355;}
	ul.menu-right li a{
		display:block;
		padding:0 10px 3px 33px;
		line-height:23px;
		background:url(../images/menu_arrow.png) 0 0 no-repeat;
		border:solid 1px #1c2729;
		color:#f0f1f2;
		font-size:14px;
		font-weight:bold;
		text-decoration:none;
}




/* twitter module */
div.tweet-mod {
	float:right;
	margin:0 auto;
}
div.tweet-mod .twitter-follow-button {
	margin: 0 0 0 10px;
}
div.tweet-mod .fb-like {
	float:right;
	margin-right:10px;
}
div.tweet-mod a.fb-like span {
	display:none;
}
div.tweet-mod div.tweet-mod-img {
	margin:0 0 15px 0;
}
div.tweet-mod div.tweet-mod-bubble {
	margin:0;
	padding:0;
}
div.tweet-mod div.tweet-mod-bubble-mid {
	background:url(/modules/mod_TwitterUp/images/bubble_mid.png) 0 0 repeat-y;
	margin:0;
}
div.tweet-mod div.tweet-mod-bubble-mid div {
	margin:0;
	padding:7px 10px 10px 10px;
	font-size:14px;
	line-height:17px;
	font-style:italic;
	color:#777;
	width: 194px;
	overflow: hidden;
	word-wrap:break-word;
}
div.tweet-mod div.tweet-mod-bubble-mid ul {
	list-style:none;
	margin:0;
	padding:0;
}
div.tweet-mod div.tweet-mod-bubble-mid ul li a {
	color:#00A3D3;
}
div.tweet-mod div.tweet-mod-bubble-mid p {
}
div.tweet-mod div.tweet-mod-bubble-mid a.tweet-date {
	color:#999;
	text-decoration:none;
}
div.tweet-mod div.tweet-mod-link {
	margin:5px 0 0 0;
}
div.tweet-mod div.tweet-mod-link a {
	margin:0;
	padding:10px;
	font-size:14px;
	font-style:italic;
	color:#00A3D3;
	text-decoration:none;
}
div.tweet-mod div.tweet-mod-bubble-mid p a {
	font-style:italic;
	color:#00A3D3;
	text-decoration:none;
}
div.tweet-mod a.tweet-date {
	font-size:12px;
	font-style:italic;
	color:#ccc;
	text-decoration:none;
	padding:0 0 0 5px;
}




/* internal content menus */
#serviceImgCont{
	float:right;
	clear:right;
	margin:0px 0 50px 40px;
	padding:5px;
	border:0px solid #f1f1f1;
}

#serviceImgCont {
}


ul.int-menu{
	width: 280px;
	float:left;
	list-style:none;
	margin:0;
	padding:0;
}
ul.int-menu li{
	margin:5px 0;
}
ul.int-menu li a{
	display:block;
	padding:3px 10px 3px 30px;
	line-height:27px;
	background:#eee url('../images/menu_arrow_lgry.png') 5px center no-repeat;
	border:solid 1px #e1e1e1;
	color:#111;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	cursor: pointer;
}
ul.int-menu li a:hover{
	background-color:#00A3D3;
	color:#fff;
}
ul.int-menu li a.activeList{
	background-color:#00A3D3;
	color:#fff;
}
ul.int-list{
	margin:7px 0 30px 0;
	font-size:14px;
}
ul.int-list li{
	line-height:20px;
	font-size:14px;
	color:#555;
}

div.thumbRack{
	clear:both;
	border:solid 1px #e1e1e1;
	margin:5px 0 45px 0;
}
div.thumbRack h6{
	font-size:18px;
	margin:10px 0 5px 25px;
}
div.thumbRack a{
	margin:10px 18px;
	padding:0;
	float:left;
}


/* Menu - bottom submenu */
#sub ul {margin:30px 0 0 10px;padding:0 2px;}
#sub li {
	margin:5px 3px 5px 3px;
	padding:0 0 0 20px;
	position:relative;border-bottom:1px solid #eee;
	background: url('../images/menu_arrow_blu.png') 0 8px no-repeat transparent;
	list-style-type:none;
}
#sub li a {
	padding:0 5px 5px 5px;
	line-height:34px;
	color:#00A3D3;font-size:16px;font-weight:bold;text-decoration:none;
	display:block;
}
#sub li.active {}
#sub li.active a{}
#sub li.active a:hover {}


/* footer menus */
#footer-menus{
	margin-top:10px;
	margin-bottom:25px;
	padding:20px 0 25px 0;
	border-bottom:1px solid #e8ecec;
}
#footer-menus div.foot-menuR,
#footer-menus div.foot-menu{
	float:left;
	width:180px;
	margin:0 15px 0 0;
	padding:0;
	border-right:1px solid #f3f3f3;
}
#footer-menus div.foot-menuR{
	border-right:0px solid #f3f3f3;
}
#footer-menus h3{
	color:#777;
	text-align:left;
	font-size:15px;
	line-height:18px;
	margin:0 0 2px 4px;
}

#foot ul {margin:30px 0 0 10px;padding:0 2px;
}
#foot li {
	margin:0 5px;
	padding:0 0 0 17px;
	background: url('../images/menu_arrow_sml.gif') 0 4px no-repeat transparent;
	position:relative;
	list-style-type: none;
}
#foot li a {
	padding:0 5px;
	line-height:18px;
	color:#aaa;font-size:13px;text-decoration:none;
	display:block;
}


#footer{
	margin-bottom:50px;
}
#footer .foot-copyright {
	float:left;
	color:#ccc;
}
#footer .foot-copyright a{
	text-decoration:none;
	color:#bbb;
}
#footer .foot-copyright a:hover{
	text-decoration:underline;
	color:#999;
}



/* main page content styles //blog-featured-home */
#section-main div.item-page{
	margin:60px 15px 10px 15px;
	color:#1D1F24;
	font-size:18px;
}
#section-main div.item-page img.imgRight{
	float:right;
	clear:right;
	margin:0px 0 50px 40px;
	padding:5px;
	border:0px solid #f1f1f1;
}
#section-main div.item-page h4{
	color:#1D1F24;
	font-size:38px;
	text-transform:uppercase;
}

hr.gry-lne{
margin-top:25px;
margin-bottom:25px;
}

div#order-form{
margin:-30px 0 40px 0;
border:solid 1px #dddfe1;
padding:10px 10px 0 20px;
}
div#order-form h4.bluhead{
color:#00A3D3;
}

a.order-butt{
	display:block;
	width:166px;
	height:38px;
	line-height:37px;
	margin:10px 0;
	padding:0;
	text-align:center;
	text-shadow: 1px 1px 1px #64ad00;
	filter: dropshadow(color=#64ad00, offx=1, offy=1);
	text-decoration:none;
	color:#ffffff;
	background: url('../images/order_butt2.png') center 0 no-repeat;
}
a.order-butt:hover{
	background: url('../images/order_butt2.png') center -38px no-repeat;
}






#aside {
	float:left;
	width:222px;
	margin:5px 0 5px 5px;
	padding:0;
}

	
#footer {
	padding:10px;
	clear:both;
}
#footer p {
	margin:0 10px;
	text-align:center;
	color:#999;
	font-size:11px;
	line-height:16px;
}
#footer p.lft{
	float:left;
}
#footer p.rgt{
	float:right;
}



/* Module Styling */
/* MODULE Layouts */
#aside .module{
	margin-bottom:10px;
	background:#1a2829;
	border:solid 4px #374548;
}
#aside .module h3.module-title{
font-size:12px;
color:#1a2829;
background:#3D4647 url(../images/page_sprite.jpg) 0 -10px repeat-x;
padding:4px 10px;
font-weight:bold;
margin:0;
}
#aside .module div.module-body{
margin:5px;
padding:0;
}




/* Tooltips */
.tip-wrap{
    z-index: 10000;
}
.tip {
   float: left;
   background: #ffc;
   border: 1px solid #D4D5AA;
   padding: 5px;
   max-width: 200px;
}
 
.tip-title {
   padding: 0;
   margin: 0;
   font-size: 100%;
   font-weight: bold;
   margin-top: -15px;
   padding-top: 15px;
   padding-bottom: 5px;
   background: url(../images/selector-arrow.png) no-repeat;
}
 
.tip-text {
   font-size: 100%;
   margin: 0;
}




/* pagination */
table.adminlist .list-footer {
    border:1px solid #3c4849;
    background:#313e3f;
	margin:20px 0 5px 0;
	padding:7px 2px;
	font-size:11px;
	height:14px;
}

table.adminlist .pagination {
	display: inline-block;
	padding: 0;
	margin: 0 auto;
}
table.adminlist .limit {
	float:right;
	margin:0 5px;
}
table.adminlist .limit select.inputbox{
	margin:0;
	padding:0;
}

table.adminlist .counter {
	float:left;
	margin: 0 15px 0 5px;
}
table.adminlist .pagination a,
table.adminlist .pagination span {
	margin: 0 2px;
	padding: 0 8px;
	color: #888;
	background: #ccc;
	font-size:11px;
}
table.adminlist .pagination a{
	background: #aaa;
	color: #111;
}


div.filter-search{
	margin: 2px 0 10px 0;
	float: right;
}


#system-message{
	margin:5px;
	padding:0 10px;
	background: #EFE7B8;
	border:5px solid #F0DC7E;
}
#system-message dt.message{
	float:left;
	color:#EFCB2B;
	padding:15px 0 0 10px;
	font-size:18px;
	line-height:18px;
}
#system-message .message li{
	color:#685F37;
	font-size:18px;
	list-style:none;
	margin:0 15px;
}




/* offline style */
.paragraph_style {
    color: rgb(0, 0, 0);
    font-family: 'Helvetica-Bold', 'Helvetica', 'Arial', sans-serif;
    font-size: 46px;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
    letter-spacing:    -0.10em;
    line-height: 66px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    opacity: 1.00;
    padding-bottom: 0px;
    padding-top: 0px;
    text-align: left;
    text-decoration: none;
    text-indent: 0px;
    text-transform: none;
}
.paragraph_style_1 {
    color: rgb(0, 0, 0);
    font-family: 'ArialMT', 'Arial', sans-serif;
    font-size: 15px;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    letter-spacing:    -0.06em;
    line-height: 20px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    opacity: 1.00;
    padding-bottom: 0px;
    padding-top: 0px;
    text-align: left;
    text-decoration: none;
    text-indent: 0px;
    text-transform: none;
}






/*
<div id="system-message-container">
<dl id="system-message">
<dt class="message">Message</dt>
<dd class="message message">
	<ul>
		<li>Profile successfully saved</li>
	</ul>
</dd>
</dl>
</div>
*/

/* =============================================================================
   Non-semantic helper classes
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

/* Hide for both screenreaders and browsers:
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden { display: none; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: by Jon Neal.
  www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: drupal.org/node/897638 */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: nicolasgallagher.com/micro-clearfix-hack/ */ 
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }



/* =============================================================================
   PLACEHOLDER Media Queries for Responsive Design.
   These override the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 480px) {
  /* Style adjustments for viewports 480px and over go here */

}

@media only screen and (min-width: 768px) {
  /* Style adjustments for viewports 768px and over go here */

}


/* =============================================================================
   Print styles.
   Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
 
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: sanbeiji.com/archives/953 */
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* css-discuss.incutio.com/wiki/Printing_Tables */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}


