/*
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

Title : NASET Master Stylesheet
Author : Kevin Klein
Email : kevin.klein@gmail.com

Description : master stylesheet for NASET.org

Created : 8/2/06
Modified : 8/5/06

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
*/

/* global whitespace reset */
* { padding:0; margin:0; }

/*********** = redefinitions = ***********/

body {
	background:#e5e5cc url(../Images/bg-body.gif) top center repeat-y;
	font-family:Trebuchet, Trebuchet MS, Verdana, sans-serif;
	font-size:82.5%;
	line-height:110%;
	text-align:center;
}

/*\*/
body {
/*seen only by safari*/
font-size:14px;
/*seen only by IE6 for PC*/
_font-size:14px;
}/**/

a, a:link {
	color:#660033;
}

a:visited {

}

a:hover {
	text-decoration:none;
}

p {

}

img { border:none; }

hr { margin-bottom: 10px;}
/***********/
/*********** =  STRUCTURE  = ***********/
/***********/

/*********** = layout elements = ***********/

div.container {
	background:#fff;
	margin:0 auto;
	padding:0 20px;
	text-align:left;
	max-width: 780px;
}

div.content-container {
	display: flex;
	justify-content: space-between;
}

div#header {
	background:#fff url(../Images/bg-logo-over.gif) no-repeat 20px 0;
	position:relative;
	display: flex;
	padding-bottom: 20px;
}

@media screen and (max-width: 685px) {
	div#header {
		flex-direction: column;
	}
}

div#top {
	background:#fff url(../Images/bg-top.gif) no-repeat 0 0;
}

@media screen and (max-width: 820px) {
	div#top {
		background: none;
	}

	div.content-container {
		flex-direction: column;
	}
}

div#footer {
	padding: 20px 20px 0px;
}

/* IE HACK */
* html body#interior div#footer {
	padding: 25px 20px 0px 20px;
}

div#content div.primary {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	margin:25px 0 0 22px;
	min-height:300px;
	max-width:560px;
	padding-right: 20px;
}

@media screen and (max-width: 820px) {
	div#content div.primary {
		order: 2;
	}
}

div#content div.secondary {
	float:right;
	margin:25px 0 0 0;
	width:179px;
}

/*********** = header = ***********/

div#common-links {
	color:#999;
	font-style:italic;
	display: inline-block;
	padding-right: 10px;
	padding-bottom: 8px;
}

div#common-links a {
	color:#7e7e5b;
	font-size: 14px;
	text-decoration:none;
}

div#common-links a:hover {
	color:#000;
	text-decoration:underline;
}

div#header section {
	margin-top: 12px;
	width: 100%;
	text-align: right;
}

@media screen and (max-width: 685px) {
	div#header section {
		text-align: left;
	}
}

div#search {
	display: inline-block;
}

div#search input#search {
	background:#fff;
	border:1px solid #d9d38a;
	padding:3px 2px;
	width:144px;
}

div#search input.submit {
	margin:-2px 0 0 5px;
	vertical-align:middle;
}

/*********** = footer = ***********/

div#footer div.links {
	font-size:14px;
	margin:10px 0;
	line-height:1.8em;
	background-color: #7e7e5b;
	border-radius: 10px;
	padding: 10px;
	margin-bottom: 10px;
}

@media screen and (max-width: 685px) {
	div#footer div.links {
		word-break: break-all;
	}
}

div#footer div.links figure {
	background-image: url(../Images/footer-logo-small.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	height: 25px;
}

div#footer div.links a,
div#footer div.links a:visited {
	border-bottom:1px solid #ddd;
	color:#ddd;
	padding:2px 0;
	text-decoration:none;
}

div#footer div.links div.primary a,
div#footer div.links div.primary a:visited {
	border-bottom:1px solid #fff;
	color:#fff;
}

div#footer div.links a:hover,
div#footer div.links div.primary a:hover {
	border-bottom:1px dotted #fff;
	color:#ccc;
}

div#footer p {
	color:#aaa;
}

div#footer p.copyright {
	color:#ccc;
	font-style:italic;
}

div#bottomMenu {
	color: #fff;
}

div#bottomMenu2,
div#bottomMenu3 {
	color: #ddd;
}


