@import url(/css/shared/header.css);
@import url(/css/shared/footer.css);
@import url(/css/shared/fonts.css);

html,
body {
	margin: 0;
	padding: 0;
	background: #292929;
}

h1 {
	margin: 0;
	padding: 0;
	font-size: 2.3em;
}

h2 {
	margin: 0;
	margin-bottom: 0.3em;
	padding: 0;
	font-size: 1.6em;	
}

h3 {
	margin: 0;
	margin-bottom: 0.5em;
	padding: 0;
}

#wrapper {
	margin: 0 auto;
	padding: 0;
	padding-top: 30px;
	padding-bottom: 30px;
	width: 900px;
}

#columns .column.left {
	float: left;
	display: inline;
	width: 580px;
	margin-right: 15px;	
}
/*
#columns .column.left {
	float: left;
	display: inline;
	width: 304px;
}
*/
#questions {
	background: #4f4f4f;
	padding: 20px;
	border-bottom: 1px solid #292929;
}

#questions h1 {
	margin-bottom: 10px;	
}

#questions p {
	font-size: 1.1em;
}

#questions ul {
	list-style-type: none;
	margin: 0;
	padding: 0;	
	font-size: 1.1em;
	line-height: 1.4em;
}

#questions ul li {
}

#questions ul li a {
	background: url(/cs_images/shared/white_triangle.gif) no-repeat 3px 4px;
	padding-left: 15px;
	display: block;	
}

#questions ul.serviceList {
	padding-bottom: 10px;
}

#questions ul.serviceList li {
	margin-left: 15px;
	list-style: disc;
}

#questions a:link, #questions a:visited {
	color: #fff;
	text-decoration: none;
}

#questions a:hover {
	color: #0f0f0f;	
}

#questions ul.bullet {
	list-style-type: square;
}

#questions ul.bullet li {
	margin-left: 15px;	
}

.qa h2 {
	line-height: 1.2em;
	font-weight: normal;
}

.qa {
	padding: 20px;
	background: #383838;
	border-bottom: 1px solid #292929;
	font-size: 1.1em;
	line-height: 1.4em;
}

.qa p {
	margin: 0;
	padding: 0;
}

.qa a:link, .qa a:visited {
	color: #fff;
}

.qa a:hover {
	color: #ccc;
}

#columns .column.right img {
	border: 10px solid #4f4f4f;
}

* html #columns .column.right img {
	border: 9px solid #4f4f4f;
}

p.top {
	text-align: right;
	margin: 8px 0 2px 0;
}

.top a:link, .top a:visited {
	color: #fff;
	text-decoration: none;
}

.top a:hover {
	color: #838383;
}
