/********************************************
   AUTHOR:  			NetQwik 
   WEBSITE:   			http://www.netqwik.com/
	        	
 
/********************************************
   HTML ELEMENTS
********************************************/ 

/* Top Elements */
* { margin: 0; padding: 0;}

body {
	color: #036;
	text-align: center;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
	background-color:#76a0cc;
	background-image: url(backgroung.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Tahoma, arial, sans-serif;
	font-size: 13px;
	line-height: 1.75em;

}


#tophead {
	width: 910px;
	height: 35px;
	padding-bottom: 20px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color:#76a0cc;
	background-image: url(bluebar.jpg);
	background-repeat: repeat-x;
	background-position: center top;	
}

#tophead #tophead-links {


	text-align:right;
	color: #fff;
	font-size: 10px;	
	font-weight: bold;
}

#tophead #tophead-links p {	
	padding: 10px;	margin: 0;	
}
#tophead #tophead-links a {	
	color: #fff;
	text-decoration: none;	
}
#tophead #tophead-links a:hover {
	color: #76a0cc;		
}


#tophead .slogan {
	float: left;
	color: #FFF;
}


#tophead .slogan h1 {
	font-size: 12px;
	font-weight: bold;
	color: #FFF;	
	
}


/* links */
a, a:visited {
	color: #036;
	background: inherit;
	text-decoration: none;
}
a:hover {
	color: #383d44;
	background: inherit;
	padding-bottom: 0;
	border-bottom: 2px solid #dbd5c5;
	text-decoration: underline;
}

/* headers */
h1, h2, h3 {
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;
	font-weight: Bold;
	color: #036;
}
h1 {
	font-size: 160%;	
	font-weight: normal;
}
h2 {
	font-size: 130%;
	text-transform: uppercase;	
	text-align: center;
}
h3 {
	font-size: 130%;	
}

h1, h2, h3, p {
	padding: 10px;		
	margin: 0;
}
ul, ol {
	margin: 5px 20px;
	padding: 0 20px;
}

/* images */
.img2 {
	background: #FAFAFA;
   border: 1px solid #DCDCDC;
	padding: 5px;
}
.img2.float-right {
  	margin: 5px 0px 10px 10px;  
}
.img2.float-left {
  	margin: 5px 10px 10px 0px;
}

.img1 {
	
margin: auto;
border: none;
}
/********************************************
   LAYOUT
********************************************/ 
#wrap {
	position: relative;
	width: 910px;
	text-align: left;
	background: #fff url(content.jpg) repeat-y center top;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#content-wrap {
	float: left;
	width: 850px;
	margin-left: 30px;
	display: inline;
	padding: 0; 	
	
	
	
}

#content-wrap2 {
	margin: auto;
	width: 800px;
	background-color: #fff;
	border: 10px solid #999;	
}

#header {
	position: relative;
	height: 18px;
	width:910px;
	padding: 0;
	color: #fff;
	background-color: #fff;
	background-image: url(header-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

/* header links */
#header #header-links {
	position: absolute;
	top: 8px; right: 45px;	
	color: #838181;
	font-size: 10px;	
	font-weight: bold;
}
#header #header-links p {	
	padding: 0;	margin: 0;	
}
#header #header-links a {	
	color: #838181;
	text-decoration: none;	
}
#header #header-links a:hover {
	color: #444;		
}

/* header-photo */

#header-photo1 {
	position: relative;
	clear: both;
	margin: 5px auto;
	height: 150px;
	width: 910px;
	background-color: #FFF;
	
}

#header-photo {
	position: relative;
	clear: both;
	margin: 5px auto;
	height: 77px;
	width: 910px;
	background-color: #FFF;
	background-image: url(head-photo.jpg);
}
#header-photo h1#logo-text {
	position: absolute;
	margin: 0; padding: 0;
	font: bold 25px 'Trebuchet MS', Arial, Sans-serif;
	
		color: #fff;
	text-transform: none;
	text-decoration: none;
	border: none;
	
	/* change the values of top and left to adjust the position of the logo*/
	top: 10px; left: 160px;
	
}

#header-photo p#logo-text2 {
	position: absolute;
	margin: 0; padding: 0;
	font: bold 12px 'Trebuchet MS', Arial, Sans-serif;
	
		color: #fff;
	text-transform: none;
	text-decoration: none;
	border: none;
	
	/* change the values of top and left to adjust the position of the logo*/
	top: 45px; left: 160px;
	
}


#header-photo h2#slogan {
	position: absolute;
	margin: 0; padding: 0;
	font: bold 14px 'Trebuchet MS', Arial, Sans-serif;
	text-transform: none;
	color: #B6D1F8;
	
	/* change the values of top and left to adjust the position of the slogan*/
	top: 80px; left: 35px;		
}

/* Navigation */
#nav {
	clear: both;	
	padding: 0;			
}


/* Main Column */
.three-col #main {
	margin: 10px 190px 0 200px;
}
.two-col #main {
	margin: 10px 5px 0 200px;
}

#main h1 {
	margin: 10px 10px 0 10px;
	font: normal 1.8em Georgia, "Times New Roman", Times, serif;
	color: #444;
	padding: 15px 0 2px 0px; 		
	border-bottom: 1px solid #dadada;
}

