/*
Design by ondeflex
*/

* {
	margin: 0px;
	padding: 0px;
}

td{font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;}
table{
	background-color:#F1F6FD;}

	
	input, textarea, select{
		border:1px solid #000;
		}

body, th, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color: #fff;
}

p, ol
{
	margin-top: 5px;
}

h1, h2, h3 {
	color: #8B5108;
}

h1 {
	font-size: 2em;
	color:  #336600;
}

h2 {
	text-transform: none;
	font-size: 1.1em;
	font-weight: bold;
	color: #449BC7;
}



h3 {
	font-size: 1em;
}


ul, ol {
	margin-left: 3em;
}

a {
	
}

a:hover {
	border: none;
	text-decoration: none;
}

h1 a, h2 a, h3 a {
	border: none;
	text-decoration: none;
	color: #8F1517;
}

h1 a:hover, h2 a:hover, h3 a:hover {
	background: none;
	color: #8F1517;
}

hr {
	display: none;
}

#main
{
	width: 750px;
	
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	
	
}


/* Header */

#header {
	width: 750px;
	height: 220px;
	margin-right: auto;
	color:#000000;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #fff;
	background-image: url(images/banner.png);
	background-repeat:no-repeat;
}

#menu {
	float: left;
	height: 41px;
	width: 612px;
	padding-left: 30px;
	background: url(images/menu.png) no-repeat;

}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	float: left;
	height: 31px;
	width: 115px;
	margin-right: 1px;
	text-decoration: none;
	font-size: 1.1em;
	font-weight: bold;
	color: #ffffff;
	padding-top: 10px;
    text-align: center;
}

#menu a:hover {
	color: #ffffff;
	background: url(images/menu_r.gif) repeat-x;
}



/* Logo */

#logo {
	width: 642px;
	height: 189px;
	margin: 0 auto;
	text-align: right;
	
	
}


#logo h1 {
	padding-right: 20px;
	color: #000000;
	padding-top: 20px;
	font-size: 24px;
}

#logo h2 {
	font-style: italic;
	font-size: 10px;
	padding-right: 20px;
}


#logo a {
	color: #8C1415;
}

/* Page */

#page {
	width: 750px;
	border-top: none;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color:#F1F6FD;
	

}

#top
{
	height: 10px;
	margin-top: 10px;
	width: 750px;
	background-image: url(images/top.png);
	background-repeat: no-repeat;
}

#bottom
{
	height: 19px;
	width: 750px;
	background-repeat: no-repeat;
	background-color: #FFF;
}

#box
{
	height: 126px;
	color:#000;
	margin-left: 2px;
	margin-bottom: 2px;
	padding:10px;
	font-size:1.1em;
	overflow: hidden;
	background-repeat: no-repeat;
	margin-right: 2px;
	background-image: url(images/intro_text_boxblue.png);
}
#box2
{
	height: 126px;
	color:#000;
	margin-left: 2px;
	margin-bottom: 2px;
	padding:10px;
	overflow: hidden;
	background-image:url(images/intro_text_blur.png);
	background-repeat: no-repeat;
	margin-right: 2px;
}

#box3
{
	height: 126px;
	color:#000;
	margin-left: 2px;
	margin-bottom: 2px;
	padding:10px;
	overflow: hidden;
	background-image:url(images/intro_text_simple.png);
	background-repeat: no-repeat;
	margin-right: 2px;
}


#box H1 
{
	font-size: 2em;
}

/* Content */

#content {
	float: right;
	width: 530px;
	padding-left: 0px;
	padding-top: 0px;
	margin-right: 5px;
	margin-left: 5px;
	background-color: #FFF;
	font-size:1.1em;
}

#content H2
{
	color:#000;
	padding-top: 10px;
	font-size: 16px;
}

#content H2 a
{
color: #ffffff;
}

#content .entry
{
	padding: 10px;
	width: 500px;
	height: 350px;
}
#content .entry3
{
	padding: 10px;
	width: 500px;
	height: 450px;
}

#content .entry2
{
	padding: 10px;
	width: 510px;
	
	
}
.topcontent
{
	padding-top: 5px;
	color: #fff;
	height: 23px;
	padding-left: 20px;
	font-size: 16px;
	font-weight: bold;
	background-repeat: no-repeat;
	background-image:url(images/blueh2.gif);
}



/* Sidebars */

.sidebar {
	float: left;
	width: 202px;
	background-color:#000000;
	color: #000;
	margin-left:5px;
	
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}


.sidebar li {
	padding: 4px 0 4px 20px;
}

