/* CSS Document */

body, html {
	background-color: #000000;
	background-attachment: scroll;
	margin-top: 0;
	padding: 0;
	height: 101%;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(background_work.gif);
	background-repeat: repeat;
	background-position: left top;
}
.hidden {
    display: none;
}
p {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 25px;
	font-weight: normal;
	color: #FFFFFF;
}
#container {
	margin: 0;
	padding: 0;
}
#outside-wrapper {
	margin: 0;
	width: 85%;
	padding: 0;
	background-color: #663399;
	background-image: url(purple_back.gif);
	background-repeat: repeat;
}
#nav {
	background-image: url(green_buttons.gif);
	background-repeat: repeat-x;
	padding: 0px;
	height: 26px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#nav ul {
	padding: 0px;
	height: 26px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 56px;
	list-style-type: none;
}
#nav ul li {
	display: block;
	padding: 0px;
	height: 26px;
	width: 80px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 26px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#nav ul li a {
	text-decoration: none;
	color: #661260;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 26px;
	font-weight: bold;
	vertical-align: middle;
	text-align: center;
	margin: 0px;
	padding: 0px;
	height: 26px;
	width: 80px;
	display: block;
}
#nav ul li a:hover {
	background-image: url(current.gif);
	background-repeat: repeat-x;
	background-color: #661361;
	font-weight: bold;
	color: #CCCC00;	
}

/* nav bar current button */

#nav ul li.current {
	background-image: url(current.gif);
	background-repeat: repeat-x;
	background-color: #661361;	
	
}
#nav ul li.current a {
	color: #CCCC00;
	text-decoration: none;
}
#nav ul li.current a.hover {

}


#top-wrapper {
	margin: 0;
	height: 400px;
	padding: 0;
	width: 780px;
}
#top-wrapper h1 {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 35px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}
#top-wrapper ul {
	margin-top: 95px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 56px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	width: 640px;
}

#top-wrapper ul li {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	float: left;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	width: 112px;
}
#top-wrapper ul li img {
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
	margin: 0px;
}
#inside-wrapper {
	width: 580px;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 56px;
}
#inside-wrapper h2 {
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#inside-wrapper h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	color: #CCCC00;
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	font-weight: normal;
	line-height: 25px;
}
#inside-wrapper ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 25px;
	color: #CC66CC;
	padding: 0px;
	list-style-position: inside;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 35px;
}
#inside-wrapper ul li {
	list-style-type: square;
}
#inside-wrapper a {
	color:#CCCC00;
}
#inside-wrapper a:hover {
	color: #CC66CC;
}
.logo-right {
	position: relative;
	height: 64px;
	width: 64px;
	top: 28px;
	right: 0px;
	float: right;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.highlight {
	color: #CC66CC;
	font-weight: normal;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
.green-line {
	background-image: url(green_line.gif);
	background-repeat: repeat-x;
	padding: 0px;
	height: 5px;
	clear: both;
	margin-top: 35px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}
#intro {
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 56px;
	padding: 0px;
	vertical-align: middle;
	background-image: url(../images/intro.gif);
	background-repeat: no-repeat;
	height: 255px;
	width: 680px;
}
#intro p {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 28px;
	font-weight: normal;
	color: #FFFFFF;
}
#intro a {
	color:#CCCC00;
}
#intro a:hover {
	color: #CC66CC;
}
#footer {
	padding: 0;
	height: 100px;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCC00;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	clear: both;
}
#footer p {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 25px;
	font-weight: normal;
	color: #CC66CC;
}

