/* RESPONSIVE GRID SYSTEM =============================================================================  */

/* BASIC PAGE SETUP ============================================================================= */

body { 
margin : 0 auto;
padding : 0;
font : 100%/1.4 Arial, 'lucida sans unicode', 'lucida grande', 'Trebuchet MS', verdana, helvetica, helve, sans-serif; 	
color : #000; 
text-align: center;
background: #faf7f7;
}

button, 
input, 
select, 
textarea { 
font-family : arial, MuseoSlab100, lucida sans unicode, 'lucida grande', 'Trebuchet MS', verdana, arial, helvetica, helve, sans-serif; 
color : #333; }

/*  HEADINGS  ============================================================================= */

h1, h2, h3, h4, h5, h6 {
font-family: arial,  MuseoSlab300, 'lucida sans unicode', 'lucida grande', 'Trebuchet MS', verdana, arial, helvetica, helve, sans-serif;
font-weight : normal;
margin-top: 0px;
letter-spacing: -1px;
}

h1 { 
font-family:  arial, LeagueGothicRegular, 'lucida sans unicode', 'lucida grande', 'Trebuchet MS', verdana, arial, helvetica, helve, sans-serif;
color: #000;
margin-bottom : 0.2em;
margin-top: 0.8em;
font-size : 26px; /* 96 / 16 */
line-height : 1.4;
}


h2 { 
color: #222;
margin-bottom : .5em;
margin-top : .5em;
font-size : 2.75em; /* 40 / 16 */
line-height : 1.2;
}

h3 { 
color: #333;
margin-bottom : 0.3em;
letter-spacing: -1px;
font-size : 1.75em; /* 28 / 16 */
line-height : 1.3; }


h4 { 
color: #444;
margin-bottom : 0.5em;
font-size : 18px; /* 24 / 16  */
line-height : 1.25; }

	footer h4 { 
		color: #ccc;
	}

h5 { 
color: #555;
margin-bottom : 1.25em;
font-size : 1em; /* 20 / 16 */ }

h6 { 
color: #666;
font-size : 1em; /* 16 / 16  */ }

/*  TYPOGRAPHY  ============================================================================= */

p, ol, ul, dl, address { 
margin-bottom : 1.5em; 
font-size : 1em; /* 16 / 16 = 1 */ }

p {
hyphens : auto; 
margin-bottom : 0!important; }


p.introtext {
font-family:  MuseoSlab100, 'lucida sans unicode', 'lucida grande', 'Trebuchet MS', verdana, arial, helvetica, helve, sans-serif;
font-size : 2.5em; /* 40 / 16 */
color: #333;
line-height: 1.4em;
letter-spacing: -1px;
margin-bottom: 0.5em;
}


p.handwritten {
font-family:  HandSean, 'lucida sans unicode', 'lucida grande', 'Trebuchet MS', verdana, arial, helvetica, helve, sans-serif; 
font-size: 1.375em; /* 24 / 16 */
line-height: 1.8em;
margin-bottom: 0.3em;
color: #666;
}

p.center {
text-align: center;
}


.and {
font-family: GoudyBookletter1911Regular, Georgia, Times New Roman, sans-serif;
font-size: 1.5em; /* 24 / 16 */
}

.heart {
font-family: Pictos;
font-size: 1.5em; /* 24 / 16 */
}

ul, 
ol { 
margin : 0 0 1.5em 0; 
padding : 0 0 0 24px; }

li ul, 
li ol { 
margin : 0;
font-size : 1em; /* 16 / 16 = 1 */ }

dl, 
dd { 
margin-bottom : 1.5em; }

dt { 
font-weight : normal; }

b, strong { 
font-weight : bold; }

hr { 
display : block; 
margin : 1em 0; 
padding : 0;
height : 1px; 
border : 0; 
border-top : 1px solid #ccc;
}

small { 
font-size : 1em; /* 16 / 16 = 1 */ }

sub, sup { 
font-size : 75%; 
line-height : 0; 
position : relative; 
vertical-align : baseline; }

sup { 
top : -.5em; }

sub { 
bottom : -.25em; }

.subtext {
	color: #666;
	}

/* LINKS =============================================================================  */

a { 
color : #444;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
text-decoration: none;
}

a:visited { 
color : #333; }

a:focus { 
outline : thin dotted; 
color : rgb(0,0,0); }

a:hover, 
a:active { 
outline : 0;
color : #333;
text-decoration:underline;
}


footer a { 
color : #ffffff;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}

footer a:visited { 
color : #fff; }

footer a:focus { 
outline : thin dotted; 
color : rgb(0,0,0); }

footer a:hover, 
footer a:active { 
outline : 0;
color : #fff;
}


/* IMAGES ============================================================================= */

img {
border : 0;
max-width: 100%;}

img.floatleft { float: left; margin: 0 10px 0 0; }
img.floatright { float: right; margin: 0 0 0 10px; }


/* TABLES ============================================================================= */

table { 
border-collapse : collapse;
border-spacing : 0;
margin-bottom : 1.4em; 
width : 100%; }

th, td, caption { 
padding : .25em 10px .25em 5px; }

tfoot { 
font-style : italic; }

caption { 
background-color : transparent; }

/* FORMS ============================================================================= */

form { 
margin : 0; }

fieldset { 
margin-bottom : 1.5em; 
padding : 0; 
border-width : 0; }

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

label{
font-weight : normal;
cursor : pointer;
display:block;
margin:10px 0 0 0;
position:relative;
top:0;
left:0;
}

	label.inline{
	display:inline;
	margin:0;
	}
	
	label span{
	color:#666;
	font-size:0.9em;
	}
	
	label span.right{
	position:absolute;
	bottom:0;
	right:1em;
	text-align:right;
	}
	
	label.disabled{
	color:#ccc;
	}


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

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

button, input[type=button], input[type=reset], input[type=submit] { 
padding: 0.5em 1em;
margin: 0 0 1em 0;
cursor : pointer; 
text-shadow:0 1px 0 #fff;
}

input[type=checkbox], input[type=radio] { 
box-sizing : border-box; }

input[type=search] { 
	box-sizing : content-box;
}

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

input{
display:inline-block;
width:96%;
margin:0 0 20px 0;
border:1px solid #ccc;
font-size:1em;
padding:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
background:#fff;
-moz-box-shadow:inset 0px 0px 6px #ccc;
-webkit-box-shadow:inset 0px 1px 6px #ccc;
box-shadow:inset 0px 1px 6px #ccc;
}

	input::-webkit-input-placeholder,
	input:-moz-placeholder,
	.placeholder{
	color:#bbb;
	}
	
	input::-moz-focus-inner {border:0;}

	input[disabled=disabled], input.disabled{
	color:#999;
	background:#f5f5f5;
	-moz-box-shadow:inset 0px 0px 2px #ddd;
	-webkit-box-shadow:inset 0px 1px 2px #ddd;
	box-shadow:inset 0px 1px 2px #ddd;
	}
	
textarea{
width:97%;
height:200px;
margin:0 0 20px 0;
border:1px solid #ccc;
padding:5px;
font-family:inherit;
font-size:0.9em;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
-moz-box-shadow:inset 0px 0px 6px #ccc;
-webkit-box-shadow:inset 0px 1px 6px #ccc;
box-shadow:inset 0px 1px 6px #ccc;
overflow : auto; 
vertical-align : top;
}

/* Colors for form validity */
input:valid, 
textarea:valid   {  
/* Styles */ }

input:invalid, 
textarea:invalid {
-webkit-box-shadow : 0 0 2px #f00; 
-moz-box-shadow : 0 0 2px #f00;
box-shadow : 0 0 2px #f00; }

.no-boxshadow input:invalid, 
.no-boxshadow textarea:invalid {
background-color : #ccc; }



/*  MAIN LAYOUT	============================================================================= */

#skiptomain { display: none; }

#wrapper {
	width: 100%;
	position: relative;
	text-align: left;
}

	#headcontainer {
		width: 100%;
	}
	#slidercontainer{
		width:80%;
		max-width:1200px!important;
		margin:0 auto;
		margin-top:-50px;
		height:auto;
	}
	#headerinner{
		width:100%;
		position:absolute;
		top:0;
		left:0;
		z-index:10;
	}
	.padhome{
		padding-top:48px;
	}
	.innerpage{
		position:relative!important;
	}

		header {
			clear: both;
			width: 80%; /* 1000px / 1250px */
			font-size: 0.8125em; /* 13 / 16 */
			max-width: 900px; /* 1200px / 13 */
			margin: 0 auto;
			padding: 0px 0px 10px 0px;
			position: relative;
			color: #000;
			text-align: center;
		}
		
		header nav{
			height:91px;
			background-image:url('../images/menu-bg.png');
			background-position:0 0;
			background-repeat:repeat-x;
			border:1px #999999 solid;
			border-radius:4px;
			-moz-box-shadow: 5px 5px 5px #bbb;
			-webkit-box-shadow: 5px 5px 5px #bbb;
			box-shadow: 2px 2px 2px #888;
			width:100%;
			font-size:14px;
			position:relative;
		}
 
   		header nav div.sitename{
			/*text-indent:-9999px;
			overflow:hidden;*/
			max-width:201px;
			max-height:74px;
			width:20%;
			display:inline-block;
			float:left;
			/*background-image:url('../images/logo.png');
			background-position:10px 8px;
			background-repeat:no-repeat;*/
			cursor:pointer;
			display:none;
		}
		
		header nav div.sitename img{
			width:100%;
			max-width:201px;
			padding:10px 0 0 8px;
		}
		
		#nav {
			list-style:none outside none;
			margin:0;
			padding:0;
			margin-right:10px;
		}
		#nav li{
			float:left;
			position:relative;
			/*border-right:1px #ccc solid;
			padding:0 5px;*/
		}
		#nav li a{
                    color: #000;
                    font-size:15px!important;
		    display: block;  
		    /*min-width: 80px;*/  
		    text-align: left;  
		    text-decoration: none;
		    line-height: 40px;
		    padding:25px 0px 20px;
		    box-sizing:border-box;  
		    -moz-box-sizing:border-box;  
		    -webkit-box-sizing:border-box;
                    font-weight: bold;
		}
		
		#nav li a:hover{
			text-decoration:none;
		}
		#nav li.homer{
			width:27%;
		}
		#nav li.homer a{
			padding:10px 30px 0 8px;
			line-height:normal;
		}
		#nav li.homer img{
			width:100%!important;
			max-width:201px!important;
		}
		
		
		#nav li ul{
			position:absolute;
		    width:180px;
		    top:55px;
		    left:5px;
		    display:none;
			margin:0;
			padding:0;
			list-style:none outside none;
			background-image:url('../images/menu-bg.png');
			background-repeat:repeat-x;
			background-position:0 0;
			background-color:#D7D5D3;
			border:1px #999999 solid;
			border-radius:4px;
			-moz-box-shadow: 5px 5px 5px #bbb;
			-webkit-box-shadow: 5px 5px 5px #bbb;
			box-shadow: 2px 2px 2px #888;
			opacity:0.75;
			/*position:relative;
			line-height:1.5em;*/
			z-index:10000;
		}
                
                #nav li ul ul {
			position:absolute;
			top:10px;
			left:150px;
			z-index:100000;
			opacity:1;
		}
                
		#nav li ul li{
			color: #000;
		    display: block;  
		    width: 180px!important;
		    text-align: left;  
		    text-decoration: none!important;
		    line-height: 1.5em!important;
		    padding:5px;
		    box-sizing:border-box;
		    -moz-box-sizing:border-box;  
		    -webkit-box-sizing:border-box;
		}
		#nav li ul li:hover{
			background-color:#666666;
		}
		#nav li ul a{
		    width:180px;
		    float:left;
		    color: #000;
		    display: block;
		    width: 180px;  
		    text-align: left;
		    text-decoration: none!important;
		    line-height: 1.5em;
		    padding:0px;
		    font-size:13px;
		    box-sizing:border-box;  
		    -moz-box-sizing:border-box;  
		    -webkit-box-sizing:border-box;
		}
		
		#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul{
		    display:none;
		    }
		#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul{
		    display:block;
		    }
		
		

	#maincontentcontainer {
		width: 100%;
	}

		.standardcontainer {
			
		}
		
		.darkcontainer {
			background: rgba(102, 102, 102, 0.05);
		}

		.lightcontainer {
			background: rgba(255, 255, 255, 0.25);
		}
		
			#maincontent{
				clear: both;
				width: 80%; /* 1000px / 1250px */
				font-size: 0.8125em; /* 13 / 16 */
				max-width: 1200px; /* 1200px / 13 */
				margin: 0 auto;
				/*padding: 1em 0px;*/
				color: #333;
				line-height: 1.5em;
				position: relative;
			}
		
			.maincontent{
				clear: both;
				width: 80%; /* 1000px / 1250px */
				font-size: 0.8125em; /* 13 / 16 */
				max-width: 92.3em; /* 1200px / 13 */
				margin: 0 auto;
				/*padding: 1em 0px;*/
				color: #333;
				line-height: 1.5em;
				position: relative;
			}
			
			.innercontent{
				max-width:900px !important;
			}
			
			.sidebar{
			    max-width:220px;
			    width:95%;
			    margin:0;
				padding:0;
				list-style:none outside none;
				background-image:url('../images/sidebar-bg.png');
				background-repeat:repeat-x;
				background-position:0 0;
				background-color:#D7D5D3;
				border:1px #999999 solid;
				border-radius:4px;
				-moz-box-shadow: 5px 5px 5px #bbb;
				-webkit-box-shadow: 5px 5px 5px #bbb;
				box-shadow: 2px 2px 2px #888;
			}
			
			#sidenav{
				list-style:none outside none;
				margin:0;
				padding:0;
			}
			#sidenav ul{
				list-style:none outside none;
				margin:0 -10px;
				padding:0;
				display:none;
			}
			#sidenav li{
				padding:7px 10px;
				margin:0;
				background-image:url('../images/side-separator.png');
				background-position:left bottom;
				background-repeat:repeat-x;
				position:relative;
				font-weight:bold;
				font-size:13px;
			}
			#sidenav ul li{
				padding:5px 10px 5px 20px;
				margin:0;
				background-image:none;
				font-weight:normal;
				font-size:12px;
			}
			#sidenav ul li:hover{
				background-color:#d9dada;
			}

	#footercontainer {
		width: 100%;	
		/*border-top: 1px solid #000;*/
		background-color: #e9e9e9;
	}
	
		footer {
			clear: both;
			width: 80%; /* 1000px / 1250px */
			font-size: 0.8125em; /* 13 / 16 */
			max-width: 1200px; /* 1200px / 13 */
			margin: 0 auto;
			padding: 10px 0px 5px 0px;
			color: #999;
		}

		footer strong {
			font-size: 1.077em; /* 14 / 13 */
			color: #aaa;
		}
		
		footer h3{
			font-weight:bold;
			color:#aaa;
			text-shadow:1px 3px 2px #fff;
			font-size:18px;
			margin-top:10px;
		}


		footer a:link, footer a:visited { color: #999; text-decoration: none; font-size:14px; }
		footer a:hover { color: #333; text-decoration: underline; }

		ul.pagefooterlist, ul.pagefooterlistimages {
			display: block;
			float: left;
			margin: 0px;
			padding: 0px;
			list-style: none;
		}

		ul.pagefooterlist li, ul.pagefooterlistimages li {
			clear: left;
			margin: 0px;
			padding: 0px 0px 3px 0px;
			display: block;
			line-height: 1.5em;
			font-weight: normal;
			background: none;

		}

		ul.pagefooterlistimages li {
			height: 34px;
		}


		ul.pagefooterlistimages li img {
			padding: 5px 5px 5px 0px;
			vertical-align: middle;
			opacity: 0.75;
			-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
			filter: alpha( opacity  = 75);
			-webkit-transition: all 0.3s ease;
			-moz-transition: all 0.3s ease;
			-o-transition: all 0.3s ease;
			transition: all 0.3s ease;
		}

		ul.pagefooterlistimages li a
		{
			text-decoration: none;
		}

		ul.pagefooterlistimages li a:hover img {
			opacity: 1.0;
			-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
			filter: alpha( opacity  = 100);
		}

			#smallprint {
				margin-top: 20px;
				line-height: 1.4em;
				text-align: center;
				color: #999;
				font-size: 0.923em; /* 12 / 13 */
			}

			#smallprint p{
				vertical-align: middle;
			}

			#smallprint .twitter-follow-button{
				margin-left: 1em;
				vertical-align: middle;
			}

			#smallprint img {
				margin: 0px 10px 15px 0px;
				vertical-align: middle;
				opacity: 0.5;
				-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
				filter: alpha( opacity  = 50);
				-webkit-transition: all 0.3s ease;
				-moz-transition: all 0.3s ease;
				-o-transition: all 0.3s ease;
				transition: all 0.3s ease;
			}


			#smallprint a:hover img {
				opacity: 1.0;
				-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
				filter: alpha( opacity  = 100);
			}

			#smallprint a:link, #smallprint a:visited { color: #999; text-decoration: none; }
			#smallprint a:hover { color: #999; text-decoration: underline; }


