
* {
	padding:0;
	margin:0;
}
body {
	font-family: "Trebuchet MS", "Lucida Sans Std", "Lucida Sans Unicode", sans-serif;
	font-size: 0.9em;
	background-color: #ffffff; 
	background-image: url('images/background1.png');
	background-repeat: repeat-x;
	background-position: 0px 0px;

}

a {
	font-size: 0.9em;
	font-weight: normal;
	font-family: "Trebuchet MS", Courier, mono;
	outline: none;
	text-decoration: none;
	color:#0000ff;
} 
a:link,a:visited {
	color:#0000ff;
	text-decoration: none;
}
a:hover {
	color:#999999;
	text-decoration: none;
}

img, a img {
	border:none;
}

code {
	font-family: "Courier New", Courier, mono;
	color: #333333;
}


.clear {
	clear: both;
}


/*		
//////////////////////////////////////////////////////
						LAYOUT
//////////////////////////////////////////////////////
*/ 

#wrapp {
	width: 970px;
	height: 297px;
	margin: 0px auto;
	background-image: url('#');
	background-repeat: no-repeat;
	background-position: right top;
}

/*		
//////////////////////////////////////////////////////
						HEADER
//////////////////////////////////////////////////////
*/ 


#header1 {
	width: 100%;
	height: 75px;
	background: #ffffff;
}

#social {
	width: 80px;
	height: 45px;
	background: #ffffff;
	float:right;
	margin-right: 75px;
	margin-top: 25px;
}


#header2 {
	width: 100%;
	height: 25px;
	background: #cacaca;
}



#header {
	width: 100%;
	height: 300px;
}

#HederTitle {
	width: 800px;
	height: 207px;
	
}
#HederTitle h1 {
	color: #ffffff;
	font-size: 2.4em;
	font-weight: normal;
	font-variant: normal;
	width: 400px;
	padding-top: 20px;
	padding-left: 100px;
}
#HederTitle h1 a:link,
#HederTitle h1 a:visited {
	text-decoration: none;
	color: #ffffff;
	
}
#HederTitle h1 a:hover {
	text-decoration: none;
	color:#e34f14;
}

#HederTitle span {
	color: #c7e4f9;
	margin-top: 3px;
	margin-bottom: 5px;
	display: block;
	width: 450px;
	font-size: 1.1em;
	padding-left: 100px;
}

/*		
//////////////////////////////////////////////////////
						MENU
//////////////////////////////////////////////////////
*/ 
#BottomHeader {
	height: 925px;
	width: 210px;
	padding-top: 170px;
	padding-left: 5px;
}

#BottomHeader .title h2{
	color: #0c2ffb;
	padding: 0px 0px 0px 0px;
	text-transform: none;
	display: block;
	margin-bottom: 4px;
	margin-top: 8px;
	font-size: 1.1em;
}

#BottomHeader.dave{
	font-size: 0.9em;
	font-weight: normal;
	font-family: "Trebuchet MS", Courier, mono;
	color: #000000;
	padding: 0px 0px 0px 0px;
}



/*		
//////////////////////////////////////////////////////
						MAIN
//////////////////////////////////////////////////////
*/ 
#wrappinner {
	width: 750px;
	float:right;
	margin: 0px;
	padding-top: 60px;
}

#main {
	width: 750px;
	float: left;
	margin-top: 0px;
	margin-left: 20px;
	/*margin-left: 8px;*/
}
#main .title h2{
	color: #c84100;
	padding: 0px 0px 0px 5px;
	text-transform: none;
	display: block;
	margin-bottom: 0px;
	font-size: 1.3em;
}
#main .entry {
	width: 710px;
	padding: 20px 0px 8px 0px;
	background-repeat: no-repeat;
	background-position: -1px 0px;
}
#main .entry p{
	width: 700px;
	color: #787878;
	font-size: 1.0em;
	font-weight: normal;
	font-family: "Trebuchet MS", Courier, mono;
	display: block;
	padding-bottom: 20px;
}

