@charset "utf-8";
/* formatting style
-------------------------------*/

* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	font-family: sans-serif;
	font-size: 75%;
	line-height: 1.6;
	color: #333333;
	background-color: #FFFFFF;
}
hr {
	display: none;
}
/* link styles
-------------------------------*/
a img {
	border-style: none;
}
a:link {
	color: #0000FF;
	text-decoration: underline;
	font-weight: bold;
}
a:visited {
	color: #999999;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	position: relative;
	left: +1px;
	top: +1px;
}
/* basic layout
-------------------------------*/
#wrapper {
	background-color: #FFFFFF;
	margin: 0px auto;
	width: 910px;
	border-right: none;
	border-left: none;
}
#main {
	padding: 15px;
	float: right;
	width: 700px;
	margin-bottom: 20px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-bottom-width: 1px;
}
#main_o {
	width: 858px;
	padding: 15px;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#main_o dt {
	padding-left: 30px;
}
#main_o dd {
	padding-left: 40px;
}

#main_o dt.odd {
	background-image: url(file:///E|/TrinityDesign/new01.gif);
	background-repeat: no-repeat;
	background-position: left center;
}


#sidebar {
	padding: 15px;
	float: left;
	width: 150px;
	margin-bottom: 20px;
}
#sidebar ul li {
	list-style: none;
	margin-bottom: 6px;
}
#sidebar ul li a {
	display: block;
	background-image: url(file:///E|/TrinityDesign/arrow1_g.gif);
	background-position: left center;
	width: 135px;
	padding-left: 15px;
	background-repeat: no-repeat;
}
#sidebar ul li a:hover {
	background-image: url(file:///E|/TrinityDesign/arrow1_b.gif);
}

#footer {
	color: #000000;
	background-color: #FFFFFF;
	clear: both;
	padding-top: 15px;
}
#footer ul li a {
	color: #CCCCCC;
}
#footer ul li a:hover {
	color: #0000FF;
	text-decoration: none;
}
#footer p a {
	color: #CCCCCC;
}
#footer p a:hover {
	color: #0000FF;
	text-decoration: none;
}
#footer ul li {
	display: inline;
	list-style-type: none;
	margin-right: 15px;
}
#footer p {
	margin: 0px;
	float: right;
}

/* header styles
-------------------------------*/
#header {
	background-repeat: no-repeat;
	background-position: right;
	height: 120px;
	position: relative;
}
#header #logo {
	position: absolute;
	left: 14px;
	top: 15px;
}
#header ul {
	background-color: #D6D6D6;
	width: 911px;
	left: 0px;
	top: 70px;
	position: absolute;
}
#header ul li {
	list-style: none;
	float: left;
}
#header ul li a {
	line-height: 2.5em;
	color: #666666;
	text-decoration: none;
	background-color: #CCCCCC;
	text-align: center;
	display: block;
	height: 2.5em;
	width: 128px;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 2px;
	border-top-style: solid;
	border-bottom-style: double;
	border-left-style: solid;
	border-top-color: #0099FF;
	border-bottom-color: #999999;
	border-left-color: #FFFFFF;
}
#header ul li a:hover {
	background-color: #E8ECF5;
}

#header ul li#nHome a {
	border-left-style: none;
}
#home #header #nHome a,
#profile #header #nProfile a,
#work #header #nWork a,
#service #header #nService a,
#faq #header #nFaq a,
#contact #header #nContact a {
	color: #FFFFFF;
	background-color: #828CA7;
}
/* main styles
-------------------------------*/
#main h2 {
	margin-bottom: 15px;
	font-size: large;
	font-weight: bold;
	background-image: url(file:///E|/TrinityDesign/blue01.gif);
	background-repeat: no-repeat;
	background-position: left center;
	border-top-width: 3px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: dotted;
	border-top-color: #0099FF;
	border-bottom-color: #666666;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 20px;
}
#main p {
	line-height: 1.8;
	margin-bottom: 1em;
}
#main dl#news dt {
	font-weight: bold;
	background-image: url(file:///E|/TrinityDesign/bullet2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	clear: left;
	float: left;
	width: 5em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-left: 15px;
}

#main ul li {
	list-style-type: none;
}

#main img {
	padding: 15px;
	float: none;
}
/* main_o style
-------------------------------*/
#main_o h2 {
	margin-bottom: 15px;
	font-size: large;
	font-weight: bold;
	background-image: url(file:///E|/TrinityDesign/blue01.gif);
	background-repeat: no-repeat;
	background-position: left center;
	border-top-width: 3px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: dotted;
	border-top-color: #0099FF;
	border-bottom-color: #666666;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 20px;
}



/* table
-------------------------------*/
#main table {
	margin-bottom: 15px;
	border-top: 1px solid #CCCCCC;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-collapse:collapse;
}
#main table th {
	text-align: right;
	padding: 5px 15px;
	border-bottom: 1px solid #CCCCCC;
}
#main table td {
	padding: 5px 15px;
	border-bottom: 1px solid #CCCCCC;
}
#main table tr.odd {
	background-color: #EFEFEF;
}

