
/* global whitespace reset */
* {
	padding: 0;
	margin: 0;
	border: 0;
}

/* margins determined by browser width, height by text size*/
h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address { margin: 1em 2%; }
li, dd { margin-left: 2%; }
fieldset { padding: .5em; }

body {
	text-align: center;
	font: normal 62.5%/1.4em Verdana, Arial, Helvetica, sans-serif;
	background: #CCCCCC url(images/grey_diagonal3.gif) repeat;
	padding: 5px 0 10px 0;
	color: #323232;
}

#container{
	background:#ffffff;
	margin:0 auto;
	padding: 5px;
	width:764px;
	height: 100%;
	text-align: left;
}
#header {
	background: url(images/logo.gif) no-repeat;
	height: 83px;
}
#header h1 {
	display: none;
}
#sidebar {
	float: left;
	width: 275px;
	height: 550px;
	padding-top: 5px;
}
.sidebar2 {
	width: 245px;
	float: left;
}
.sidebar3 {
	width: 250px;
	float: left;
	margin: 0 0 0 5px;
	background: #3399FF;
}
#right-col {
	float: left;
	width: 239px;
	margin: 5px 0 5px 5px;
	padding: 10px;
	background: #ADCC2A;
	height: 43em;
	color: #FFFFFF;
	overflow: auto;
}
#right-col a:link {font-weight: bold; color:#FFFFFF;}
#right-col a:visited {font-weight: bold; color:#FFFFFF;}
#right-col a:hover {font-weight: bold; color:#FFFFFF;}
#right-col a:active {font-weight: bold; color:#FFFFFF;}

#sidebar h3, .sidebar2 h3, .sidebar3 h3 {
	color: #FFFFFF;
	font-family: Tahoma, Verdana, Arial, Helvetica;
	font-size: 1.4em;
	border: 0;
	padding-bottom: 0px;
	margin-top: 1em;
}
#sidebar p, .sidebar2 p, .sidebar3 p {
	color: #FFFFFF;
	font-family: Tahoma, Verdana, Arial, Helvetica;
}
#sidebar img { margin-bottom: 3px;}

#sidebar a:link {color:#FFFFFF;}
#sidebar a:visited {color:#FFFFFF;}
#sidebar a:hover {color:#FFFFFF;}
#sidebar a:active {color:#FFFFFF;}

