/* CSS reset
----------------------------------------------------------------------------------------------------*/
@font-face {
    font-family: 'daxcondensed';
    src: url('dax-webfont.eot');
    src: url('dax-webfont.eot?#iefix') format('embedded-opentype'),
         url('dax-webfont.woff') format('woff'),
         url('dax-webfont.ttf') format('truetype'),
         url('dax-webfont.svg#DaxCondensedRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}




body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
	font-family:daxcondensed, Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:16px;

}

fieldset, img {
	border:0;

}

td, th, div {
	vertical-align:top;
	text-align:left;
}

/* End of reset
----------------------------------------------------------------------------------------------------*/



/* Main Div Styles
----------------------------------------------------------------------------------------------------*/

body {
	background-color: #fff;
	background-image: url(../images/body-bg.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#main {
	width: 100%;
	margin: 0 auto;
	background: url(../images/shadow.png) repeat-y;
	background-position: center top;
	text-align:center;
	
}
#content {
	width:960px;
	padding:0px 20px;
	margin: 0 auto;
}
#header {
	height: 104px;
	width:1000px;
	margin:0 auto;
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
	background-position: center top;
}


#nav {
	width:1000px;
	margin:0 auto;
	background:#fff;
	height: 45px;
	font-size:18px;
	font-weight:normal;
	color:#333333;
}
#nav ul {
	padding: 0;
	margin: 10px 0 0 5px;
	}
#nav ul li {
	font-size: 18px;
	text-align: center;
	list-style: none;
	display: inline;
	}
#nav ul li a {
	height: 28px;
	padding: 7px 35px 0 35px;
	text-decoration: none;
	float: left;
	color: #333;
	background: #fff;
	text-align: center;
	}
#nav ul li a:hover {
	background:url(../images/nav-hov.png) repeat-x;
	color: #fff;
	}
#nav ul li a.selected {
	background:#f00;
	color: #fff;
	}


#footer {
	color: #fff;
	background:url(../images/footer.png) repeat-x;
	width:960px;
	margin:0 auto;
	height: 15px;
	padding: 25px 20px;

}
#footer a {
	color: #ffcc33;
}
#footer a:hover {
	color:#0F0;
}



#container {
	width:960px;
}
#one {
	width: 310px;
	float:left;
}
#two {
	float:left; 
	width:310px; 
	margin:0px 15px;
}
#three {
	float:left;
	width:310px;
}

#leftcolumn {
	width: 240px;
	padding: 0px 10px;
	float:left;
}
#rightcolum {
	width: 690px;
	padding-left:10px;
float:left;
}



#container2 {
	width:690px;
}
#four {
	width: 205px;
	height: 516px;
	padding: 0px 10px;
	float:left;
	background-color:#cccccc;
}
#five {
	float:left; 
	width:200px;
	height: 516px;
	padding: 0px 10px;
	margin:0px 10px;
		background-color:#cccccc;
}
#six {
	float:left;
	height: 516px;
	padding: 0px 10px;
	width:205px;
	background-color:#cccccc;
}



/* Type styles
----------------------------------------------------------------------------------------------------*/
a {
	color: #A46200;
}
p {
	padding-bottom: 10px;
	text-align:justify;
}



h1 {
	color: #333333;
	letter-spacing: 1px;
	margin-bottom: 20px;
	font-size: 22px;
	font-style: normal;
	font-weight:bold;
	line-height: 34px;
	font-weight: normal;
}


h2 {
	color: #000;
	margin-bottom: 10px;
	font-size: 22px;
	line-height: 28px;
	font-weight: bold;
}
h3 {
	color: #7D380E;
	margin-bottom: 10px;
	font-size: 20px;
	font-style: normal;
	line-height: 26px;
	font-weight: normal;
	font-variant: normal;
}
h4 {
	margin-bottom: 8px;
	font-size: 18px;
	font-style: normal;
	line-height: 24px;
	font-weight: normal;
	font-variant: normal;
}
h5 {
	color: #7F3B0E;
	margin-bottom: 5px;
	font-size: 15px;
	line-height: 20px;
	font-weight: bold;
}
h6 {
	color: #333333;
	letter-spacing: 1px;
	margin-bottom: 10px;
	font-size: 22px;
	font-style: normal;
	font-weight:bold;
	line-height: 34px;
	font-weight: normal;
}


