/* --------Author: Aaron M. Souza 2010--------  */
/* --------Coded For IE8, IE7, FX, Chrome, SF, OP--------  */
/* --------Built with Notepad 6.1--------  */

*
{
margin: 0;
padding: 0;
}

br.clear-all
{
clear: both;
}

a
{
outline: none;
}

b
{
font-family: "OpenSansSemibold", arial, sans-serif;
font-weight: normal;
}

body
{
margin: 0;
padding: 0;
font-family: "OpenSansRegular", arial, sans-serif;
font-weight: normal;
font-size: small;
color: black;
background: url('images/bodybg.jpg');
}

body.facebook-body
{
background: white;
}

#headwrap
	{
	position: relative;
	width: 100%;
	height: 158px;
	margin: 0;
	border-bottom: 1px solid #5a646e;
	padding: 0;
	background: url('images/headwrapbg.jpg') #ffdb60 repeat-x;
	z-index: 111;
	}

#headwrap-facebook
	{
	position: relative;
	width: 100%;
	height: 128px;
	margin: 0;
	border-bottom: 1px solid #5a646e;
	padding: 0;
	background: url('images/headwrapbg.jpg') #ffdb60 repeat-x;
	z-index: 111;
	}

#wrapper
	{
	width: 960px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	}

#wrapper-facebook
	{
	width: 810px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	}

/* ---------------------------Header--------------------------- */

#header
		{
		width: 960px;
		height: 158px;
		margin: 0;
		padding: 0;
		text-align: left;
		}

#header-facebook
		{
		width: 810px;
		height: 128px;
		margin: 0;
		padding: 0;
		text-align: left;
		}

img#main-logo
			{
			float: left;
			margin: 10px 20px 0 0;
			border: 0;
			}

img#main-logo-facebook
			{
			float: left;
			margin: 12px 30px 0 10px;
			border: 0;
			}

img#building-photo-header
			{
			float: left;
			margin: 12px 0 0 0;
			border: 0;
			}

img#building-photo-header-facebook
			{
			float: left;
			margin: 14px 0 0 0;
			border: 0;
			}

img#green-info
			{
			float: left;
			margin: 12px 0 0 0;
			border: 0;
			}

img#green-info-facebook
			{
			float: left;
			margin: 14px 0 0 0;
			border: 0;
			}

#social-media-holder
			{
			width: auto;
			float: right;
			margin: -5px 0 0 0;
			border-right: 5px solid white;
			border-bottom: 5px solid white;
			border-left: 5px solid white;
			border-radius: 4px;
			-moz-border-radius: 4px;
			-webkit-border-radius: 4px;
			padding: 12px 3px 4px 7px;
			background: #eeeeee;
			box-shadow: 0px 1px 4px 0px #999999;
			-moz-box-shadow: 0px 1px 4px 0px #999999;
			-webkit-box-shadow: 0px 1px 4px 0px #999999;
			}

.social-media-holder-facebook
			{
			width: auto;
			float: right;
			height: 24px;
			margin: -5px 10px 0 0;
			border-right: 5px solid white;
			border-bottom: 5px solid white;
			border-left: 5px solid white;
			border-radius: 4px;
			-moz-border-radius: 4px;
			-webkit-border-radius: 4px;
			padding: 12px 3px 4px 7px;
			background: #eeeeee;
			box-shadow: 0px 1px 4px 0px #999999;
			-moz-box-shadow: 0px 1px 4px 0px #999999;
			-webkit-box-shadow: 0px 1px 4px 0px #999999;
			}

.like-page-holder-facebook
			{
			width: auto;
			float: right;
			height: 40px;
			margin: -5px 10px 0 0;
			border-right: 5px solid white;
			border-bottom: 5px solid white;
			border-left: 5px solid white;
			border-radius: 4px;
			-moz-border-radius: 4px;
			-webkit-border-radius: 4px;
			padding: 0 4px 0 5px;
			background: #eeeeee;
			box-shadow: 0px 1px 4px 0px #999999;
			-moz-box-shadow: 0px 1px 4px 0px #999999;
			-webkit-box-shadow: 0px 1px 4px 0px #999999;
			}

