body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(images/img01.gif) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #737373;
}

form {
	margin: 0;
	padding: 0;
}

input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
}

h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	margin-bottom: 1.8em;
	line-height: 160%;
}

ul, ol {
}

blockquote {
}

a {
	color: #414141;
}

a:hover {
	text-decoration: none;
}

a img {
border-style:none;
} 

hr {
	display: none;
}

.h_title {
    margin: 20px 0px 20px 0px;
	font-size: 22px;
}

/* Menu */

#menu {
	width: 960px;
	height: 45px;
	margin: 0 auto;
	padding: 0px 0;
	background: url(images/img02.jpg) no-repeat center top;
}

#menu ul {
	height: 45px;
	margin: 0;
	padding: 0;
	background: url(images/img03.gif) no-repeat;
	list-style: none;
}

#menu li {
	float: left;
	height: 45px;
	background: url(images/img03.gif) no-repeat right top;
}

#menu a {
	float: left;
	height: 20px;
	margin: 0px;
	padding: 10px 15px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: smaller;
	font-weight: bold;
	color: #000000;
}

#menu a:hover {
	background: url(images/img02.gif) repeat-x;
	color: #FFFFFF;
	height: 45px;
}

#menu .current_page_item a {
	height: 45px;
	color: #FFFFFF;
}

/* Splash */

#splash {
	width: 960px;
	height: 210px;
	margin: 0 auto;
}

#splash img {
	margin: 0 auto;
}


/* Logo */

#logo {
	width: 960px;
	height: 91px;
	margin: 0 auto;
	border-bottom: 6px solid #3F3F3F;
	color: #414141;
}

#logo h1, #logo h2 {
	margin: 0;
}

#logo h1 {
	float: left;
	padding-top: 30px;
	letter-spacing: -3px;
	text-transform: uppercase;
	font-size: 2.5em;
	font-weight: normal;
}

#logo p {
	float: right;
	padding-top: 49px;
	letter-spacing: -1px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 16px;
}

#logo a {
	text-decoration: none;
	color: #414141;
}

.s_title {
	float: left;
	padding-top: 30px;
	letter-spacing: -3px;
	text-transform: uppercase;
	font-size: 2.5em;
}

/* Page */

#page {
	width: 960px;
	margin: 0 auto;
	padding: 10px;
}

/* Content */

#content {
	float: right;
	width: 680px;
}

.post {
	padding-bottom: 20px;
}

.post .title {
	margin: 0;
	padding: 5px 20px;
	letter-spacing: -2px;
	border-bottom: 1px dashed #B9B9B9;
	text-transform: uppercase;
	font-size: 22px;
}

.post .title a {
	text-decoration: none;
}

.post .textwidget {
	padding: 10px 20px;
}

.post .meta {
    padding: 5px 0 0 10px;
	height: 26px;
	background: #F5F5F5;
	border-top: 1px solid #E9E9E9;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 11px;
}

.post .meta li {
    display : inline;
}


.post .posted {
	float: left;
	height: 16px;
	padding: 5px 20px;
}

.post .permalink, .post .comments {
	float: right;
	height: 16px;
	padding: 5px 20px;
}

.title {
	margin: 0;
	padding: 5px 20px;
	letter-spacing: -2px;
	border-bottom: 1px dashed #B9B9B9;
	text-transform: uppercase;
	font-size: 22px;
}

.newpost {
    padding: 0 0 10px 0;
    margin: 0;
    font-size: 14px;
}

.newpost ol {
    padding: 0;
    list-style: none;
}

.nav-previous {
   float: left;
	}

.nav-next {
   float: right;
	}

.company_detail dt {
	clear:both;
	float:left;
	width:100px;
	margin:0 15px 15px 0;
	font-weight:bold;
	color:#0000ff;
}
.company_detail dd {
	margin-bottom:15px;
}
.company_detail dd a {
	text-decoration:underline;
}
.company_detail dd a:hover {
	color:#0000ff;
}
.c_lbox {
	width: 650px;
	margin: auto;
}
.c_mbox {
	width: 650px;
	min-height: 180px;
	-moz-border-radius: 3px; /* Firefox */
	-webkit-border-radius: 3px; /* Safari and Chrome */
	border-radius: 3px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
	border: 1px solid #CCC;
	margin-top: 10px;
	overflow: hidden;
}
.c_box {
	width: 200px;
	padding: 0px 10px;
	float: left;
}
.c_box img {
	border: 1px solid #CCC;
	margin-top: 9px;
}
.company_detail2 {
	padding: 10px;
	width: 400px;
	float: left;
}
.company_detail2 dt {
	clear:both;
	float:left;
	width:70px;
	margin:0 15px 15px 0;
	font-weight:bold;
	color:#0000ff;
}
.company_detail2 dd {
	margin-bottom:5px;
	width: 270px;
	float: left;
}
.company_detail2 dd a {
	text-decoration:underline;
}
.company_detail2 dd a:hover {
	color:#0000ff;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 250px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 10px;
}

#sidebar li ul {
	padding: 20px;
}

#sidebar li li {
	margin: 0;
	padding-left: 10px;
	padding-bottom: 5px;
	background: url(images/img04.gif) no-repeat left 50%;
}

#sidebar p {
	padding: 0 20px;
}

#sidebar h2 {
	height: 20px;
	margin: 0;
	padding: 6px 0 0 20px;
	background: url(images/img07.jpg) no-repeat;
	border-bottom: 1px dashed #B9B9B9;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

/* Footer */

#footer {
	clear: both;
	width: 960px;
	height: 50px;
	margin: 0px auto;
	padding: 20px 0;
	border-top: 6px solid #3F3F3F;
	font-size: smaller;
}

#footer p {
	margin: 0;
	text-align: center;
	line-height: normal;
}

.breadcrumb {
	width: 980px;
	margin: 0px auto;
	padding: 15px 0 0 0;
	font-size: 11px;
	}

.breadcrumb ol {
	margin: 0px auto;
    padding: 0 0 0 10px;
	}

.breadcrumb li {
    display : inline;
}
.example table {
border: 0px #000000;
}

.example td {
border: 1px  #a9a9a9 dotted;
padding: 10px 5px;
text-align: left;
vertical-align: top;
}