/*********** = navigation classes = ***********/

/* primary navs */

/* Some items commented out 8/28/06 by Gabe during repair of ie hack problem (ie styles were previously picked up by non-ie browsers)
#udmWrap {
	margin-left: 38px;
	margin-bottom: 10px;
}

* html #udmWrap {
	height: 1px;
	margin-left: 27px;
}*/

/*#interior */#udmWrap {
	margin-left: 18px;
	margin-bottom: 10px;
}

* html /*#interior */#udmWrap {
	margin-left: 7px;
	height: 1px;
	font-size: 14px;
}


ul#udm a.home {
	background:#edeac8 url(../Images/bg-nav-home.gif) no-repeat 14px 50%;
	text-align:left;
	text-indent:40px;
	width:87px !important;
	color: #000 !important;
}

ul#udm a.home:hover {
	background-color: #660033;
	background-image: none;
	color: #FFF !important;
}

ul#udm .topLevel {
	width: 87px;
	text-align: center;
}

#act {
	background-color: #660033;
	color: #fff;
}

#act:hover {
	background-color: #660033;
	color: #fff;
}

/* subnav */

ul#subnav {
    background:url(../Images/bg-subnav.gif) no-repeat 0 0;
	clear:both;
	font-size:14px;
	font-style:italic;
	height:32px;
	list-style-type:none;
	margin:0 0 0 10px;
	padding:9px 0 0 0;
}

ul#subnav li {
	display:inline;
}

ul#subnav a,
ul#subnav a:visited {
	display:block;
	font-weight:bold;
	float:left;
	margin:0 10px;
	text-decoration:none;
}

ul#subnav a.active {
	color:#000;
}

ul#subnav a:hover {
	color:#7e7e5b;
	text-decoration:underline;
}

/* local navs - insert when building template */

div#localnav {
	background:url(../Images/bg-localnav.gif) bottom center no-repeat;
	/*Changed this to deal with login box moving around (gabe)
	margin:25px 0 0 0;*/
	margin: 0 0 25px 0;
	padding:0 0 20px 0;
}

div.nav-mobile {
	display: none;
}

@media screen and (max-width: 820px) {

	div.nav-desktop {
		display: none;
	}

	div.nav-mobile {
		display: block;
		order: 3;
		padding-top: 20px;
	}

	div#localNav {
		background: none;
	}
}

div#localnav ul {
	list-style-type:none;
	font-size:14px;
	font-style:italic;
}

div#localnav ul li {
	display:inline;
}

div#localnav ul a,
div#localnav ul a:visited {
	background:#f5f3d7;
	border-bottom:1px solid #eee;
	border-top:1px solid #eee;
	color:#000;
	display:block;
	font-weight:bold;
	margin:0 0 1px 0;
	padding:7px 0 7px 10px;
	text-decoration:none;
}

div#localnav ul a:hover {
	background:#660033;
	color:#fff;
}

div#localnav ul li.active a,
div#localnav ul li.active a:visited {
	background:#7e7e5b;
	color:#fff;
}

div#localnav ul ul {
	background:#fff url(../Images/bg-localnav-ul.gif) repeat-y 0 0;
	margin:0 1px;
	padding:2px 0 7px 0;
}

div#localnav li.active ul a,
div#localnav li.active ul a:visited {
	background-color:transparent;
	border:none;
	color:#660033;
	font-weight:normal;
	margin:0;
	padding:6px 0 6px 9px;
	text-decoration:underline;
}

div#localnav li.active ul a:hover {
	background:url(../Images/bg-localnav-ul-over.gif) no-repeat 0 0;
	color:#000;
	text-decoration:none;
}

div#localnav li.active ul li.active {
	background:#fff url(../Images/bg-localnav-li-active.gif) no-repeat 0 100%;
	display:block;
	padding:0 0 1px 0;
}

div#localnav li.active ul li.active a,
div#localnav li.active ul li.active a:visited {
	background:#fff url(../Images/bg-localnav-active.gif)  no-repeat 0 0;
	color:#000;
	font-weight:bold;
	padding:6px 0 6px 21px;
	text-decoration:none;
}

