@charset "utf-8";
/* CSS Document */
html, body {
	width:100%;
	height:100%;
}
body {
	margin:0px;
	background:#fff;
	overflow:hidden;
}

@font-face {
	font-family: 'Conv_quicksand';
	src: url('fonts/quicksand.eot');
	src: local('☺'), url('fonts/quicksand.woff') format('woff'), url('fonts/quicksand.ttf') format('truetype'), url('fonts/quicksand.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}


.clear {
	clear:both;
}
.hide { display:none; }
imgLeft { float:left; margin:0px 10px 10px 0px; }
	
#bgimg, #bgimg1, #bgimg2, #bgimg3, #bgimg4, #bgimg5 {
	position:absolute;
	z-index: -1;
}

p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	line-height:14px;
	margin:0px 0px 10px 0px;
}
p a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	text-decoration:underline;
	line-height:14px;
	margin:0px 0px 10px 0px;
}


h1 {
	margin:20px auto 0px auto;
	font-size:12px;
	color:#000;
	font-weight:normal;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
}
h2 {
	margin:0px 0px 10px 0px;
	font-size:24px;
	color:#000;
	width:240px;
	font-family: 'Conv_quicksand';
	font-weight:bold;
	text-transform:uppercase;
}
h3 {
	margin:10px 0px 10px 0px;
	font-size:16px;
	color:#000;
	font-family: 'Conv_quicksand';
	font-weight:bold;
}


/* COMING SOON */
#wrapper {
	width:270px;
	height:100%;
	padding:20px 0px 0px 0px;
	background:url(images/menuBkg.jpg) top left repeat-y;
	margin:0px;
}

.logo {
	background:url(images/logo.png);
	width:212px;
	height:132px;
	margin:0px auto 20px auto;
}


/* NAVIGATION */
#navigation {
	width:260px;
	margin:70px auto 30px auto;
	border:0px solid red;
	font-family: 'Conv_quicksand';
	color:#000;
	text-transform:uppercase;
	font-size:18px;
	font-weight:bold;
}
#navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 260px; /* Width of Menu Items */
	border-bottom: 0px solid #ccc;
	}
	
#navigation ul li {
	position: relative;
	}
	
#navigation li ul {
	position: absolute;
	left: 260px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	z-index:9999;
	background:url(images/menuBkg.jpg) -5px top repeat-y;
	}
#navigation li ul li {
	border-bottom: 1px solid #ccc;
	}	


/* Styles for Menu Items */
#navigation ul li a {
	display: block;
	text-decoration: none;
	color: #777;
	padding:10px 0px 10px 20px;
}
#navigation ul li a.current {
	margin:0px;
	color:#fff;
	background:#59a7dd;
	text-decoration:none;
}
	
#navigation ul li a:hover {
	color:#fff;
	background:#59a7dd;	
	}	

/* Holly Hack. IE Requirement \*/
* html #navigation ul li { float: left; height: 1%; }
* html #navigation ul li a { height: 1%; }
/* End */

#navigation li:hover ul, #navigation li.over ul { display: block; } /* The magic */

/*#navigation ul {
	margin:0px 0px 0px -40px;
}
#navigation li {
	margin:0px;
	list-style:none;
}
#navigation li a {
	margin:0px;
	color:#333;
	display:block;
	padding:10px 0px 10px 20px;
	text-decoration:none;
}
#navigation li a:hover {
	margin:0px;
	color:#fff;
	background:#59a7dd;
	text-decoration:none;
}
#navigation li a.current {
	margin:0px;
	color:#fff;
	background:#59a7dd;
	text-decoration:none;
}*/


/* FACEBOOK */
.facebook {
	background:url(images/facebook.png) top left no-repeat;
	width:170px;
	height:30px;
	border:0px solid red;
	float:left;
	margin:0px 0px 10px 20px;
}
.facebook:hover {
	background:url(images/facebook.png) bottom left no-repeat;
}
.ebrochure {
	background:url(images/ebrochure.png) top left no-repeat;
	width:170px;
	height:30px;
	border:0px solid red;
	float:left;
	margin:0px 0px 0px 20px;
}
.ebrochure:hover {
	background:url(images/ebrochure.png) bottom left no-repeat;
}
.ebrochResolution {
	font:12px Arial, Helvetica, sans-serif;
	background: #59a7dd;
	width:auto;
	padding:8px 10px;
	border:0px solid red;
	float:left;
	display:block;
	color:#FFF;
	text-decoration:none;
	margin:0px 0px 0px 20px;
}
.ebrochResolution:hover { background: #09F ; }

/* CONTENT BOX */
#contentBox {
	width:900px;
	height:245px;
	border:0px solid red;
	position:absolute;
	bottom:20px;
	left:300px;
}
#contentBox .innerCB {
	width:400px;
	height:205px;
	margin:20px auto 0px auto;
	border:0px solid red;
}
#contentBox .leftCB {
	width:436px;
	height:245px;
	border:0px solid #fff;
	float:left;
	background:url(images/contentBoxBkg.png);
}
#contentBox .rightCB {
	width:436px;
	height:245px;
	border:0px solid #fff;
	float:right;
	background:url(images/contentBoxBkg.png);
}

/* PLANS */
#plans {
	width:400px;
	margin:10px auto 0px auto;
	border:0px solid red;
}
#plans .leftColP {
	width:165px;
	height:125px;
	float:left;
	border:0px solid red;
}
#plans .rightColP {
	width:215px;
	height:125px;
	float:right;
	border:0px solid red;
}
#plans .rightColP a {
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#328ed3;
	font-size:12px;
}
#plans .rightColP .title {
	width:100%;
	margin:0px 0px 20px 0px;
	font-size:22px;
	color:#04518d;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
}
#plans .rightColP .title a {
	width:50%;
	display:block;
	text-decoration:none;
	margin:0px 0px -4px 0px;
	font-size:16px;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	padding:6px 10px;
	background:#399dce;
	border-radius:5px;
}
#plans .rightColP .title a:hover {
	background:#3394c3;
}
#plans .rightColP .date {
	width:100%;
	margin:0px 0px 10px 0px;
	font-size:12px;
	color:#333;
	padding-left:20px;
	background:url(images/date.png) left center no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
}




/* CONTENT BOX */
#container {
	width:900px;
	height:500px;
	float:right;
	border:1px solid red;
}



/* FOOTER */
#footer {
	width:245px;
	border:0px solid red;
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	position:absolute;
	bottom:20px;
	left:20px;
}
#footer a {
	color:#333;
	text-decoration:underline;
}