body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {  
  margin:0; 
  padding:0; 
} 

table {
  border-collapse:collapse; 
  border-spacing:0;
} 

fieldset,img {
  border:0; 
} 

address,caption,cite,code,dfn,em,strong,th,var { 
  font-style:normal; 
  font-weight:normal; 
} 

ol,ul { 
  list-style:none; 
} 

caption,th { 
  text-align:left; 
} 

h1,h2,h3,h4,h5,h6 { 
  font-size:100%; 
  font-weight:normal; 
} 

q:before,q:after { 
  content:''; 
} 

abbr,acronym { 
  border:0; 
}

body {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	background: #FFFFFF;
	font: 11pt Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

h1, h2, h3 {
	color: #FFFFFF;
}


h2 {
  font-size: 14pt;
  font-weight: bold;
}

h3 {
  font-size: 13pt;
  font-weight: bold;
}

h4 {
  font-size:12px;
  font-weight:bold;
}

h5 {
font-size:13px;
padding: 5px 0;
font-weight: bold;
color: #999999;
}


p, blockquote, ul, ol, dl {
	margin-bottom: 1em;
	line-height: 1.8em;
}

p {
  font-size: 13px;
}

blockquote {
	margin-left: 2em;
	margin-right: 2em;
	margin-bottom:0em;
	padding-bottom:1em;
	font-style: italic;
}

ul {
	margin-left: 3em;
}

ul li {
}

ol {
	margin-left: 3em;
}

ol li {
}

dl {
  margin-left: 3em;
}

dl dd {
  margin-left:5em;
}

a {
	text-decoration: underline;
	color: #FFFFFF;
}

a:hover {
	text-decoration: none;
	color:#FFFFFF;
}

img {
	border: none;
}

img.right {
  float: right;
}

img.left {
  float: left;
  margin-right: 10px;
}



/* Boxed Style */

.boxed {
	margin-bottom: 0px;
}

.boxed .title {
	margin: 0;
	padding: 5px 0;
	background: url(images/link_gradient.gif) repeat-x left bottom;
  text-decoration: underline;
	font-size: 1.6em;
}

.boxed .content {
	padding: 5px;
}

/* Post */

.post {
}

.post .title {
	padding: 10px 20px;
	background: #19120a;
}

.post .heading {
	padding: 0px 0px;
	background: #19120a;
  font-size: 15px;
	font-weight: bold;
	font-family: Arial, "Times New Roman";
}

.post .date {
	padding-top: 5px;
	font-size: .8em;
	font-weight: normal;
}

.post .date .month {
}

.post .date .day {
}

.post .date .year {
}

.post .meta {
	padding-bottom: 10px;
	background: url(images/1.gif) repeat-x left bottom;
	font-size: .8em;
}

.post .meta p {
	margin: 0;
	line-height: normal;
}

.post .story {
	padding: 20px;
}

.form_error {
	color:#EE800F;
}

/* Header */

#header {
	height: 82px;
	margin-bottom:0px;
	background: #5C5C5C url(../images/sedlmayr_web_logo.jpg) no-repeat left top;
}



/* Header > Logo */

#heading {
	width: 800px;
	height: 30px;
	margin: 0 auto;
	padding: 0 0 0 0;
	
}

#heading h1, #heading h2 {
	text-transform:lowercase; 
	letter-spacing: 1px;
	font-size: 11px;
}

#heading h1 {
	float: left;
	letter-spacing:5px;
}

#heading h2 {
	float: right;
	letter-spacing:5px;
}

#heading a {
}

/* Header > Menu */

#menu {
	width: 800px;
	height: 30px;
	background:#d7d6e5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	float: left;
	border-bottom: #000000 1px solid;
	border-top: #000000 1px solid;
}

#menu ul {

	list-style:none;
}

#menu li {
	display: inline;

}

#menu a {
	display: block;
	float: left;
	height: 30px;
	padding: 0 20px 0 20px;
	margin-right: 5px;
	margin-left: auto;
	text-align: center;
	font-size: 14px;
	color: #565275;
}


#menu a:hover {
	background: #565275;
	text-decoration: none;
	color:#d7d6e5;
}