div#breadcrumb {
	background:#f3f0ce;
	border-bottom:1px solid #e7e09c;
	color:#000;
	font-size:1.1em;
	font-style:italic;
	padding:9px 22px;
	margin: 0;
	font-size: 1.3em;
}

div#breadcrumb strong {
	font-size:1.3em;
	font-weight: normal;
	line-height: 1.3;
}

div#breadcrumb a {
	color:#000;
	text-decoration:none;
}

div#breadcrumb a:hover {
	color:#7e7e5b;
	text-decoration:underline;
}

div.pulldown {
	background:url(../Images/bg-pulldown.gif) no-repeat 0 0;
	height:35px;
	margin:0 0 15px;
	padding:7px 0 0 125px;
}

/***********/
/*********** =  CONTENT  = ***********/
/***********/

div#content p {
	color:#333;
	font-size: 14px;
	line-height:1.35em;
	margin:12px 0;
}

@media screen and (max-width: 820px) {
		div#content p {
			font-size: 16px;
		}
}
/*********** = primary column = ***********/



/*********** = secondary column = ***********/



/*********** = headers = ***********/

/* branding/logo upper-left */
h1#logo {
	height:75px;
    width:235px;
    padding-bottom:0;
}

h1#logo a {
    background:#fff url(../Images/bg-logo.gif) no-repeat 0 0;
	display:block;
    height:80px;
    text-decoration:none;
	text-indent:-9999px;
    width:220px;
}

h1#logo a:hover {
    background:#fff url(../Images/bg-logo-over.gif) no-repeat 0 0;
}


/* Normal h1, same size as h3 since h2 feels a little big.
   NASET has this as a header tag in several places on site. --LT 8/9 */
h1 {
	font-size:1.6em;
	line-height: 1.1em;
	padding-bottom: 1em;
}

h2 {
	color:#7e7e5b;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	line-height:1.1em;
	font-weight:normal;
	margin:0 0 15px 0;
}

h2#tagline {
	color: #660033;
	font-family: Trebuchet, Trebuchet MS, Verdana, sans-serif;
	font-style: italic;
	font-size: 16px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 0;
}

h3 {
	color:#111;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.4em;
	font-weight:normal;
	line-height:1.1em;
	margin:18px 0;
	text-align:left;
}

div#localnav h3 {
	background:#fff url(../Images/bg-localnav-hdr.gif) no-repeat 0 0;
    color:#fff;
	font-family:Trebuchet, Trebuchet MS, Verdana, sans-serif;
	font-size:1.3em;
	font-style:italic;
	height:28px;
	margin:0;
	overflow:hidden;
    text-decoration:none;
    width:179px;
}

div#localnav h3 span {
	background:url(../Images/bg-localnav-hdr-arrow.gif) no-repeat 100% 0;
	display:block;
	float:left;
	padding:4px 19px 0 10px;
}

/*added by gabe to deal with link styling for link to root*/
div#localnav h3 span a {
	font-family:Trebuchet, Trebuchet MS, Verdana, sans-serif;
	font-size:1.3em;
	font-weight: normal;
	font-style:italic;
	text-decoration:none;
	color:#fff;
}


h4 {
	color:333;
	font-family:Trebuchet, Trebuchet MS, Verdana, sans-serif;
	font-size:1.1em;
	letter-spacing:.1em;
	text-transform:uppercase;
	line-height: 21px;
}

h5 {
}

/*********** = utility classes = ***********/

.clr {
     clear:both;
     height:1px;
     margin:-1px 0 0 0;
}

a.mail {
	background:url(../Images/icon-mail.gif) no-repeat 0% 57%;
	font-size:.7em;
	font-style:italic;
	line-height:1.4em;
	padding:0 0 0 19px;
}

a.arrow {
	background:url(../Images/bg-arrow.gif) no-repeat 100% 57%;
	font-weight:bold;
	line-height:1.4em;
	padding:0 15px 0 0;
}

img.new {
	float:right;
	margin:2px 2px 2px 12px;
}

img.go {
	float:right;
	margin:2px 2px 2px 12px;
}

div.divide {
	border-bottom:1px dotted #aaa;
	font-size:1px;
	height:1px;
	margin:20px 0 19px 0;

}

/*div.button-float {
    text-align:right;
	float:right !important;
	float:none;
    overflow:hidden;
}*/