/*  SECTIONS  ============================================================================= */

.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

	
/*  CODE  ============================================================================= */

pre.code {
	padding: 0;
	margin: 0;
	font-family: monospace;
	white-space: pre-wrap;
	font-size: 1.1em;
}

strong.code {
	font-weight: normal;
	font-family: monospace;
	font-size: 1.2em;
}


/*  EXAMPLE  ============================================================================= */

#example .col {
	background: #ccc;
	background: rgba(204, 204, 204, 0.85);

}

/*  NOTES  ============================================================================= */


.note {
	position:relative;
	padding:1em 1.5em;
	margin: 0 0 1em 0;
	background: #fff;
	background: rgba(255, 255, 255, 0.5);
	overflow:hidden;
}

.note:before {
	content:"";
	position:absolute;
	top:0;
	right:0;
	border-width:0 16px 16px 0;
	border-style:solid;
	border-color:transparent transparent #cccccc #cccccc;
	background:#cccccc;
	-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
	-moz-box-shadow:0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
	box-shadow:0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
	display:block; width:0; /* Firefox 3.0 damage limitation */
}

.note.rounded {
	-webkit-border-radius:5px 0 5px 5px;
	-moz-border-radius:5px 0 5px 5px;
	border-radius:5px 0 5px 5px;
}

