/*
RoundedCorner website theme by Abdussamad Abdurrazzaq

http://abdussamad.com
http://websitetheme.com

 */
 body {
	padding:.5em 1em;

	margin:0px;
	font-family: Arial, sans-serif;
	font-size:11pt;
	background-color:#f5f5f5;
	background-image:url("img/bg04.png");
}

#wrapper {
	margin: 0px auto;
	_width: 1000px; /* for IE6 only */
	max-width: 1000px;
	min-width: 750px;
}

#banner_tc {
	background-image:url("./img/htc.gif");
	background-position:top center;
	background-repeat:repeat-x;
}
#banner_rc {
	background-image:url("./img/hrc.gif");
	background-position:right;
	background-repeat:repeat-y;
}
#banner_lc {
	background-image:url("./img/hlc.gif");
	background-position:left;
	background-repeat:repeat-y;

	padding:0px 0px 0px 0px;
	margin:0px;
	background-color:#333366;
}
#banner_bc {
	background-image:url("./img/hbc.gif");
	background-position:bottom center;
	background-repeat:repeat-x;
}
#banner_tl {
	background-image:url("./img/htl.gif");
	background-position:top left;
	background-repeat:no-repeat;
}
#banner_tr {
	background-image:url("./img/htr.gif");
	background-position:top right;
	background-repeat:no-repeat;
	text-align:center;
	padding-top: 10px;
}
#banner_bl {
	background-image:url("./img/hbl.gif");
	background-position:bottom left;
	background-repeat:no-repeat;
}
#banner_br {
	background-image:url("./img/hbr.gif");
	background-position:bottom right;
	background-repeat:no-repeat;
}
#top_nav {
	margin: 0 auto;
	position:relative;
	width: 600px;
	bottom:13px !important;
	bottom:8px; /* IE6 */
	left:0em;
	height:18px;
	text-align:center;
	color:#000;
	font-family:georgia,serif;
}
#top_nav a,#top_nav a:visited,#top_nav a:hover {
	color:#000 !important;
	font-weight:bold; 
}
#top_nav ul {
	width: 600px;
	margin: 0px auto;
	padding: 0px;
	list-style-type: none;
}
#top_nav ul li{
	float:left;
	margin: 0 auto;
	width: 120px;
	height: 22px;
	position:relative;
	list-style-type:none;
	text-align:center;
	z-index:auto !important /*Non-IE6*/;
	z-index:1000 /*IE6*/;
}
#top_nav ul li a {
	display:block;
	padding:0 16px;
	text-decoration:none;
	font-weight:bold;
	color: rgb(100,100,100);
}
#top_nav ul li ul { display:none; border:none; width:auto; }

/*Non-IE6 hovering*/
#top_nav ul li:hover a {} /*Color main cells hovering mode*/
#top_nav ul li:hover ul {display:block; position:absolute; z-index:999; top:18px; margin-top:0.1em; left:0;}
#top_nav ul li:hover ul li {
	height: auto;
}
#top_nav ul li:hover ul li a {
	display:block;
	width:10.0em;
	height:auto;
	line-height:1.3em;
	margin-left:-1px;
	padding:4px 16px; 
	border-left:solid 1px rgb(175,175,175);
	border-bottom: solid 1px rgb(175,175,175);
	background-color:rgb(237,237,237);
	font-weight:normal;
	color:rgb(50,50,50);
	text-align: left;
} /*Color subcells normal mode*/
#top_nav ul li:hover ul li a:hover {background-color:rgb(210,210,210); text-decoration:none;} /*Color subcells hovering mode*/

/*IE6 hovering*/
#top_nav table {position:absolute; top:0; left:0; border-collapse:collapse;}
#top_nav ul li a:hover {} /*Color main cells hovering mode*/
#top_nav ul li a:hover ul {display:block; width:10.0em; position:absolute; z-index:999; top:18px; t\op:17px; left:0; marg\in-top:0.1em;}
#top_nav ul li a:hover ul li a {
	display:block;
	w\idth:10.0em;
	height:1px;
	line-height:1.3em;
	padding:4px 16px;
	border-left:solid 1px rgb(175,175,175);
	border-bottom: solid 1px rgb(175,175,175);
	background-color:rgb(237,237,237);
	font-weight:normal;
	color:rgb(50,50,50);
} /*Color subcells normal mode*/
#top_nav ul li a:hover ul li a:hover {background-color:rgb(210,210,210); text-decoration:none;} /*Color subcells hovering mode*/


