/* STRUCTURE */

body {
	background: #666 url(f/bg.gif) repeat;
	text-align: center;
	margin: 0;
	}
	
#super {
	text-align: left;
	margin: 17px auto;
	background-color: #fff;
	width: 800px;
	}
	
#header {
	}
	
#header_main {
	background: url(f/header_bg.gif) top repeat-x;
	width: 528px;
	height: 90px;
	border: 1px solid;
	border-color: #eee #999 #999999 #f2f2f2;
	float: left;
	}
	
#logo_link {
	background: url(f/logo_sub.jpg) no-repeat center;
	display: block;
	width: 206px;
	height: 63px;
	margin: 14px 0 0 47px;
	}
	
#header_border {
	background: #b5b5b5 url(f/header_border_bg.gif) top repeat-x;
	width: 19px;
	height: 90px;
	border: 1px solid;
	border-color: #b2b2b2 #666 #777 #cccccc;
	float: left;
	}
	
#header_side {
	background: #737373 url(f/header_side_bg.gif) top repeat-x;
	width: 187px;
	height: 40px;
	padding: 20px 30px 30px 30px;
	border: 1px solid;
	border-color: #888 #505050 #555 #888;
	float: left;
	}

#cis_title {
	background: url(f/banner_bg.jpg) no-repeat top left;
	height: 50px;
	clear: both;
	}
	
#cis_title a {
	display: block;
	width: 233px;
	height: 23px;
	background: url(f/cis_title.gif) bottom right no-repeat;
	padding: 14px 0 0 52px;
	}
	
#navbar {
	list-style-type: none;
	margin: 0;
	padding: 5px 0 4px 40px;
	border: 1px solid;
	border-color: #dadada #777 #999 #e9e9e9;
	background: #fff url(f/nav_bg.gif) repeat-x top;
	clear: both;
	}
	
#navbar li {
	list-style-type: none;
	display: inline;
	margin: 0;
	padding: 0;
	padding: 5px 10px;
	}
	
#content {
	background: url(f/content_side_bg_sub.gif) top right repeat-y;
	}
	
#content_main {
	padding: 30px 40px 40px 50px;
	float: left;
	width: 438px;
	background: #fff url(f/main_content_bg.gif) top repeat-x;
	border-style: solid;
	border-width: 1px 1px 0 1px;
	border-color: #fff #999 #999 #fdfdfd;
	}
	
#content_side {
/*
	width: 185px;
	margin-left: 379px;
	border-top: 1px #aaa solid;
	padding: 20px 30px 30px 202px;
	*/
	width: 185px;
	margin-left: 510px;
	border-top: 1px #ccc solid;
	padding: 20px 30px 30px 52px;
	}
	
html>body #content_side {
	width: 188px;
	margin-left: 379px;
	padding: 20px 30px 30px 202px;
	}
	
.ptl {
	margin-top: 5em;
	}
	
#footer {
	clear: both;
	}
	
#footer_bar_top {
	height: 11px;
	background: url(f/footer_bar_photo_sub.jpg) center;
	font-size: 1px;
	}
	
#footer_bar_bottom {
	border: 1px solid;
	border-color: #dadada #777 #999 #e9e9e9;
	height: 8px;
	background: url(f/footer_bar_lower_bg.gif) top left;
	font-size: 1px;
	}
	
#footer_content {
	background: url(f/content_side_bg_sub.gif) top right repeat-y;
	padding: 4px 305px 4px 50px;
	border-style: solid;
	border-width: 1px 0;
	border-color: #ccc #454545 #454545 #fff;
	}
	
	

	
/* END STRUCTURE */


/* TEXT AND INLINE */

body {
	font-family: Trebuchet MS, Lucida Grande, Myriad, Arial, Verdana, sans-serif;
	font-size: 9pt;
	color: #000;
	}
	
#content_main {
	line-height: 160%;
	}
	
html>body #content_main {
	line-height: 140%;
	}
	
html>body #content_side {
	line-height: 130%;
	}
	
#content_main h1 {
	font-size: 13pt;
	font-weight: bold;
	border-bottom: 2px dotted #000;
	margin: 0 0 5px 0;
	}
	
#content_main h2 {
	font-size: 11.5pt;
	}
	
#content_main h3 {
	font-size: 11pt;
	}
	
#content_main h4 {
	font-size: 10pt;
	}
	
#content_main h5 {
	font-size: 9pt;
	}
	
#content_main h6 {
	font-size: 8pt;
	}
	
#content_main h3#respond {
	font-weight: normal;
	border-bottom: 2px dotted #000;
	margin: 24px 0 5px 0;
	}
	
#header_side, #content_side {
	color: #fff;
	font-size: 8.5pt;
	}
	
#header_side a, #content_side a {
	color: #a01;
	}
	
#header_side h2, #content_side h2 {
	margin: 15px 0 0 0;
	font-size: 9pt;
	font-weight: normal;
	}
	
#header_side p, #content_side p {
	margin: 3px 0 7px 0;
	}
	
#footer_content {
	font-size: 8.5pt;
	}
	
a {
/*	color: #d7001e;
	text-decoration: none;*/
	}
	
a:hover {
	text-decoration: underline;
	}
	
#content_main ul {
	padding-left: 15pt;
	}
	
dt {
	font-weight: bold;
	}
	
dd {
	margin: 0 0 5px 20px;
	}
	
form.display_form dt {
	float: left;
	clear: both;
	width: 70px;
	text-align: right;
	padding: 5px 10px 0 0;
	font-weight: bold;
	}
	
form.display_form dd {
	float: left;
	width: 350px;
	margin: 0 0 10px 0;
	text-align: left;
	}
	
form.display_form dd input {
	width: 100%;
	}

form.display_form .indent {
	margin-left: 80px;
	}
	
form.display_form textarea {
	width: 100%;
	height: 100px;
	}
	
.error_message {
	color: #f00;
	font-weight: bold;
	}
	
#portfolio div {
	clear: both;
	margin-bottom: 12px;
	}
	
#portfolio div a {
	display: block;
	height: 80px;
	}
	
#portfolio div a:hover {
	background-color: #eee;
	}
	
#portfolio img {
	float: right;
	border: none;
	}
	
/* END TEXT AND INLINE */


/* WORDPRESS STYLES */

.wp_post {
	border-bottom: 2px dotted #000;
	padding-bottom: 20px;
	margin-top: 20px;
	}
	
.wp_post h2 {
	margin: 0 0 10px 0;
	font-size: 1.2em;
	}
	
.wp_post_footer {
	font-size: 0.9em;
	border: solid #777;
	border-width: 1px 0 0 1px;
	padding: 5px 0 0 7px;
	}
	
.wp_post_footer p {
	margin: 0;
	}
	
#wordpress_sidebar {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
	
#wordpress_sidebar h2 {
	font-weight: normal;
	}
	
#wordpress_sidebar li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
	
#wordpress_sidebar ul {
	margin: 0;
	padding: 0;
	list-style-type: disc;
	}
	
#wordpress_sidebar ul li {
	margin: 0;
	padding: 0;
	font-size: 1.1em;
	}
	
#commentform textarea {
	width: 100%;
	}
	
.wp_post #respond {
	margin-top: 25px;
	}
	
.wp_post #comments {
	margin-top: 25px;
	}
	
#searchform #s {
	width: 60%;
	margin: 0;
	}
	
#earchform #searchsubmit {
	width: 40%;
	margin: 0;
	}
	
	
/* END WORDPRESS STYLES */


/* MISCELLANEOUS */

.break {
	font-size: 1%;
	clear: both;
	height: 1px;
	}