body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 100%;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-image: url(assets/background.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}

* {margin: 0px; padding: 0px;}

#wrapper {
	width: 720px;
	text-align: left;
	margin: 0 auto;
}

/*----------------------Top navigation -------------------------*/

#topnav {
	width: 720px;
	height: 80px;
	background-image: url(assets/topnav_back.jpg);
	background-repeat: no-repeat;
}
#topnav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: right;
	padding-top: .9em;
}
#topnav ul li {
	display: inline;
}
#topnav a:link, #topnav a:visited {
	font-size: 0.65em;
	font-weight: bold;
	color: #1f3e5d;
	text-decoration: none;
	padding-right: 0.5em;
	padding-left: 0.5em;
}
#topnav a:hover {
	text-decoration: underline;
	color: #1f3e5d;
}

/*----------------------Masthead -------------------------*/

#masthead {
	width: 720px;
	height: 160px;
}
#home #masthead {
	background-image: url(assets/masthead_home.jpg);
	background-repeat: no-repeat;
}
#about #masthead {
	background-image: url(assets/masthead_about.jpg);
	background-repeat: no-repeat;
}
#access #masthead {
	background-image: url(assets/masthead_access.jpg);
	background-repeat: no-repeat;
}
#internet #masthead {
	background-image: url(assets/masthead_internet.jpg);
	background-repeat: no-repeat;
}
#contact #masthead {
	background-image: url(assets/masthead_contact.jpg);
	background-repeat: no-repeat;
}
#audiovisual #masthead {
	background-image: url(assets/masthead_visual.jpg);
	background-repeat: no-repeat;
}
#maintenance #masthead {
	background-image: url(assets/masthead_support.jpg);
	background-repeat: no-repeat;
}
#terms #masthead {
	background-image: url(assets/masthead_terms.jpg);
	background-repeat: no-repeat;
}
#systems #masthead {
	background-image: url(assets/masthead_systems.jpg);
	background-repeat: no-repeat;
}
#support #masthead {
	background-image: url(assets/masthead_help.jpg);
	background-repeat: no-repeat;
}
#services #masthead {
	background-image: url(assets/masthead_services.jpg);
	background-repeat: no-repeat;
}
#business #masthead {
	background-image: url(assets/masthead_business.jpg);
	background-repeat: no-repeat;
}
#homeuser #masthead {
	background-image: url(assets/masthead_homeuser.jpg);
	background-repeat: no-repeat;
}
#education #masthead {
	background-image: url(assets/masthead_education.jpg);
	background-repeat: no-repeat;
}



/*---------------------- Left Column -------------------------*/

#leftcol {
	width: 200px;
	float: left;
	border-top-width: 2em;
	border-top-style: solid;
	border-top-color: #1f3d5c;
	background-color: #e8ebee;
	background-image: url(assets/nav_back.jpg);
	background-repeat: repeat-y;
}
#leftcol ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#leftcol li {
	display: inline;
	position: relative;
}
#leftcol a:link, #leftcol a:visited {
	display: block;
	font-size: 0.7em;
	font-weight: bold;
	text-decoration: none;
	color: #1f3d5c;
	padding-bottom: 0.5em;
	padding-left: 3em;
	margin-bottom: 0.1em;
	padding-top: 0.5em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A1AFCC;
	background-image: url(assets/sphere.gif);
	background-repeat: no-repeat;
	background-position: 15px center;
}
#leftcol a:hover {
	background-color: #9aa8b5;
	background-image: url(assets/sphere_over.gif);
	background-repeat: no-repeat;
	background-position: 15px center;
}

#leftcol li ul {
	background-color: #d2d8de;
	display: none;
	position: absolute;
	left: 200px;
	top: 0em;
	width: 10em;
	z-index: 10;
}
#leftcol ul li:hover ul {
	display: block;
}
#leftcol ul li ul li a:link, #leftcol ul li ul li a:visited {
	color: #4c5967;
	padding-bottom: .5em;
	padding-left: 2em;
	margin-bottom: 0.1em;
	padding-top: .5em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A1AFCC;
	background-image: none;
	font-size: .65em;
}

/*---------------------- Content -------------------------*/

#contentwrapper {
	width: 720px;
}
#content {
	width: 490px;
	float: right;
	padding-top: 5em;
}
#home #content {
	background-image: url(assets/topcontent_images/home.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#about #content {
	background-image: url(assets/topcontent_images/about.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#access #content {
	background-image: url(assets/topcontent_images/access.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#internet #content {
	background-image: url(assets/topcontent_images/internet.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#contact #content {
	background-image: url(assets/topcontent_images/contact.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#audiovisual #content {
	background-image: url(assets/topcontent_images/visual.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#maintenance #content {
	background-image: url(assets/topcontent_images/support.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#terms #content {
	background-image: url(assets/topcontent_images/terms.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#systems #content {
	background-image: url(assets/topcontent_images/systems.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#support #content {
	background-image: url(assets/topcontent_images/help.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#services #content {
	background-image: url(assets/topcontent_images/services.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#business #content {
	background-image: url(assets/topcontent_images/business.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#homeuser #content {
	background-image: url(assets/topcontent_images/homeuser.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#education #content {
	background-image: url(assets/topcontent_images/education.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}


/*---------------------- Footer -------------------------*/

#footer {
	width: 700px;
	height: 35px;
	clear: both;
	background-image: url(assets/footerback.jpg);
	background-repeat: no-repeat;
	font-size: 0.7em;
	color: #5b7187;
	padding-left: 20px;
	padding-top: 65px;
	font-weight: bold;
}
#footer a:link, #footer a:visited {
	color: #5b7187;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

/*---------------------- Typography -------------------------*/

#content h1 {
	font-size: .9em;
	line-height: 1.5em;
	color: #1f3d5c;
	margin-top: 1em;
	margin-bottom: .75em;
}
#content h2 {
	font-size: 1em;
	line-height: 1.5em;
	color: #6d8195;
	margin-bottom: 1.5em;
}
h1 a:link, h2 a:visited {
	color: #1f3d5c;
}
h1 a:hover {
	text-decoration: none;
}
#content h3 {
	font-size: .9em;
	line-height: 1.3em;
	color: #1f3d5c;
	margin-top: 1em;
}
#content p {
	font-size: .75em;
	line-height: 1.5em;
	margin-bottom: 1em;
	padding-right: 30px;
}
#content ul {
	font-size: .75em;
	font-weight: bold;
	text-transform: uppercase;
	color: #1f3d5c;
	padding-left: 2em;
	line-height: 1.5em;
	margin-bottom: 1em;
}
.boldbody {
	font-weight: bold;
}
a.bodylink:link, a.bodylink:visited {
	color: #003366;
	font-weight: bold;
}
a.bodylink:hover {
	text-decoration: none;
}
	
/*---------------------- Images -------------------------*/

.leftnobord {
	float: left;
	margin-right: 1em;
}
.left {
	float: left;
	margin-right: 1em;
	border: 1px solid #666666;
}
.rightnobord {
	float: right;
	margin-left: 1em;
}
.right {
	float: right;
	margin-left: 1em;
	border: 1px solid #666666;
}

/*---------------------- Contact Form -------------------------*/

fieldset {
	background-color:#CCCCCC;
	padding: 0px 15px 15px 15px;
	border: 1px solid #999999;
	margin-top: 1em;
}
legend {
	text-transform:uppercase;
	font-size: .75em;
	font-weight:bold;
	color: #003366;
	margin-bottom: 1em;
}
label {
	float: left;
	width: 150px;
}
.required {
	font-size:.8em;
	font-style: italic;
}