/* CSS Document */


/* --------- formatting ------------------- */



body{
	margin:0;
	padding:0;
	font-family:MS sans-serif, arial;
	background:#fff;
	font-size:88%;
	color:#333;}

#bbox{
	margin:0 auto;
	padding:0;
	width:721px;
	text-align:left;
	position:relative;
	border:1px solid #A5B5C6;}



a{
	color:#34339B;
	text-decoration:none;
	font-weight:bold;
	background:none;}

a:hover{
	text-decoration:none;
}


a:active{
	
color:#9ff;}


div#bottom2{

	clear:both;

	width:100%;

	text-align:center;}


h1{
	font: bold 18pt Lucida Sans Unicode, Arial, sans-serif;
	background:none;
	color:#333;
	margin-top:10px;}

h2{
	font-family: "MS sans-serif", arial, helvetica, sans-serif;

	font-size:1.75em;
	color:#333;
}


.first{
	margin-top:0;
	padding-top:0;}


h1.title{
	font-size:xx-large;
	text-align:center;}

.sky{
	width:30%;
	height:30%;
}


.menu{
	
text-align:center;

	font-decoration:none;
	background:#9DAFD1;
	color:#ffffff;
}

.menu a:hover{
	background:#E7E7E7;

	color: #34339B;}
.contentText{
	color:black;

	padding:5px;
	margin-left:65px;
	margin-right:65px;
	text-align:justify}


.ahem{
	display:none}
	

hr{

	background:none;

	color:#A5B5C6;
	height:1px;}

a img{
	border:0 none;
	/* removes extra space underneath caused by default text-alignment */
}


div#top img{
	position:absolute;
	left:9px;
	top:35px;}

.topcontent{
	position:absolute;
	right:4px;
	top:100px;}


* html #bbox{
	height:1%;}

#bbox:after{
	content:".";
	display:block;
	visibility:hidden;
	clear:both;
	height:0;}

.cb{
	clear:both;}

.logo{
	position:relative;
	left:40px;
	top:40px;}


/*
table.plans tr td, table{
	border:solid 1px #C5CFE1;
	border-collapse:collapse;
	padding:2px;
	text-align:center;
	background-color:#EFEFED;}

table.plans{
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	margin-bottom:10px;}

table.plans th {
	background-color:#C5CFE1;
	color:#000000;}
*/



/* ------------------------------- layout ----------------------------- 

Notes: Centered layout with right floating menu (.sidebar) */


.clear{
	clear:both}


#top{
	padding:0px;
	height:125px;
	width:100%;
	background-image:url("gif/bg.gif");
	background-repeat:no-repeat;
	background-position:top right;
	border-top: 3px solid #A5B5C6;

	border-bottom: 1px solid #A5B5C6;
}
.clrb{
	
clear:both;
	border:solid #A5B5C6 1px;
	height:20px;
	margin: 2px 2px;}


#center{
	width:auto;
	height:100%;
	position:relative;
	padding:0px;
	border-top:solid #A5B5C6 1px;
	float:center;}


.sidebar{
	
padding:15px;
	
float:right;

	
margin-right:30px;}


.clear{
	clear:both}

div#topcontent{
	position:absolute;
	top:30px;
	
right:4px;
	width:100%;}


#bottom3 p{
	font:8pt Verdana, sans-serif;
	text-align:center;}

#footer{
	clear:both;
	text-align:center;
	border-top:solid 1px #A5B5C6;

	/*	background:#D6D6D6;*/
	background:#E7E7E7;
	/*color: #DADAD2;*/
	color: #fff;
}



/* ------------------- Menu styling ------------------  */


ul#nav{
	list-style:none;
	text-align:center;
	width:180px;
	margin:0;
	padding:0;
	background:rgb 100 150 200;
	color:#fff;
}


ul#nav li {

	border-top:1px solid white;

/*	border-right: 2px solid #A5B5C6;

	border-left: 2px solid #A5B5C6;*/}
/*ul#nav li.first{
	border-top:2px solid #A5B5C6;}


ul#nav li.last{
	border-bottom:2px solid #A5B5C6;}
*/

ul#nav li a{
	text-decoration:none;
	display:block;
	width:88%;
	padding:3px 6%;
	background:#9DAFD1;
	font:9pt Arial, sans-serif;

	color:#fff;}

ul#nav li a:hover{
	background:#E7E7E7;

	color: #34339B;

	/*color:#9C1A1E;*/

}



/* box with shadow */

.out{
	display:block;
	background:#bbb;
	border:1px solid #ddd;
	position:relative;
	margin:0 0.2em 0 0.1em;
}

.in2{
	display:block;
	background:#777;
	border:1px solid #999;
	position:relative;
	padding:1px;
	margin:1px;}

.in{
	text-align:center;
	background:#fff;
	border:1px solid #555;
	position:relative;
	padding:6px;
	font-weight:normal;}
.inBB{
	text-align:center;
	background:#fff;
	position:relative;
	padding:0px;
	font-weight:normal;}

.ltin{
	left:-5px;}
.tpin{
	top:-5px;}
.rtin{
	left:5px;}

.image{
	width:60px;
	padding:0;}

.tag{
	text-decoration:bold;
	margin:0;
	text-align:right;
	padding:0.3em;
	height:14px;}

/* change to suit*/
.narrow {width:8em;}

.wide {width:721px;  margin-left: auto; margin-right:auto; padding:0;}