/*
Goldylux
*/

body {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #707070;
	background-color: #ffffff;
}

a:link, a:visited { color: #555555; text-decoration: underline; font-weight: bold; } 
a:active, a:hover { color: #999999; text-decoration: underline; } 

p { margin: 0px; padding: 0px; text-align: justify;}

img { margin: 0px; padding: 0px; border: none; }

.cleaner { clear: both; width: 100%; height: 0px; font-size: 0px;  }

.margin_bottom_10 { clear: both; width: 100%; height: 10px; font-size: 1px;	}
.margin_bottom_20 { clear: both; width: 100%; height: 20px; font-size: 1px;	}
.margin_bottom_30 { clear: both; width: 100%; height: 30px; font-size: 1px;	}
.margin_bottom_40 { clear: both; width: 100%; height: 40px; font-size: 1px;	}
.margin_bottom_50 { clear: both; width: 100%; height: 50px; font-size: 1px;	}
.margin_bottom_60 { clear: both; width: 100%; height: 60px; font-size: 1px;	}

.margin_right_25 { margin-right: 25px; }
.margin_right_50 { margin-right: 50px; }
.margin_right_60 { margin-right: 60px; }

.border_bottom {
	background: url(images/bottom_line.png) bottom no-repeat;
}

.border_bottom_small {
	background: url(images/bottom_line_small.png) bottom no-repeat;
}

.back {
	color: #333333;
	font-weight: bold;
	font-size: 14px;
}

.more a{
	font-weight: normal;
	text-decoration:none;
	color: #458bbe;
}  

.rc_btn_01 a {
    clear: both;
	float: left;
	margin: 10px 280px 0 20px;
	padding-left: 30px;
	display: block;
	width: 280px;
	font-size: 16px;
	background: transparent;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

/* header */
#templatemo_header_wrapper {
	width: 100%;
	height: 120px;
	margin: 0 auto;
	background: url(images/header_bg.jpg) repeat-x;
}
#templatemo_header {
	width: 980px;
	height: 120px;
	margin: 0 auto;
	background: url(images/header_bg_02.jpg) no-repeat;
}
#templatemo_header #site_title_section {
	float: right;
	width: 300px;	
	margin-right: 40px;
	text-align: center;
}
#site_title_section #site_title {
	margin-top: 72px;
	padding: 5px 0;
	font-size: 30px; 
	color: #4379ab;
	font-weight: bold;
}
#site_title_section #salogon {
	font-size: 8px;
	margin-left: 0px;
	color: #ffffff;
}
#templatemo_header #search_section {
	float: right;
	margin-top: 40px;
	margin-right: 20px;
}
#search_section form {
	margin: 0px;
	padding: 0px;
}
#searchfield {
	height: 16px;
	width: 195px;
	padding: 7px;
	color: #555555;
	font-size: 13px;
	text-align: left;
	font-variant: normal;
	line-height: normal;
	background: url(images/kare_search.gif) no-repeat;
	border: none;	
}
#searchbutton {
	width: 106px;
 	height: 31px;
	margin: 0 0 0 7px;
	padding: 0 6px;
	cursor: pointer;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	vertical-align: bottom;
	white-space: pre;
	background: url(images/search_button.gif) no-repeat; 
	border: none;
}
/* end of header */

/* banner */
#templatemo_banner_wrapper {
	clear: both;
	width: 100%;
	height: 260px;
	margin: 0 auto;
	background: url(images/banner_bg_repeat.jpg) repeat-x;
}
#templatemo_banner {
	width: 980px;
	height: 260px;
	margin: 0 auto;
	padding: 0px;
	background: url(images/banner_bg_02.jpg) no-repeat;
}
#templatemo_banner_contact {
	width: 980px;
	height: 210px;
	margin: 0 auto;
	padding: 0px;
}
#banner_header_01 {
	padding: 65px 0 15px 0;
	font-size: 50px;
	font-weight: bold;
	color: #ffffff;
}
#banner_header_02 {
	margin-left:10px;
	margin-bottom: 20px;	
	font-size: 20px;
	font-weight: bold;
	color: #ffffff;
}
#banner_text {
	color: #999;
	width: 500px;
	margin-left: 10px;
	font-size: 14px;
}
#banner_text p {
	margin-bottom: 20px;
}
/* end of banner */

