ul { margin: 0; padding: 0; }
li { margin: 0 0 0 25px; padding: 0; list-style-type: none; line-height: 14px; font-size: 12px; }
* html li.submenu{ line-height: 0; font-size: 0; }
h2 {font-size:18px;}
h3 {font-size:16px;}
a {text-decoration: none;}
a img {border: 1px solid #000;}
a:link, a:visited {color:Red;text-decoration:underline;}	
/*a:hover {color:red;}*/

a.menulink 
{
    font-weight:bold;
    color:#000;
   }
a.menulink:hover {font-weight:bold;color:red;}
a.submenulink 
{
    font-weight:normal;
    color:#000;
   }
a.submenulink:hover {font-weight:normal;color:red;}


	body,	html {
    font-family: verdana, arial, helvetica, sans-serif;
  	color:#000; 
  	background-color:white;
  	font-size:12px;
  	margin:0;   
  	padding:0;
  	/*background-image:url(images/background.gif);
  	background-position:80% 0%;
  	background-repeat:no-repeat; */
		
	}
	body {
		min-width:750px;
	}
	
  h1 a {
    float: left;
    width: 450px;
    height: 86px;
    padding: 20px 0;
    text-indent: -10000px;
    background: url(images/logo.gif) -6px center no-repeat;
  }
  
	h1, #wrap, #nav ul {
		background: #fff;
		margin: 0 auto;
		width: 750px;
	}
	
	#nav {
	  clear: both;
	  margin: 20px 0;
	  border-bottom: 1px solid black;
    z-index: 0;
	}
	  #nav ul {
	    padding: 7px 0 5px 0;
	  }
    #nav li {
      display: inline;
      list-style-type: none;
      margin: 0 5px 0 0;
      padding: 0;
    }
      #nav li a {
  	    padding: 5px 10px;
  	    padding-top: 4px;
        border: 1px solid #ccc;
        border-bottom: 0;
        z-index: 1;
      }
      #nav li.selected a {
        border-color: black;
        background: white;
        padding-top: 6px;
        padding-bottom: 6px;
      }

  #main, #sidebar {
    line-height: 18px;
  }
	  
	#main {
		background: #fff;
    		color: #333;
	}
		
  	#main h2, #main h3 {
      color: #000;
      font-family: Georgia, Times New Roman, Times, serif;
      padding: 10px 0px;
      margin-right: 0;
      border-bottom: 1px solid #000;
    }
    #main h2 a {
      color: black;
      text-decoration: none;
    }
    #main a.black:link, #main a.black:visited, {
      color: #000;
      text-decoration: none;
    }
    
	
	
	
	#welcome { display: none; }
	  #sidebar h2 {
      margin-top: 20px;
	    font-size: 100%;
	  }
  	#sidebar ul {
  		margin-bottom:0;
    }
      #sidebar ul li {
        margin-bottom: 8px;
      }
    #sidebar h3 {
      color:#000;
      padding:0 10px 0 0;
      font-size:12px;		
    }
    #sidebar p {
      margin: 0 0 0 0;
    }
    
    #popular-posts li, #contact li, #hot-topics li {
      margin-left: 0;
    }
    
    #terms {
      padding-top: 20px;
    }
    
  #gallery-table h3 {
    margin: 0 0 2px 0;
    padding: 0;
    border-bottom: 0;
  }
    #gallery-table td { 
      vertical-align: top;
    }
    #gallery-table td.gallery-description {
      padding-left: 10px;
    }
    #gallery-table tr {
      margin-bottom: 10px;
    }
    #gallery-table p {
      margin: 0 0 10px 0;
      padding: 0;
    }
  
  /* Photo gallery floating images */
   
  .pagesList { 
  	margin: 0;
  	padding: 0;
  }
  .pagesList li {
  	text-align: center;
  	float: left;
  	height: 125px;
  	list-style-type: none;
  	display: inline;
  	margin: 5px;
  	padding: 5px;
  	width: 125px;
  	border-left: 1px solid #afafaf;
  	border-top: 1px solid #afafaf;
  	border-bottom: 1px solid #4c4c4c;
  	border-right: 1px solid #4c4c4c;
  	background: #efefef;
  }
  .pagesList li p { text-align: center; }
  .pagesList img {
  	float: none;
  	padding: 0;
  	margin: 0;
  	margin-left-value: 0;
  	left: 0;
  }

  #pagesHolder h3 {
  	font-weight: bold;
  	font-size: 16px;
  	font-family: Verdana, Arial, sans-serif;
  	border-bottom: 1px solid #000;
  	padding-top: 15px;
  	margin-bottom: 10px;
  	margin-right: 10px;
  }

  #pagesHolder 
  {
    padding-bottom: 15px; 
  }

  .pagesList li:hover {
  	background: #dfdfdf;
  }

  .pagesList li a:hover {
  	text-decoration: none;
  }

   
    
	#footer {
		background:#fff;
		clear:both;
	}
	#footer p {
		padding:5px;
		margin:0;
  }
  
  #introbox
  {
    position:relative;
    top:50px;
    margin-left: auto; margin-right: auto;
    padding:5px 5px 5px 5px;
    text-align:center;
    /*background-color:#D3D3D3; */
    width:700px;
  }

/* column container */
	.colmask {
		position:relative;	/* This fixes the IE7 overflow hidden bug */
		color:#333;
		line-height: 18px;
		clear:both;
		float:left;
		width:100%;			/* width of whole page */
		overflow:hidden;		/* This chops off any overhanging divs */
	}
	/* common column settings */
	.colright,
	.colmid,
	.colleft {
		float:left;
		width:100%;			/* width of page */
		position:relative;
	}
	.col1,
	.col2,
	.col3 {
		float:left;
		position:relative;
		padding:0 0 1em 0;	/* no left and right padding on columns, we just make them narrower instead 
						only padding top and bottom is included here, make it whatever value you need */
		overflow:hidden;
	}
	/* 3 Column settings */
	.threecol {
		background:#fff;		/* right column background colour */
	}
	.threecol .colmid {
		right:25%;			/* width of the right column */
		background:#fff;		/* center column background colour */
	}
	.threecol .colleft {
		right:50%;			/* width of the middle column */
		background:#fff;	/* left column background colour */
	}
	.threecol .col1 {
		width:46%;			/* width of center column content (column width minus padding on either side) */
		left:102%;			/* 100% plus left padding of center column */
	}
	.threecol .col2 {
		width:21%;			/* Width of left column content (column width minus padding on either side) */
		left:31%;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
	}
	.threecol .col3 {
		width:21%;			/* Width of right column content (column width minus padding on either side) */
		left:85%;			/* Please make note of the brackets here:
						(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
	}