	html, body
	{
		height: 100%;
	}
	
	
	body
	{
	
	padding: 0px;
	background: #282828;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 12pt;
	font-weight: 400;
	color: #919191;
	margin: 0 auto;
	}
	
	
	h1, h2, h3
	{
		margin: 0;
		padding: 0;
	}
	
	p, ol, ul
	{
		margin-top: 0;
	}
	
	ol, ul
	{
		padding: 0;
		list-style: none;
	}
	
	p
	{
	line-height: 180%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	padding-left: 30px;
	padding-right: 30px;
	}
	
	
	
	strong
	{
	}
	
	a
	{
		color:#FFF;
		text-decoration:none;
		
	}
	
	a:hover
	{
	text-decoration: none;
	}
	
	.container
	{
	width: 960px;
	margin: 0 auto;
	position:relative;
	overflow:hidden;
	}
	
	
	
/*********************************************************************************/
/* Heading Titles                                                                */
/*********************************************************************************/

	.title
	{
		margin-bottom: 2em;
	}

	.title h2
	{
		letter-spacing: 0.10em;
		text-transform: uppercase;
		font-weight: 700;
		font-size: 2em;
		color: #FFF;
	}
	
	.title .byline
	{
		color: #6F6F6F;
	}

/*********************************************************************************/
/* Image Style                                                                   */
/*********************************************************************************/

	.image
	{
		display: inline-block;
		
	}
	
	.image img
	{
		display: block;
		width: 100%;
	}
	
	.image-full
	{
		display: block;
		width: 100%;
		margin: 0 0 2em 0;
	}
	
	.image-left
	{
		float: left;
		margin: 0 2em 2em 0;
	}
	
	.image-centered
	{
		display: block;
		margin: 0 0 2em 0;
	}
	
	.image-centered img
	{
		margin: 0 auto;
		width: auto;
	}

/*********************************************************************************/
/* List Styles                                                                   */
/*********************************************************************************/

	ul.style1 {
		margin: 0px;
		padding: 0px;
		list-style: none;
	}
	
	ul.style1 li {
		padding: 10px 0px 15px 0px;
		border-top: 1px solid #363636;
	}
	
	ul.style1 a {
		text-decoration: none;
		color: #919191;
	}
	
	ul.style1 a:hover {
		text-decoration: underline;
	}
	
	ul.style1 .first {
		padding-top: 0px;
		border-top: none;
	}

	ul.style2 {
		margin: 0px;
		padding: 0px;
		list-style: none;
	}
	
	ul.style2 li {
		padding: 25px 0px 15px 0px;
		border-top: 1px solid #363636;
	}
	
	ul.style2 .first {
		padding-top: 0px;
		border-top: none;
	}
	
	ul.style2 h3 {
		padding: 0px 0px 10px 0px;
		letter-spacing: 0.10em;
	}
	
	ul.style2 h3 a {
		color: #FFF;
	}
	
	ul.style2 a {
		text-decoration: none;
		color: #919191;
	}
	
	ul.style2 a:hover {
		text-decoration: underline;
	}