#menu .active a {
	background: #565275;
	text-decoration: none;
	color:#d7d6e5;

}


/* Wrapper */

#wrapper {
	background: #19120a;
	width:800px;
	margin-left:auto;
	margin-right:auto;

}

/* Content */

#content {
	width: 800px;
	margin: 0 auto;
	padding: 0px 0 0 0px;
	background-color:#19120a;
}

/* Content > Main */

#main {
  float: left;
  width: 550px;
  padding-left:10px;
}

#full_alm {
  width:750px;
  padding-left:10px;
  float:left;
}

#full {
  width:800px;
}

#full_left {
  width:350px;
  float:left;
  padding-left:10px;
}

#full_right {
  width:350px;
  float:right;
  padding-left:10px;
}

/* Content > Main > Welcome */

#welcome {
	padding-top: 5px;
}

/* Content > Main >  */

#example {
}

/* Content > Sidebar */

#sidebar {
  float: right;
  width: 109px;
  background: #000000;
  border-left: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 6px;
  color: #ffffff;
}

/* Content > Sidebar > Support */

#support {
	padding: 20px 15px;
	background-color:#000000;
	color: #000000;
}

#support h2 {
	margin: 0;
	font-size: 1.3em;
	color: #000000;
}

#support h3 {
	margin: 0;
	font-size: 1em;
	color: #FFFFFF;
}

/* Content > Sidebar > Login */

#login {

}


#login form {
}

#login fieldset {
	border: none;
}

#login legend {
	display: none;
}

#login label {
	font-size: x-small;
	font-weight: bold;
}

#login input {
	margin-bottom: 3px;
	padding: 2px 3px;
	border: 1px solid #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#inputtext1, #inputtext2 {
	color: #000000;
}

#inputsubmit1 {
	background: #000000;
	color: #FFFFFF;
	border:1px #000000 solid;
	}

#inputsubmit1:hover {
	background: #000000;
	color: #FFFFFF;
}


#login p {
	font-size: .8em;
}

/* Content > Sidebar > Updates*/

#updates {
		

}

#updates ul {
	margin: 0;
	list-style: none;
}

#updates h3 {
	margin: 0;
	font: bold x-small Verdana, Arial, Helvetica, sans-serif;
}

#updates p {
	margin-bottom: 1.4em;
	font-size: 10px;
	line-height: normal;
}

/* Content > Sidebar > Partners*/

#partners {
}

#partners .content {
	padding: 10px 0;
}

#partners ul {
	margin: 0;
	border-bottom: 1px solid #000000;
	list-style: none;
	line-height: normal;
}

#partners li {
	padding: 10px;
	border-top: 1px solid #000000;
}

#sidead {

}

/* Footer */

#footer {
	width: 800px;
	clear: both;
	background: #000000;
	margin:0 auto 0 auto;
  border-top: 1px solid #FFFFFF;
}

#footer p {
	width: 700px;
	margin: 0 auto;
	font-size: small;
	color: #FFFFFF;
	text-align:center;
}

#footer a {
	color: #FFFFFF;
}

#footer a:hover {
	text-decoration: none;
}

/* Footer > Legal */

#legal {
}

/* Footer > Links */

#links {
}

div.row
{ clear: both;
  width: 520px;
  height: 29px;
}

div.row2
{ clear: both;
  width: 520px;
  height: 79px;
}

span.formlabel 
{ float: left;
  width: 220px;
  text-align: left;
}
div.row span.forminput
{ float: right;
  text-align: right;
} 
div.row2 span.forminput
{ float: right;
  text-align: right;
}

div.row input, textarea
{
	width:240px;
}

div.row2 input, textarea
{
	width:240px;
}

div.row .submit
{ 
  background: #000000;
  color: #FFFFFF;
  width: 70px;
  height: 22px;
  cursor:pointer;
}

div.row .submit:hover
{ 
  background: #000000;
	color: #FFFFFF;
}

.spacer
{
  padding-top:20px;
}

#quote {
  padding-top:1em;
  border-top:1px solid grey;
}

#vision {
  text-align: center;
}

#vision img {
  padding-top:2em;
}

.connectDevelop {
  float:right;
  padding-top:20px;
  padding-right:10px;
}