#content_right_only_position {
	float:left;
	width:73%;
	background-color:transparent;
}

#content_left_only_position {
	float:right;
	width:73%;
}

#content_middle_position {
	float:left;
	width:46%;
}

#content_tc {
	background-image:url("./img/content_tc.gif");
	background-position:top center;
	background-repeat:repeat-x;
}
#content_rc {
	background-image:url("./img/content_rc.gif");
	background-position:right;
	background-repeat:repeat-y;
}
#content_lc {
	background-image:url("./img/content_lc.gif");
	background-position:left;
	background-repeat:repeat-y;
	margin:0px;
	background-color:white;
	color:black;
}
#content_bc {
	background-image:url("./img/content_bc.gif");
	background-position:bottom center;
	background-repeat:repeat-x;
}
#content_tl {
	background-image:url("./img/content_tl.gif");
	background-position:top left;
	background-repeat:no-repeat;
}
#content_tr {
	background-image:url("./img/content_tr.gif");
	background-position:top right;
	background-repeat:no-repeat;
	
}
#content_bl {
	background-image:url("./img/content_bl.gif");
	background-position:bottom left;
	background-repeat:no-repeat;
}
#content_br {
	background-image:url("./img/content_br.gif");
	background-position:bottom right;
	background-repeat:no-repeat;
}
#content_inside {
	padding:25px;
}
#content_inside img { position: relative;}
#content_right_only_position, #content_left_only_position, #content_middle_position,
#content_tc, #content_rc, #content_lc, #content_bc,
#content_tl, #content_tr, #content_bl, #content_br,
#content_inside {
	position: static;
}

.sidebar_tc {
	background-image:url("./img/sidebar_tc.gif");
	background-position:top center;
	background-repeat:repeat-x;
}
.sidebar_rc {
	background-image:url("./img/sidebar_rc.gif");
	background-position:right;
	background-repeat:repeat-y;
}
.sidebar_lc {
	background-image:url("./img/sidebar_lc.gif");
	background-position:left;
	background-repeat:repeat-y;
	background-color:#333366;
}
.sidebar_bc {
	background-image:url("./img/sidebar_bc.gif");
	background-position:bottom center;
	background-repeat:repeat-x;
}
.sidebar_tl {
	background-image:url("./img/sidebar_tl.gif");
	background-position:top left;
	background-repeat:no-repeat;
}
.sidebar_tr {
	background-image:url("./img/sidebar_tr.gif");
	background-position:top right;
	background-repeat:no-repeat;
	padding:20px;
}
.sidebar_bl {
	background-image:url("./img/sidebar_bl.gif");
	background-position:bottom left;
	background-repeat:no-repeat;
}
.sidebar_br {
	background-image:url("./img/sidebar_br.gif");
	background-position:bottom right;
	background-repeat:no-repeat;
}

.right_sidebar_container {
	clear:right;
	float:right;
	width:26%;

}

.left_sidebar_container {
	clear:left;
	float:left;
	width:26%;
}

div.SideBarItem {
	padding-bottom: 12px;
	margin-bottom: 2em;
	font-size: 12px;
	font-weight: normal;
	line-height: 150%;
	color:#fff;
}
div.SideBarItem a:hover {color:#6699ff;}
div.SideBarItem img {border:0px;}
.SideBarTitle {
	font-family: arial, sans-serif;
	display: block;
	margin: 10px auto;
	padding: 0px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #FFF;
	background-color: #555588;
	font-size: 1.2em;
	font-weight:bold;
}
ul.SideBarLink {
	display: block;
	width: 150px;
	margin: 0px auto;
	padding: 0px;
	list-style-type: none;
}
ul.SideBarLink li {
	font-size: 1.2em;
	margin: 5px auto;
	line-height: 1.6em;
}
ul.SideBarLink li ul {
	display:none;
	width: 130px;
	margin: 0px auto;
	padding: 0px;
	list-style-type: none;
	border: 2px solid #555588;
}
ul.SideBarLink li ul li {
	font-size: 12px;
	margin: 8px auto;
	line-height: 1.3em;
}
ul.SideBarLink li:hover ul,
ul.SideBarLink li a:hover ul {
	display:block;
}
ul.SideBarLink li a:hover {
	background-color: #333366;
}

#RightSideBar ,
#LeftSideBar {
	margin-right: 5px;
	padding: 0px;
	min-width: 150px;
	text-align: center;
	/*background-color: gray;*/
}

h4,h3 {
	margin: 0;
}