.note.rounded:before {
	border-width:8px;
	border-color:#ff #ff transparent transparent;
	background: url(/images/bodyback.png);
	-webkit-border-bottom-left-radius:5px;
	-moz-border-radius:0 0 0 5px;
	border-radius:0 0 0 5px;
}

/*  SCREENS  ============================================================================= */

.siteimage {
	max-width: 90%;
	padding: 5%;
	margin: 0 0 1em 0;
	background: transparent url(/images/stripe-bg.png);
	-webkit-transition: background 0.3s ease;
	-moz-transition: background 0.3s ease;
	-o-transition: background 0.3s ease;
	transition: background 0.3s ease;
}

.siteimage:hover {
	background: #bbb url(/images/stripe-bg.png);
	position: relative;
	top: -2px;
	
}

/*  COLUMNS  ============================================================================= */

.twocolumns{
	-moz-column-count: 2;
	-moz-column-gap: 2em;
	-webkit-column-count: 2;
	-webkit-column-gap: 2em;
	column-count: 2;
	column-gap: 2em;
  }

/*  BUTTONS  ============================================================================= */


.button {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	color: #fff;
	padding: .5em 1em;
	margin: 1px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	background-color: #cc1122;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	font-family: Arial, LeagueGothicRegular, 'lucida sans unicode', 'lucida grande', 'Trebuchet MS', verdana, arial, helvetica, helve, sans-serif;
	font-size : 1.5em; /* 24 / 16 */
				
}
.button:hover {
	background-color: #dd2233;
	color: #fff;
	text-decoration: none;
}
.button:active {
	background-color: #dd2233;
	color: #fff;
	position: relative;
	top: 1px;
}
.button:visited { 
	color : #fff;
}



