@charset "utf-8";

/*
====================
General Site Design
====================
*/

html {
	min-height:100.2%;
}

html, body, ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
}
img {
	border: 0;
}
a {
	text-decoration: none;
	color: #4944EC;
}
a:hover {
	text-decoration: underline;
}
.more {
	text-align: right;
}
.left {
	float: left;
}
.clear {
	clear: both;
}

body, h1, h2, h3, h4, form {
	margin: 0;
	padding: 0;
	color: #5C5C5C;
}

h3, h4 {
	margin-bottom: 3px;
}

/*
====================
 Page Layout
====================
*/
body {
	background: url(images/header_bg.jpg) repeat-x;
	text-align: center;
	font: 12px tahoma, arial, sans-serif;
}
#wrapper {
	text-align: left;
	margin: auto;
	width: 774px;
	padding: 0px 8px 0px 8px;
}

/*
====================
 Header
====================
*/
#header {
	height: 203px;
	position: absolute;
}
#header h1 {
	margin-top: 44px;
	height: 46px;
	color: #ffffff;
}
#header h1 img {
	display: block;
}

/*
====================
 Navigation
====================
*/
#nav {
	margin-top: 7px;
	background: url(images/nav_bg.jpg) repeat-x;
	font-size: 0px;
	height: 40px;
	float: left;
}
#nav img {
	vertical-align: -10px;
}
#nav a {
	color: #ffffff;
	padding: 16px 10px 8px 10px;
	font-size: 14px;
	margin-top: 10px;
}
#nav a:hover {
	background: url(images/nav_hoverbg.jpg) repeat-x;
	text-decoration: none;
}

/*
====================
 Body
====================
*/

#body {
	padding-top: 200px;
	text-align: justify;
	min-height: 300px;
}

#body p {
	padding-left: 8px;
}

#body h4 {
	padding-left: 4px;
}

#body h3.news {
	background: url(images/icons/bullet_letter.gif) no-repeat;
	padding-left: 15px;
	font-weight: bold;
	margin: 1em 0 0.4em 0;
}
#body ul.plussbullets, ul.letterbullets {
	margin: 3px 0 10px 14px;
	padding: 0;
}
#body ul.plussbullets li, ul.letterbullets li {
	margin: 0 0 3px 0px;
	padding: 0 0 0 16px;
}
#body ul.plussbullets li {
	background: top left url(images/icons/bullet_plus.gif) no-repeat;
}
#body ul.letterbullets li {
	background: top left url(images/icons/bullet_letter.gif) no-repeat;
}

#body h2, #body p {
	margin: 0px 0px 10px 0px;
}


/*
====================
 Portfolio
====================
*/
.portfolio_item {
	clear: left;
	padding-bottom: 14px;
	margin-left: 8px;
}

.portfolio_item img {
	float: left;
	margin-right: 6px;
	border: 1px solid #3d3d45;
}

.portfolio_item a {
	font-weight: bold;
}

.portfolio_item hr {
	display: block;
	clear: left;
	margin: -0.66em 0;
	visibility: hidden;
}



/*
====================
 Footer
====================
*/
#footer {
	color: #FFFFFF;
	background: #3d3d45 url(images/footer_bg.gif) repeat-x;
	padding: 6px 0 5px 0;
	margin-top: 2em;
	font-weight: bold;
}
#footer p {
	margin: 0;
	padding: 0;
}
#footer a {
	color: #ffffff;
}
