@charset "UTF-8";
body {
	color: #333;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 100%;
	line-height: 1.4;
	background: #ffffff;
}
/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}

.omit {
    display: none; /* for 4.6 and up */
    width: 0px;    /* for 4.3 */
    height: 0px;
}


a.nav {
	font-size: 16px;
	color: #000000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}




a.nav:hover  {
   font-size: 16px;
	color: #ffffff;
	text-decoration: none;
}

a.nav:active  {
   font-size: 16px;
	color: #ffffff;
	text-decoration: none;
}





a {
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

a:hover, a:active {
   font-size: 13px;
	color: #ffffff;
	text-decoration: underline;
	font-weight: bold;
}





h1 {
	align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #ffffff;
	font-style: italic;
}

		 
	

/* ~~ This fixed width container surrounds all other blocks ~~ */

.container_home {
	width: 900px;
	align: top;
	margin: auto;
	position: relative;
	border:none;
	background-image:url(../_images/FRS_homepage_bg.png);
	background-repeat:no-repeat;
	background-position:top;
}

.container_about {
	width: 900px;
	align: top;
	margin: auto;
	position: relative;
	border:none;
	background-image:url(../_images/FRS_about_bg.png);
	background-repeat:no-repeat;
	background-position:top;
}

.container_more_about {
	width: 900px;
	align: top;
	margin: auto;
	position: relative;
	border:none;
	background-image:url(../_images/FRS_more_about_bg.png);
	background-repeat:no-repeat;
	background-position:top;
}

.container_process {
	width: 900px;
	align: top;
	margin: auto;
	position: relative;
	border:none;
	background-image:url(../_images/FRS_process_bg.png);
	background-repeat:no-repeat;
	background-position:top;
}

.container_marketing {
	width: 900px;
	align: top;
	margin: auto;
	position: relative;
	border:none;
	background-image:url(../_images/FRS_marketing_bg.png);
	background-repeat:no-repeat;
	background-position:top;
}

.container_contact {
	width: 900px;
	align: top;
	margin: auto;
	position: relative;
	border:none;
	background-image:url(../_images/FRS_contact_bg.png);
	background-repeat:no-repeat;
	background-position:top;
}

.content {
	padding: 70px 0px 0px 0px;
	width: 850px;
	height: 560px;
	align:left;
	border:none;
	

	
} 

.content1 {
	padding: 70px 0px 0px 0px;
	width: 850px;
	height: 560px;
	align:right;
	border:none;
	

	
}

.content2 {
	padding: 100px 0px 0px 0px;
	width: 850px;
	height: 1100px;
	align:right;
	border:none;
	

	
}

.content p {
	align: left;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
}

.content1 p {
	align: left;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
}

.content2 p {
	align: left;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
}


/* ~~ The header is not given a width. It will extend the full width of your layout. ~~ */
header {
	background: #FFFFFF;
	align: center;
}



/* ~~ These are the columns for the layout. ~~ 

1) Padding is only placed on the top and/or bottom of the block elements. The elements within these blocks have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the block itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the block element and place a second block element within it with no width and the padding necessary for your design.

2) No margin has been given to the columns since they are all floated. If you must add margin, avoid placing it on the side you're floating toward (for example: a right margin on a block set to float right). Many times, padding can be used instead. For blocks where this rule must be broken, you should add a "display:inline" declaration to the block element's rule to tame a bug where some versions of Internet Explorer double the margin.

3) Since classes can be used multiple times in a document (and an element can also have multiple classes applied), the columns have been assigned class names instead of IDs. For example, two sidebar blocks could be stacked if necessary. These can very easily be changed to IDs if that's your preference, as long as you'll only be using them once per document.

4) If you prefer your nav on the left instead of the right, simply float these columns the opposite direction (all left instead of all right) and they'll render in reverse order. There's no need to move the blocks around in the HTML source.

*/


.clear	{ clear: both; }


.menu {
	padding: 0px 135px;
	background-color:#FFF;
}



/* ~~ This grouped selector gives the lists in the .content area space ~~ */
.content ul, .content ol {
	padding: 0 15px 15px 40px; /* this padding mirrors the right padding in the headings and paragraph rule above. Padding was placed on the bottom for space between other elements on the lists and on the left to create the indention. These may be adjusted as you wish. */
}



/* ~~ The footer ~~ */

.homefooter {
	padding: 415px 0 5px 0px;
	valign: bottom;
	font-size: 12px;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
	color: #FFF;
}

.aboutfooter {
	padding: 50px 0 5px 0px;
	valign: bottom;
	font-size: 12px;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
	color: #FFF;
}

.moreaboutfooter {
	padding: 90px 0 5px 0px;
	valign: bottom;
	font-size: 12px;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
	color: #FFF;
}

.processfooter {
	padding: 60px 0 5px 0px;
	valign: bottom;
	font-size: 12px;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
	color: #FFF;
}

.marketingfooter {
	padding: 145px 0 5px 0px;
	font-size: 12px;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
	color: #FFF;
}

.contactfooter {
	padding: 105px 0 5px 0px;
	valign: bottom;
	font-size: 12px;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
	color: #FFF;
}

/*HTML 5 support - Sets new HTML 5 tags to display:block so browsers know how to render the tags properly. */
header, section, footer, aside, nav, article, figure {
	display: block;
}

/* ===== social media subnav icons ===== */

#socialmediaSubNav {
    width: 100%;
    align: left;
	padding-top:0px;
	margin-top: 5px;
	margin-left: 100px;
	margin-bottom: 10px;
    list-style: none;
    }

#socialmediaSubNav li {
    float: left;
    margin: 0px;
	padding-bottom: 20px;
}