/*  GLOBAL OBJECTS ============================================================================= */

.breaker { clear: both; height:0px; line-height:0px; font-size:0pt; }

.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1; /* For IE 6/7 (trigger hasLayout) */
}


.floatleft {
    float: left;
}

.floatright {
    float: right;
}


/* VENDOR-SPECIFIC ============================================================================= */

html { 
-webkit-overflow-scrolling : touch; 
-webkit-tap-highlight-color : rgb(52,158,219); 
-webkit-text-size-adjust : 100%; 
-ms-text-size-adjust : 100%; }

.clearfix:before,  
.clearfix:after {  
    content: " ";  
    display: table;  
}  
.clearfix:after {  
    clear: both;  
}
.clearfix { 
zoom : 1; }  
.clearfix {  
    *zoom: 1;  
}

::-webkit-selection { 
background : rgb(23,119,175); 
color : rgb(250,250,250); 
text-shadow : none; }

::-moz-selection { 
background : rgb(23,119,175); 
color : rgb(250,250,250); 
text-shadow : none; }

::selection { 
background : rgb(23,119,175); 
color : rgb(250,250,250); 
text-shadow : none; }

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

::-webkit-input-placeholder {
font-size : .875em; 
line-height : 1.4; }

input:-moz-placeholder { 
font-size : .875em; 
line-height : 1.4; }

.ie7 img,
.iem7 img { 
-ms-interpolation-mode : bicubic; }

input[type=checkbox], input[type=radio] { 
box-sizing : border-box; }

input[type=search] { 
-webkit-box-sizing : content-box;
-moz-box-sizing : content-box; }

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

p {
/* http://www.w3.org/TR/css3-text/#hyphenation */
-webkit-hyphens : auto;
-webkit-hyphenate-character : "\2010";
-webkit-hyphenate-limit-after : 1;
-webkit-hyphenate-limit-before : 3;
-moz-hyphens : auto; }

/************************************************/
/*			Custom CSS Classes					*/
/************************************************/
.ctoa{
	background-color:#383838;
	background-image:url('../images/mid-grey.png');
	background-position:center top;
	background-repeat:no-repeat;
	color:#fff;
	min-height:75px;
}

.ctoa h3{
	color:#fff;
}

.ctoa .span_9_of_12 {
	width: 64.54%;
	padding-left:10%;
}


.btnGreen{
	background-color:#E38839;
	color:#fff!important;
	font-size:15px;
	margin-top:5px;
	width:auto !important;
}
.btnGreen:hover {
	background: #FF8600;
	color: #fff;
	text-decoration: none;
}
.btnGreen:active {
	background: #FF8600;
	color: #fff;
	position: relative;
	top: 1px;
}

.btnOrange{
	background-color:#ef8005;
	color:#fff;
	font-size:15px;
	margin-top:5px;
	display:inline-block!important;
	text-shadow:0 0 0 #000;
}
.btnOrange:hover {
	background: #FA8C14;
	color: #fff;
	text-decoration: none;
}
.btnOrange:active {
	background: #FA8C14;
	color: #fff;
	position: relative;
	top: 1px;
}

.btnGrey{
	background-color:#eaedf1;
	color:#333;
	font-size:15px;
	margin-top:5px;
	width:auto !important;
	border:1px #bfc0c1 solid;
}
.btnGrey:hover {
	background: #F1F3F5;
	color: #000;
	text-decoration: none;
}
.btnGrey:active {
	background: #F1F3F5;
	color: #000;
	position: relative;
	top: 1px;
}