.sidebar2 a:link {color:#FFFFFF;}
.sidebar2 a:visited {color:#FFFFFF;} 
.sidebar2 a:hover {color:#FFFFFF;} 
.sidebar2 a:active {color:#FFFFFF;}

.sidebar3 a:link {color:#FFFFFF;}
.sidebar3 a:visited {color:#FFFFFF;} 
.sidebar3 a:hover {color:#FFFFFF;} 
.sidebar3 a:active {color:#FFFFFF;}

#content {
	float: left;
	width: 464px;
	margin: 5px 0 5px 5px;
	padding: 5px 10px 20px 10px;
	background: #F0F0F0;
}
#content img {
	margin: 0 2%;
}
#content-home {
	float: left;
	width: 500px;
	padding: 5px 0 5px 0;
}
#content-home img {
	margin-bottom: 2px;
}

#footer {
	clear: both;
	height: 6.5em;
	background: #221D1F;
	color: #FFFFFF;
}
#footer a:link {color:#ADCC2A; text-decoration: none;}
#footer a:visited {color:#ADCC2A; text-decoration: none;}
#footer a:hover {color:#ADCC2A; text-decoration: underline;}
#footer a:active {color:#ADCC2A; text-decoration: underline;}

/* layout boxes */
#slideshow1 {height: 12em; background: #EB811D;}
#slideshow2 {height: 12em; background: #ADCC2A;}
#slideshow3 {height: 12em; background: #3399FF;}
#slideshow4 {height: 12em; background: #EB811D;}
#slideshow5 {height: 12em; background: #ADCC2A;}
#slideshow6 {height: 12em; background: #EB811D;}
#slideshow7 {height: 12em; background: #EB811D;}
#slideshow8 {height: 12em; background: #ADCC2A;}
#slideshow9 {height: 12em; background: #EB811D;}
.slide {
	height: 14em;
	display: block;
	background: #ADCC2A;
	padding: 2px 10px 5px 10px;
	margin: 0;
	overflow: auto;
}
.slide img {
	float: right;
	margin: 35px 2px 0px 2px;
}

.box-green {
	height: 14em;
	display: block;
	background: #ADCC2A;
	padding: 2px 10px 5px 10px;
	margin: 0 0 5px 0;
	overflow: auto;
}
.box-green img {
	float: right;
	margin: 35px 2px 0px 2px;
}
.box-orange {
	height: 14em;
	display: block;
	background: #EB811D;
	padding: 2px 10px 5px 10px;
	margin: 0;
	overflow: auto;
}
.box-orange img {
	float: right;
	margin: 35px 2px 0px 2px;
}
.box-blue {
	height: 14em;
	display: block;
	background: #3399FF;
	padding: 2px 10px 5px 10px;
	margin-top: 5px 0 0px 0;
	overflow: auto;
}
.hr-green {
	width: 100%;
	height: 2px;
	background: url(images/hr-green.gif) repeat-x;
}
.sitemap {
	float: right;
	text-align: right;
}

/* navigation */

#menu {
	width: 754px;
	height: 41px;
	background: url(images/menu-bg.jpg) repeat-x;
}
a:link {color: #EB811D;}
a:visited {color: #EB811D;}
a:hover {color: #EB811D; text-decoration: none;}

#navigator {width: 766px; height: 41px; background: url(images/menu.jpg) no-repeat;  position: relative; margin:0 auto;}
#navigator span {display: none;}
#navigator ul {list-style-type: none; margin: 0px;}
#navigator li {list-style: none; position: absolute; top: 0; margin: 0px;}
#navigator li, #navigator a {height: 41px; display: block;}

#home {left: 0px; width: 110px;}
#about {left: 110px; width: 110px;}
#services {left: 220px; width: 109px;}
#hardware {left: 328px; width: 109px;}
#networking {left: 437px; width: 109px;}
#events {left: 546px; width: 110px;}
#contact {left: 656px; width: 110px;}

#home a:hover {background: transparent url(images/menu.jpg) 0px -41px no-repeat;}
#about a:hover {background: transparent url(images/menu.jpg) -110px -41px no-repeat;} 
#services a:hover {background: transparent url(images/menu.jpg) -220px -41px no-repeat;} 
#hardware a:hover {background: transparent url(images/menu.jpg) -328px -41px no-repeat;} 
#networking a:hover {background: transparent url(images/menu.jpg) -437px -41px no-repeat;} 
#events a:hover {background: transparent url(images/menu.jpg) -546px -41px no-repeat;} 
#contact a:hover {background: transparent url(images/menu.jpg) -656px -41px no-repeat;} 

/* Typography */

h1 {}
h2 {
	font: bold 1.6em Verdana, Arial, Helvetica, san-serif;
	color: #ADCC2A;
}
h3 {
	font: bold 1.3em Tahoma, Verdana, Arial, Helvetica, san-serif;
	color: #666666;
	letter-spacing: .05em;
	border-bottom: 1px dashed #CCCCCC;
	padding-bottom: 2px;
	margin-top: 2em;
	}

p {
	font-size: 1.1em;
}
#footer p {
	font-size: 1em;
	margin: 0;
	padding: 1em 2% 0 2%;
	line-height: 2em;
	color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* form styles */

fieldset {
/*	text-align: center; */
}
label {
	margin: 5px 0 5px 0;
	font-size: 1.1em;
	width: 6em;
	float: left;
	text-align: right;
	display: block;
}
input, textarea {
	margin-left: 0.5em;
	text-align: left;
	width: 20em;
	border: #999999 solid 1px;
	font: 1.2em/1.8em Verdana, Arial, Helvetica, sans-serif;
}
input {
	padding: 1px;
}
.formbutton {
	text-align: center;
	border:outset 1px #ccc;
	background:#999;
	color:#666;
	font-weight:bold;
	padding: 2px 2px;
	background:url(images/formbg.gif) repeat-x left top;
}

/* lists */

#content ul {padding-left: 2em;}
#content li {
	list-style-image: url(images/bullet-green.gif);
	font-size: 1.1em;
	padding: 1px 0 1px 0;
}
#content li {
	list-style-image: url(images/bullet-green.gif);
	font-size: 1.1em;
	padding: 1px 0 1px 0;
}
#content li a {font-size: 1em;}
