/* CSS Document */

/*##############################################################
 Based on  Eric Meyer's Reset.css (includes Baseline)
##############################################################*/ 

html, body, div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
}
a img, :link img, :visited img {border: 0}
table {border-collapse: collapse; border-spacing: 0}
q:before, q:after,
blockquote:before, blockquote:after {content: ""}

/*##############################################################
  Element Styles
##############################################################*/

h1 {text-align:left; margin-left:10px;padding-top:15px; padding-left:20px; font-size:45px; color:#FFCC00;}/* background:url(../images/example_logo.png) left 10px no-repeat}*/
h3, h4, h5, h6 {margin:20px 0 15px 0; font-weight:bold; font-family:Futura; color:#000}
h2 {clear:both;margin:50px 0 15px 0; font-size:48pt; font-weight:bold; font-family:Futura; color:#000}
h3 {font-size:22px; font-weight:normal;}
ul, ol, dl, li {margin:15px 0 0}
p {width:100%; text-align:justify; margin:15px 0 0 0}
a {color:#a63c3c; text-decoration:underline; outline:none}
	a:hover {text-decoration:none}
	
.clear {clear:both; float:left}

/*##############################################################
  Layout Styles
##############################################################*/

body {font-size:14px; font-family:Helvetica, Arial, Verdana, sans-serif; color:#000; background:#f4f3f3 url(../images/body_bg.jpg) 50% top repeat-x}
/*body {
 font:normal 76% georgia,helvetica,verdana,tahoma,arial,"sans serif";
}*/


#wrapper {width:1100px; overflow:hidden; margin:0 auto; padding:0 50px}
	
	#header {width:960px; height:77px;margin:0 0 0px 5px;}
	
	#navigation {height:39px; width:960px; display:block;list-style-type:none; margin:0 0 0 400px}
		#navigation li {width:203px; float:left; margin:0; font-size:18px; color:#fff; background: url(../images/nav_tab.png) 50% top no-repeat}
			#navigation li a {display:block; height:25px; padding-top:14px; text-align:center; color:#20dced; text-decoration:none}
				#navigation li a:hover {text-decoration:none; background:url(../images/active_nav_tab.png) 50% top no-repeat}

		#index_page #navigation #index {background:url(../images/active_nav_tab.png) 50% top no-repeat}
		#about_page #navigation #about_us {background:url(../images/active_nav_tab.png) 50% top no-repeat}
		#contact_page #navigation #contact_us {background:url(../images/active_nav_tab.png) 50% top no-repeat}

	#content {width:960px; padding:0 39px}
	
		#main_content {float:left; width:960px; margin:0 0 30px 0}
			#main_content p {width:300px}
			.two_columns {float:left; display:inline; margin-right:200px; width:350px;background:#f4f3f3 url(../images/two_columns_bg.jpg) 50% top repeat-x}
			#main_content .two_columns p {width:450px}
			#main_content .right_column {margin:0}
	
		#sidebar {float:right; display:inline; width:274px; margin-left:30px}
				
		#footer {clear:both; padding:100px 0 30px 0; font-size:.85em}
        
/*##############################################################
 searchbox
##############################################################*/        
        
        
/* search wraper here */
#searchwrapper {
width:322px; /*follow your image's size*/
height:60px;/*follow your image's size*/
background-image:url(../images_searchbox/twn_bgnd.jpg);
background-repeat:no-repeat; /*important*/
padding:0px;
margin: -40px 15px 15px 750px;
/*margin: 0px 50px 50px 0px; */
position:relative; /*important*/
}
 
#searchwrapper form { display:inline ; }
 
.searchbox {
border:0px; /*important*/
background-color:transparent; /*important*/
position:absolute; /*important*/
top: 0px;
left:70px;
width:360px;
height:55px;
}
 
.searchbox_submit {
border:0px; /*important*/
background-color:transparent; /*important*/
position:absolute; /*important*/
top: 10px;
left:250px;
width:82px;
height:33px;
}
        




       	
/*Digi-like Pagination */
ul{border:0; margin:0; padding:0;}

#pagination-digg li{

border:0; margin:0; padding:0;
font-size:11px;
list-style:none;
margin-right:2px;

}
#pagination-digg a{

border:solid 1px #9aafe5
margin-right:2px;
}
#pagination-digg .previous-off,
#pagination-digg .next-off {

border:solid 1px #DEDEDE;
color:#888888;
display:block;
float:left;
font-weight:bold;
margin-right:2px;
padding:3px 4px;
}
#pagination-digg .next a,
#pagination-digg .previous a {

font-weight:bold;
} 
#pagination-digg .active{

background:#2e6ab1;
color:#FFFFFF;
font-weight:bold;
display:block;
float:left;
padding:4px 6px;
}
#pagination-digg a:link,
#pagination-digg a:visited {

color:#0e509e;
display:block;
float:left;
padding:3px 6px;
text-decoration:none;
}
#pagination-digg a:hover{

border:solid 1px #0e509e}


		
		
		
		