.tab{
	font-size:13px;
	margin-top:5px;
	width:auto !important;
	font-weight:bold;
	
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	padding: .5em 1em;
	margin: 1px;
	font-family: Arial;
	
	padding-top:5px;
	padding-bottom:5px;
}
.tab:hover, .tabactive{
	background-color:#eaedf1;
	color:#333;
	font-size:13px;
	margin-top:5px;
	width:auto !important;
	border:1px #bfc0c1 solid;
	
	display: inline-block;
	outline: none !important;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	padding: .5em 1em;
	margin: 1px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	font-family: Arial, LeagueGothicRegular, 'lucida sans unicode', 'lucida grande', 'Trebuchet MS', verdana, arial, helvetica, helve, sans-serif;
	
	padding-top:5px;
	padding-bottom:5px;
}
.btnFull{
	width:95%!important;
	font-size:16px;
	padding:15px 0;
	max-width:210px;
	display:inline-block;
}
.btnSmaller{
	font-size:12px!important;
	padding:5px 10px!important;
	margin:0!important;
}

#homesteps{
	text-align:center;
	color:#666;
	padding:0 30px;
	background-image:url('../images/homesteps-b-bg.png');
	background-position:center bottom;
	background-repeat:no-repeat;
}
#homesteps h4{
	font-weight:bold;
	font-size:18px;
}
.step{
	background-image:url('../images/step-sep.png');
	background-position:left top;
	background-repeat:no-repeat;
}
.step:hover{
	background-color:#f0eeee;
}
.step p{
	font-size:15px;
	hyphens:none!important;
	-webkit-hyphens : none;
	-webkit-hyphenate-character : "\2010";
	-webkit-hyphenate-limit-after : 1;
	-webkit-hyphenate-limit-before : 3;
	-moz-hyphens : none;
	margin-bottom:10px;
}

.span_3_of_12.step {
	width: 21%;
	padding: 2% !important;
	margin:0!important;
}

.remove-image{
	background-image:none!important;
}
.text-center{
	text-align:center;
}
.text-right{
	text-align:right!important;
}
.text-left{
	text-align:left;
}
.sidetitle{
	font-size:18px;
	color:#333;
	font-weight:bold;
	text-align:right;
	height:30px;
	padding:20px 8px 15px 0;
	border-right:5px #333 solid;
}

#sharing{
	text-align:center;
}

.twitter{
	background-image:url('../images/twitter.png');
	background-position:0 0;
	background-repeat:no-repeat;
	display:inline-block;
	height:50px;
	width:50px;
	text-indent:-9999px;
	overflow:hidden;
	margin-right:10px;
	text-align:left;
}
.twitter:hover{
	background-position:0 -50px;
}
.facebook{
	background-image:url('../images/facebook.png');
	background-position:0 0;
	background-repeat:no-repeat;
	display:inline-block;
	height:50px;
	width:50px;
	text-indent:-9999px;
	overflow:hidden;
	margin-right:10px;
	text-align:left;
}
.facebook:hover{
	background-position:0 -50px;
}
.gplus{
	background-image:url('../images/gplus.png');
	background-position:0 0;
	background-repeat:no-repeat;
	display:inline-block;
	height:50px;
	width:50px;
	text-indent:-9999px;
	overflow:hidden;
	margin-right:10px;
	text-align:left;
}
.gplus:hover{
	background-position:0 -50px;
}
.youtube{
	background-image:url('../images/youtube.png');
	background-position:0 0;
	background-repeat:no-repeat;
	display:inline-block;
	height:50px;
	width:50px;
	text-indent:-9999px;
	overflow:hidden;
	margin-right:10px;
	text-align:left;
}
.youtube:hover{
	background-position:0 -50px;
}
.gpluso{
	background-image:url('../images/gplus_old.png');
	background-position:0 0;
	background-repeat:no-repeat;
	display:inline-block;
	height:50px;
	width:50px;
	text-indent:-9999px;
	overflow:hidden;
	margin-right:10px;
	text-align:left;
}
.gpluso:hover{
	background-position:0 -50px;
}
#toplinks{
	margin:0;
	
}
#toplinks a{
	color:#333;
	text-shadow:2px 2px 2px #aaa;
}
#toplinks input{
	margin:0;
	vertical-align:middle;
}
#topFormContainer{
	position:relative;
}
#txtSearch{
	margin-top:-2px!important;
}
.btnSearch{
	background-image:url('../images/icon-search.png');
	background-color:transparent;
	background-repeat:no-repeat;
	width:22px;
	height:22px;
	position:absolute;
	top:2px;
	right:2px;
	border:0;
	text-align:left;
	text-indent:-9999px;
	overflow:hidden;
	box-shadow:0 0 0 #000;
	text-shadow:0 0 0 #000;
	border-radius:0;
}

.breadcrumbs{
	font-size:11px;
	color:#333;
}

.breadcrumbs a{
	color:#C1C1C4;
}
.breadcrumbs a:hover{
	color:#333;
}

.career-item{
	border-top:1px #e6e6e7 solid;
	position:relative;
	padding:0 5px;
	margin-top:10px;
	margin-bottom:20px;
}
.title, .title a{
	font-size:18px;
	font-weight:bold;
	color:#60295F;
	margin:5px 0;
}
.career-item .title{
	width:90%;
}
.career-item .postdate{
	position:absolute;
	top:0;
	right:0;
	width:auto;
	background:#e6e6e7;
	font-size:11px;
	color:#333;
	padding:3px;
}
.career-item .content-text{
	font-size:12px;
}

.pagination{
	margin-top:10px;
	margin-bottom:10px;
}
.page {
    display: inline-block;
    padding: 0px 9px;
    margin-right: 4px;
    border-radius: 3px;
    border: solid 1px #c0c0c0;
    background: #e9e9e9;
    box-shadow: inset 0px 1px 0px rgba(255,255,255, .8), 0px 1px 3px rgba(0,0,0, .1);
    font-size: .875em;
    font-weight: bold;
    text-decoration: none;
    color: #717171;
    text-shadow: 0px 1px 0px rgba(255,255,255, 1);
}