img.social-small-icon
				{
				float: left;
				margin: 0 4px 0 0;
				border: 0;
				}

p#phone-numbers
			{
			display: inline-block;
			float: right;
			clear: right;
			font-family: "OpenSansBold", arial, sans-serif;
			font-weight: normal;
			font-size: 16px;
			color: #333333;
			text-align: right;
			}

p#phone-numbers-facebook
			{
			display: inline-block;
			float: right;
			clear: right;
			margin: 0 6px 0 0;
			font-family: "OpenSansBold", arial, sans-serif;
			font-weight: normal;
			font-size: 14px;
			color: #333333;
			text-align: right;
			}

span.phone-type
				{
				font-family: "OpenSansSemibold", arial, sans-serif;
				font-weight: normal;
				font-size: 11px;
				color: #024f87;
				}

span.phone-type-facebook
				{
				font-family: "OpenSansSemibold", arial, sans-serif;
				font-weight: normal;
				font-size: 10px;
				color: #024f87;
				}

/* ---------------------------End Header--------------------------- */

/* ---------------------------Top Navigation--------------------------- */

#menu-hold
		{
		position: relative;
		width: 100%;
		height: 36px;
		border-top: 1px solid #970004;
		border-bottom: 1px solid #970004;
		background: #d10006;
		box-shadow: 0px 1px 3px 1px #666666;
		-moz-box-shadow: 0px 1px 3px 1px #666666;
		-webkit-box-shadow: 0px 1px 3px 1px #666666;
		z-index: 9999;
		}

#menu-hold-facebook
		{
		position: relative;
		width: 100%;
		height: 32px;
		border-top: 1px solid #970004;
		border-bottom: 1px solid #970004;
		background: #d10006;
		box-shadow: 0px 1px 3px 1px #666666;
		-moz-box-shadow: 0px 1px 3px 1px #666666;
		-webkit-box-shadow: 0px 1px 3px 1px #666666;
		z-index: 9999;
		}

#menu
			{
			width: 960px;
			margin: 0 auto;
			padding: 0;
			font-family: "OpenSansSemibold", arial, sans-serif;
			font-weight: normal;
			font-size: 14px;
			text-align: center;
			}

#menu-facebook
			{
			width: 810px;
			margin: 0 auto;
			padding: 0;
			font-family: "OpenSansSemibold", arial, sans-serif;
			font-weight: normal;
			font-size: 12px;
			text-align: center;
			}

#menu ul, #menu-facebook ul
				{
				display: inline-block;
				width: auto;
				margin: 0 auto;
				padding: 0;
				list-style: none;
				text-align: center;
				}

#menu ul li, #menu-facebook ul li
					{
					float: left;
					margin: 0;
					border-right: 1px solid #a90005;
					}

#menu ul li#leftmost, #menu-facebook ul li#leftmost
					{
					border-right: 1px solid #a90005;
					border-left: 1px solid #a90005;
					}

#menu ul li a:link, #menu ul li a:visited, #menu ul li a:active
						{
						display: block;
						padding: 8px 15px;
						color: white;
						text-shadow: 2px 2px 2px #333333;
						text-decoration: none;
						}

#menu ul li a:hover, #menu ul li a:focus
						{
						display: block;
						padding: 8px 15px;
						color: white;
						text-shadow: 1px 1px 1px #333333;
						text-decoration: none;
						background: #bd0005;
						}

#menu ul li a.t-n-act:link, #menu ul li a.t-n-act:visited, #menu ul li a.t-n-act:active, #menu ul li a.t-n-act:hover, #menu ul li a.t-n-act:focus
						{
						display: block;
						padding: 8px 15px;
						color: white;
						text-shadow: 1px 1px 1px #333333;
						text-decoration: none;
						background: #bd0005;
						}

