body{
	background-color: #fff;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;	
}
h1, h2, h3, h4, a, p{
	color: #000000;
	margin-bottom: 10px;
	font-weight: normal;
}
h3{
	letter-spacing: 1px;
	font-size: 22px;
}
h4{
	letter-spacing: -1px;
	font-size: 18px;	
}

.container1{
	width: 100%;
	background-color: #fff;
	border-bottom: 1px solid #8d8d8d;
	float: left;
}
.header h1{
/*	If you want to use an image as your logo use this CSS, remove the font styles and adjust the top margin below.*/

	text-indent: -5000px;
	background: transparent url(../images/header.jpg) no-repeat left top;
	height: 101px;
	padding: 0;
	margin: 40px 0 0;
	}
	
.header h2{
	text-indent: -5000px;
	height: 0;
	margin: 0;
	padding: 0;
}

#navcontainer{
	width: 960px;
	height: 30px;
	margin: 0;
	padding: 0;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	background: url(images/nav_background.jpg);
	background-color: #999999;
	text-align: center;
	float:left
}

/* Main Navigation */

#navcontainer ul{
	margin: 0;
	padding: 0;
	height: 30px;
	background: url(images/nav_background.jpg);
}

#navcontainer ul li {
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: block;
	float: left;
	font: 12px/30px "Lucida Grande", verdana, sans-serif;
	text-align: center;
	background-image: url(nav_background.jpg);
	height: 30px;
}

#navcontainer a {
	color: #ffffff;
	text-decoration: none;
	display: block;
	width: 110px;
	border-top: none;
	border-right: 1px solid #ffffff;
	border-bottom: none;
	height: 30px;
	background-image: url(images/nav_background.jpg);
}

#navcontainer a:hover, a:focus { 
	color: #333333;
	border-bottom: none;
	height: 30px;
	background-image: url(images/nav_rollover.jpg);
}

#navcontainer .activetab {
	color: #fff; 
	border-bottom: none;
	height: 30px;
	background-image: url(images/nav_active.jpg);
}

.nav{
	float: right;
	margin: 0;
	padding: 65px 0 0;
}
.nav ul{
	float: right;
	margin: 0;
	padding: 0;
}
.nav li{
	float: left;
	padding: 0;
	list-style-image: none;
	list-style-type: none;
	list-style-position: outside;
	margin: 0;
	margin-left: 10px;
}
.nav li a, .nav li a:visited{
	color: #666666;
	text-decoration: none;
	padding: 10px;
	float: left;
}
.nav li a:hover{
	color: #fff;
	text-decoration: none;
	padding: 10px;
	background-color: #8d8d8d;
	float: left;

}
.container2{
	width: 100%;
	background-color: #fff;
	border-bottom: 1px solid #8d8d8d;
	float: left;
	padding: 30px 0;

}
#highlighted{
	border: 3px solid #666;
}
.container3{
	width: 100%;
	background-color: #fff;
	border-bottom: 1px solid #666;
	float: left;
	padding: 10px 0;
	height: 120px;
	overflow: hidden;
}
.thumbs ul{
	padding: 0;
	margin: 0;
	width: 940px;
}
.thumbs li{
	padding: 0;
	margin: 0;
	list-style-type: none;
	float: left;
}
.thumbs a{
	float: left;
}
.thumbs img{
	border: 1px solid #666;
	float: left;
	margin: 10px 5px;
}
.container4{
	width: 100%;
	background-color: #fff;
	float: left;
	padding-top: 5px;
}
.portfolio ul{
	padding: 0;
	margin: 0;
}
.portfolio li{
	padding: 0;
	margin: 0;
	list-style-type: none;
	float: left;
	min-height:120px;
    height:auto;
    height:120px;
}
.portfolio a{
	float: left;
}
.portfolio img{
	border: 1px solid #666;
	float: left;
	margin: 10px 5px;
}
.categories{
	background-color: #fff;
	border: 1px solid #8d8d8d;
	padding-bottom: 5px;
	margin-bottom: 25px;
}
.categories h3{
	font-weight:normal;
	margin:-1px 0 5px 10px;
	font-size: 18px;
	letter-spacing: -1px;
	font-family:Helvetica,Arial,Geneva,sans-serif;
	background-color: #fff;
	padding: 5px 10px;
	border-bottom:1px solid #8d8d8d;
	border-left:1px solid #8d8d8d;
	border-right:1px solid #8d8d8d;
	float: left;
}
.categories ul{
	padding: 0;
	margin: 0;
}
.categories li{
	list-style-type: none;
	border-bottom: 1px solid #8d8d8d;
	margin: 10px;
}
.categories li:hover{
	background-color: #666;

}
.categories a:hover{
	text-decoration: none;
	color: #fff;
}

.categories a{
	text-decoration: none;
	padding: 5px 10px 0px 5px;
}