.sidebar a {
	text-decoration: none;
	color: #039;
	font-size: 12px;
}
.sidebar a:hover {
	color: #0A6894;
	text-decoration: underline;
}

.sidebar h2 {
	padding-top: 5px;
	height: 23px;
	padding-left: 20px;
	font-size: 16px;
	font-weight: bold;
	background-image: url(images/titleblue.gif);
	background-repeat: no-repeat;
	color: #fff;
}


#sidebar2 {
	width: 200px;
	margin-left: 10px;
}





.back_title
{
/*background: url(images/title_back.gif) no-repeat;*/
}


 
/* Left Sidebar */

#leftbar {
	background-color: #FFF;
	background-repeat: no-repeat;


}
/*leftsidebar contentholder*/
.back {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #0A3F81;
	border-left-color: #0A3F81;
}
.back2 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #479DC8;
	border-left-color: #479DC8;
	background-color:#000;
}
.back3 {
	background-image:url(images/fresh.jpg);
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #0A3F81;
	border-left-color: #0A3F81;
	height:140px;
	background-repeat: no-repeat;
	
}
.back4 {
	background-image:url(images/project%20design.jpg);
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #0A3F81;
	border-left-color: #0A3F81;
	height:140px;
	background-repeat:no-repeat;
	
}
/*middlecontent holder url(images/target.jpg)*/
.contentmiddle{
	padding: 0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #0A3F81;
	border-left-color: #0A3F81;
	margin: 0px;
}
/* Footer */
#footer
{
	padding: 20px;
	background-image:url(images/footerbg.png);
	
	background-repeat: repeat-x;
}

#footer p {
	text-align: center;
	font-size: 1.2em;
	color: #000;
	margin: 0px;
	padding: 0px;
}
#footer a
{
color:#fff;
}
/* horizontal tabbed menu */	
#tabs {
	color: #000;
	height: 55px;
	text-align: center;
	background-color: #fff;
	background-image: url(images/bigbox.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 100px;
}
#tabs li { display: inline; height: 45px; }
#tabs li a { float: left; background: #911512 url(images/barwhite.gif) no-repeat; color: #336600; padding: 7px 0; width: 82px; text-align: center; font-weight: bold; text-decoration: none; }
#tabs li a:hover {  background: #4885BC url(images/bargreen.gif) no-repeat; color: #fff; }	
#tabs li a.current { background: #fff url(images/bargreen.gif) no-repeat; color:#fff; }	

/*recent project divs*/
#col_one {
	margin: 0; /* Applied to first column only in lieu of padding (personal thing) */
	width: 42%; /* Allows for fluid design. Can be set to pixels */
	float: left;
	background-repeat: no-repeat;
	background-position: center;
	height: 120px;
} 
#col_one h1{
	color:#336600;
	font-size:2em;
}
#col_two {
	width: 55%;
	float: left;
	
	background-position: center;
	height: 170px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 5px;
} 
#col_two h2{
	background-image:url(images/titlegreen.gif);
	padding-top: 5px;
	color: #FFF;
	height: 23px;
	padding-left: 20px;
	font-size: 16px;
	font-weight: bold;
	background-repeat: no-repeat;
}

#col_three {
	width: 55%;
	float: left;
	
	background-position: center;
	
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 5px;
}
	/*bottow curve blue images*/
.bottom_small
{
	height: 11px;
	margin-bottom: 6px;
	background-image: url(images/bottom_smallblue.png);
	background-repeat: no-repeat;
}
.bottom_large
{
	height: 11px;
	margin-bottom: 6px;
	background-image: url(images/bottom_blue.png);
	background-repeat: no-repeat;
}

.bottom_project
{
	height: 11px;
	margin-bottom: 6px;
	background-image:url(images/bottomgreen.png);
	background-repeat: no-repeat;
}

/*recent project*/
.back2 {
	background-color:#000;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #360;
	border-left-color: #360;
}
/*colors used*/
.brown{
	color:#8B5108;}
	.red{
	color:#900;}
	
	/*image thumb*/
	
	.thumb {
		float:right;
	width: 167px;
	background: #ffffff;
	padding: 5px;
	height: 140px;
	margin-top: 0;
	margin-bottom: 15px;
	margin-left: 10px;

}
/*class for the table*/
.bo2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color:blue;
	border:3px solid #ccc;
	
}
.border2{border: 1px solid #000;

margin-left:5px;
	margin-right:5px;}
	
	.borderh2{font-size: 1.5em;
	color:#900;}

