html, body {
	margin: 0;
	background: url("/images/wired-bg.jpg") no-repeat fixed left top;
	background-color: #555555;
	font-family: Myriad Pro, Tahoma, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 16pt;
	z-index: -9999;
}

#wrapper {
	width: 950px;
	margin: 0 auto;
	margin-top: 25px;
	margin-bottom: 25px;
}

img {
	border: none;
}

/* Header */
#contentTop {
	background: url("/images/content-top.png") no-repeat;
	height: 105px;
}

#logo {
	position: relative;
	float: left;
	top: 25px;
	left: 115px;
}

#navigation {
	position: relative;
	float: right;
	top: 25px;
	right: 25px;
	z-index: 100;
}

#headerContact {
	position: relative;
	float: right;
	margin-top: -15px;
	font-size: 16pt;
}

#headerContact a {
	padding-right: 15px;
	color: #555555;
	text-decoration: none;
	font-size: 12pt;
}

#headerContact a:hover {
	text-decoration: none;
	font-size: 12pt;
	color: #CC0000;
}

#breadcrumb {
	position: relative;
	clear: right;
	float: right;
	font-size: 9pt;
}

/* Main */
#contentHeadline {
	background: url("/images/content-headline.png") no-repeat;
	height: 60px;
	padding: 0 40px 0 115px;
}

#headline {
	position: relative;
	float: left;
	font-size: 16pt;
	line-height: 42pt;
}

#contentMain {
	background: url("/images/content-middle.png") repeat-y;
	padding: 0 45px 0 115px;
	overflow: auto;
}

#contentMainBlogLeft {
	position: relative;
	float: left;
	width: 500px;
}

#contentMainBlogRight {
	position: relative;
	float: left;
	width: 250px;
}

#blogFeed li {
	list-style: none;
	margin: -20px 0px 10px -40px;
	padding: 10px 10px 10px 0;
}

#twitterFeed li {
	list-style: none;
	margin: -20px 0px 10px -40px;
	padding: 10px 0 10px 0;
}

a {
	color: #CC0000;
}

a:hover {
	color: #555555;
}

blockquote {
	background: url("/images/blockquote.png") no-repeat;
	padding: 20px 20px 10px 50px;
	margin: 10px 15px 10px 15px;
	background-color: #DDDDDD;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;

}

h1 {
	font-size: 16pt;
	margin: 0 0 0 0;
	padding: 5px 5px 5px 5px;
}

h2 {
	font-size: 14pt;
	margin: 10px 0 0 0;
	padding: 5px 5px 5px 5px;
	font-weight: lighter;
}

h2 a {
	font-size: 10pt;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
}

h3 {
	font-size: 12pt;
	margin: 10px 0 0 0;
	padding: 5px 5px 5px 5px;
}

/* Blog Headline */
h4 {
	font-size: 14pt;
	margin: 10px 0 0 0;
	padding: 5px 5px 5px 5px;
	font-weight: lighter;
}

p {
	margin: 0 0 0 0;
	padding: 5px 0 5px 0;
}

table {
	width: 100%;
}

textarea {
	width: 75%;
	font-family: Myriad Pro, Tahoma, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 16pt;
	padding: 5px 5px 5px 5px;
}

th {
	font-size: 10pt;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	width: 150px;
	padding: 2px 0px 2px 15px;
}

.blogBoiler {
	width: 100%;
	font-size: 10pt;
	font-style: italic;
	border-style: solid;
	border-width: thin;
	border-color: #DDDDDD;
	margin: 10px auto;
	padding: 5px 5px 5px 5px;
}

.blogWidget {
	width: 100%;
}

.blogWidget li {
	list-style: disc;
	margin-left: -15px;
}

.checkRequiredError {
	background-color: #CC0000;
	color: #FFFFFF;
}

.detail {
	font-size: 8pt;
}

.grayBox {
	border: 1px solid #555555;
	background-color: #CCCCCC;
	padding: 3px 3px 3px 3px;
}

.highlight {
	color: #CC0000;
	font-weight: bold;
}

.leftColumn {
	position: relative;
	float: left;
	width: 500px;
}

.newsletterBox {
	float: right;
	width: 315px;
	font-size: 10pt;
	border-style: solid;
	border-width: thin;
	border-color: #CC0000;
	background-color: #DDDDDD;
	margin: 10px 10px 10px 10px;
	padding: 5px 5px 5px 5px;
}

.rightColumn {
	position: relative;
	float: left;
	width: 290px;
}

.roundedCorners {
	background-color: #555555;   /* if needed */
    border: 10px solid #555555;   /* if needed */
    -webkit-border-radius: 10px;   /* for Safari */
    -moz-border-radius: 10px;      /* for Firefox */
	color: #FFFFFF;
	margin: 0 0 15px 0;
}

.roundedCornersBlog {
	background-color: #CCCCCC;   /* if needed */
    border: 10px solid #CCCCCC;   /* if needed */
    -webkit-border-radius: 10px;   /* for Safari */
    -moz-border-radius: 10px;      /* for Firefox */
	color: #000000;
	margin: 0 0 15px 0;
}

.testimonialImage {
	float: right;
	padding-top: 15px;
}

.wp-caption {
	font-size: 9pt;
	font-style: italic;
	border-style: solid;
	border-width: thin;
	border-color: #DDDDDD;
	margin: 10px auto;
	padding: 5px 5px 5px 5px;
}

/* Footer */
#contentBottom {
	background: url("/images/content-bottom.png") no-repeat;
	height: 103px;
	padding: 20px 40px 10px 100px;
}

#footerText {
	margin: 0 auto;
	width: 75%;
	font-size: 8pt;
	line-height: 12pt;
	text-align: center;
}