/*********************************************************************************/
/* Social Icon Styles                                                            */
/*********************************************************************************/

	ul.contact
	{
		margin: 0;
		padding: 2em 0em 0em 0em;
		list-style: none;
	}
	
	ul.contact li
	{
		display: inline-block;
		padding: 0em 0.30em;
		font-size: 1em;
	}
	
	ul.contact li span
	{
		display: none;
		margin: 0;
		padding: 0;
	}
	
	ul.contact li a
	{
		color: #FFF;
	}
	
	ul.contact li a:before
	{
		display: inline-block;
		background: #3f3f3f;
		width: 40px;
		height: 40px;
		line-height: 40px;
		border-radius: 20px;
		text-align: center;
		color: #FFFFFF;
	}
	
	ul.contact li a.icon-twitter:before { background: #2DAAE4; }
	ul.contact li a.icon-facebook:before { background: #39599F; }
	ul.contact li a.icon-dribbble:before { background: #C4376B;	}
	ul.contact li a.icon-tumblr:before { background: #31516A; }
	ul.contact li a.icon-rss:before { background: #F2600B; }

/*********************************************************************************/
/* Button Style                                                                  */
/*********************************************************************************/

	.button
	{
		display: inline-block;
		margin-top: 2em;
		background: #BC1414;
		border-radius: 5px;
		line-height: 4em;
		padding: 0 3em;
		-webkit-transition: all .25s ease-in-out;
		-moz-transition: all .25s ease-in-out;
		-ms-transition: all .25s ease-in-out;
		-o-transition: all .25s ease-in-out;
		transition: all .25s ease-in-out;
		letter-spacing: 0.25em;
		text-decoration: none;
		text-transform: uppercase;
		outline: 0;
		white-space: nowrap;
		font-family:Arial, Helvetica, sans-serif;
		
		font-size: 0.90em !important;
		color: #fff !important;
		font-weight:bolder;
	}

		.button:hover
		{
			background: #BB1717;
			-webkit-transition: all .25s ease-in-out;
			-moz-transition: all .25s ease-in-out;
			-ms-transition: all .25s ease-in-out;
			-o-transition: all .25s ease-in-out;
			transition: all .25s ease-in-out;
		}
		
		.button:active
		{
	background: #B41313;




			-webkit-transition: all .25s ease-in-out;
			-moz-transition: all .25s ease-in-out;
			-ms-transition: all .25s ease-in-out;
			-o-transition: all .25s ease-in-out;
			transition: all .25s ease-in-out;
	text-align: justify;
		}
		
/*********************************************************************************/
/* Header                                                                        */
/*********************************************************************************/

	#header
	{
	}

/*********************************************************************************/
/* Logo                                                                          */
/*********************************************************************************/

	#logo
	{
		padding: 3em 0em;
		text-transform: uppercase;
		margin-top:50px;
		margin-bottom:40px;
		
	}
	
	#logo h1 a
	{
		text-decoration: none;
		font-size: 1.5em;
		color: #FFF;
	}
	
	#logo span
	{
		color: #BC1414;
	}
	
	#logo p
	{
	margin: 0;
	padding: 0;
	letter-spacing: 0.10em;
	font-size: 0.9em;
	}

	#logo p a
	{
		text-decoration: none;
	}


/*********************************************************************************/
/* Menu                                                                          */
/*********************************************************************************/

	#menu
	{
		background: #1B1B1B url(images/bg01.png) repeat;
		border-bottom: 4px solid #BC1414;
	}
	
	#menu ul
	{
		margin: 0;
		padding: 0px 0px 0px 0px;
		list-style: none;
		line-height: normal;
		text-align: center;
	}
	
	#menu li
	{
		display: inline-block;
		
		
	}
	
	#menu a
	{
		display: block;
		padding: 0em 2em;
		line-height: 80px;
		letter-spacing: 1px;
		text-decoration: none;
		text-transform: uppercase;
		font-size: 1em;
		font-weight: 700;
		color: #838383;
	min-width:70px;
	
	}
	
	#menu .current_page_item a
	{
		background: #BC1414;
		color: #FFF;
	}
	
	#menu a:hover
	{
	text-decoration: none;
	color: #000;
	background-color: #666;
	margin-left:0px;
	margin-right:0px;
	}
	
	#menu .signup a
	{
		color:#FFF;
		background-image:url(images/back123.jpg);	
	}
	
	#menu .signup a:hover
	{
		color:#FFF;
		background-image:url(images/back124.jpg);
		
	}
	
	#menu .current_page_item a:hover
	{
		background: #BC1414;
		color: #FFF;
	}


	#banner
	{
		margin: 2em auto;
	}



	#page
	{
	overflow: hidden;
	border-bottom: 1px solid #363636;
	padding-top: 3em;
	padding-right: 0em;
	padding-bottom: 3em;
	padding-left: 0em;
	}

/*********************************************************************************/
/* Content                                                                       */
/*********************************************************************************/

	#content
	{
	float: left;
	width: 800px;
	}

/*********************************************************************************/
/* Sidebar                                                                       */
/*********************************************************************************/

	#sidebar
	{
		float: right;
		width: 300px;
	}
	
	#sidebar .title
	{
		letter-spacing: 0.10em;
		text-transform: uppercase;
		color: #FFF;
	}

/*********************************************************************************/
/* Footer                                                                        */
/*********************************************************************************/

	#footer {
	overflow: hidden;
	padding-top: 2em;
	padding-bottom: 4em;
	background-color:#333;
	position: relative;
	margin-top:180px;
	border-top:solid #CCC thin;

	}
	
	
.text {
	padding-right: 30px;
	padding-left: 30px;
	
}

#foot1
{
	width:400px;
	color:#FFF;
	font-size:18px;
	padding-left:60px;
float:left;
line-height:40px;

}



/*********************************************************************************/
/* Copyright                                                                     */
/*********************************************************************************/

	#copyright
	{
		padding: 6em 0em;
		font-size: 0.75em;
		letter-spacing: 0.20em;
		text-align: center;
		text-transform: uppercase;
		color: #6A6A6A;
	}
	
	#copyright a
	{
		color: #747474;
	}

/*********************************************************************************/
/* Three Columns                                                                 */
/*********************************************************************************/

	#three-column
	{
	overflow: hidden;
	background: #FFF;
	border-bottom: 4px solid #BC1414;
	color: #525252;
	}
	
	#three-column h2
	{
	text-transform: uppercase;
	font-size: 1.5em;
	font-weight: 700;
	color: #454445;
	margin-top: 1em;
	margin-right: 0em;
	margin-bottom: 1em;
	margin-left: 0em;
	padding-left: 30px;
	}
	
	#three-column #tbox1,
	#three-column #tbox2,
	#three-column #tbox3
	{
	float: left;
	width: 300px;
	padding-top: 50px;
	padding-right: 50px;
	padding-bottom: 80px;
	padding-left: 50px;
	}

#footer .button .package2 {
	background-color: #0CC;
}
.package1 {
	width: 410px;
	height:630px;
	font-size: 16px;
	float: left;
	margin-right:20px;
	margin-top:40px;
	margin-left:20px;
	margin-bottom:10px;
	position:relative;
	
	
}
.packageheading {
	font-size: 18px;
	color: #FC3;
	border: thick outset #C93;
	width: 200px;
	text-align: center;
	margin-left: 50px;
}
.price {
	color: #C90;
	margin-left: 100px;
}
.SU1 {
	color: #FFF;
	background-color: #C90;
	width: 300px;
	height:35px;
	font-size:22px;
	line-height:35px;
	text-align: center;
	position:absolute;
	bottom:60px;
	left:50px;
	margin: 0 auto;
	cursor:pointer;
	
}
.packageheadinggreen {
	color: #3F6;
	text-align: center;
	width: 200px;
	margin-left: 50px;
	border: thick outset #360;
	font-size: 18px;
}
.price2 {
	color: #3C9;
	margin-left: 100px;
}
.SU2 {
	color: #FFF;
	background-color: #060;
	width: 300px;
	position:absolute;
	bottom:60px;
	left:50px;
	margin: 0 auto;
	text-align: center;
	cursor:pointer;
	height:35px;
	font-size:22px;
	line-height:35px;
}
.packageheading3 {
	color: #F9F;
	margin-left: 50px;
	border: thick outset #F09;
	width: 200px;
	text-align: center;
	font-size: 18px;
}
.price3 {
	color: #F6F;
	margin-left: 100px;
}
.SU3 {
	color: #FFF;
	background-color: #F03;
	position:absolute;
	bottom:1px;
	left:50px;
	margin: 0 auto;
	text-align: center;
	width: 300px;
	cursor:pointer;
	height:35px;
	font-size:22px;
	line-height:35px;
}
.packagehading4 {
	font-size: 18px;
	color: #09F;
	text-align: center;
	width: 200px;
	margin-left: 50px;
	border: thick outset #06F;
}
.price4 {
	color: #0CF;
	width: 150px;
	margin-left: 100px;
}
.SU4 {
	color: #FFF;
	background-color: #039;
	text-align: center;
	width: 300px;
	cursor:pointer;	
	height:35px;
	font-size:22px;
	line-height:35px;
	position:absolute;
	bottom:1px;
	left:50px;
	margin: 0 auto;

}
.heading4 {
	font-size: 24px;
	color: #FFF;
	text-align: center;
	font-weight: bold;
	line-height: 12px;
	margin-top: 50px;
}

.ratestable
	{
	
	padding: 50px;
	color:#000;
	background: #CCC;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 12pt;
	font-weight: 600;
	}
	
	.ratestable2
	{
	color:#000;
	background: #6CC;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 12pt;
	font-weight: 600;
	}
	
	#didtable
	{
	color:#FFF;
	background:inherit;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 12pt;
	font-weight: 600;
	margin-left:20px;
	width:600px;
	}

	#subbtn
	{
		margin-left:160px;
		
		display:inline-block;
		
		width:150px;
		height:40px;
	color:#FFF;
	background:#900;
	font-family:inherit;
	font-size: 20pt;
	font-weight: 700;
	padding:10px;
	border:medium groove #930;
	text-align:center;
	cursor:pointer;
	
	

	}
	
	#subbtn2
	{
		
		margin-left:100px;
		font:inherit;
		
		display:inline-block;
		
		width:150px;
		height:40px;
	color:#FFF;
	background:#900;
	
	font-size: 20pt;
	font-weight: 700;
	padding:10px;
	border:medium groove #930;
	text-align:center;
	cursor:pointer;
	}
	
	#frame
	{
		margin-left:200px;
		background-color:#333;
	}
	
		.h3
	{
		margin:20px;
		margin-right:100px;
		margin-top:50px;
		font-size:24px;
		font-weight:900;
		line-height:28px;
	
	}
	
	.blacktext
	{
		
		margin-right:90px;
		margin-left:70px;
		font-size:20px;
		font-weight:500;
		list-style:numeric;
		text-align:justify;
	
	}
	
	.blacktext3
	{
		
		margin-right:90px;
		margin-left:70px;
		font-size:20px;
		font-weight:500;
		list-style:disc;
		text-align:justify;
	
	}
	
	.sublist
	{
		margin-top:20px;
		margin-bottom:20px;
		margin-right:150px;
		margin-left:110px;
		font-size:20px;
		font-weight:500;
		list-style:disc;
		text-align:justify;
		}
	
	.blacktext2
	{
		margin-top:40px;
		
		margin-right:140px;
		margin-left:70px;
		font-size:22px;
		font-weight:600;
		list-style:numeric;
		text-align:justify;
	
	}
	
	.redbox
	{
		margin-top:15px;		
		margin-left:50px;
		background-color:#900;
		color:#FFF;
		width:180px;
		height:40px;
		font-size:24px;
		font-weight:500;
		list-style:numeric;
		text-align:center;
		cursor:pointer;
		line-height:40px;
	
	}
	
	.ratestext
	{
		margin-top:40px;
		margin-right:110px;
		margin-left:30px;
		margin-bottom:20px;
		font-size:18px;
		font-weight:600;
		color:#FFF;
		text-align:justify;		
	}
	
	.packagelist
	{
		margin-top:20px;;
		margin-left:50px;
		font-size:18px;
		line-height: 180%;
		list-style:disc;
		text-align:justify;
		color:#CCC;
		position:absolute;
		font:Arial, Helvetica, sans-serif;
		}
		
	.threebox
	{
		width:400px;
		margin-top:20px;
		padding-left:46px;
		padding-right:16px;
		padding-bottom:40px;
		font-size:14pt;
		line-height: 180%;
		text-align:justify;
		color:#000;
		float:left;
		font:Arial, Helvetica, sans-serif;
	
		}	
		
