@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
body {
	background-color: #fcfdfe;
	width: 100%;
	height: 100%;
	font-size: 11px;
	color: #5e5e5e;
	font-family:Trebuchet MS, Helvetica, Jamrul, sans-serif;
	background-image: url(header-bg-big.jpg);
	background-repeat: repeat-x;
}
p {
	line-height: 20px;
}
p.regular {
	clear:left;
	padding-top: 15px;
	padding-bottom: 10px;
	color: #848484;
	text-align: justify;
}
h1 {
	font-size: 15px;
	color: #2597d5;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #e4e4e4;
	float: left;
	padding-top: 13px;
	padding-bottom: 10px;
}
h1.brownish {
	color: #b68c40;
}
h2 {
	font-size: 12px;
	font-weight: bold;
	color: #818181;
}
ul {
	list-style:none;
}
ul.inner_list li {
	background-image: url(list_item.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	line-height: 30px;
	color:#848484;
	font-size: 12px;
	font-weight: bold;
	padding-left: 20px;
}
ul.inner_list li a:link, #content ul li a:visited {
	text-decoration:none;
}
img.border {
	border: 1px solid #dce0e1;
}
.clear {
	clear: both;
}
.wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	clear:both;
}
div.content_body_small {
	background-color: #f4f4f4;
	padding: 15px;
	margin-bottom: 20px;
	color: #7f7f7f;
	clear:left;
	height: 212px; 							/*artificially set height to match the image height*/
}
#logo {
	float: left;
	height: 93px;
	width: 230px;
	margin-bottom: 20px;
}
#header {
	background-image: url(header-bg-big.jpg);
	background-repeat: repeat-x;
	height: 115px;
}
#portfolio_preview {
	background-image: url(header-bg-bottom.jpg);
	background-repeat: no-repeat;
	clear:both;
	background-position: center bottom;
	width: 100%;
	padding-bottom:23px;
}
#page_preview {
	background-image: url(header-bg-big-2.jpg);
	background-repeat: repeat-x;
	width: 100%;
	clear: both;
}
#header ul.nav {
	display: inline;
}
#header ul.nav li {
	float: right;
	display: inline;
	margin-top: 50px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dfdfdf;
}
#header ul.nav a:link, #header ul.nav a:visited {
	font-size: 14px;
	color: #686868;
	text-decoration: none;
	height: 22px;
	line-height: 22px;
	padding-right: 25px;
	padding-left: 25px;
	display:inline-block;
}
#header ul.nav a:hover {
	color: #FFFFFF;
	background-image: url(nav_links.jpg);
	background-repeat: repeat-x;
}
.content_item {
	float: left;
	width: 380px;
	padding-left: 10px;
	padding-right: 10px;
}
.content_item .title {
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dfdfdf;
	float:left;
}
.content_item .title_no_border {
	width: 100%;
	float:left;
	height: 50px;
}
#content a:link, #content a:visited {
	color: #2699d2;
	text-decoration: none;
	font-weight:bold;
}
#content img {
	margin-bottom: 20px;
}
#content {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e4e4e4;
	clear: both;
}
#footer {
	background-image: url(footer_bg.jpg);
	background-repeat: repeat-x;
	clear: both;
	height: 216px;
	width: 100%;
	padding-top: 20px;
}
#footer ul {
	display: inline;
	list-style: none;
}
#footer ul li {
	float: left;
	display: inline;
}
#footer ul li a:link, #footer ul li a:visited {
	color: #5e5e5e;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #5e5e5e;
}
#footer #last {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#footer #copyrights {
	background-image: url(logo_footer.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	float: right;
	height: 18px;
	padding-left: 25px;
	padding-right: 30px;
}