#menu-facebook ul li a:link, #menu-facebook ul li a:visited, #menu-facebook ul li a:active
						{
						display: block;
						padding: 8px 11px;
						color: white;
						text-shadow: 2px 2px 2px #333333;
						text-decoration: none;
						}

#menu-facebook ul li a:hover, #menu-facebook ul li a:focus
						{
						display: block;
						padding: 8px 11px;
						color: white;
						text-shadow: 1px 1px 1px #333333;
						text-decoration: none;
						background: #bd0005;
						}

/* ---------------------------End Top Navigation--------------------------- */

#subwrap
		{
		position: relative;
		width: 958px;
		margin: 0 auto;
		border-right: 1px solid #5a646e;
		border-left: 1px solid #5a646e;
		padding: 0;
		text-align: center;
		z-index: 222;
		}

#subwrap-facebook
		{
		position: relative;
		width: 808px;
		margin: 0 auto;
		border-right: 1px solid #5a646e;
		border-left: 1px solid #5a646e;
		padding: 0;
		text-align: center;
		z-index: 222;
		}

/* ---------------------------Content--------------------------- */

#content
			{
			width: 918px;
			float: left;
			text-align: left;
			margin: 0;
			padding: 4px 20px 0 20px;
			background: white;
			}

#content-facebook
			{
			width: 768px;
			float: left;
			text-align: left;
			margin: 0;
			padding: 4px 20px 0 20px;
			background: white;
			}

h1
				{
				margin: 8px 0 0 0;
				border-bottom: 1px solid #cccccc;
				padding: 10px 5px 5px 5px;
				font-family: "OpenSansExtrabold", arial, sans-serif;
				font-weight: normal;
				font-size: 19px;
				color: #024f87;
				clear: left;
				}

h1.facebook-h1
				{
				margin: 8px 0 0 0;
				border-bottom: 1px solid #cccccc;
				padding: 10px 5px 5px 5px;
				font-family: "OpenSansBold", arial, sans-serif;
				font-weight: normal;
				font-size: 16px;
				color: #024f87;
				clear: left;
				}

#maphold
				{
				width: 902px;
				height: 500px;
				margin: 20px auto 2px auto;
				border: 1px solid #043400;
				text-align: center;
				}

h2	
				{
				margin: 18px 0 0 0;
				padding: 0 5px 3px 5px;
				font-family: "OpenSansBold", arial, sans-serif;
				font-weight: normal;
				font-size: 16px;
				color: #242424;
				clear: left;
				}

h2.facebook-h2
				{
				margin: 18px 0 0 0;
				padding: 0 5px 3px 5px;
				font-family: arial, sans-serif;
				font-weight: bold;
				font-size: 14px;
				line-height: 20px;
				color: #242424;
				clear: left;
				}
				
h2.red	
				{
				margin: 12px auto;
				padding: 0 5px 3px 5px;
				font-size: 125%;
				color: #9d0f0d;
				text-align: center;
				clear: left;
				}

span.clarification
					{
					color: #5d0807;
					}

h3
				{
				margin: 12px 0 0 0;
				padding: 0 5px;
				font-family: "OpenSansSemibold", arial, sans-serif;
				font-weight: normal;
				font-size: 13px;
				color: black;
				clear: left;
				}

p
				{
				margin: 0;
				padding: 14px 6px 0 5px;
				font-size: 100%;
				line-height: 150%;
				color: black;
				text-align: justify;
				clear: left;
				}
				
				
span.sm
				{
				margin: 0;
				font-size: 80%;
				color: black;
				}		

a.normlnk:link, a.normlnk:visited, a.normlnk:active 
				{
				color: black;
				margin: 0;
				padding: 0;
				text-decoration: underline;
				}

a.normlnk:hover, a.normlnk:focus 
				{
				margin: 0;
				padding: 0;
				text-decoration: none;
				}

