@import url(http://fonts.googleapis.com/css?family=Asap:400,700,400italic,700italic);

@charset "UTF-8";
body {
	margin: 0;
	padding: 0;
	color: #000;
	font-family: 'Asap', sans-serif;
	font-size: 100%;
	line-height: 1.4;
	background-color: #FFFFFF;
	/* [disabled]background-image: url(../images/skin-back-large.jpg); */
	/* [disabled]background-repeat: no-repeat; */
	/* [disabled]background-position: center top; */
}

/* ~~ Element/tag selectors ~~ */

h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 
	padding-right: 15px;
	padding-left: 15px; 
}

.container {
	width: 950px;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
	background-image: url(../images/fi-back.png);
	background-repeat: no-repeat;
	background-position: center 250px;
	background-color: #e6a77a;
	height: 950px;
}
.header {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 40px;
}


*/

.content {
	padding: 10px 0;
}

/* ~~ The footer ~~ */
.footer {
	padding: 10px 0;
	text-align: center;
}
.footer img {
	padding-bottom: 10px;
}

/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
p {
	font-family: 'Asap', sans-serif;
	font-size: 13px;
	line-height: 140%;
}
#contentInner {
	width: 500px;
	margin-left: 320px;
	margin-top: 120px;
	position:relative;
}
#contentInnerHome {
	width: 280px;
	margin-left: auto;
	margin-top: 80px;
	position: relative;
	margin-right: auto;
	margin-bottom: 30px;
}
#sideCopy {
	height: 701px;
	width: 71px;
	margin-left: -100px;
	position:absolute;
	margin-top:-100px;
	left: 27px;
	top: 100px;
}
h1 {
	font-family: 'Asap', sans-serif;
	font-size: 20px;
	margin-bottom: 10px;
}
h2 {
	font-family: 'Asap', sans-serif;
	font-size: 17px;
	margin-bottom: 10px;
	font-weight: 400;
	/* [disabled]letter-spacing: 0.05em; */
}
#contentInner ul li {
	font-size: 13px;
	margin-bottom: 5px;
	line-height: 18px;
	font-family: 'Asap', sans-serif;
}
#contentInner #sidePic {
	position: absolute;
	height: 268px;
	width: 170px;
	top: 1px;
	left: -249px;
}
#contentInner #sideTestimonial {
	position: absolute;
	height: 268px;
	width: 170px;
	top: 268px;
	left: -249px;
}
#navigation {
	/* [disabled]position: absolute; */
	height: 65px;
	width: 100%;
	top: 44px;
	/* [disabled]left: 269px; */
}
.limeGreen {
	background-color: #d2dd43;
}
.orange {
	background-color: #f6da5a;
}
.blue {
	background-color: #00aded;
}

.skin {
	background-image: url(../images/skin-background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.footer a {
	color: #000;
	text-decoration: none;
}
.footer p {
	font-family: 'Asap', sans-serif;
	font-size: 14px;
	line-height: 100%;
	margin-bottom: 10px;
}
.footer a:hover {
	color: #FFF;
	text-decoration: underline;
}
#shadow {
	background-image: url(../images/shadow.png);
	background-repeat: repeat-y;
	background-position: center top;
}
#sideTestimonial p {
	font-size: 13px;
	padding: 0px;
	line-height: 150%;
}
#contentInner ul {
	margin-top: 0px;
}
.white {
	color: #FFF;
}
.black {
	color: #000;
}
#pricesTable {
	margin-top: 5px;
	margin-left: 0px;
	padding: 0px;
}
#pricesTable tr td ul li {
	margin: 0px;
	padding: 0px;
}
#adminLink {
	margin-top: -15px;
	}

#adminLink a {
	font-size: 11px;
	}
.content #copyPara {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	font-size: 16px;
}
#shadow .container.skin .content #copyPara p {
	font-size: 15px;
	font-weight: bold;
}
#shadow .container.skin .content #copyPara ul {
	font-size: 14px;
	font-weight: bold;
}
#copyPara p a {
	color: #666;
}
