@charset "UTF-8";
/* CSS Document */
html {
	
}
body {
	text-align:center;
	padding:0;
	margin:0;
	background: #E0E0E0;
	background-color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
div#info-area {
	 width:1000px;
	 margin: 0px auto;
}
div#cbc-stripe {
	width:80%;
	background-color:#003366;
	padding: 0px;
	margin: 0x;
	height:40px;
	clear:left;
	float: right;
	display:inline-block;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:20px;
	text-align:left;
	padding:0px 0px 0px 20px;
	margin:0px 0px 0px 0px;
	color:#003366;
}
h1.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:24px;
	text-align:left;
	padding:20px 0px 0px 20px;
	margin:0px 0px 0px 10px;
	color:#003366;
	float:left;
	width:700px;
	vertical-align:middle;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:22px;
	text-align:left;
	padding:0px 0px 0px 20px;
	margin:0px 0px 0px 0px;
	color:#003366;
}
p.footer {
	font-size:10px;
	line-height:14px;
	text-align:center;
	padding-top:10px;
	color:#003366;
	width:720px;
}
div#footer {
	width: 720px;
	margin: 0px auto;
}
/* The following is styling for the license/overlay */
#overlay {
    display:block;    
    position:fixed;  
    left:0px;        
    top:0px;         
    width:100%;      
    height:100%;     
    background:#003366; 
    opacity:0.5;     
    z-index:99999;   
}


a.buy:link {
	border:none;
	
}
a.buy:visited {
	border:none;
	
}
a.buy:hover {
	border:none;
	opacity:0.5;
}
a.buy:active {
	border:none;
}

div.buttons {
	width:145px;
	height:25px;
	float: right;
	padding: 0px;
	margin: 0px;
}
div#frame {
	border:none;
	padding: 0px 0px 0px 0px;
	margin: -40px 0px 0px 0px;
	background-color:#003366;
}
.skeleton {
	width:100%;
	height:900px;
	margin:0px auto;
	padding-top:0px;
	text-align:center;
	border:none;
	background-color:#E0E0E0;
}


#nav {
	width:280px;
	margin:0 auto;
	padding: 0px;
	float:right;
	position: relative;
	bottom: 40px;
	text-align: center;
}

ul#navigation {
	margin:0px auto;
	
	width:280px;
	text-align: center;
}

ul#navigation li {
	display:inline;
	font-size:12px;
	font-weight:bold;
	text-align: center;
	width:280px;
	margin:0;
	padding:0px 0px 7px 0px;
	line-height:16px;
	position:relative;
	border-top:1px solid #c4dbe7;
	border-bottom:2px solid #c4dbe7;
}

ul#navigation li a {
	padding:10px 0px;
	color:#616161;
	text-shadow:1px 1px 0px #fff;
	text-decoration:none;
	text-align: center;
	display:inline-block;
	border-right:1px solid #fff;
	border-left:1px solid #C2C2C2;
	border-top:1px solid #fff;
	background: #f5f5f5;
	width:280px;
	-webkit-transition:color 0.2s linear, background 0.2s linear;	
	-moz-transition:color 0.2s linear, background 0.2s linear;	
	-o-transition:color 0.2s linear, background 0.2s linear;	
	transition:color 0.2s linear, background 0.2s linear;	
}

ul#navigation li a:hover {
	background:#f8f8f8;
	color:#282828;
	text-align: center;
	width:280px;
	
}

ul#navigation li:hover > a {
	background:#fff;
	text-align: center;
	width:280px;
	
}

/* Drop-Down Navigation */
ul#navigation li:hover > ul
{
	visibility:visible;
	opacity:1;
	text-align: center;
	width:280px;
	
}

ul#navigation ul, ul#navigation ul li ul {
	list-style: none;
    margin: 0;
    padding: 0;    
	visibility:hidden;
    position: absolute;
	text-align: center;
    z-index: 99999;
	width:280px;
	background:#f8f8f8;
	box-shadow:1px 1px 3px #ccc;
	opacity:0;
	-webkit-transition:opacity 0.2s linear, visibility 0.2s linear; 
	-moz-transition:opacity 0.2s linear, visibility 0.2s linear; 
	-o-transition:opacity 0.2s linear, visibility 0.2s linear; 
	transition:opacity 0.2s linear, visibility 0.2s linear; 	
}

ul#navigation ul {
    top: 30px;
    padding: 7px 0px;
	text-align: center;
	width:280px;
}

ul#navigation ul li ul {
    padding: 7px 0px;
	text-align: center;
	width:280px;
}

ul#navigation ul li {
	clear:both;
	width:100%;
	text-align: center;
	border:0 none;
	border-bottom:1px solid #c9c9c9;
	
}

ul#navigation ul li a {
	background:none;
	padding: 7px 0px;
	color:#616161;
	text-shadow:1px 1px 1px #fff;
	text-decoration:none;
	text-align: center;
	display:inline-block;
	border:0 none;
	
	width:280px;
}