a.button,
a.button-float,
a.button:visited,
a.button-float:visited {
  background:url(../Images/bg-btn.gif);
	display:block;
	float:right;
	font-family:Trebuchet, Trebuchet MS, Verdana, sans-serif;
  font-size:12px;
  font-style:italic;
	font-weight:bold;
	height:25px;
	line-height:26px;
	padding-right:18px;
  text-decoration:underline;
	text-align:right;
	width:118px;
	background-repeat: no-repeat;
	background-position: 18px;
}

* html a.button,
* html a.button-float,
* html a.button:visited,
* html a.button-float:visited {
	background-position: 18px;
}

a.button:hover,
a.button-float:hover {
    text-decoration:none;
}

.timestamp {
    color:#999;
    font-size:10px;
}

/*********** = lists = ***********/


/* ADDED .primary ul selector on these lists... -- ZACH */

.csc-menu-4 dt,
.newsArchive ul,
#primaryContent ul,
ul.arrow,
ul.bullet  {
    line-height:1.4em; /* increased from 1.2 to 1.4 for FF win -- ZACH */
    list-style-type:none;
		margin:5px 0 5px 5px;
}

.csc-menu-4 dt {
	font-weight: bold;
}

.csc-menu-4 dd {
	margin-left: 15px;
}


.csc-menu-4 dt,
.newsArchive ul li,
#primaryContent ul li,
ul.arrow li {
    background:url(../Images/bg-bullet.gif) no-repeat 0 1px;
    margin:7px 0 7px 0;
    padding:0 0 0 18px;
}

ul.bullet li {
    background:url(../Images/bg-bullet-circ.gif) no-repeat 4px 4px;
    margin:5px 0;
    padding:0 0 0 18px;
}

.newsArchive ul li a,
#primaryContent ul li a,
ul.arrow li a {
    text-decoration:underline;
}

ul.arrow li a {
	font-family:Trebuchet, Trebuchet MS, Verdana, sans-serif;
}


.newsArchive ul li a:hover,
#primaryContent ul li a:hover,
ul.arrow li a:hover,
ul.main li a:hover {
    text-decoration:none;
}

ul.arrow li p,
ul.bullet li p {
    line-height:1em;
	margin:5px 0;
}

/* for subpages */
div#content div.primary ul.arrow,
div#content div.primary ul.bullet {
	color:#333;
	font-size:1.05em;
	line-height:1.35em;
	margin:10px 0 10px 10px;
}

div#content div.primary ul.arrow li a {
    text-decoration:underline;
}

div#content div.primary ul.arrow li a:hover {
    text-decoration:none;
}


/*********** = tables = ***********/

/* added auto margins left and right (gabe, 8/16)*/
#primaryContent table {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

table, td, th {
	border: 1px solid black;
}

td, th {
	padding: 4px 6px;
}

th {
	text-align: center;
}

td.td-date {
	text-align: center;
}

/*********** = forms = ***********/

div#login {
	background-image:url(../Images/bg-login.gif);
	background-repeat: no-repeat;
	height:150px;
	padding:33px 0 0 10px;
	width:169px;
	/* added margin to deal with moving around on subpages (gabe) */
	  margin-bottom: 25px;
}

/*added a selector for "loggedInUser" box styling (gabe)*/
div#loggedInUser{
	font-size: 1.3em;
	line-height: 1em;
	margin-bottom: 45px;
}

* html div#loggedInUser{
	margin-bottom: 35px;
}


/*added a selector for "loggedInUser" box styling (gabe)*/
div#loggedInUser p,
div#login label {
	display:block;
	color:#fff;
	font-size: 0.8em;
	letter-spacing:.1em;
	margin: 0 0 5px 0;
	text-transform:uppercase;
}

div#login input.text {
	background:#fff;
	border:1px solid #000;
	color:#444;
	margin:0 0 7px 0;
	padding:1px 3px;
	width:140px;
	height: 17px;
}

div#login input.login {
	float:left;
	margin:8px 0 0 0;
}

* html div#login input.login {
	float:left;
	margin:12px 0 0 0;
}