#main .entryBox {
	width: 710px;
	padding: 8px 0px 8px 10px;
	background-color:#F5F5F5;
	margin-bottom: 15px;
	background-repeat: no-repeat;
	background-position: -1px 0px;
}
#main .entryBox .title h2 {
	width: 710px;
	font-weight:bold;
	font-size: 1.2em;
	padding-top: 15px;
	padding-left: 0px;
	padding-bottom: 5px;
	color: #BF3F00;
}
#main .entryBox .title h2 a:hover {
	color: #999;
}
#main .entryBox .title h2 a:link,
#main .entryBox .title h2 a:visited {
	font-weight: normal;
	text-transform: uppercase;
	color: #bf3f00;
}

#main .entryBox .entry a:link,
#main .entryBox .entry p a:link {
	text-decoration: underline;
	color:#cacaca;
}
#main .entryBox .entry a:hover,
#main .entryBox .entry p a:hover {
	text-decoration: underline;
	color: #999999;
}
#main .entryBox .entry a:visited,
#main .entryBox .entry p a:visited {
	text-decoration: none;
	color: #666666;
}
#main .entryBox .entry img {
	padding: 7px;
}
#main .entryBox .entry ul,
#main .entryBox .entry li  {
	list-style-type: none;
	padding: 2px;
	
}
#main .entryBox .entry ul li {
	list-style-type: circle;
	list-style-position: inside;
}
#main .entryBox .entry code {
	font-family: "Courier New", Courier, mono;
	display: block;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-color: #fff;
	padding: 3px;
	font-size: 1em;
	line-height: 1.5em;
}
#main .entryBox .entry blockquote {
	font-size: 0.9em;
	padding-left: 10px;
	line-height: 1.5em;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-color: #999999;
	font-style: oblique;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
	
}
#main .entryBox .entry pre {
	width: 500px;
}
#main .entryBox .entryBottom {
	height:35px; 
	background-image: url('images/entry_bg_bottom_alt.jpg');
	background-repeat: no-repeat;
	background-position: -1px 1px;
	height: 40px;
}
#main .entryBox .entryBottom span {
	font-size: 0.8em; 
	padding-left: 17px;
	padding-right: 7px;
	display:block;
        color: #000000;

}
#main .entryBox .entryBottom a:link,
#main .entryBox .entryBottom a:visited {
	text-decoration: none;
	color: #77776B;
	font-weight: bold;	
}
#main .entryBox .entryBottom a:hover {
	text-decoration: underline;
	color: #928771;
	font-weight: bold;	
}


/*		
//////////////////////////////////////////////////////
						SIDEBAR
//////////////////////////////////////////////////////
*/ 

#sidebar {
	float:left;
	width: 120px;
	margin-top: 35px;
        margin-left: 10px;
}
#sidebar h2,
#sidebar h3 {
	font-size: 1.5em;
	margin-bottom: 15px;
	margin-top: 15px;
	color: #FF3300;
}

#sidebar ul,
#sidebar li {
	list-style-type: none;
}
#sidebar ul li {
	padding: 3px 3px 3px 8px;
	list-style-type: none;
	color: #ffffff;
}
#sidebar a:link,
#sidebar ul li a:link,
#sidebar a:visited,
#sidebar ul li a:visited {
	color: #ffffff;
	
	text-decoration: none;
}
#sidebar a:hover,
#sidebar ul li a:hover {
	text-decoration: underline;
	color:#ffffff;
}

#sidebar form {}
#sidebar form input#s {
	font-family: "Trebuchet MS", "Lucida Sans Std", "Lucida Sans Unicode", sans-serif;
	padding: 8px 5px;
	margin:0px 0px 5px;
	font-size: 1.3em;
	font-weight: normal;
	background-color: #fafafa;
	border: 1px solid #E5E2D9;
	
}