p.toplnkp
				{
				padding-top: 10px;
				padding-bottom: 10px;
				text-align: right;
				font-size: 90%;
				clear: right;
				}

a.tl:link, a.tl:visited, a.tl:active
					{
					color: #9b9a9a;
					text-decoration: none;
					}

a.tl:hover, a.tl:focus
					{
					color: #4a4a4a;
					text-decoration: underline;
					}

/* ---------------------------Storage Pages--------------------------- */

#perscharthold
				{
				width: 620px;
				margin: 14px 0 2px 0;
				border: 1px solid #999999;
				padding: 8px 10px;
				float: left;
				font-size: 90%;
				}

#perscharthold2
				{
				width: 620px;
				margin: 14px 0 2px 0;
				border: 1px solid #999999;
				padding: 8px 10px;
				float: left;
				font-size: 90%;
				}

h2.climornot
					{
					margin: 8px 0 6px 0;
					padding: 0 0 3px 0;
					font-size: 125%;
					text-align: center;
					color: #333333;
					}

table.personalchart
					{
					width: 100%;
					text-align: left;
					}

table.personalchart tr.spacerrow
						{
						height: 3px;
						}

table.personalchart tr.spacerrowcolored
						{
						height: 1px;
						background: #c7ebc1;
						}

table.personalchart td.usizemain
							{
							width: 16%;
							font-weight: bold;
							text-align: left;
							vertical-align: bottom;
							}

table.personalchart td.usizemain2
							{
							width: 20%;
							font-weight: bold;
							text-align: left;
							vertical-align: bottom;
							}

table.personalchart td.usize
							{
							width: 16%;
							text-align: left;
							vertical-align: top;
							}

table.personalchart td.usize2
							{
							width: 20%;
							text-align: left;
							vertical-align: top;
							}

a.showunit:link, a.showunit:visited, a.showunit:active
								{
								color: #0c5200;
								font-weight: bold;
								text-decoration: underline;
								}

a.showunit:hover, a.showunit:focus
								{
								color: #0c5200;
								text-decoration: none;
								}

span.sqft
									{
									font-size: 70%;
									vertical-align: top;
									}

table.personalchart td.nonclimmain
							{
							width: 1%;
							text-align: center;
							font-weight: bold;
							vertical-align: bottom;
							}

table.personalchart td.nonclimmain2
							{
							width: 9%;
							text-align: center;
							font-weight: bold;
							vertical-align: bottom;
							}

table.personalchart td.nonclim
							{
							width: 1%;
							text-align: center;
							vertical-align: top;
							}

table.personalchart td.nonclim2
							{
							width: 9%;
							text-align: center;
							vertical-align: top;
							}

table.personalchart td.climmain
							{
							width: 10%;
							text-align: center;
							font-weight: bold;
							vertical-align: bottom;
							}

table.personalchart td.climmain2
							{
							width: 9%;
							text-align: center;
							font-weight: bold;
							vertical-align: bottom;
							}

table.personalchart td.clim
							{
							width: 10%;
							text-align: center;
							vertical-align: top;
							}

table.personalchart td.clim2
							{
							width: 9%;
							text-align: center;
							vertical-align: top;
							}

table.personalchart td.secdepmain
							{
							width: 12%;
							text-align: center;
							font-weight: bold;
							vertical-align: bottom;
							}

table.personalchart td.secdepmain2
							{
							width: 9%;
							text-align: center;
							font-weight: bold;
							vertical-align: bottom;
							}

table.personalchart td.secdepmain3
							{
							width: 9%;
							text-align: center;
							font-weight: bold;
							vertical-align: bottom;
							}

table.personalchart td.secdep
							{
							width: 12%;
							text-align: center;
							vertical-align: top;
							}

table.personalchart td.secdep2
							{
							width: 9%;
							text-align: center;
							vertical-align: top;
							}