/*menu*/
#menu_wrapper {
	clear:both; 
	width: 100%; 
	height:auto; 
	margin: 0 auto; 
	background:url(images/menu-bg.gif) top center repeat-x;
}
#menu_wrapper .menu {
    clear:both;
	width: 980px;
	border:none;
	border:0px;
	margin:0 auto;
	padding:0 0 0 100px;
	font-family:verdana,geneva,arial,helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#8e8e8e;
}
.menu ul{
	background:url(images/menu-bg.gif) top left repeat-x;
	height:43px;
	list-style:none;
	margin:0;
	padding:0;
}
.menu li{
	float:left;
}
.menu li a{
	color:#666666;
	display:block;
	font-weight:bold;
	line-height:30px;
	padding:5px 25px 7px 25px;
	text-align:center;
	text-decoration:none;
}
.menu li a:hover{
	color:#333333;
	text-decoration:none;
}
.menu li ul{
	background:#e0e0e0;
	border-left:2px solid #458bbe;
	border-right:2px solid #458bbe;
	border-bottom:1px solid #458bbe;
	display:none;
	height:auto;
	position:absolute;
	width:auto;
	z-index:200;
		/*top:1em;
		/*left:0;*/
}
.menu li:hover ul{
	display:block;
}
.menu li li {
	display:block;
	float:none;
	width:auto;
}
.menu li ul a{
	display:block;
	font-size:12px;
	font-family:arial,helvetica,sans-serif;
	font-style:normal;
	padding:0px 10px 0px 15px;
	text-align:left;
	border-bottom:1px solid #458bbe;
	background:url(images/bullet_blue.gif) center left no-repeat;
}
.menu li ul a:hover{
	background:#458bbe;
	color:#ffffff;
}
.menu p{
	clear:left;
}	
.menu #current{
	background:url(images/current-bg.gif) top left repeat-x;
	color:#ffffff;
}
/*End menu*/

/* content */
#templatemo_content_wrapper {
	clear: both;
	width: 100%;
	margin: 0 auto;
	background: url(images/right_1.jpg) top center repeat-x #ebebeb;
}
#templatemo_content {
	width: 961px;
	margin: 0 auto;
	padding: 40px 20px 20px 20px;
}
#templatemo_content #content_left {
	float: left;
	width: 260px;
	margin: 0 40px 0 0;
	padding:  0 39px 0 0;
	background: url(images/left_line.png) top right no-repeat;
}
#content_left_1 {
	float: left;
	width: 260px;
	margin: 0 40px 0 0;
	padding:  0 39px 0 0;
}
#templatemo_content #content_left_map {
	float: left;
	width: 960px;
	margin: 0 auto;
}
#templatemo_content #content_right {
	float: left;
	width: 620px;
	margin: 0px;
	background: url(images/templatemo_content_top.jpg) top repeat-x;
}
.content_header_01 {
	font-size: 22px;
	color: #4895c8;
	padding-top: 5px;
	padding-bottom: 7px;
	padding-left: 18px;
	margin-bottom: 17px;
	background: url(images/bullet-body.gif) left no-repeat;	
}
.content_header_02 {
	font-size: 22px;
	color: #4895c8;
	padding-top: 5px;
	padding-bottom: 7px;
	padding-left: 18px;
	background: url(images/bullet-body.gif) left no-repeat;	
}

/* arrowlistmenu */
.arrowlistmenu{
	width: 260px; /*width of menu*/
}
.arrowlistmenu ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}
.arrowlistmenu ul li{
	padding-bottom: 2px; /*bottom spacing between menu items*/
}
.arrowlistmenu ul li a{
	color: #555555;
	display: block;
	padding: 0;
	padding-left: 0px; /*link text is indented 19px*/
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px dashed #dadada;
	font-size: 12px;
}
.arrowlistmenu ul li a:visited{
	color: #555555;
}
.arrowlistmenu ul li a:hover{ /*hover state CSS*/
	color: #4895c8;
}
/* End arrowlistmenu */

