/*
Theme Name: Rose
Theme URI: the-theme's-homepage
Description: a-brief-description
Author: your-name
Author URI: your-URI
Template: use-this-to-define-a-parent-theme--optional
Version: a-number--optional

[Table Of Contents]

0- Reset
1- Global
2- Links
3- Headings
4- Header
5- Navigation
6- Middle
7- Forms
8- Extras
9- Footer

*/

/* =0 Reset
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
@import url('reset.css');
/* =1 Global
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
body {
	line-height: 1;
	font: normal 12px Arial, Helvetica, sans-serif;
	vertical-align: top;
	background: #2e4f6d;
	color: #000;
	background-image: url(../img/background.gif);
	background-repeat: repeat-x;
}
body.popup {
	background: #ece6d0;
}
.outer_wrapper {
	position: relative;
	width: 990px;
	margin: 0 auto;
}
.content {
	position: relative;
	width: 990px;
	background-image: url(../img/background_shadow.png);
	background-repeat: repeat-y;
}
.content_int {
	position: relative;
	width: 990px;
	background-image: url(../img/background_shadow_int.png);
	background-repeat: repeat-y;
}
.inner_wrapper {
	position: relative;
	width: 990px;
}
.inner_wrapper_int {
	position: relative;
	width: 990px;
	margin-top: 20px;
}
.shadow_top {
	width: 990px;
	height: 10px;
	background-image: url(../img/shadow_top.png);
	background-repeat: no-repeat;
}
.shadow_bottom {
	width: 990px;
	height: 9px;
	background-image: url(../img/shadow_bottom.png);
	background-repeat: no-repeat;
}
.right {
float: right;
}
.left {
float: left;
}
.align-left {
text-align: left;
}
.align-right {
text-align: right;
}
.align-center {
text-align:center;
}
.justify {
text-align:justify;
}
.hide {
display: none;
}
.clear {
	clear: both;
	margin: 0px;
	padding: 0px;
}
.bold {
font-weight:bold;
}
.italic {
font-style:italic;
}
.underline {
border-bottom:1px solid;
}
.highlight {
background:#ffc;
}
img.centered {
display: block;
margin-left: auto;
margin-right: auto;
}
img.alignleft {
float:left;
margin:4px 10px 4px 0;
}
img.alignright {
float:right;
margin:4px 0 4px 10px;
}

.clearfix:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}
.clearfix {
display: block;
}
html[xmlns] .clearfix {
display: block;
}
* html .clearfix {
height: 1%;
}
p {
	margin-top: 0;
	margin-bottom: 1.5em;
}
/* =2 Links
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
a:link, a:visited {
color: #333;
}
a:hover {
color: #111;
}
a:active {
color: #111;
}

a.navlink:link          {color: #20476b; text-decoration: none;}
a.navlink:visited       {color: #20476b; text-decoration: none;}
a.navlink:active        {color: #20476b; text-decoration: underline;}
a.navlink:hover         {color: #20476b; text-decoration: underline;}
a.navlink:visited:hover {color: #20476b; text-decoration: underline;}

a.navlink_on:link          {color: #20476b; text-decoration: underline;}
a.navlink_on:visited       {color: #20476b; text-decoration: underline;}
a.navlink_on:active        {color: #20476b; text-decoration: none;}
a.navlink_on:hover         {color: #20476b; text-decoration: none;}
a.navlink_on:visited:hover {color: #20476b; text-decoration: none;}

a.subnavlink:link          {color: #FFF; text-decoration: none;}
a.subnavlink:visited       {color: #FFF; text-decoration: none;}
a.subnavlink:active        {color: #FFF; text-decoration: underline;}
a.subnavlink:hover         {color: #FFF; text-decoration: underline;}
a.subnavlink:visited:hover {color: #FFF; text-decoration: underline;}

a.subnavlink_on:link          {color: #FFF; text-decoration: unerline;}
a.subnavlink_on:visited       {color: #FFF; text-decoration: unerline;}
a.subnavlink_on:active        {color: #FFF; text-decoration: underline;}
a.subnavlink_on:hover         {color: #FFF; text-decoration: underline;}
a.subnavlink_on:visited:hover {color: #FFF; text-decoration: underline;}

a.footerlink:link          {color: #f6ab1c; text-decoration: underline;}
a.footerlink:visited       {color: #f6ab1c; text-decoration: underline;}
a.footerlink:active        {color: #f6ab1c; text-decoration: none;}
a.footerlink:hover         {color: #f6ab1c; text-decoration: none;}
a.footerlink:visited:hover {color: #f6ab1c; text-decoration: none;}

/* =3 Headings
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
h1 {
font: bold 2em "Times New Roman", Times, serif;
}
h2 {
font: bold 1.5em "Times New Roman", Times, serif;
}
h3 {
font: bold 1.2em Arial, Geneva, Helvetica, sans-serif;
}
h4 {
font: bold 1em Arial, Geneva, Helvetica, sans-serif;
}
h5 {
font: bold 0.9em Arial, Geneva, Helvetica, sans-serif;
}
/* =4 Header
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
.logo {
	width: 367px;
	height: 101px;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 10;
}
.header {
	margin-left: 373px;
	width:607px;
	height: 91px;
}



/* =5 Navigation
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
.navlist
{
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

.navlist li
{
	padding-left: 12px;
	background-image: url(../img/bullet_nav.gif);
	background-repeat: no-repeat;
	background-position: 0 .3em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #20476b;
	display: inline;
	line-height: 40px;
	padding-right: 18px;
}
.navigation_int {
	width: 970px;
	margin: 0 auto;
	height: 40px;
	background-color: #ece6d0;
	border-top: 6px solid #FFF;
	border-bottom: 6px solid #FFF;
}
.nav_pad_int {
	margin-left: 30px;
}

.sub_navlist
{
	margin-left: 10px;
	padding-left: 0;
	list-style: none;
	width: 152px;
}

.sub_navlist li
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	line-height: 15px;
	text-align: center;
	border-bottom: 1px solid #FFF;
	text-transform: uppercase;
	padding: 8px;
	letter-spacing: 2px;
	background-image: none;
}

/* =6 Middle
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
.column1 {
	width: 414px;
	display: inline;
	float: left;
	vertical-align: top;
}
.column2 {
	width: 627px;
	display: inline;
	float: left;
	margin-left: -51px;
	vertical-align: top;
}
.photo_left {
	width: 405px;
	margin-top: 91px;
	margin-left: 4px;
	z-index: 999;
	position: relative;
}
.photo_right {
	width: 607px;
	margin-left: 10px;
	position: relative;
}
.sub_column1 {
	width: 172px;
	display: inline;
	float: left;
}
.sub_column2 {
	width: 233px;
	display: inline;
	float: left;
}
.services_wrapper {
	margin-left: 118px;
	margin-top: 52px;
	width: 435px;
}
.service {
	margin-bottom: 20px;
}
.service_head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #20476b;
	text-transform: uppercase;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 16px;
}
.text_lg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	line-height: 18px;
}
.head_blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #20476b;
	line-height: 16px;
	font-weight: bold;
}
.head_orange {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #f6aa1b;
	line-height: 16px;
	font-weight: bold;
}
.text_blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #20476b;
	line-height: 16px;
}
.blue_lg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #20476b;
	font-weight: bold;
}
.intro_pad {
	padding-left: 40px;
	padding-top: 40px;
}
.solutions {
	margin-left: 6px;
	width: 166px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	line-height: 26px;
	color: #20476b;
	font-style: italic;
	margin-top: 50px;
	text-align: center;
	margin-bottom: 50px;
}
.phone {
	margin-left: 28px;
	margin-bottom: 20px;
}
.phone_int {
	margin-left: 25px;
	margin-bottom: 20px;
	margin-top: 50px;
}
.footer_left {
	display: inline;
	float: left;
	width: 600px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	color: #f6ab1c;
}
.footer_right {
	display: inline;
	float: right;
	width: 300px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	color: #f6ab1c;
	text-align: right;
}
.sidebar {
	width: 162px;
	display: inline;
	float: left;
}
.content_main {
	width: 828px;
	display: inline;
	float: left;
}
.content_pad {
	padding-left: 60px;
	padding-right: 105px;
	padding-bottom: 35px;
	padding-top: 30px;
}
.content_pad_list {
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 35px;
	padding-top: 30px;
}
.photo_top {
	width: 243px;
	height: 141px;
	background-image: url(../img/photo_shadow.png);
	background-repeat: no-repeat;
	position: absolute;
	z-index: 10;
	top: 51px;
	left: 716px;
	padding: 4px;
}

UL
{
	margin-left: 40px;
	padding-left: 0;
	list-style: none;
	margin-bottom: 1.5em;
}

UL LI
{
	padding-left: 15px;
	background-image: url(../img/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 .5em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 16px;
}

.form_label {
	width: 70px;
	text-align: right;
	display: inline;
	float: left;
}
.form_field {
	width: 450px;
	display: inline;
	float: left;
	margin-left: 3px;
	margin-bottom: 3px;
}
.even {
	background-color: #fdefd4;
	margin: 5px;
	padding: 5px;
}
.odd {
	background-color: #d8dee4;
	margin: 5px;
	padding: 5px;
}
a.dp-choose-date {
	float: left;
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 5px 3px 0;
	display: block;
	text-indent: -2000px;
	overflow: hidden;
	background: url(../img/calendar.gif) no-repeat;
}
a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}
/* makes the input field shorter once the date picker code
 * has run (to allow space for the calendar icon
 */
input.dp-applied {
	width: 140px;
	float: left;
}
.text {
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #000;
}
.textwhite {
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #FFF;
}