table.personalchart td.secdep3
							{
							width: 9%;
							text-align: center;
							vertical-align: top;
							}

table.personalchart td.willholdmain
							{
							width: 51%;
							text-align: left;
							font-weight: bold;
							vertical-align: bottom;
							}

table.personalchart td.willholdmain2
							{
							width: 44%;
							text-align: left;
							font-weight: bold;
							vertical-align: bottom;
							}

table.personalchart td.willhold
							{
							width: 51%;
							text-align: left;
							vertical-align: top;
							}

table.personalchart td.willhold2
							{
							width: 44%;
							text-align: left;
							vertical-align: top;
							}

#rightcol
				{
				width: 258px;
				float: right;
				margin: 14px 0 0 0;
				padding: 0;
				}

img.rcnorm
					{
					margin: 0 0 30px 0;
					border: 1px solid #808080;
					}

img.rcnormnb
					{
					margin: 1px 1px 31px 1px;
					}

img.rcnormbott
					{
					margin: 0;
					border: 1px solid #808080;
					}

img.rcnormbott2
					{
					margin: 0 0 400px 0;
					border: 1px solid #808080;
					}
					
img.rcnormbott2b
					{
					margin: 0 0 280px 0;
					border: 1px solid #808080;
					}
					

img.rcnormbottnb
					{
					margin: 1px;
					}

#rightcol2
				{
				width: 258px;
				float: right;
				margin: 14px 0 14px 40px;
				padding: 0;
				}

/* ---------------------------End Storage Pages--------------------------- */

/* ---------------------------Supplies Page--------------------------- */

h4.supplieshead
					{
					margin: 16px 0 10px 6px;
					}	

/* ---------------------------End Supplies Page--------------------------- */

/* ---------------------------Moving Vans--------------------------- */

#vaninfo
				{
				width: 380px;
				margin: 26px 0 24px 110px;
				border: 1px dashed #043400;
				padding: 0 10px 10px 10px;
				}

h3.cent
					{
					text-align: center;
					text-transform: uppercase;
					font-weight: normal;
					font-size: 145%;
					}

p.vanfine
					{
					font-size: 90%;
					}

p.vanaster
					{
					font-size: 85%;
					text-align: center;
					}

#horiz2hold
				{
				width: 600px;
				margin: 0 6px;
				}

#lefthalf
					{
					width: 280px;
					float: left;
					padding: 0 10px;
					}

#righthalf
					{
					width: 280px;
					float: right;
					padding: 0 10px;
					}

h4
						{
						font-size: 110%;
						color: #9d0f0d;
						margin-bottom: 4px;
						}

h4.botth4
						{
						margin-top: 18px;
						}

p.indentedtip2
						{
						padding: 2px 6px 0 18px;
						background: url('images/tipbg.jpg') no-repeat 6px 10px;
						}

p.vanetc
						{
						margin: 0;
						padding: 4px 0 0 0;
						font-size: 100%;
						color: black;
						text-align: justify;
						clear: left;
						}

/* ---------------------------End Moving Vans--------------------------- */

/* ---------------------------Facility Page--------------------------- */

.horiz2holdf
				{
				width: 600px;
				margin: 0 6px;
				}

.lefthalffac
					{
					width: 280px;
					float: left;
					margin: 20px 0 0 0;
					padding: 0 10px;
					clear: left;
					}

.righthalffac
					{
					width: 280px;
					float: right;
					margin: 20px 0 0 0;
					padding: 0 10px;
					}

#movingvanhold
				{
				width: 602px;
				float: left;
				text-align: center;
				margin: 28px 0 28px 17px;
				}

/* ---------------------------End Facility Page--------------------------- */

/* ---------------------------Contact Page--------------------------- */

#horiz2holdcont
				{
				width: 600px;
				margin: 20px 6px 0 6px;
				}

#lefthalfcont
					{
					width: 320px;
					float: left;
					margin: 0 0 10px 0;
					padding: 0 10px;
					}