/* Sidebar content and nav styles
----------------------------------------------------------------------------------------------------*/
.sidebarbox {
	background: #fff;
	margin-bottom:15px;
}
.sidebarbox h3 {
	font-weight: normal;
	color: #fff;
	font-size: 17px;
	line-height: normal;
	margin-bottom: 0px;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 0px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: red;
	border-right-color: red;
	border-bottom-color: red;
	border-left-color: red;
	background-image: url(../images/sidebar-h3-bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.sidebarbox p {
	padding:8px;
}
.sidebarbox ul {
	margin: 0px;
	list-style-type:none;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
	background-color: #B8BFC7;
}
.sidebarbox ul li {
	list-style: none;
	display: inline;
}
.sidebarbox ul li a {
	display: block;
	line-height: 18px;
	text-decoration:none;
	font-family: daxcondensed;
	font-size:16px;

	color: #333333;                           /* Font Color */
	background-color: #fff;      /* Left Nav Color */
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #B8BFC7;
	padding-top: 5px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
}
.sidebarbox ul li a:hover {
	text-decoration: none;
	color: #fff;
	background-color: #ff0000;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #999999;
}



/* Header links/text styles
----------------------------------------------------------------------------------------------------*/
.headerlinks {
	float: right;
	text-align: right;
	margin-top: 10px;
	padding-right: 15px;
	color: #6F3007;
}
.headerlinks a {
	color:#B68105;
	text-decoration:none;
	font-weight: bold;
}
.headerlinks a:hover {
	color: #F8B90D;
}
.headerlinks strong {
	color: #FFF;
	font: normal 24px Georgia, "Times New Roman", Times, serif;
	letter-spacing: -1px;
}

/* Misc styles
----------------------------------------------------------------------------------------------------*/

.toppad { /* Generic style applied anywhere top padding needed */
	padding-top:20px;
}
#credit {
	text-align:center;
	color: #20252B;
	height: 25px;
	font-size: 11px;
}
#credit a {
	color: #20252B;
}
a.read_more:link, a.read_more:visited {
	font-size: 16px;
	color:#ff0000;
	text-decoration: none;
}
a.read_more:hover {
	font-size: 16px;
	color:#ff6666;
	text-decoration:underline;
}
a.client:link, a.client:visited {
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 16px;
	font-weight:bold;
	color:#006bb9;
	text-decoration: none;
}
a.client:hover {
	font-size: 16px;
	color:#0096e3;
	text-decoration:underline;
}

/* FORM */


input.formfeild, textarea.formfeild, select.formfeild {
	color: #333;
	border: 1px outset;
	background: #eaf0f5;
}
input.button {
	background: #4871a7;
	border: 1px outset;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	padding: 2px 5px;
}
.redfont {
	font-size:27px;
	color:#ff0000;
}
.redtitle {
	font-size:22px;
	color:#ff0000;
}
.redtitle2 {
	font-size:18px;
	color:#ff0000;
}
	
.smalltext {
	font-size:14px;
	color:#666666;
}
IMG.displayed {
	padding:20px 0px;
    display: block;
    margin-left: auto;
    margin-right: auto 
}
.borderit{
	border: 2px solid #999;
}
.toppad { /* Generic style applied anywhere top padding needed */
	padding-top:90px;
}
.toppad2 { /* Generic style applied anywhere top padding needed */
	padding-top:50px;
}
.toppad3 { /* Generic style applied anywhere top padding needed */
	padding-top:30px;
}
.buntypad { /* Generic style applied anywhere top padding needed */
	padding-top:50px;
}





/* Contant Form */


input, textarea { 
	padding: 8px;
	border: solid 1px #E5E5E5;
	width: 200px;
	background: #FFFFFF url('form_background.png') left top repeat-x;/*Mimic Background Property in Internet Explorer since IE 6,7,8 does not support CSS3*/
	background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));
	background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px);
	box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;/*0.1 actually means 10 %*/
	-moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	}

textarea { 
	width: 400px;
	max-width: 400px;
	height: 150px;
	line-height: 150%;
	}

input:hover, textarea:hover,
input:focus, textarea:focus { 
-moz-box-shadow:0 0 8px #ff0006;
	-webkit-box-shadow:0 0 8px #ff0006;
	box-shadow:0 0 8px #ff0006;
}

.form label { 
	margin-left: 12px; 
	color: red; 
	}

.submit input {
	width: auto;
	padding: 10px 14px;
	background: red;
	font-size: 14px;
	color: #FFFFFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	cursor:pointer;
	}
#form-div { 
-moz-border-radius:12px 12px 12px 12px;
-webkit-border-radius: 12px 12px 12px 12px;
background-color:#F5F5F5;
padding:15px;
}

#wrapper { 
margin:0;
width:500px;
}




/*
#nav {
	width:1000px;
	margin:0 auto;
	background:#fff;
	height: 40px;
	font-size:18px;
	font-weight:normal;
	color:#333333;
}
#nav ul {
		padding: 0;
		margin: 0;
		width: 1000px;
		height: 41px;
	}
		#nav ul li {
			font-size: 15px;
			font-weight: bold;
			text-align: center;
			list-style: none;
			display: inline;
			text-transform: uppercase;
		}
			#nav ul li a {
				height: 30px;
				padding: 10px 7px 0 7px;
				text-decoration: none;
				float: left;
				color: #fff;
				background: #333;
				border-right: 1px solid #000;
				margin-right: 1px;
			}
				#nav ul li a:hover {
					background: #666;
					color: #fff;
				}
				#nav ul li a.selected {
					background:#666;
					color: #fff;
				}
*/