/* CSS Stylesheet for SDS Engineering (sdsengin.com) */

body {
	font-size: 62.5%;
	font-family: Verdana, Arial, sans-serif;
	margin: 0;
	padding: 0;
	background: #333;
	text-align: center;
}

#page {
	position: relative;
	margin: 0 auto;
	width: 800px;
	text-align: left;
}

#header {
	width: 100%;
	border-bottom: 4px solid #ccc;
	border-left: 4px solid #ccc;
	border-right: 4px solid #ccc;
	background: #fff;
}

#mainArea {
	position: relative;
	margin: 0 auto;
	width: 760px;
	background: #fff;
	margin-top: 30px;
}

#mainArea2 {
	position: relative;
	margin: 0 auto;
	width: 760px;
}

#secondContent {
	padding-top: 15px;
	width: 100%;
	margin-top: 20px;
	padding-bottom: 20px;
	background: #444;
}

#secondContent p {
	font-size: 1.2em;
	color: #eee;
}

#secondContent h1 {
	font-weight: normal;
	color: #fff;
	font-size: 1.6em;
	text-align: left;
}

#content {
	width: 100%;
	margin-top: 20px;
	padding-bottom: 20px;
	background: #fff;	
}

.paragraphs {
	width: 55%;
	padding-right: 4%;
	border-right: 1px dashed #ccc;
	margin: 15px;
	text-align: justify;
	font-family: Verdana, Tahoma, sans-serif;
	line-height: 150%;
}

.paragraphsAlt {
	width: 90%;
	padding-right: 4%;
	margin: 15px;
	text-align: justify;
	font-family: Verdana, Tahoma, sans-serif;
	line-height: 150%;
	color: #fff;	
}

#content p {
	font-size: 1.2em;
	color: #444;
}

#content h1 {
	font-weight: normal;
	color: #333;
	font-size: 1.6em;
	text-align: left;
}


a.genLink {
	text-decoration: underline;
	font-weight: bold;
	color: #555;
}


#nav {
	height: 27px;
	font-size: 1.2em;
	text-transform: uppercase;
	background-color: #333;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	font-weight: bold;
}

#nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	height: 27px;
}
#nav li {
	float: left;
	margin: 0px;
	padding: 0px;
	height: 27px;
	width: 140px;
}

#nav li a{
	text-decoration: none;
	display: block;
	color: #ccc;
	text-shadow: #111 2px 2px 2px;
	background: #555;
	background-position: center 0px;
	padding-top: 7px;
	padding-right: 17px; /*20px;*/
	padding-bottom: 0px;
	padding-left: 17px; /*20px;*/
	margin-top: 0px;
	height: 20px;
	text-align: center;
}

#nav li a:hover{
	color: #fff;
	background-position: center -27px;
	background: #777;
}

.sidebar {
	width: 30%;
	float: right;
	margin-right: 3%;
	text-align: justify;
	color: #777;
}

.sidebarHeader {
	width: 100%;
	border-bottom: 1px solid #888;
}



.sidebarHeader a {
	font-size: 1.6em;
	color: #334149;
	text-decoration: none;
}

.sidebarHeader a:visited {
	font-size: 1.6em;
	color: #334149;
	text-decoration: none;
}

.sidebarHeader a:hover {
	font-size: 1.6em;
	color: #647e8c;
	text-decoration: none;
}

.sidebarHeader a:active {
	font-size: 1.6em;
	color: #334149;
	text-decoration: none;
}

.thumbs {
	width: 100%;
	text-align: left;
}

.thumbs ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.thumbs li {
	display: inline;
	margin-right: 15px;
}

.thumbs li a img {
	border: 4px solid #ccc;
}

.thumbs li a:visited img {
	border: 4px solid #ccc;
}

.thumbs li a:hover img {
	border: 4px solid #647e8c;
}

.thumbs li a:active img {
	border: 4px solid #ccc;
}

#footer {
	width: 100%;
	text-align: center;
	font-size: 1.1em;
	color: #fff;
}