/*left_section*/
#content_left .content_left_section {
	clear: both;
}
.news_section {
	background: url(images/vertical_grey.gif) top left no-repeat;
	padding-left: 15px;
}
.content_left_section p {
	text-align: justify;
}
.news_date {
	font-size: 12px;
	font-weight: bold;
	color: #4895c8;
	background: url(images/sen2.png) right no-repeat;
}
ul.left_menu{
	width: 240px;
	padding: 0px;
	margin: 0px;
	list-style: none;
}
ul.left_menu li{
	margin: 0px;
	list-style: none;
}
ul.left_menu li.odd {
width:220px;height:27px;display:block;background:url(images/marker-2.gif) no-repeat left  #ffffff; background-position:5px 5px;border-bottom:1px #FFFFFF solid;
text-decoration:none;color:#504b4b;padding:0 0 0 25px; line-height:27px;
}
ul.left_menu li.even {
width:220px;height:27px;display:block;background:url(images/marker-2.gif) no-repeat left #f1f1f1;background-position:5px 5px;border-bottom:1px #FFFFFF solid;
text-decoration:none;color:#504b4b;padding:0 0 0 25px; line-height:27px;
}
.content_left_section form {
	padding: 0px;
	margin: 10px 0 0px 0;
}
.content_left_section #search_field {
	padding: 5px 0 0 5px;
	height: 20px;
	width: 255px;
	color: #555555;
	margin-bottom: 10px;
	border: 1px solid #ccc;
}
.content_left_section #subscribe_button {
	float: right;
	width: 95px;
 	height: 31px;
	padding: 0;
	margin: 0;
	cursor: pointer;
	vertical-align: bottom;
	white-space: pre;
	background: url(images/button_01.gif) no-repeat; 
	border: none;
}
#email_from{
	clear: both;
}
/*End left_section*/

/*right_section*/
#content_right .content_right_section {
	clear: both
}
.content_right_section p {
	text-align: justify;
	padding-bottom: 10px;
}
#content_right .content_right_280_section {
	float: left;
	width: 280px;
}
.content_right_280_section .image_wrapper {
	background: url(images/frame.gif) top left no-repeat;
	padding: 9px;
	margin-bottom: 10px;
}
.content_right_280_section .image_wrapper img {
	border: none;
}
.content_right_280_section ul {
	margin: 10px 0 0 0;
	padding: 0px;
}
.content_right_280_section ul li {
	padding: 0 0 0 20px;
	margin-bottom: 10px;
	list-style:none;
	background: url(images/marker-1.gif) left no-repeat;
}
#content_right .contact_section {
	float: left;
	width: 280px;
}
.contact_section input, .contact_section textarea {
	padding: 4px;
	width: 265px;
	font-family: Ariel, Helvetica, sans-serif;
	line-height: 1.5em;
	margin: 0px 0px 10px 0px;
	border: 1px solid #ccc;
}
.contact_section textarea {
	height: 80px;
}
.contact_section textarea:focus, .contact_section input:focus {
	border: 1px solid #555555;
}
.contact_section input.submit-button {
	width: 98px;
	height: 38px;
	float: right;
	padding: 0;
	margin: 0;
	cursor: pointer;
	vertical-align: bottom;
	white-space: pre;
	background: url(images/button_01.gif) no-repeat; 
	border: none;
}
.contact_section input.reset-button {
	width: 98px;
	height: 38px;
	float: right;
	padding: 0;
	margin: 0;
	cursor: pointer;
	vertical-align: bottom;
	white-space: pre;
	background: url(images/button_02.gif) no-repeat; 
	border: none;
}
.content_right_w620_wrapper {
	width: 619px;
	height: 100%;
	border: none;
}
.content_right_w620_wrapper_top {
	width: 619px;
	height: 15px;
	border: none;
	background:transparent url(images/frame_big_top.gif) top no-repeat;
}
.content_right_w620_wrapper_center {
	width: 619px;
	height: auto;
	border: none;
	background:transparent url(images/frame_big_centere.gif) top repeat-y;
}
.content_right_w620_wrapper_bottom {
	width: 619px;
	height: 15px;
	border: none;
	background:transparent url(images/frame_big_bottom.gif) bottom no-repeat;
}
.content_right_w620_inner {
	height: 100%;
	padding: 10px 0px 0px 28px;
	border: none;
}
.content_right_w620_inner p{
	color: #ffffff;
	font-size: 11px;
	text-align:center;
	padding-top: 0px;
	background:transparent url(images/text_osn.gif) top no-repeat;
}
.content_right_w620_inner a{
	color: #ffffff;
	font-size: 11px;
	text-align:center;
	font-weight:normal;
	text-decoration: none;
}
.content_right_w620_inner .image_wrapper {
	border:none;
	background:transparent url(images/project_image.gif) top no-repeat;
	padding: 5px;
	margin-bottom: 5px;
}
.image_wrapper img {
	border: none;
}
.box_w170 {
	float: left;
	width: 170px;
}
.content_right_w620_inner_2 {
	padding: 0 0 0 28px;
	color: #ffffff;
	text-align:center;
	background: url(images/two_colors.jpg) top repeat-x #555555;
	border: 1px solid #666;
}
.content_right_w620_inner_2 a{
	color: #ffffff;
}

/* end of content right */
#content_right .content_right_560_section {
	float: left;
	width: 600px;
}
/* end of content right 1 */