#socialmediaSubNav a {
    display: block;
    width: 50px;
    height: 49px;
   	margin-top: 0px;    /* make room for the image */
    margin-right: 3px;
    border: none;
    background:url(../_images/frs_social_media.png);
}



#socialmediaSubNav a.fb { background-position: 0px top; }
#socialmediaSubNav a.twitter { background-position: -50px top; }
#socialmediaSubNav a.linkedin { background-position: -100px top; }
#socialmediaSubNav a.googleplus { background-position: -150px top; }

#socialmediaSubNav a.fb:hover { background-position: 0px bottom; }
#socialmediaSubNav a.twitter:hover { background-position: -50px bottom; }
#socialmediaSubNav a.linkedin:hover { background-position: -100px bottom; }
#socialmediaSubNav a.googleplus:hover { background-position: -150px bottom; }

/* ===== social media subnav icons - marketing ===== */

#socialmediaSubNav_contact {
    width: 100%;
    align: right;
	padding-top:0px;
	margin-top: 15px;
	margin-right: 90px;
	margin-bottom: 10px;
    list-style: none;
    }

#socialmediaSubNav_contact li {
    float: right;
    margin: 0px;
	padding-bottom: 20px;
	list-style: none !important;
}

#socialmediaSubNav_contact a {
    display: block;
    width: 50px;
    height: 49px;
   	margin-top: 0px;    /* make room for the image */
    margin-right: 3px;
    border: none;
    background:url(../_images/frs_social_media.png);
}

/* ===== social media subnav icons - marketing ===== */

#socialmediaSubNav_contact a.fb { background-position: 0px top; }
#socialmediaSubNav_contact a.twitter { background-position: -50px top; }
#socialmediaSubNav_contact a.linkedin { background-position: -100px top; }
#socialmediaSubNav_contact a.googleplus { background-position: -150px top; }

#socialmediaSubNav_contact a.fb:hover { background-position: 0px bottom; }
#socialmediaSubNav_contact a.twitter:hover { background-position: -50px bottom; }
#socialmediaSubNav_contact a.linkedin:hover { background-position: -100px bottom; }
#socialmediaSubNav_contact a.googleplus:hover { background-position: -150px bottom; }





#chatSubNav {
    width: 100%;
    align: right;
	padding-top:0px;
	margin-top: 5px;
	margin-right: 21px;
	margin-bottom: 10px;
    list-style: none;
    }

#chatSubNav li {
    float: right;
    margin: 0px;
	padding-bottom: 20px;
	list-style: none !important;
}

#chatSubNav a {
    display: block;
    width: 200px;
    height: 60px;
   	margin-top: 0px;    /* make room for the image */
    margin-right: 3px;
    border: none;
    background:url(../_images/chat_frs.png);
}



#chatSubNav a.chat { background-position: 0px top; }

#chatSubNav a.chat:hover { background-position: 0px bottom; }

.wForm 	{ padding: 0px 5px; !important; }
.wForm .actions				{
	margin-top: 5px;
!important;} 

.wFormContainer { padding: 0px 5px; !important; }

#aboutSubNav {
    width: 100%;
    align: right;
	padding-top:0px;
	margin-top: 5px;
	margin-right: 21px;
	margin-bottom: 10px;
    list-style: none !important;
    }

#aboutSubNav li {
    float: right;
    margin: 0px;
	padding-bottom: 20px;
	list-style: none !important;
}

#aboutSubNav a {
    display: block;
    width: 472px;
    height: 213px;
   	margin-top: 0px;    /* make room for the image */
    margin-right: 3px;
    border: none;
    background:url(../_images/about_us_img.png);
}



#aboutSubNav a.about { background-position: 0px top; }

#aboutSubNav a.about:hover { background-position: 0px 220px; }