input, textarea {
	font-size: 10pt;
	font-family: Arial, sans-serif;
}



#banner {
	background-color: inherit;
	background-image: url("img/title.png");
	background-repeat: no-repeat;
	background-position: top center; 
	color:#ffffff;
	height:15.5em;
	overflow:hidden;
	margin: 0 10px;
}

#banner h1, #banner h2 {
	display: none;
}
a.homelink1,
a.homelink1:hover,
a.homelink1:link,
a.homelink1:visited,
#banner h1 {
	color: #FFFFFF;
	background-color: inherit;
	font-family: Arial, sans-serif;
	font-size : 16pt;
	padding: 1em 0em 0em 0em;
	margin: 0px;		
	text-decoration: none;
}

a.homelink2,
a.homelink2:hover,
a.homelink2:link,
a.homelink2:visited,
#banner h2 {
	color: #FFFFFF;			
	background-color: inherit;
	padding: 0em;
	font-size: 12pt;
	font-style: italic;
	margin: 0px;
	text-decoration: none;
}

.entry_title {
	font-family: Arial, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	margin-top: 10px;
	color: #000000;
	background-color: inherit;
}

.entry_title a:link,
.entry_title a:visited {
 text-decoration: none;
 border: 0;
 color: #000000;
 background-color: inherit;
}

.entry_title a:hover {
  background-color: inherit;
  color: #000066;
	text-decoration: none;
}


.entry {
	font-family: Arial, sans-serif;
	font-size: 11pt;
	font-weight: normal;
	line-height: 150%;
	margin-top: 20px;
	padding-bottom: 20px;
}
.entry p.comment {
	padding: 10px 50px;
	line-height: 25px;
}
.entry a:link,.entry a:visited { color: #3366ff; }
.entry a:hover {color: #000066; }

.entry img {border: 0px }
.entry_date {
	font-family: Arial, sans-serif;
	font-size: 9pt;
	margin: 20px 0px;
	text-align: left;
	font-weight: bold;
	color: #a9a9a9;
}

div.entryFooter {
	font-family: Arial, sans-serif;
	font-size:9pt;
	color: #a9a9a9;
	background-color:inherit;

	padding:  4px;
	clear: both;
	margin-top:1em;
	margin-bottom:3em;
}

a {background-color:transparent;}
a:link,
a:visited,
a:active {
	color: #6699ff;
	background-color:inherit;
	text-decoration: none;
}
a:hover {
  color:#000066;
	background-color:inherit;
	text-decoration: underline;
}

.imageComment_center,
.imageComment_left,
.imageComment_right {
	position:relative;
	border: 1px solid #DDDDDD;
	color:black;
	background-color: #f0f8ff;
	margin: 3px;
	padding: 3px;
	text-align: center;
}
.imageComment_center a img,
.imageComment_left a img,
.imageComment_right a img {
	border: 0px;
}


.imageComment_left {
	float: left;	
	margin-right:10px;
}
.imageComment_right {
	margin-left:10px;
	float: right;
}

.imageComment_center {
		margin: auto;
}


.imageComment_img,
.imageComment_img img {
	margin: 0px;
	padding: 0px;
	text-align: center;
}

.imageComment_txt {
	border-top: 1px solid #DDDDDD;
	margin: 0px;
	padding: 3px;
	clear: both;
	font-size: 10pt;
	text-align: center;
}
.credit_footer {
	clear:both;
	margin:1em;

	width:auto;

	font-size:.75em;
	text-align:center;	
}
.credit_footer a,.credit_footer a:visited {
	text-decoration:underline;
	color:#000; 
}

table.services_table td {
	vertical-align:top;
}
ul.services_list {
	padding:0px;
	margin:0px 25px;
	list-style-image:url("img/point_tai.gif");
	vertical-align:middle;
}
ul.services_list li {
	padding-left:5px;
	vertical-align:middle;
}
ul.entry_list {
	padding:0px;
	margin:0px 50px;
	#margin: 0px 40px; /* IE */
	list-style-image:url("img/bluearrow.png");
	vertical-align:middle;
}
ul.entry_list li {
	padding: 5px 5px;
	#padding: 5px 15px; /* IE */
}
ul.entry_list li ul {
	list-style-image:url("img/bluebutton.png");
}
ul.entry_list li ul li {
	padding: 2px 5px;
	#padding: 2px 15px; /* IE */
}
#contactform table {
	width: 500px;
	margin: 10px auto;
}
#contactform input.text {
	width: 300px;
}