#sidebar form input#s:hover {
	
	background-color: #F7F7F3;
	border: 1px solid #E5E2D9;
}
#sidebar form input {
	border:none;
	padding:5px;
}

/*		
//////////////////////////////////////////////////////
						SIDEBAR2
//////////////////////////////////////////////////////
*/ 

#sidebar2 {
	float:left;
	width: 130px;
	margin-top: 35px;
	margin-left: 15px;
}
#sidebar2 h2,
#sidebar2 h3 {
	font-size: 1.5em;
	margin-bottom: 15px;
	margin-top: 15px;
	color: #FF3300;
}

#sidebar2 ul,
#sidebar2 li {
	list-style-type: none;
	width: 150px;
}
#sidebar2 ul li {
	padding: 3px 3px 3px 8px;
	list-style-type: none;
	color: #ffffff;
	width: 100px;
}
#sidebar2 a:link,
#sidebar2 ul li a:link,
#sidebar2 a:visited,
#sidebar2 ul li a:visited {
	color: #ffffff;
	width: 100px;
	text-decoration: none;
}
#sidebar2 a:hover,
#sidebar2 ul li a:hover {
	text-decoration: underline;
	color:#ffffff;
}

#sidebar2 form {}
#sidebar2 form input#s {
	font-family: "Trebuchet MS", "Lucida Sans Std", "Lucida Sans Unicode", sans-serif;
	padding: 8px 5px;
	margin:0px 0px 5px;
	font-size: 1.3em;
	font-weight: normal;
	background-color: #fafafa;
	border: 1px solid #E5E2D9;
	
}

#sidebar2 form input#s:hover {
	
	background-color: #F7F7F3;
	border: 1px solid #E5E2D9;
}
#sidebar2 form input {
	border:none;
	padding:5px;
}


/*		
//////////////////////////////////////////////////////
					    SEARCHFORM
//////////////////////////////////////////////////////
*/ 


#searchform {
	font-size: 0.8em;

}



/*		
//////////////////////////////////////////////////////
						FOOTER
//////////////////////////////////////////////////////
*/ 

#footer {
	clear: both;
	height: 35px;
	margin-top: 25px;
}
#footer p {
	color: #999999;
	font-size: 0.9em;
	font-weight: normal;
	font-family: "Trebuchet MS", Courier, mono;
	display: block;
	padding-left: 0px;
	padding-top: 5px;
}

#footer p a:link,
#footer p a:visited {
	color: #ffffff;
	text-decoration: none;
}
#footer p a:hover {
	color: #ff8181;
	text-decoration: underline;
}

#footer span {
	font-size: 0.7em;
	color: #333333;
}
#footer span a:link,
#footer span a:hover, 
#footer span a:visited         {
	color: #333333;
}

/*		
//////////////////////////////////////////////////////
						SLIDER
//////////////////////////////////////////////////////
*/ 
#slider {  width:970px; padding:0 0 0 0; margin-top: 0px;}
div#slideshow { float: left; width: 100%; height: 298px; background: url('images/logo.png') margin-top: 10px;}
.slider-item { width: 100% !important; height: 298px; background:none;}
.slider_content_inner img { border: none; }
.controls-center { width: 960px; margin-left: auto; margin-right: auto; }
#slider_controls { float: right; position: relative; margin:10px 0 0 0; z-index: 1000; width:960px; height:23px;}
#slider_controls ul { margin:0 auto; padding:2px 23px 2px 0; width:54px;}
#slider_controls ul li { margin: 0; padding: 0; list-style: none; }
#slider_controls ul li { float: left; display: block; }
#slider_controls ul li a { width: 1px; height: 10px; background:url('images/tabs_2.gif') no-repeat center center; display: block; float: left; padding:2px; margin:2px !important; margin:1px 1px; outline: none; }
#slider_controls ul li a:focus { outline: none; }
#slider_controls ul li a:hover,
#slider_controls ul li a.activeSlide { background:url('images/tabs_1.gif') no-repeat center center; }