.page:hover, .page.gradient:hover {
    background: #fefefe;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FEFEFE), to(#f0f0f0));
    background: -moz-linear-gradient(0% 0% 270deg,#FEFEFE, #f0f0f0);
}

.page.active {
    border: none;
    background: #616161;
    box-shadow: inset 0px 0px 8px rgba(0,0,0, .5), 0px 1px 0px rgba(255,255,255, .8);
    color: #f0f0f0;
    text-shadow: 0px 0px 3px rgba(0,0,0, .5);
}

.page.gradient {
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f8f8f8), to(#e9e9e9));
    background: -moz-linear-gradient(0% 0% 270deg,#f8f8f8, #e9e9e9);
}

.arrowup, .arrowup:active, .arrowup:focus {
	background-image:url('../images/arrow-up.png');
	background-position:right center;
	background-repeat:no-repeat;
	width:22px;
	height:18px;
	display:block!important;
	position:absolute;
	top:6px;
	right:4px;
	outline:#000 solid 0px;
}
.arrowdown, .arrowdown:active, .arrowdown:focus {
	background-image:url('../images/arrow-down.png');
	background-position:right center;
	background-repeat:no-repeat;
	width:22px;
	height:18px;
	display:block!important;
	position:absolute;
	top:6px;
	right:4px;
	outline:#000 solid 0px;
}
.lastone{
	background-image:none!important;
}

.singlepostdate{
	width:auto;
	display:inline-block;
	background:#e6e6e7;
	font-size:11px;
	color:#333;
	padding:3px;
	margin-bottom:10px;
}

.no-bg{
	background-color:transparent;
}

.innerform{
	background-image:url('../images/inner-form-pattern.png');
	background-repeat:repeat;
	border-radius:5px;
	padding:10px;
	margin:10px 0;
}

.innerform input[type=text]{
	max-width:250px;
	width:35%;
	height:20px;
	display:inline-block;
	margin:0 0 20px 10px;
	float:left;
	border:1px solid #ccc;
	font-size:1em;
	padding:5px;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	border-radius:0px;
	background:#fff;
	-moz-box-shadow:inset 0px 0px 0px #ccc;
	-webkit-box-shadow:inset 0px 0px 0px #ccc;
	box-shadow:inset 0px 0px 0px #ccc;
}

.innerform select{
	max-width:250px;
	display:inline-block;
	margin:0 0 20px 10px;
	float:left;
	border:1px solid #ccc;
	font-size:1em;
	padding:5px;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	border-radius:0px;
	background:#fff;
	-moz-box-shadow:inset 0px 0px 0px #ccc;
	-webkit-box-shadow:inset 0px 0px 0px #ccc;
	box-shadow:inset 0px 0px 0px #ccc;
}

.formrow label{
	text-align:right;
	max-width:140px;
	width:25%;
	font-size:13px;
	font-weight:bold;
	color:#666;
	margin:5px 0 20px 0px;
	float:left;
}

.small{
	width:10%!important;
	max-width:50px!important;
	min-width:50px!important;
}

.innerform input[type=file]{
	max-width:250px;
	width:35%;
	height:20px;
	display:inline-block;
	margin:0 0 20px 10px;
	float:left;
	border:1px solid #ccc;
	font-size:1em;
	padding:5px;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	border-radius:0px;
	background:#fff;
	-moz-box-shadow:inset 0px 0px 0px #ccc;
	-webkit-box-shadow:inset 0px 0px 0px #ccc;
	box-shadow:inset 0px 0px 0px #ccc;
}

/*form label.error {
	font: 11px Arial, sans-serif;
	color: #ED7476;
	
	text-align:left;
	max-width:140px;
	width:auto;
	font-weight:bold;
	margin:5px 0 20px 5px;
	float:left;
}*/
form input.error,
form input.error:hover,
form input.error:focus,
form select.error,
form textarea.error {
	border: 1px solid #ED7476!important;
	background: #FFEDED!important;
}

.newsitem{
	border-top:1px #e6e6e7 solid;
	position:relative;
	padding:0 5px;
	margin-top:10px;
	margin-bottom:20px;
}

.newsimage{
	max-width:150px;
	max-height:150px;
	width:100%;
	border:1px #CCCCCC solid;
	border-radius:5px;
}

#boilerplate{
	border-top:3px #bfc0c1 solid!important;
	margin:30px 0 20px;
	padding-top:5px;
}
#main-info{
	padding:10px;
	font-size:12px;
	font-weight:bold;
	margin-top:10px;
}
#main-info label{
	margin:0 0 3px;
	padding:0;
	display:inline-block;
	width:100%;
	color:#888;
	cursor:default;
}
#main-info span{
	margin:0 0 10px;
	padding:0;
	display:inline-block;
	width:100%;
	color:#60295F;
}
#main-info span a{
	color:#60295F;
}
.boilerpad{
	padding:10px 0 10px 20px;
	margin-top:40px;
	border-left:5px #000 solid;
}

.boilerpad div[id^="com"]{
	display:none;
}

.map{
	border:3px #60295F solid;
	border-radius:5px;
	position: relative;
	padding-top: 30px;
	padding-bottom:35.25%;
	height:0;
	max-height:320px;
	overflow: hidden;
}

.map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#branches{
	background-color:#eaedf1;
	padding:10px;
	margin:10px 0;
}
.expander{
	display:inline-block;
	width:100%;
	font-weight:bold;
	text-align:center;
	outline:none !important;
	padding:5px 0;
}
#expandables{
	display:none;
}
.location{
	width:23%;
	margin:10px 1%;
	float:left;
}
.imgWrappedSmall {
    margin-bottom: 0.15em;
    padding: 0 2px;
    text-decoration: none;
    vertical-align: middle !important;
}



.contactform{
	margin:10px 0;
}

.contactform input[type=text]{
	max-width:250px;
	width:60%;
	height:20px;
	display:inline-block;
	margin:0 0 20px 10px;
	float:left;
	border:1px solid #ccc;
	font-size:1em;
	padding:5px;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	border-radius:0px;
	background:#fff;
	-moz-box-shadow:inset 0px 0px 0px #ccc;
	-webkit-box-shadow:inset 0px 0px 0px #ccc;
	box-shadow:inset 0px 0px 0px #ccc;
}

