/*                       
	global 
                       */
html,body {
	margin: 0;
	padding: 0;
}
body {
	font-family:  Tahoma, Arial;
	background: #fff url(../images/bg.gif) top left repeat;
	margin:0;
	padding:0;
	text-align:center;
}
table {
	border-collapse: collapse;
}
caption {
	font-weight: bold;
	font-size: 1.15em;
}
th, td {
	border: 0;
	vertical-align: top;
}
a:link, a:visited, a:hover, a:active {
	color: #00f;
	text-decoration: underline;
}
ul.projects {
	margin-left: 0em;	
	padding-left: 1em;
}
ul.projects li {
	list-style-type: none;
	list-style-image: none;
}
.fileupload input { width: 400px; }
#container {
	width:975px;
	background: #dbe6ec url(../images/containerbg.png) top left repeat;
	text-align:left;
	margin:0 auto;
}
#inner_container {
	background: transparent url(../images/inner_containerbg.png) top right repeat-y;
}
#inner_container2 {
	background: transparent url(../images/inner_container2bg.png) bottom left no-repeat;
}
/*                       
	topmenu 
                       */
#topmenu {
	text-align:right;
	float:right;
	margin: 0 0 25px 0;
	background: transparent url(../images/topbar_01.gif) top left no-repeat;
	color: #fff;
}
.topmenu_inner {
	background: transparent url(../images/topbar_02.gif) top right no-repeat;
	font-size:85%;
	padding: 1px 12px 0;
	height:25px;	
}
.topmenu_inner .icon {
	position:relative;
	top: 2px;
}
.topmenu_inner a {
	color: #fff;
	margin: 0px 6px;
	text-decoration: none;
}
.topmenu_inner a:hover {
	color: #fff;
	text-decoration: underline;
}
/*                       
	menu 
                       */
#menu {
	margin: 5px 5px;
	background: #fff url(../images/menu_01.gif) top left no-repeat;
}
.menu_inner {
	background: transparent url(../images/menu_02.gif) top right no-repeat;
	/*padding: 16px;*/
	padding: 0px 16px;
	font-size: 108%;
	line-height: 40px;
	color:#fff;
}
.menulink_inner:link, .menulink_inner:visited {
	color:#fff;
	text-decoration: none;
	margin: 0px 4px;
	padding: 11px 26px 9px;
}
.menulink_inner:hover, .menulink_inner:active {
	background: #DBE6EC url(../images/menu_01_hover.gif) top left repeat-x;
	/*color: #4f6a82;*/
	color: #fff;
}
#menu .selected {
	background: transparent url(../images/menu_01_hover.gif) top left repeat-x;
}
#menu .selected:hover, #menu .selcted:active {
	/*border-bottom: 6px solid #fff;*/
}
/*                       
	content areas
                       */
#left, #right, #wide, #alt-left, #alt-right {
	font-size: 100%;
	margin: 0px 5px;
	color: #333;
	padding: 5px;
}
#left {		
	float:left;
	width:300px;
}
#alt-left {
	float:left;
	width:600px;
}
#right {
	margin-left:320px;
}
#alt-right {
	margin-left:620px;
}
/*                       
	footer
                       */
#footer {
	clear: both;
	font-size: 77%;
	margin: 6px 0 0 0;
	padding: 3px 0 3px 0;
	text-align: center;
	background: transparent url(../images/footer_bar.gif) 50% 0 no-repeat;
}
/*                       
	left * right
                       */
#left .post, #right .post {
	background: #f0f0f0;
	margin: 0 0 6px;
	overflow: hidden;
}
#left .post .phead, #right .post .phead {
	background: transparent url(../images/postheader_01.gif) top left no-repeat;
}
#left .post .pbody, #right .post .pbody {
	padding: 4px 8px;
	border: 0px solid #4f6a82;
	border-width: 0 1px 1px 1px;
}
#left .post h3, #right .post h3 {
	margin: 0;
	padding: 4px 8px;
	color: #e5e5e5;
	background: transparent url(../images/postheader_02.gif) top right no-repeat;
}
/*                       
	wide
                       */
#wide .post {
	background: #f0f0f0;
	margin: 0 0 6px;
}
#wide .post .phead {
	background: transparent url(../images/postheader_01.gif) top left no-repeat;
}
#wide .post .pbody {
	padding: 4px 8px;
	border: 0px solid #4f6a82;
	border-width: 0 1px 1px 1px;
}
#wide .post h3 {
	margin: 0;
	padding: 4px 8px;
	color: #e5e5e5;
	background: transparent url(../images/postheader_02.gif) top right no-repeat;
}
/*                       
	alt-left & alt-right
                       */
#alt-left .post, #alt-right .post {
	background: #f0f0f0;
	margin: 0 0 6px;
}
#alt-left .post .phead, #alt-right .post .phead {
	background: transparent url(../images/postheader_01.gif) top left no-repeat;
}
#alt-left .post .pbody, #alt-right .post .pbody {
	padding: 4px 8px;
	border: 0px solid #4f6a82;
	border-width: 0 1px 1px 1px;
}
#alt-left .post h3, #alt-right .post h3 {
	margin: 0;
	padding: 4px 8px;
	color: #e5e5e5;
	background: transparent url(../images/postheader_02.gif) top right no-repeat;
}
/*                       
	content styles
                       */
.pbody p {
	line-height: 15pt;
}
.photo {
	background: #f0f0f0;
	border: 1px solid #4f6a82;
	padding: 6px;
}
.left, .leftphoto { float: left; }
.right, .rightphoto { float: right; }
.clear { clear: both; }
.leftphoto, .rightphoto {
	margin: 4px 8px;
}
/*                       
	success & failure 
                       */
.mailform, .success, .failure {
	margin: 14px 0;
}
.mailform h4, .success h4, .failure h4 {
	margin: 0;
	padding: 2px 0 2px 20px;
	line-height: 12pt;
	color: #fff;
	background: transparent url(../images/formheader.gif) top left no-repeat;
}
.success h4 {
	background-image: url(../images/successheader.gif);
}
.failure h4 {
	background-image: url(../images/failureheader.gif);
}
.mailform table {
	border: 5px solid #f5f5f5;
}
.mailform th, .mailform td {
	border: 0;
}
.mailform .formbody, .success .formbody, .failure .formbody {
	background: #fff;
	border: 0px solid #a0a0a0;
	border-width: 0 3px 3px;
	color: #333;
	padding: 5px 8px;
}
.success .formbody {
	border-color: #4f994c;
}
.failure .formbody {
	border-color: #994c4f;
}
.mailform .oddrow {  
	background:#f5f5f5; 
}
.mailform textarea {
	width: 26em;
}
.formbody h6 {
	margin: 2px;
	text-align: right;
}
.formitemlabel {
	padding:0px 16px;
	font-size:123.1%;
}
.required {
	font-size: 108%;
	font-weight: bold;
	color: #ff0033;
}
.errormessage {
	font-size: 93%;
	color: #ff0033;
	font-weight: bold;
	margin: 0 0 4px 4px;
}
.mailform input, .mailform button, .mailform option, .mailform select {
	padding: 0px 7px;
	font-size: 138.5%;
}

table.socialnetworking {
}
table.socialnetworking td {
	border: 1px solid #989898;
}