@charset "utf-8";
/* CSS Document */

*{
	margin: 0 auto;
}
#wrapper {
	width: 800px;
}	  
body {
	background-color: #636;
	font-family: Verdana, Arial, Helvetica, Geneva, Sans-serif;
	font-size: small;
	color: #636;
}
#header { 
	background-image: url(images/vusionlogo.png);
	height: 85px;
}
#navbar {
	background-color: #9C9;
	padding-left: 37px;
}
#content {
	background-color: #FFF;
	padding: 1.4em 3em 2em 3em;
}	
h1 {
	color: #9C9;
	font-size: 1.5em;
}
h2 {
	color: #9C9;
	font-size: 1.25em;
	padding-top: 1em;
}
h3 {
	color: #636;
	font-size: 1em;
	padding-top: 1em;
}
p {
	padding: 10px 0 0 0;
}
#footer {
	background-color: #9C9;
	padding: 6px 0 6px 0; 
	text-align: center;
}

a:link, a:visited, a:active {
	color: #636;
	text-decoration: underline;
}
a:hover {
	color: #9C9;
	text-decoration: underline;
}

/*Web Design and FAQ pages*/
ul {
	list-style-type: disc;
	margin-left: 2em;
	padding-left: 2em;
	padding-top: 8px;
}

/*Web Design, FAQ, Portfolio pages - secondary menu*/
.menu ul {
	padding-left: 193px;
}
.menu li {
	display: inline;
	padding: 20px;
	font-size: 1em;
	font-weight: bolder;
}

/*FAQ page*/
.right {
	float: right;
	font-weight: bolder;
}

/*Portfolio & Links pages*/
.li ul {
	list-style-type: none;
	margin-left: -2em;
}

/*About Us page*/
.list ul {
	list-style-type: none;
	padding-top: inherit;
}
.list div {
	padding-top: 10px;
}

/*Portfolio page*/
.border {
	border-top: 1px solid #636;
    margin-top: 10px;
}
.h3 {
	color: #636;
	text-align: center;
}

/*Contact Us page*/
address {
	font-style: normal;
    padding-top: 10px;
}
radio button {
	display: inline;
}