.contactform input[type=select]{
	max-width:250px;
	width:60%;
	height:20px;
	display:inline-block;
	margin:0 0 20px 10px;
	float:left;
	border:1px solid #ccc;
	font-size:1em;
	padding:5px;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	border-radius:0px;
	background:#fff;
	-moz-box-shadow:inset 0px 0px 0px #ccc;
	-webkit-box-shadow:inset 0px 0px 0px #ccc;
	box-shadow:inset 0px 0px 0px #ccc;
}

.contactform label{
	text-align:right;
	max-width:100px;
	width:25%;
	font-size:13px;
	font-weight:bold;
	color:#666;
	margin:5px 0 20px 0px;
	float:left;
}
.contactform textarea{
	max-width:250px;
	width:70%;
	height:130px;
	min-height:130px;
	display:inline-block;
	margin:0 0 20px 10px;
	float:left;
	border:1px solid #ccc;
	font-size:1em;
	padding:5px;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	border-radius:0px;
	background:#fff;
	-moz-box-shadow:inset 0px 0px 0px #ccc;
	-webkit-box-shadow:inset 0px 0px 0px #ccc;
	box-shadow:inset 0px 0px 0px #ccc;overflow : auto; 
	vertical-align : top;
}

.contactform label.error{
	margin-left:30%;
}
#sidecontent{
	float:right;
}
#corecontent{
	float:left;
}


/**********************************************************************************************
										RESPONSIVE  MENU
**********************************************************************************************/

#resmenu{
	/*display:none;*/
}

.dl-menuwrapper{
	display:none;
}


.blockText {
    height: 70px;
}

/**********************************************************************************************/
/**********************************************************************************************/

/**********************************************************************************************/
/**********************************************************************************************/

/* default style */
.selectnav { display: none; }

/* small screen */
@media screen and (max-width: 800px) {
	#resmenu{
		display:block;
		background-image:url('../images/menu-bg.png');
		background-position:0 0;
		background-repeat:repeat-x;
		z-index:100000;
	}
	.dl-menuwrapper{
		display:block;
		z-index:100000;
	}

  #sidecontent, .breadcrumbs , nivo-caption{ display: none; }
  
  header{
	width:100%;
}
  header nav {  
        /*box-shadow:0 0 0 #000;
        border-radius:0;
        border:0;
        
        position:absolute;
        top:0px;
	  	z-index:10;
	  	height:80px;
	  	width:98%;
	  	padding:0 1%;*/
	  	display:none;
    }
    
    .serviceStatus, .loginAndEnv {
        display: none!important;
    }
    
    header nav div.sitename{
	background-size:contain;
}

  #toplinks{
  	position:absolute;
  	top:5px;
  	right:0;
  	width:80%;
  	z-index:1000000;
  }
  
  #toplinks .span_7_of_12 {
		display:none!important; 
	}
  #toplinks .span_1_of_12 {
		width: 20%!important; 
	}
  #toplinks .span_3_of_12 {
		width: 76%!important; 
	}
  #toplinks .btnSmaller{
		display:none;
	}
  #bottomLinks{
		display:none!important;
	}
  footer .span_1_of_12{
		display:none!important;
	}
  footer .span_3_of_12{
		text-align:center;
	}
  input{
		width:92%;
	}
  .location{
		width:45%;
		margin:10px 1%;
	}
#slidercontainer{
		width:100%;
		margin-top:0px!important;
		height:auto;;
	}
/*#headerinner{
		width:100%;
		position:relative!important;
		z-index:10;
	}*/
.innercontent{
	/*margin-top:80px!important;*/
}
#maincontent{
	width:90%;
	/*margin-top:60px!important;*/
}

.formrow label{
	font-size:11px;
	width:30%;
}

.newstext{
	width:100%;
}

.blockText {
    height: auto!important;
}


}

@media only screen and (min-width: 1079px) {
    .nivoSlider {
        height: 495px!important;
    }
}

@media only screen and (max-width: 480px) {
	.step{
		background-image:none;
	}
	
	.sidetitle{
		font-size:18px;
		color:#333;
		font-weight:bold;
		text-align:left!important;
		height:30px!important;
		padding:5px 0!important;
		border-right:0!important;
	}
	
	#homenews .span_3_of_12{
		border-left:1px #333 solid;
		padding:0 5px;
		margin-bottom:15px;
	}
        
        .blockText {
            height: auto!important;
        }
}

/******************************************************************************/
#vTicker ul {
    list-style: none;
    padding: 0;
}

.innerform input[type=password]{
	max-width:250px;
	width:35%;
	height:20px!important;
	display:inline-block;
	margin:0 0 20px 10px;
	float:left;
	border:1px solid #ccc;
	font-size:1em;
	padding:5px;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	border-radius:0px;
	background:#fff;
	-moz-box-shadow:inset 0px 0px 0px #ccc;
	-webkit-box-shadow:inset 0px 0px 0px #ccc;
	box-shadow:inset 0px 0px 0px #ccc;
}

.innerform input[type=password]{
	max-width:250px;
	width:35%;
	height:20px!important;
	display:inline-block;
	margin:0 0 20px 10px;
	float:left;
	border:1px solid #ccc;
	font-size:1em;
	padding:5px;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	border-radius:0px;
	background:#fff;
	-moz-box-shadow:inset 0px 0px 0px #ccc;
	-webkit-box-shadow:inset 0px 0px 0px #ccc;
	box-shadow:inset 0px 0px 0px #ccc;
}


form div.errorMessage {
	font: 11px Arial, sans-serif;
	color: #ED7476;
	text-align:left;
	max-width:140px;
	width:auto;
	font-weight:bold;
	margin:5px 0 20px 5px;
	float:left;
}

blockquote:before {
    content: "“";
    display: block;
    height: 26px;
    left: -5px;
    position: absolute;
}


blockquote:after {
    content: "”";
    display: block;
    float: right;
    height: 18px;
    line-height: 104px;
}
blockquote:before, blockquote:after {
    color: #999999;
    font-size: 80px;
    line-height: 70px;
    vertical-align: top;
}

blockquote {
    clear: both;
    float: left;
    font-size: 15px;
    font-weight: normal;
    margin: 10px 0;
    padding: 10px 0 0 37px;
    position: relative;
    
}
blockquote {
    quotes: none;
}