#content_right .content_right_220_section {
	float: left;
	width: 220px;
}
/* end of content right 2 */

#content_right .content_right_100_section {
	float: left;
	width: 100px;
}
/* end of content right 3 */

#content_right .content_right_320_section {
	float: left;
	width: 320px;
}
/* end of content right 4 */

#content_right .content_right_620_section {
	float: left;
	width: 620px;
}
/* end of content right 5 */

#content_right .content_right_260_section {
	float: left;
	width: 260px;
}
/* end of content right 6 */

#content_right .content_right_470_section {
	float: left;
	width: 474px;
}
/* end of content right 7 */

#content_right .content_right_scroll_section {
	float: left;
	width: 280px;
	height: 448px;
	overflow: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}
/* end of content scroll */

/*tabs*/
#content_right #tabs {
	float:left;
	width:100%;
	background:#FFFFFF;
	font-size:93%;
	line-height:normal;
}
#tabs ul {
	margin:0 0 0 18px;
	padding:0 10px 0 0;
	list-style:none;
}
#tabs li {
	display:inline;
	margin:0;
	padding:0;
}
#tabs a {
	float:left;
	background:url(images/tableft.gif) no-repeat left top;
	margin:0;
	padding:0 0 0 5px;
	text-decoration:none;
}
#tabs a span {
	float:left;
	display:block;
	background:url(images/tabright.gif) no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#24618E;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}

/* End IE5-Mac hack */
#tabs a:hover span {
	color:#FFF;
}
#tabs a:hover {
	background-position:0% -42px;
}
#tabs a:hover span {
	background-position:100% -42px;
}
/* End tabs */

/* demo */
div.demolayout {
	width:100%;
	margin: 0px;
}
ul.demolayout {
	list-style-type: none;
	float: left;
	margin:0px;
	padding:0px;
}
ul.demolayout li {
	margin: 0 10px 0 0;
	float: left;
}
.tab{
	border:1px #CCC solid;
	padding:0 0 15px 0;
	background: url(images/sen1.jpg) top repeat-x;
}
ul.demolayout a {
	float: left;
	display: block;
	padding: 5px 25px;
	border: 1px solid #CCC;
	border-bottom: 0;
	color: #666;
	background: #e6e6e6;
	text-decoration: none;
	font-weight: bold;
	background: url(images/sen1a.jpg) top repeat-x #e6e6e6;
}
ul.demolayout a:hover {
	background: #e6e6e6;
	background: url(images/sen1a.jpg) top repeat-x #e6e6e6;
}
ul.demolayout a.active {
	background: #fff;
	padding-bottom: 5px;
	cursor: default;
	color:#4895c8;
	background: url(images/sen1.jpg) top repeat-x;
}
ul.list{
	clear:both;
	padding:10px 0 0 20px;
	margin:0px;
}
ul.list li{
	list-style:none;
	padding:5px 20px 5px 20px;
	background: url(images/folder.gif) left no-repeat;
}
.tabs-container {
	clear: left;
	padding:0px;
}
p.more_details{
	padding:15px 20px 0px 20px;
	font-size:12px;
}
/* End demo */

/*flasfcontent*/
#flashcontent {
	width: 290px;
	height: 35px;
}
#flashcontent_1 {
	width: 260px;
	height: 110px;
	border: 1px solid #b5b5b5;
}
#flashcontent_2 {
	width: 480px;
	height: 240px;
}
#flashcontent_3 {
	width: 610px;
	height: 160px;
}
#flashcontent_3_1 {
	width: 610px;
	height: 160px;
}
#flashcontent_4 {
	float:left;
	width: 260px;
	height: 101px;
}
#flashcontent_5 {
	float:left;
	width: 260px;
	height: 101px;
}
#flashcontent_6 {
	float:left;
	width: 620px;
	height: 185px;
}
#flashcontent_7 {
	float:left;
	width: 980px;
	height: 210px;
}
/* end of flashcontent */

/*center*/
#content_center #content_center_section {
	clear: both
}
#content_center_section .pagination{
	padding: 5px;
}
.pagination ul{
	margin: 0;
	padding: 0;
	text-align: center; /*Set to "right" to right align pagination interface*/
	font-size: 12px;
	font-weight: normal;
	background-color: transparent;
}
.pagination li{
	list-style-type: none;
	display: inline;
	padding-bottom: 1px;
}
.pagination a, .pagination a:visited{
	padding: 0 5px;
	border: 1px solid #999;
	text-decoration: none; 
	color: #24618E;
	background: url(images/m1.gif) repeat-x #d4d4d4;
}
.pagination a:hover, .pagination a:active{
	border: 1px solid #555555;
	color: #fff;
	background: url(images/m2.gif) repeat-x #24618e;
}
.pagination a.currentpage{
	background: url(images/m2.gif) repeat-x #24618e;
	color: #FFF !important;
	border-color: #555555;
	font-weight: normal;
	cursor: default;
}
.pagination a.disablelink, .pagination a.disablelink:hover{
	background: url(images/m1.gif) repeat-x #d4d4d4;
	cursor: default;
	color: #24618E;
	border-color: #999;
	font-weight: normal !important;
}
.pagination a.prevnext{
	font-weight: normal;
}
/* end of content center */

