/* Start Reset all tags */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,img {
	border: 0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
}

ol,ul {
	list-style: none;
}

caption,th {
	text-align: left;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before,q:after {
	content: '';
}

abbr,acronym {
	border: 0;
}

/* End   Reset all tags */

/* CSS Document */
body {
	width: 100%;
	position: relative;
	background-color: #fff;
	background-image: url(images/background.gif);
	background-repeat: repeat-x;
	font-family: “Lucida Grande”, sans-serif;
	font-size: 90%;
}

#header {
	margin-left: 5em;
	background-image: url(images/header.gif);
	height: 64px;
	background-repeat: no-repeat;
}

#navigation {
    float: left;
   	width: 10em;
	margin-top: 1em;
	margin-left:5em;
	padding: 0 0 1em 0;
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-family: “Lucida Grande”, sans-serif;
	color: #4e4e4e;
	border: solid 1px #c4c4c4; 
	color: #4e4e4e;
	background-color: #F0F2F4;
}

#content {
    float:left;
    margin-top: 1em;
    margin-left: 1em;
    margin-right:5em;
/*    width: 40em;
    left: 12em; */
    width: 40em;
    border: solid 1px #c4c4c4; 
    background-color: #f0f2f4;

}
#environments {
    margin-left:1em;
    margin-right:1em;
    margin-bottom:1em;
	border-left: solid 1px #b7babf;
	border-right: solid 1px #b7babf;
	border-bottom: solid 1px #b7babf;
	border-top: solid 1px #b7babf;

}
#clientList  a{
	border-bottom: 1px solid white;

} 

a {
	display: block;
	padding: 2px 0px 2px 0px;
	color: #0a4470;
	text-decoration: none;
	width: 100%;
	cursor: pointer;
	text-indent: 12px;
}

a:hover {
	text-decoration: underline;
	color: #0067cc;
	background-color: #cce3f1;
}
#environments {
    margin-top: 1em;
}

#environments td {
    padding-top: 5px;
    padding-bottom:5px;
    padding-left: 20px;
    border-bottom: 1px solid white;
}
#clientList a:hover {
	font-weight: bold;
}
h1 {
	font-size: 1.5em;
	padding: 2px 0px 6px 0px;
	text-indent: 4px;
	color: #323232;
	text-decoration: none;
/*	display: block;
	width: 100%;*/
	font-weight: bolder;
/*	border-bottom: 1px solid white;*/
}
#content h1 {
	border-bottom: solid 1px #b7babf;
}

h2 {
    font-size: 1.25em;
	font-weight: bold;
	padding-top: 2px;
	padding-left: 10px;
	padding-bottom: 3px;
	text-align: center;
	color: #0067cc;
	background-color: #cce3f1;
	border-bottom: solid 1px #b7babf;
	
}

#vpnoffer {
    margin-top:5px;
    padding-left: 5em;
}