#righthalfcont
					{
					width: 240px;
					float: right;
					margin: 0 0 10px 0;
					padding: 0 10px;
					}

p.contactansw
						{
						margin: 2px 0 0 0;
						padding: 0;
						font-size: 120%;
						}

/* ---------------------------End Contact Page--------------------------- */

/* ---------------------------Storage Tips--------------------------- */

p.indentedtip
				{
				padding: 8px 6px 0 17px;
				background: url('images/tipbg.jpg') no-repeat 6px 15px;
				}

/* ---------------------------End Storage Tips--------------------------- */

/* ---------------------------End Content--------------------------- */

/* ---------------------------Footer--------------------------- */

#social-wrap
	{
	position: relative;
	width: 100%;
	padding: 24px 0;
	background: #f7f7f7;
	box-shadow: 0px 0px 3px 1px #999999;
	-moz-box-shadow: 0px 0px 3px 1px #999999;
	-webkit-box-shadow: 0px 0px 3px 1px #999999;
	z-index: 2222;
	}

#social-wrap-facebook
	{
	position: relative;
	width: 100%;
	padding: 24px 0;
	background: white;
	box-shadow: 0px 0px 3px 1px #999999;
	-moz-box-shadow: 0px 0px 3px 1px #999999;
	-webkit-box-shadow: 0px 0px 3px 1px #999999;
	z-index: 2222;
	}

#social
		{
		width: 920px;
		margin: 0 auto;
		border: 5px solid white;
		border-radius: 4px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		padding: 12px 15px 14px 15px;
		background: #f1fafd;
		box-shadow: 0px 1px 4px 0px #999999;
		-moz-box-shadow: 0px 1px 4px 0px #999999;
		-webkit-box-shadow: 0px 1px 4px 0px #999999;
		text-align: center;
		}

#social-facebook
		{
		width: 760px;
		margin: 0 auto;
		border: 5px solid white;
		border-radius: 4px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		padding: 12px 15px 14px 15px;
		background: #f1fafd;
		box-shadow: 0px 1px 4px 0px #999999;
		-moz-box-shadow: 0px 1px 4px 0px #999999;
		-webkit-box-shadow: 0px 1px 4px 0px #999999;
		text-align: center;
		}

#twitter-feed-hold
			{
			width: 600px;
			float: left;
			margin: 0;
			text-align: left;
			}

p.social-head
				{
				margin: 0 0 20px 0;
				padding: 0;
				font-family: "OpenSansBold", arial, sans-serif;
				font-weight: normal;
				font-size: 16px;
				text-align: left;
				color: #0192c6;
				}

a.inherit-a:link, a.inherit-a:visited, a.inherit-a:active
					{
					color: inherit;
					text-decoration: none;
					}

a.inherit-a:hover, a.inherit-a:focus
					{
					color: inherit;
					text-decoration: underline;
					}

#share-button-wrap
			{
			width: auto;
			float: right;
			}

#tweet-hold
				{
				float: left;
				width: 58px;
				margin: 47px 21px 0 0;
				}

#like-hold
				{
				float: left;
				width: 55px;
				margin: 6px 10px 0 0;
				text-align: left;
				}

#plus-one-hold
				{
				float: left;
				width: 50px;
				margin: 7px 0 0 0;
				}

#footer-wrap
	{
	width: 100%;
	background: url('images/footer-wrap-bg.jpg') #fffc61 repeat-x;
	}

#footer-wrap-facebook
	{
	width: 100%;
	background: white;
	}

#footer
		{
		width: 960px;
		margin: 0 auto;
		padding: 0;
		text-align: center;
		font-size: 12px;
		color: #111111;
		line-height: 150%;
		}

#footer-facebook
		{
		width: 810px;
		margin: 0 auto;
		padding: 0;
		font-family: arial, sans-serif;
		font-size: 11px;
		text-align: center;
		color: #111111;
		line-height: 150%;
		}