#templatemo_google_ad{
	clear: both;
	width: 960px;
	height: 90px;
	margin: 0 auto;
}
#templatemo_google_ad .position_1{
	width: 728px;
	height: 90px;
	margin: 0 auto 0 auto;
}
/* end of google_ad */

#templatemo_stripes{
	clear: both;
	float:left;
	width: 960px;
	height: 18px;
	margin: 0 auto;
	background: url(images/grid.gif) no-repeat ;
}

/* down */
#templatemo_down_wrapper {
	clear: both;
	width: 100%;
	height: 30px;
	margin: 0 auto;
	background: url(images/down.jpg) repeat-x ;
}
#templatemo_down {
	width: 980px;
	padding: 6px 0;
	margin: 0 auto;
	text-align: center;
	color: #939393;
	background: url(images/down_1.jpg) no-repeat ;
}
#templatemo_down a {
	color: #939393;
	font-weight: normal;
	text-decoration: none;
}
#templatemo_down a:hover {
	color: #939393;
	font-weight: normal;
	text-decoration: underline;
}

/* footer */
#templatemo_footer_wrapper {
	clear: both;
	width: 100%;
	height: 105px;
	margin: 0 auto;
	background: url(images/footer.jpg) top repeat-x #2d2d2d;
}
#templatemo_footer {
	width: 980px;
	padding: 30px 0;
	margin: 0 auto;
	text-align: center;
	color: #707070;
	background: url(images/footer_top.jpg) no-repeat ;
}
#templatemo_footer a {
	color: #999999;
	font-weight: normal;
	text-decoration: underline;
}
#templatemo_footer a:hover {
	color: #999999;
	font-weight: normal;
	text-decoration: underline;
}
#templatemo_footer a.back-to-top {
	color: #999999; text-decoration: underline; font-weight: normal;
	background: url(images/arrow-up.gif) no-repeat right center;
	padding-right: 20px;
}
#templatemo_footer .agency{
	padding: 30px 0 10px 0;
	text-align: center;
	font-size: 10px;
	color: #666666;
}
/* end of footer */

/*accordion*/
#accordion {
	margin:5px 0px;
}
h3.toggler {
	cursor: pointer;
	border: 1px solid #f5f5f5;
	border-left-color: #ddd;
	border-bottom-color: #ddd;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: url(images/sen3.jpg) left no-repeat #dedede;
	color: #4895c8;
	margin: 0 0 4px 0;
	padding: 3px 5px 1px 23px;
}
h3.toggler_1 {
	border: 1px solid #f5f5f5;
	border-right-color: #ddd;
	border-bottom-color: #ddd;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: url(images/sen3_1.jpg) right no-repeat #dedede;
	color: #4895c8;
	margin: 0 0 4px 0;
	padding: 3px 5px 1px;
}
div.element p, div.element h4 {
	margin:0px;
	padding:4px;
}
div.element_1 p, div.element_1 h4 {
	margin:0px;
	padding:4px;
}
div.element a, div.element h4 {
	color: #555555;
	font-size:11px;
	font-weight: bold;
	text-decoration:none;
}
div.element a:hover, div.element h4 {
	color: #999999;
	font-weight: bold;
	text-decoration:none;
}
div.element_1 a, div.element_1 h4 {
	color: #999999;
	font-weight: normal;
	text-decoration:none;
}
div.element_1 a:hover, div.element_1 h4 {
	color: #999999;
	font-weight: normal;
	text-decoration:underline;
}
/*End accordion*/

blockquote {
	padding:5px 20px;
}
.newsbox .news_image {
	float: left;
	position: relative;
	width: 16px;
	height: 16px;
	padding: 8px 7px 0 5px;
}
.blogger .blogger_image {
	float: left;
	position: relative;
	width: 79px;
	height: 24px;
	padding: 0px;
}
.facebook .facebook_image {
	float: right;
	position: relative;
	width: 79px;
	height: 24px;
	padding: 0px;
}