div#login a.lost {
	display:block;
	float:left;
	font-size: 14px;
	font-style:italic;
	margin:23px 0 0 8px;
}

* html div#login a.lost {
	margin:21px 0 0 8px;
}

/*********** = home = ***********/

body#home div#top {
	background:#fff url(../Images/bg-home-top.jpg) no-repeat 0 0;
	min-height:550px;
	position:relative;
}

@media screen and (max-width: 820px) {
	body#home div#top {
		background: none;
		min-height: auto;
	}
}

body#home div#top div.join-now {
	padding: 0;
	background: url(../Images/join-now-bg.gif) top left no-repeat;
	width: 181px;
	height: 40px;
	margin-top: 8px;
}

body#home div#top div.join-now a {
	margin-left: 117px;
}

body#home div#top div.top-container {
	display: flex;
}

@media screen and (max-width: 820px) {
	body#home div#top div.top-container {
		flex-direction: column;
	}
}

body#home div#top ul.arrow {
	margin:0;
}

body#home div#content {
	background:#fff url(../Images/bg-home-bottom.jpg) no-repeat 0 0;
	color:#333;
	padding-bottom:20px;
	display: flex;
}

@media screen and (max-width: 820px) {
	body#home div#content {
		background-image: none;
		flex-direction: column;
	}

	body#home div.new {
		order: 1;
	}

	body#home div.col.first {
		order: 2;
	}

	body#home div.col.first {
		order: 3;
	}
}

*html body#home div#top {
	height:500px; /* min-height for IE */
}

body#home div#login {
	background-image:url(../Images/bg-login-home.gif);
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-left: 20px;
}

body#home div.quote {
	background:url(../Images/bg-quote-left.gif) no-repeat 0 3px;
	color:#7e7e5b;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	line-height:1.25em;
	left:23px;
	padding:20px 0 0 19px;
	max-width:180px;
}

body#home div.quote span {
	background:url(../Images/bg-quote-r.gif) no-repeat 100% 99%;
	display:block;
	padding:0 19px 0 0;
}

body#home div.quote p.attribute {
	color:#ccc683;
	/*font-size:1.6em; commented out by Gabe 8/16, per email*/
	padding:0;
	margin:8px 0 12px 0;
}

body#home div.intro  {
	color:#660033;
	font-style:italic;
	font-size:14px;
	left:250px;
	line-height:1.4em;
	margin-top: 300px;
	margin-left: 16px;
}


body#home div.col-2 {
	max-width: 400px;
}

body#home div.col-1, div.col-3 {
	max-width: 215px;
}

.mobile-image {
	display: none;
}

.join-text {
	display: none;
}

.mobile-login {
	display: none;
}

@media screen and (max-width: 820px) {
	body#home div.intro {
		margin-top: 10px;
		font-size: 16px;
	}

	body#home div.col-1, body#home div.col-2,  body#home div.col-3 {
		max-width: none;
	}

	body#home div.col-3 {
		padding: 10px;
	}

	body#home div#login {
		border-radius: 20px;
	}

	.col-2 {
		order: 1;
	}

	.col-1 {
		display: none;
	}

	.col-3 {
		order: 3;
	}

	.mobile-login {
		display: inline-block;
		float: right;
		padding-top: 5px;
		padding-bottom: 10px;
	}

	div#login input.text {
		height: 20px;
	}

	body#home div#login {
		background-image: none;
		background-color: #660033;
		margin-bottom: 5px;
		padding-top: 20px;
		margin-top: -2px;
	}

	.mobile-image {
		display: block;
	}

	.image-style-container {
		border: 1px solid white;
		border-radius: 4px;
		box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.2);
		max-width: 320px;
		padding: 4px;
		margin: 0 auto;
	}

	.mobile-image img {
		max-width: 100%;
		margin: 0 auto;
		display: block;
	}

	.rss {
		display: none;
	}

	body#home .facebook {
		padding-top: 10px;
	}

	body#home div#top div.join-now {
		background: none;
		width: auto;
		height: auto;
		display: block;
	}

	body#home div#top div.join-now img {
		display: none;
	}

	body#home div#top div.join-now a {
		margin-left: 0;
		display: inline-block;
	}

	.join-text, .login-text {
		display: inline-block;
		color: #660033;
		font-family: Trebuchet, Trebuchet MS, Verdana, sans-serif;
		font-style: italic;
		font-size: 16px;
		font-weight: bold;
	}

	.login-text {
		margin-left: 40px;
	}

	.join-text:hover {
		text-decoration: underline;
	}
}