.blogsidebar{
	background-color: #fff;
	border: 1px solid #8d8d8d;
	padding: 10px;
	margin-bottom: 25px;
}
.blogsidebar h4{
	font-weight:normal;
	margin:-11px 0 5px 10px;
	font-size: 18px;
	letter-spacing: -1px;
	font-family:Helvetica,Arial,Geneva,sans-serif;
	background-color: #fff;
	padding: 5px 10px;
	border-bottom:1px solid #8d8d8d;
	border-left:1px solid #8d8d8d;
	border-right:1px solid #8d8d8d;
	float: left;
}
.searchinput{
	border: 1px solid #8d8d8d;
	padding: 3px;
	background-color: #fff;
}
.searchsubmit{
	border: 1px solid #8d8d8d;
	background-color: #fff;
	color: #666666;
	padding: 3px;
	margin-left: 4px;
}
.searchsubmit:hover{
	background-color: #ccc;
	color: #333;
	border: 1px solid #333;
}
.blogsidebar ul{
	padding: 0;
	margin: 0;
}
.blogsidebar li{
	list-style-type: none;
	border-bottom: 1px solid #8d8d8d;
	margin: 10px;
}
.blogsidebar li:hover{
	background-color: #ccc;
}
.blogsidebar a:hover{
	text-decoration: none;
}

.blogsidebar a{
	text-decoration: none;
	padding: 5px 10px 0px 5px;
}
.entry{
	margin-bottom: 25px;
}
.entry h2{
	font: normal 32px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding: 5px;
	color: #fff;
	background-color: #ccc;
	border: 1px solid #8d8d8d;
	
}
.entry h2:hover{
	font: normal 32px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #fff;
	padding: 5px;
	background-color: #858585;
	border: 1px solid #8d8d8d;
}
.contentwrapper p{
	font-size: 12px;
	line-height: 175%;
	letter-spacing: 0px;
	margin-bottom: 15px;
}
.commentwrapper{
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 15px 15px 5px;
	background-color: #e9e9e9;
	border: 1px solid #8d8d8d;
}
.nextpage{
	margin: 15px auto 0;
	
}
.nextpage p{
	margin: 15px 0;
	text-align: center;
	padding: 7px 15px;	
	background-color: #fff;
	border: 1px solid #8d8d8d;
	font-size: 15px;	
}
.nextpage p:hover{
	background-color: #e9e9e9;
	padding: 7px 15px;
	font-size: 15px;
}
.commentform p{
	width: 100%;
}


#myheader {
	margin:0;
	padding: 0;
	background-color: #ffffff;
	height: 101px;
	border: 2px solid #666666;
}

.footer p {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-right: 20px;
	margin-left: 20px;
	color: #666;
	font-style: italic;
	text-align: center;
}
.footer a:link    { color:  #666; font-weight: normal; text-decoration: none; }
.footer a:visited { color:  #666; font-weight: normal; text-decoration: none; }
.footer a:active  { color:  #666; font-weight: normal; text-decoration: none; }
.footer a:hover   { color:  #666; font-weight: bold; text-decoration: none; }

/* ------------------------------ Right Column Margins ----------- */

.right_column_margin {
	margin: 10px 10px 10px 8px;
}

#right_column .box-1 {
	background-color:#FFFFFF;
	margin: 0 0 30px 0;
}


/* ------------------------------ Right Column Text ----------- */

#right_column h3 {
	color: #FFFFFF;
	font: bold 14px Verdana, Arial, sans-serif;
	background-image: url(/images/right_column_bar.jpg);
	background-repeat: no-repeat;
	height: 13px;
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 3px;
	margin-left: 0px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 10px;
}

.right_column_text {
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 13px;
}

.right_column_head {
	color: #FF0000;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 13px;
	font-weight: bold;
	padding-top: 15px;
}

.right_column_head a:link {
	color: #FF0000;
	text-decoration: underline;
	background:  none;
	font-weight: bold;
}

.right_column_head a:visited {
	color: #FF0000;
	text-decoration: underline;
	background:  none;
}

.right_column_head a:active {
	color: #FF0000;
	background:  none;
}

.right_column_head a:hover {
	color: #FF0000;
	background:  none;
}

.right_column_head a:visited:hover {
	color: #FF0000;
	text-decoration: underline;
	background:  none;
}

/* ------------------------------ Right Column Lists ----------- */

#right_column {
	width: 200px;
	float: right;
	margin: 0;
	padding: 0;
	font-size: .9em;
	line-height: 1.6em;
}

.right_column a:link {
	color: #FF0000;
	text-decoration: underline;
	background:  none;
}

.right_column a:visited {
	color: #FF0000;
	text-decoration: underline;
	background:  none;
}

.right_column a:active {
	color: #FF0000;
	background:  none;
}

.right_column a:hover {
	color: #FF0000;
	background:  none;
}

.right_column a:visited:hover {
	color: #FF0000;
	text-decoration: underline;
	background:  none;
}


#right_column .box-1 ul {
	list-style: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 5px;
	padding: 0;
}

#right_column .box-1 ul li {
	list-style: none;
	padding-left: 17px;
	background: transparent url(/images/bullet_go.gif) no-repeat 0px 0px;
	margin-top: 4px;
	margin-right: 8px;
	margin-bottom: 10px;
	margin-left: 0;
}

#right_column p{
	margin: 0px 8px 0px 5px;
}

.home{
	width: 690px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	line-height: 26px;
}