/* Sidebar */	
#sidebar {
	float: left;
	width: 195px;	
	margin-top: 10px;	
}	
/* right column */
#rightcolumn {
	float: right;
	width: 190px;
	margin-top: 10px;	
}
#rightcolumn h1, #sidebar h1 {
	margin: 10px 5px 0 5px;
	padding: 5px 5px; 
	font: bold 1.4em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #444; 		
}

/* sidemenu */
ul.sidemenu {
	text-align: left;
	margin: 7px 8px 8px 10px; padding: 0;			
	border-top: 1px solid #E5E5E5;
	text-decoration: none;	
}
ul.sidemenu li {
	list-style: none;
	padding: 4px 0 4px 5px;
	margin: 0 2px;		
	border-bottom: 1px solid #E5E5E5;
}
* html body ul.sidemenu li {
	height: 1%;
}
ul.sidemenu li a {
	text-decoration: none;	
	color: #fff; 
	border: none;		
}
ul.sidemenu li a:hover {	
	color: #383d44;
	border: none;
}

/* footer-wrap */
#footer-wrap {
	clear: both;
	width: 910px;
	font-size: 95%;
	padding: 20px 0;
	text-align: left;	
	background: url(footer-bottom.jpg) no-repeat center bottom;	
}



/* footer */
#footer {
	clear: both;
	color: #fff;
	margin: 0 auto 10px auto;
	width: 850px;
	padding: 5px 0;
	text-align: center;
	background-color: #2F5780;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #002F5E;
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clear { clear: both; }

/* post */
.post-by {
	font-size: .95em;	
	padding-top: 0;
}
.post-footer {
	background: #F5F5F5;
	padding: 5px; margin: 20px 10px 0 10px;	
	font-size: 95%;	
	color: #036;	
}
.post-footer .date{
	margin: 0 10px 0 5px;	
}
.post-footer a.comments {
	margin: 0 10px 0 5px;	
}
.post-footer a.readmore {
	margin: 0 10px 0 5px;	
}

#photos{
	position: relative;
	clear: both;
	margin: 5px auto;
	height: 150px;
	width: 870px;
	background-image: url(image1.jpg);
	background-repeat: repeat;
	background-position: center top;
}


#photos2{
	position: relative;
	clear: both;
	margin: 5px auto;
	height: 150px;
	width: 870px;
	
}

#ThreeSlopes {
position: relative;
	clear: both;
	margin: 5px auto;
	height: 42px;
	width: 850px;
	
}

#ThreeSlopes p {
	top: 5px;
	color: #FFF;
	Text-align: center;
	font-weight: bold;
	font-size: 11px;
}
#ThreeSlopes a {
	top: 5px;
	color: #FFF;
	Text-align: center;
	font-weight: bold;
	font-size: 11px;
}

#SlopeOne {
	width:283px;
	height: 50px;
	float:left;
	text-align:center;
	background-image: url(green-box.jpg);
	background-position: center;
	background-repeat: no-repeat;	
}



#SlopeTwo {
	width:283px;
	height: 50px;
	float:left;
	text-align:center;
	background-image: url(orange-box.jpg);
	background-position: center;
	background-repeat: no-repeat;
		
	
}


#SlopeThree{
	width:283px;
	height: 50px;
	float:left;
	text-align:center;
	background-image: url(blue-box.jpg);
	background-position: center;
	background-repeat: no-repeat;	
}





#Twocolumns {
	clear: both;
	position: relative;
	margin: auto;
	width: 700px;
	border: 1px solid #CCC;
	
	
}

#columnOne {
	width: 350px;
		float:left;
	

}

#columnTwo {
	width:350px;
		float:left;
	

}




.clear{
clear:both;
}

#box2 {
	width: 750px;
	
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
	
	
		
	
}

#box {
	width: 750px;
	border: 1px solid #E4E4E4;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
	background-color: #FAFAFA;
	
		
	
}

#box ul.services {
	line-height:25px;
	text-align: center;
	width: 275px;
	float:left;
	padding-bottom:18px;
	margin-left: 10px;
	
		
}



#box ul.services li {
	padding:0 0 0 16px;
	background-image: url(images/bul-body.gif);
	background-repeat: no-repeat;
	background-position: left center;
	list-style:none;
}



/*---------------footer-----*/
#footer2{
	width:910px;
	margin:0 auto;
		color:#fff;

}

.footer_leftcol {
	float: left;
	width: 910px;
	padding: 0 0 0 10px;
	margin-right: 25px;
}



#footer2 p{

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

#footer2 a{
	color: #FFF;
	text-decoration: none;
}

#footer2 a:hover{
	color: #FFF;
	text-decoration: underline;
}

.orangetext {
	font-weight: bold;
	color: #F60;	
	
}

#formbox {
	margin: auto;
	width: 850px;
	height: 15px;
	background-image: url(blue-box2-top.png);
	background-repeat: no-repeat;
	background-position: center top;
}
/*___________*/
.smalltext {
	font-size: 11px;	
}

.listtext {
	font-size: 13px;
	color: #036;	
}

.img3 {
	background: #FAFAFA;
   border: 1px solid #E4E4E4;
	padding: 8px;
}

.italichead {
	font-size: 11px;
	font-weight: bold;

}
