* {margin:0px;padding:0px;top:0px;left:0px;font-family:verdana,arial,helvetica,sans-serif;}
body{
	text-align: center;
	background-color: #3A688E;
}
#page{
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 0px; /* This does not do anything */
	position: relative;
	bottom:0px; /* This does not do anything */
	width: 884px;
	text-align: left;
	background-color: #FFF;
}
#header{
	background-image: url(/theme/csconsult/images/Cumulus-Consulting-cloud-computing-header.jpg);
	height: 175px;
	width: 884px;
	left: 0px;
	top: 0px;
}
#header a{
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	color: #FFFFFF;
	text-decoration: none;
	margin-top: 35px;
}
#navlist{
	margin: 0px 0px;
	text-align: center;
	padding-left: 0px;
	padding-top: 3px;
	background-color: #00306F;
	white-space: nowrap;
	height: 22px;
	width: 884px;
	position: relative;
	top: 0px;
}
#navlist li{
	display: inline;
	list-style-type: none;
	font-size: 11pt;
}
#navlist a {
	padding: 3px 13px;
	background-image: url(/theme/csconsult/images/button1.gif);
	background-repeat: repeat-x;
	background-color: #00306F;
	font-weight: bold;
	height: 20px;
	display: inline;
	text-align: center;
	color: #fff;
	text-decoration: none;
}
#navlist a:hover{
	background-image: url(/theme/csconsult/images/button-hover.gif); 
	background-repeat: repeat-x;
	color: #FFA;
}

#content{
	margin: 10px 0px;
	padding: 0px;
	width: 884px;
	background-color: #FFF;
}

#column-wrapper{
	float: left;
	position: relative;
	width: 720px;
	background-color: #FFF;
	clear:both;
}

#column-main {
	float:right;
	width:496px;
	background:#ffF;
}
#column-left {
	width:212px;
	position:relative;
	z-index:0;
	background:#FFF;
}
#column-right {
	width:154px;
	background:#FFF;
	margin-left:720px;
}

#column-main-content{
	float: right;
	width:474px;
	padding-left:12px;
	padding-right:10px;
	background-color: #FFF;
	overflow: hidden;
	position:relative;
	left:0px;
}

#column-left-content{
	float: left;
	background-color: #FFF;
	margin-left:6px;
}

#bottommenu{
	width: 884px;
	padding: 10px 0px;
	background-color: #FFF;
	text-align: center;
/*	font-style:italic; */
	font-size: 9pt;

	clear:both;
}

#page, #column-wrapper, #column-main, #column-left, #column-right, h2 {position:relative;}

p{
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
	color: #334;
	margin-left: 0px;
	margin-bottom: 12px;
}
h1{
	font-size: 16px;
	font-weight: bold;
	color: #033387;
	margin-top: 0px;
	margin-bottom: 20px;
}
h2{
	
	font-size: 14px;
	font-weight: bold;
	color: #033387;
}
h3{
	font-size: 12px;
	font-weight: bold;
	color: #033387;
}
.spafter{margin-bottom: 20px;}
.medspafter{margin-bottom: 10px;}
.smallspafter{margin-bottom: 4px;}
.nospafter{margin-bottom: 0px;}
.blockquote{margin-left:25px;margin-right:25px}
.nobr{white-space: nowrap}
.noleading {margin-top:0px}
.leaded {margin-top:4px; padding-bottom:3px}
.bold{font-weight:bold;}
.center{text-align:center;}
.readable{
	max-width: 30em;
	/*  This is also defined via JavaScript in msie.css */
}
.tight{
	margin-top: 0px;
	position:relative;
	top:-12px;
}
.list{
	margin-left: 14px;
	font-size: 12px;
	color: #334;
	position:relative;
	left:15px;
}
.loose1{
	margin-top: 16px;
	margin-bottom: 4px;
	position:relative;
}
.loose{
	margin-bottom: 4px;
	margin-right: 4px;
	position:relative;
}
.testimonial{
	font-style: italic;
}
.source{
	font-weight: bold;
	font-size: 8pt;
}
a{
	color: #556;
}
input{
	font-size: 9pt;
}

img{
	border: none;
}
table{
/*	border: 1px solid yellow;   */
	width: 100%; /* works */
	background-color: inherit; /* works */
}
.row{
	margin: 0px 0px 20px 0px;
	display: block;
	clear:both;
}
.leftcell{
	padding: 0% 4% 0% 0%;
	width: 58%;
	display: table-cell;
	float: left;
}
.rightcell{
	padding: 0px 0px;
	width: 38%;
	display: table-cell;
	float: right;
}
.inverse {
	padding: 10px 10px;
	background-color: #FFF;
	text-align: center;
	display: block;
	z-index:2;
}
.photo {
	margin:10px;
	padding:0px;
	width: 150px;
	border-width: 3px;
	border-style: solid;
	border-color: #00306f;
}

#callout {
	float: left;
	background: #5b96da url(/theme/csconsult/images/callout.jpg) no-repeat;
	color: #fff;
	padding: 10px 10px 1.3em 0px;
	margin: 2px 0px 10px 0px;
	display: inline;
	border-bottom: 1px solid white;
}
#callout .callouttext {
	margin-left: 71px;
	color: #fff;
}
#callout .readmore {
	margin-left: 71px;
	margin-bottom: 0;
}
#callout h3 {
	margin-left: 10px;
	margin-bottom: 6px;
}
#callout a {
	color: #fff;
}
#callout a:hover {
	text-decoration: none;
}

#column-right-content{
	padding-left:.5em;
	padding-right:.5em;
	border:none;
	color:#000;
	z-index:2;
	position:relative;
}

#footer{
	clear: both;
	background-color: #FFF;
	position: relative;
	height: 51px;
	background-image: url(/theme/csconsult/images/Cumulus-Consulting-cloud-computing-footer.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
#footer p{
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	float: right;
	padding-top: 23px;
	margin-right: 10px;
}
#footer a{
	color: #fff;
}
#footer a:hover{
	color: #fff;
}
#imagepreloader{
	visibility: hidden;
	overflow: hidden;
	height: 0px;
	width: 0px;
}
