/* ---> global RESET <---*/
* {
	margin: 0;
	padding: 0;
	text-decoration: none;
	font-family: helvetica, arial, sans;
	list-style: none;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
img {
	border: none;
}
.violet {
	color: #532970;
}
.clear {
	clear: both;
	visibility: hidden;
}
body {
	font-size: 12px;
	text-align: center;
	width: 100%;
	color: #555;
	background: url(imgs/body.gif) repeat-y center top;
}
#header_wrap {
	width: 100%;
	height: 100px;
	overflow: hidden;
	background: #eee url(imgs/header.gif) repeat-y center top;
}
#header {
	width: 960px;
	height: 100px;
	overflow: hidden;
	margin: 0 auto;
	text-align: left;
}
#header h1 a {
	width: 200px;
	height: 100px;
	display: block;
	float: left;
	text-indent: -2000px;
	background: #eee url(imgs/devtec_logo.gif) no-repeat center left;
	overflow: hidden;
}
#header img.banner{
	width: 760px;
	height: 100px;
	float: left;
}
#page {
	width: 960px;
	overflow: hidden;
	margin: 0 auto;
	text-align: left;
	background: url(imgs/left_col.gif) repeat-y top left;
}
#search {
	position: absolute;
	padding: 5px 7px 7px 7px;
	width: 190px;
	height: 20px;
	top: 100px;
	left: 50%;
	margin-left: 278px;
	background: url(imgs/search.gif) no-repeat top left;
}
#search_terms {
	float: left;
	border: none;
	height: 12px;
	width: 160px;
	text-align: right;
	color: #555;
	padding: 5px 5px 3px 5px;
	background: url(imgs/search_tf.gif) no-repeat top left;
}
#search_submit {
	float: left;
	width: 20px;
	height: 20px;
	border: none;
	overflow: hidden;
	text-indent: -2000px;
	background: url(imgs/search_submit.gif) no-repeat top left;
}
.sub_header {
	display: none;
}
.cols_wrap {
	overflow: hidden;
	width: 960px;
	background-repeat: no-repeat;
	background-position: top left;
}
#left_col {
	float: left;
	width: 200px;
	padding-top: 110px;
	min-height: 400px !important;
}
.IE #left_col {
	height: 400px;
}
#wide_col {
	float: left;
	width: 760px;
	padding-top: 110px;
}


/*
	+--------------------------------------------+
	| footer                                     |
----+--------------------------------------------+------------------------------------------------*/
	#footer {
		margin: 10px 0;
		background: url(imgs/footer.gif) no-repeat top left;
		overflow: hidden;
		padding-left: 210px;
	}
	#footer div.coords {
		float: right;
		color: #ae9cc1;
		width: 160px;
		height: 80px;
		padding: 10px 20px;
		background: #ae9cc1 url(imgs/footer_address.gif) no-repeat top right;
	}
	#footer div.coords a {
		color: #fff;
	}
	#footer div.coords span {
		color: #fff;
	}
	#footer div.extra {
		float: left;
		font-size: 10px;
		padding-top: 7px;
		letter-spacing: 1px;
	}
	#footer div.extra a {
		color: #6a4683;
	}


/*
	+--------------------------------------------+
	| Left col menu                              |
----+--------------------------------------------+------------------------------------------------*/
/*-----> nav */
#left_col ul.rootNav {
	width:               180px;
}
#left_col ul.rootNav li {
	display:             inline;
}
#left_col ul.rootNav li a {
	display:             block;
	padding-bottom:      7px;
	color:               #eee;
	margin-bottom:       7px;
	background:          #6a4683 url(imgs/root_menu_bottom.gif) no-repeat bottom right;
}
#left_col ul.rootNav li a span {
	display:             block;
	background:          #6a4683;
	padding:             7px 10px 0px 10px;
	color:               #eee;
	background:          #6a4683 url(imgs/root_menu_top.gif) no-repeat top right;
}
#left_col ul.rootNav li a:hover {
	color:               #fff;
	background-color:    #896e9c;
	background-position: bottom left;
}
#left_col ul.rootNav li a:hover span {
	color:               #fff;
	background-color:    #896e9c;
	background-position: top left;
}
/*-----> events */
#left_col .currentEvents {
	width:               180px;
	overflow:            hidden;
	margin-top:          15px;
	background:          #8f74a2 url(imgs/events_mid.gif) repeat-y top left;
}
#left_col .currentEvents h3 {
	padding:             15px 10px 0 10px;
	height:              20px;
	margin:              0;
	font-size:           12px;
	letter-spacing:      1px;
	line-height:         20px;
	color:               #532970;
	background:          url(imgs/events_top.gif) no-repeat top left;
}
#left_col .currentEvents ul {
	padding:             0 5px 5px 5px;
	overflow:            hidden;
	background:          url(imgs/events_bottom.gif) no-repeat bottom left;
}
#left_col .currentEvents ul li {
}
#left_col .currentEvents ul li a {
	color:               #eee;
	border-top:          1px solid #6a4683;
	padding:             4px 5px;
	display:             block;
}
#left_col .currentEvents ul li a:hover {
	color:               #fff;
	background:          #a289b4;
}
#left_col #calendar {
	margin-top: 15px;
}