ul.yiiPager li a {
    border: 1px solid #EEEEEE!important;
    color: #717171!important;
    background: -moz-linear-gradient(0% 0 270deg, #F8F8F8, #E9E9E9) repeat scroll 0 0 transparent!important;
    background: none repeat scroll 0 0 #E9E9E9!important;
    border: 1px solid #C0C0C0!important;
    border-radius: 3px 3px 3px 3px!important;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset, 0 1px 3px rgba(0, 0, 0, 0.1)!important;
    padding: 5px 8px!important;
    margin-right: 4px;
}

ul.yiiPager .selected a {
    background: none repeat scroll 0 0 #616161!important;
    border: 1px solid #C0C0C0!important;
    border-radius: 3px 3px 3px 3px!important;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset, 0 1px 3px rgba(0, 0, 0, 0.1)!important;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.5) inset, 0 1px 0 rgba(255, 255, 255, 0.8)!important;
    color: #F0F0F0!important;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.5)!important;
}

ul.yiiPager a:hover {
    background: none repeat scroll 0 0 #616161!important;
    border: 1px solid #C0C0C0!important;
    border-radius: 3px 3px 3px 3px!important;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset, 0 1px 3px rgba(0, 0, 0, 0.1)!important;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.5) inset, 0 1px 0 rgba(255, 255, 255, 0.8)!important;
    color: #F0F0F0!important;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.5)!important;
}

ul.yiiPager .hidden a {
    display: none;
}

ul.yiiPager .first, ul.yiiPager .last {
    display: none!important;
}

#sidenav ul li.active{
        background-color:#d9dada;
}

.innerImage {
    float:right; 
    margin:0 0 10px 10px;
}

.boilerplateImage {
    float:right; 
    margin:0px 0 5px 10px; 
    width:100px;
}

form#contactUsForm div.errorMessage {
	font: 11px Arial, sans-serif;
	color: #ED7476;
	text-align:left;
	max-width:180px!important;
	width:auto;
	font-weight:bold;
	margin:-10px 0 20px 83px;
	float:left;
}

div.flash-error, div.flash-notice, div.flash-success
{
	padding:.8em;
	border:2px solid #ddd;
        margin-bottom: 10px;
        font-size: 16px;
}

div.flash-error
{
	background:#FBE3E4;
	color:#8a1f11;
	border-color:#FBC2C4;
}

div.flash-notice
{
	background:#FFF6BF;
	color:#514721;
	border-color:#FFD324;
}

div.flash-success
{
	background:#E6EFC2;
	color:#264409;
	border-color:#C6D880;
}

div.flash-error a
{
	color:#8a1f11;
}

div.flash-notice a
{
	color:#514721;
}

div.flash-success a
{
	color:#264409;
}
.footerHeader {
    font-weight: bold;
    font-size: 16px
}

.servicecontent {
    text-align: center;
}

.service {
    border: 3px solid #DEDCDB;
    width: 75px;
    padding: 5px;
    text-align: center;
    height: 120px;
    margin-right: 10px;
    margin-bottom: 5px;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}

.solutionBlock {
    border: 1px solid #E6E6E7;
    padding: 8px;
    margin-right: 10px;
}

.suggestBtn {
    margin-left: 10px!important;
    margin-top: 8px!important;
}

.conactMe {
    text-align: center;
}

.contactText {
    font-weight: bold;
    font-size: 15px;
}

.serviceTitle {
    background-color: #673366;
    color: #FFFFFF;
    padding: 10px;
    font-weight: bold;
    font-size: 15px;
    margin-top: 50px;
    margin-bottom: 20px;
}

table.serviceTable {
    margin-bottom: 20px;
    border-spacing: 2px!important;
    border-collapse: separate!important;
}

.serviceTable tr td{
    border: 1px solid #673366;
    border-collapse: collapse;
    padding: 5px;
    
}

.menuSeparator {
    margin-left: 8px;
    margin-right: 8px;
    color: #AAAAAA;
    font-weight: bold;
}

.imgWrappedSmall {
    margin-bottom: 0.15em;
    padding: 0 2px;
    text-decoration: none;
    vertical-align: middle;
}

.serviceHeader {
    font-size: 13px;
    padding-left: 5px;
}

.bolder_head {
    font-weight: bold;
}

.customer_number_wrapper {
    width:  100%;
}

.customer_number {
    clear: both;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    width: 80%;
    background-image: url("../images/homesteps-b-bg.png");
    background-position: center top;
    background-repeat: no-repeat;
    padding: 10px 30px;
    text-align: right;
    color: #AAAAAA;
    font-size: 18px;
    font-weight: bold;
    margin-top: 10px;
    text-shadow: 1px 3px 2px #FFFFFF;
    font-style: italic;
}

.partnerArea {
    width:35%;
    height: 60px;
    resize: none;
    float: left;
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 0;
    box-shadow: 0 0 0 #CCCCCC inset;
    display: inline-block;
    font-size: 1em;
    margin: 0 0 20px 10px;
    padding: 5px;
}

.formSelect {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 0;
    box-shadow: 0 0 0 #CCCCCC inset;
    display: inline-block;
    float: left;
    font-size: 1em;
    margin: 0 0 20px 10px;
    max-width: 250px;
    padding: 5px;
}

.block {
    background-color: #F5F5F4;
    border: 1px solid #999999;
    border-radius: 4px;
    box-shadow: 2px 2px 2px #888888;
    list-style: none outside none;
    max-width: 220px;
    width: 95%;
    padding: 10px;
    margin-bottom: 20px
}

.block .btitle {
    font-weight: bold;
    font-size: 15px;
    border-bottom: 1px dotted #000000;
    margin-bottom: 10px;
}

ul.blocklist{
    padding: 0;
    margin: 0;
}

ul.blocklist li{
    list-style: none;
    list-style-position: inside;
    margin-bottom: 5px;
}

ul.blocklist li a {
    color: #774175;
    font-weight: bold;
    text-decoration: none;
}

.location strong a{
    color: #7A4D79;
    font-weight: bold;
}

.location strong a:hover{
    text-decoration: underline;
}

