/* CSS Document */

/*********************************************************/
/*                      Global                           */
/*********************************************************/
html{
	margin:0;
	border:none;
	padding:0;
}

body {
	background:url(../images/bg_noise.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	background-color: #bce7e1;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	margin:0;
	border:none;
	padding:0;
}

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:30px;
	font-weight:normal;
}

h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-weight:normal;
}

h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#069;
}

hr {
	color:#CCC;
	background-color:#CCC;
	height: 1px;
	border:none;
}

img a:link, a:active, a:hover, a:visted{
	border:none;
}

/*********************************************************/
/*                    Container                          */
/*********************************************************/

#container {
	width:965px;
	margin:auto;
}

/*********************************************************/
/*                        Header                         */
/*********************************************************/

#header {
	width: 960px;
	margin:auto;
}

#logo {
	background:url(../images/logo.png);
	background-repeat:no-repeat;
	width:  185px;
	height: 100px;
}

/*********************************************************/
/*                    Navigation                         */
/*********************************************************/

#navigation {
	width:950px;
	height: 49px;
	margin:auto;
	margin-left:17px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#navigation a:link, #navigation a:visited {
	background: url(../images/nav_bg.png) ;
	background-repeat:no-repeat;
	height:100%;
	width:135px;
	border:none;
    display: block;
	margin:auto;
	color:#666;
	text-decoration:none;
	font-weight:normal;
}

#navigation a:hover, #navigation a:active {
	background:url(../images/nav_bg_hover.png);
	background-repeat:no-repeat;
	border:none;
	color:#999;
	display: block;
	margin:auto;
	text-decoration:none;
	font-weight:normal;
}

.navigation {
	width: 134px;
	height:49px;
	float:left;
	font:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	text-align:left;
	margin-left:0.7px;
}

/*********************************************************/
/*                        Banner                         */
/*********************************************************/

#banner-container {
	margin:auto;
	min-height:272px;
	width:960px;
}

#banner-index {
	background:url(../images/banner_bg_index.png);
	background-repeat:no-repeat;
	margin:auto;
	height:400px;
	width:960px;
}

#banner-text {
	width:215px;
	height:290px;
	margin-right:40px;
	margin-top:70px;
	float:right;
	text-align:right;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:150%;
}

#banner-text h1 {
	font-family:"Arial Black", Gadget, sans-serif;
	font-size:18px;
	color:#06C;
	line-height:normal;
}

#banner-text h3 {
	color:#F03;
}

#web-banner {
	background:url(../web/images/webbanner.png);
	background-repeat:no-repeat;
	margin:auto;
	height:272px;
	width:960px;
}

#print-banner {
	background:url(../print/images/printbanner.png);
	background-repeat:no-repeat;
	margin:auto;
	height:272px;
	width:960px;
}

/*********************************************************/
/*                      Content                          */
/*********************************************************/

#content-top {
	background:url(../images/content_top.png);
	height:38px;
	width:959px;
	background-repeat:no-repeat;
	background-position:top center;
	margin:auto;
}

#content-center {
	background:url(../images/content_center.png);
	min-height:400px;
	width:959px;
	overflow:auto;
	background-repeat:repeat-y;
	margin:auto;
}

#content-center a:link {
	color:#F03;
	font-weight:bold;
	text-decoration:none;
}

#content-center a:visited {
	color:#F03;
	font-weight:bold;
	text-decoration:none;
}

#content-center a:hover {
	color:#F66;
	font-weight:bold;
	text-decoration:underline;
}

#content-center h1 a:link, a:visited, a:active {
	color:#F03;
	font-weight:normal;
	text-decoration:none;
}

#content-center h1 a:hover {
	color:#F66;
	font-weight:normal;
	text-decoration:underline;
}
	
#content-bottom {
	background:url(../images/content_bottom.png);
	height:31px;
	width:959px;
	background-repeat:no-repeat;
	background-position:center bottom;
	margin:auto;
}

#breadcrumb {
	font-size:11px;
}

	/*Content Columns*/
	
#leftcolumn {
	width:290px;
	float:left;
	margin-left:30px;
	min-height:400px;
	overflow:auto;
}

#centercolumn {
	width:290px;
	float:left;
	margin-left:20px;
	min-height:400px;
	overflow:hidden;
}

#rightcolumn {
	width:290px;
	float:right;
	min-height:400px;
	margin-right:20px;
	overflow:hidden;
}

#double-column-right {
	width:500px;
	float:left;
	margin-left:50px;
	margin-top:40px;
	margin-right:20px;
	min-height:400px;
}

#single-column {
	width:900px;
	margin:auto;
	min-height:400px;
	overflow:hidden;
}

#casdstudy-column{
	width:900px;
	float:left;
	margin-left:40px;
	min-height:400px;
	overflow:hidden;
	vertical-align:text-top;
}

#casdstudy-column img{
	float:left;
	margin-right:5px;
	padding:5px;
	border:none;
}

/*********************************************************/
/*                     Form Styling                      */
/*********************************************************/

#form-column {
	width:500px;
	float:right;
	margin-right:40px;
	min-height:400px;
}

#contact h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#069;
	display:inline;
}

#contact input {
	width:300px;
}

#contact textarea {
	width:400px;
	height:100px;
}

#contact .button {
	width:100px;
}

/*********************************************************/
/*                      Footer                           */
/*********************************************************/

	/*********************************************************/
	/*                   Footer Styles                       */
	/*********************************************************/
	
.footer {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
	text-indent:0px;
}

	/*********************************************************/
	/*                     Footer Layout                     */
	/*********************************************************/

#footer-top{
	background:url(../images/footer_top_autumn.png);
	background-repeat:no-repeat;
	background-position:center;
	height:390px;
	margin:auto;
	margin-top:-280px;
}

#footer {
	background:url(../images/footer_bg.jpg) ;
	background-repeat:no-repeat;
	background-position:center;
	height:175px;
	margin:auto;
}

#footer-container {
	width:960px;
	height:175px;
	margin:auto;
}

	/*********************************************************/
	/*                  Footer Navigation                    */
	/*********************************************************/
	
#footer-nav {
	width:100px;
	height:125px;
	float:left;
	margin-top:5px;
	line-height:120%;
}

#footer-nav h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#FFF;
}

#footer a:link, a:active, a:visited {
	color:#FFF;
	text-decoration:none;
	font-weight:normal;
}

#footer a:hover{
	color:#FFF;
	text-decoration:underline;
	font-weight:normal;
}

#footer ul, .footer li {
	list-style:none;
	padding: 0;
	font-weight:bold;
}

	/*********************************************************/
	/*                  Footer Contact                       */
	/*********************************************************/
	
#footer-contact {
	width: 150px;
	height:140px;
	float:right;
	text-align:right;
	margin-right:10px;
	font-size:10px;
}

#footer-contact a:visited, a:link, a:active{
	color:#FFF;
	text-decoration:none;
}

#footer-contact a:hover {
	text-decoration:underline;
}

	/*********************************************************/
	/*                   Footer Copyright                    */
	/*********************************************************/
	
#footer-copyright {
	width:700px;
	height:20px;
	float:left;
	font-size:10px;
}

#footer-copyright a:hover {
	text-decoration:underline;
}

#footer-copyright a:link, #footer-copyright a:visited {
	color:#FFF;
}