@media screen and (max-width: 475px) {
	.mobile-login {
		float: none;
	}

	.news {
		display: none;
	}

	body#home div#login {
		margin-left: 0;
	}

	body#home .col.first {
		padding-top: 0;
	}
}

body#home div.intro h1 {
	margin:0 0 11px 0;
	color:#660033;
	font-style:italic;
	font-size:1.1em;
	line-height:1.4em;
	width:325px;
}

body#home div.intro p, body#home div.intro h1 {
	margin:0 0 11px 0;
}

body#home h3.news {
	color: #660033;
	font-family: Trebuchet, Trebuchet MS, Verdana, sans-serif;
	font-style: italic;
	font-size: 16px;
	font-weight: bold;
	margin-top: 10px;
}

body#home h3.resources,
body#home h3.career-center {
	background:url(../Images/hdr-career-center.gif) no-repeat 0 0;
	height:30px;
	margin:0 0 10px 0;
	text-indent:-9999px;
	width:201px;
}

body#home h3.resources {
	background:url(../Images/hdr-resources.gif) no-repeat 0 0;
}

body#home h3.job-board {
	background:url(../Images/hdr-job-board.gif) no-repeat 0 0;
	height:26px;
	margin:12px 0 5px 0;
	text-indent:-9999px;
	width:201px;
}

body#home div.items {
	color:#333;
	height:350px;
	overflow:auto;
	padding-right:10px;
}

body#home div.items p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height:1.2em;
}

body#home div.new {
	min-height:400px;
	margin:0 228px;
	padding:19px 0 0 0;
	width:325px;
	margin: 0 0 0 26px;
	order: 2;
}

body#home div.col {
	font-size:14px;
	margin:0 auto;
	padding:19px 0 0 0;
	width:203px;
}

div.csc-frame.csc-frame-default {
	margin: 10px 0;
}

@media screen and (max-width: 820px) {
	body#home div.col {
		width: 100%;
	}

	body#home div.new {
		width: 100%;
		padding-right: 10px;
		margin-left: 0;
	}
}

body#home img[src="clear.gif"] {
	display: none;
}

body#home div.col.first {
	order: 1;
}

body#home div.col.second {
	order: 3;
}

body#home div.col img,
body#home div.new img {
	float:right;
	margin:2px 2px 2px 12px;
}

/* to deal with csc-textpic (tt_content) wrapping of images: */

body#home div.col .csc-textpic img,
body#home div.new .csc-textpic img{
	float: none;
	margin: 0 auto;
}

/*
body#home #centerContent div div.csc-textpic-clear,
body#home #centerContent div div.csc-textpic-text {
	clear: none;
}
*/
body#home div.job-items {
	height:250px;
	overflow:auto;
	padding-right:8px;
	margin-bottom: 20px;
}

/* GB: Disable the job-items box 2008-02-14 */
body#home #jobItems {
	display: none;
}

body#home div.forums {
    background:url(../Images/bg-forums.gif) no-repeat 0 0;
    clear:both;
    color:#000;
    height:100px;
    margin:10px 0 20px 0;
    position:relative;
    width:200px;
}

body#home div.forums ul {
    list-style-type:none;
    position:absolute;
    left:9px;
    top:20px;
}

body#home div.forums li {
    margin:5px 0;
}

body#home div.col ul.arrow li {
	font-size:1.1em;
	margin-bottom:15px;
}

body#home div.col ul.arrow p {
	font-size:14px;
	margin:5px 0;
}

#primaryContent ol {
	margin-left: 20px;
	margin-bottom: 8px;
}

.tx-srfeuserregister-pi1 fieldset {
	border: 0;
}

div#left .csc-textpic, div#left .csc-textpic-center, div#left .csc-textpic-below, div#left .csc-textpic {
	float: none;
	display: inline;
	margin: 0;
	padding: 0;
}

#centerContent ul {
/*	display: inline-block;*/
	list-style-type: none;
}