#footleft
			{
			width: 580px;
			float: left;
			margin: 16px 0 20px 0;
			padding: 0;
			text-align: left;
			}

#footleft-facebook
			{
			width: 480px;
			float: left;
			margin: 16px 0 20px 0;
			padding: 0;
			text-align: left;
			}

#footright
			{
			width: 380px;
			float: right;
			margin: 16px 0 20px 0;
			padding: 0;
			text-align: right;
			}

#footright-facebook
			{
			width: 330px;
			float: right;
			margin: 16px 0 20px 0;
			padding: 0;
			text-align: right;
			}

a.footlnk:link, a.footlnk:visited, a.footlnk:active
				{
				color: black;
				text-decoration: none;
				}

a.footlnk:hover, a.footlnk:focus
				{
				color: black;
				text-decoration: underline;
				}

/* ---------------------------End Footer--------------------------- */

/* Fonts */

@font-face {
    font-family: 'OpenSansLight';
    src: url('fonts/OpenSans-Light-webfont.eot');
    src: url('fonts/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Light-webfont.woff') format('woff'),
         url('fonts/OpenSans-Light-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-Light-webfont.svg#OpenSansLight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSansLightItalic';
    src: url('fonts/OpenSans-LightItalic-webfont.eot');
    src: url('fonts/OpenSans-LightItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-LightItalic-webfont.woff') format('woff'),
         url('fonts/OpenSans-LightItalic-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-LightItalic-webfont.svg#OpenSansLightItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSansRegular';
    src: url('fonts/OpenSans-Regular-webfont.eot');
    src: url('fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Regular-webfont.woff') format('woff'),
         url('fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-Regular-webfont.svg#OpenSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSansItalic';
    src: url('fonts/OpenSans-Italic-webfont.eot');
    src: url('fonts/OpenSans-Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Italic-webfont.woff') format('woff'),
         url('fonts/OpenSans-Italic-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-Italic-webfont.svg#OpenSansItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSansSemibold';
    src: url('fonts/OpenSans-Semibold-webfont.eot');
    src: url('fonts/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Semibold-webfont.woff') format('woff'),
         url('fonts/OpenSans-Semibold-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-Semibold-webfont.svg#OpenSansSemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSansSemiboldItalic';
    src: url('fonts/OpenSans-SemiboldItalic-webfont.eot');
    src: url('fonts/OpenSans-SemiboldItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-SemiboldItalic-webfont.woff') format('woff'),
         url('fonts/OpenSans-SemiboldItalic-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-SemiboldItalic-webfont.svg#OpenSansSemiboldItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSansBold';
    src: url('fonts/OpenSans-Bold-webfont.eot');
    src: url('fonts/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Bold-webfont.woff') format('woff'),
         url('fonts/OpenSans-Bold-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-Bold-webfont.svg#OpenSansBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSansBoldItalic';
    src: url('fonts/OpenSans-BoldItalic-webfont.eot');
    src: url('fonts/OpenSans-BoldItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-BoldItalic-webfont.woff') format('woff'),
         url('fonts/OpenSans-BoldItalic-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-BoldItalic-webfont.svg#OpenSansBoldItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSansExtrabold';
    src: url('fonts/OpenSans-ExtraBold-webfont.eot');
    src: url('fonts/OpenSans-ExtraBold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-ExtraBold-webfont.woff') format('woff'),
         url('fonts/OpenSans-ExtraBold-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-ExtraBold-webfont.svg#OpenSansExtrabold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSansExtraboldItalic';
    src: url('fonts/OpenSans-ExtraBoldItalic-webfont.eot');
    src: url('fonts/OpenSans-ExtraBoldItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-ExtraBoldItalic-webfont.woff') format('woff'),
         url('fonts/OpenSans-ExtraBoldItalic-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-ExtraBoldItalic-webfont.svg#OpenSansExtraboldItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* End Fonts */