/* global */

    body{
		background:#fbf9ee url(../images/bg_body_5.gif) repeat-x;
        }

    /* headings */
        h2{
			background:url(../images/bg_line.gif) no-repeat 0 100%;
			color:#940000;
            }
    /* // headings */

	/* HTML Tags */
        a{
			color:#940000;
            }
        a:hover{
			color:#999;
            }
		table, input, textarea, select, li{
			color:#333;
			}

	/* // HTML Tags */

/* // global */

.opt {
	width: 20px;
	border: none;
}
.lB{
	border-bottom: 1px solid #DBD3B6;
}
.lT{
	border-top: 1px solid #DBD3B6;
}
.lR{
	border-right: 1px solid #DBD3B6;
}
.lL{
	border-left: 1px solid #DBD3B6;
}
.head {
	background-color: #D5CFBA;
	border-bottom: 1px solid #DBD3B6;
}
.Item{
	background-color: white;
	border-bottom: 1px solid #DBD3B6;
}
.ItemAlt {
	background-color: #F3EFDE;
	border-bottom: 1px solid #DBD3B6;
}

/* page setup */

	#header{
		height:88px;
		position:relative;
		background:url(../images/bg_header_5.gif) no-repeat 0 0;
		}
	#footer{
		background:url(../images/bg_line.gif) no-repeat 0 0;
		}

/* //page setup */


/* navigation elements */

	/* main nav */

		ul#nav li a{
			color:#fff;
			}
		ul#nav li a span{
			float:left;
			height:32px;
			line-height:32px;
			padding-right:15px;
			cursor:pointer;
			}
		ul#nav li.selected a, ul#nav li a:hover{
			background:url(../images/bg_nav1_5.gif) no-repeat 0 0;
			}
		ul#nav li.selected a span, ul#nav li a:hover span{
			background:url(../images/bg_nav2_5.gif) no-repeat 100% 0;
			}

	/* //main nav */


/* //navigation elements */

/* header */

	#header h1{
		color:#fff;
		background:url(../images/bg_logo1_5.png) no-repeat 0 0;
		}
	#header h1 a{
		color:#fff;
		background:url(../images/bg_logo2_5.png) no-repeat 100% 0;
		}

/* // header */

/* content */

	.col img{
		border: 1px solid #C0C0C0;
		background-color: white;
		margin: 4px,
		}

	/* intro */

		#slogan{
			background:url(../images/bg_slogan.gif) no-repeat 0 0;
			color:#2c728a;
			}
		#intro{
			background:url(../images/bg_intro_5.jpg) no-repeat 0 0;
			}
		#intro h2{
			color:#fff;
			}
		#intro p{
			color:#fff;
			}
		#intro p.link{
			background:url(../images/bg_introLink.png) no-repeat 0 0;
			}
		#intro p.link a{
			color:#2c728a;
			}
		#intro p.link a:hover{
			color:#940000;
			}
		#intro img.agency {
			position:absolute;
			left:-1000px;
			top:45px;
		}
		#intro img.agencyFull {
			position:absolute;
			left:-1000px;
			top:0px;
		}

	/* // intro */

	/* side list */

		ul.list li{
			background:url(../images/bg_line.gif) no-repeat 0 0;
			}

	/* // side list */

	/* item list */

		ul.items li{
			background:url(../images/bg_line.gif) no-repeat 0 0;
			}
		ul.items li.first{
			background:none;
			}
		ul.items li img{
			background:url(../images/bg_itemimg.gif) no-repeat 0 0;
			}

	/* // item list */

	/* form */

		form{
			background:url(../images/bg_line.gif) no-repeat 0 0;
			}

		.groupGrey {
			border: 1px solid #DBD3B6;
		}
		.legendGrey {
			border: 1px solid #DBD3B6;
			color: white;
			background-color: #62A0B4;
		}

		input, textarea{
			border:1px solid #dbd3b6;
			}
		button{
			border:none;
			background:#2c728a;
			color:#fff;
			}


	/* // form */


/* // content */

/* footer */

	#footer a{
		color:#555;
		}
	#footer a:hover{
		color:#940000;
		}

/* // footer */


/* global */

    body{
        font:80% Trebuchet MS, Arial, Helvetica, Sans-Serif;
		color:#333;
		line-height:160%;
		margin:0;
		padding:0;
		text-align:center;
        }

    /* headings */
        h1{
			font-size:200%;
			font-weight:normal;
            }
		h2, h3, h4, h5, h6{
			font-weight:normal;
			margin:1em 0;
			color:#2c728a;
			}
        h2{
			font-size:25px;
			font-weight:bold;
			padding-bottom:.5em;
            }
        h3{
			font-size:20px;
			font-weight:bold;
            }
        h4{
			font-size:16px;
            }
    /* // headings */

    /* image replacement */
        .graphic{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }
    /* // image replacement */

    /* clearfix */

		#content:after, ul:after{
			content:".";
			display:block;
			height:0;
			clear:both;
			visibility:hidden;
			}
		#content, ul{
			display:block;
			}
		/*  \*/
		#content, ul{
			min-height:1%;
			}
		* html #content, * html ul{
			height:1%;
			}

    /* // clearfix */

	/* HTML Tags */
        a{
			text-decoration:none;
            }
		table, input, textarea, select, li{
			font:100% Trebuchet MS, Arial, Helvetica, Sans-Serif;
			}
		p, blockquote, ul, ol, form{
			margin:1em 0;
			}
		blockquote{
			}
		img{
			border:none;
			}
		hr{
			display:none;
			}
		table{
			margin:1em 0;
			width:100%;
			border-collapse:collapse;
			}
		th, td{
			padding:2px 5px;
			vertical-align: top;
			}
		th{
			text-align:left;
			}
		li{
			display:list-item;
			}

	/* // HTML Tags */

/* // global */

/* page setup */

	#container{
		margin:0 auto;
		width:934px;
		text-align:left;
		position:relative;
		}
	.col{
		float:left;
		display:inline;
		width:290px;
		margin-left:25px;
		padding-bottom:1em;
		}
	#content{
		margin:1em 0;
		}
	#main{
		float:left;
		display:inline;
		width:610px;
		margin-left:2px;
		padding-bottom:1em;
		}
	#editMain{
		float:left;
		display:inline;
		width:930px;
		margin-left:2px;
		padding-bottom:1em;
		}
	#lblEdit {
		padding-top: 5px;
		}
	#side{
		float:left;
		display:inline;
		width:290px;
		margin-left:30px;
		padding-bottom:1em;
		position:relative;
		padding-bottom:1em;
		}
	#footer{
		clear:both;
		padding-top:.5em;
		}

/* //page setup */


/* navigation elements */

	/* main nav */

		ul#nav,
		ul#nav li{
			margin:0;
			padding:0;
			list-style:none;
			}
		ul#nav{
			position:absolute;
			right:0;
			top:44px;
			height:32px;
			}
		ul#nav li{
			float:left;
			display:inline;
			height:32px;
			line-height:32px;
			margin-left:5px;
			}
		ul#nav li a{
			float:left;
			display:inline;
			height:32px;
			line-height:32px;
			font-size:17px;
			padding-left:15px;
			text-transform:lowercase;
			}
		ul#nav li a span{
			float:left;
			height:32px;
			line-height:32px;
			padding-right:15px;
			cursor:pointer;
			}

	/* //main nav */

	/* main nav */

		ul#menu,
		ul#menu li{
			margin:0;
			padding:0;
			list-style:none;
			}
		ul#menu{
			height:32px;
			}
		ul#menu li{
			float:left;
			display:inline;
			height:32px;
			line-height:32px;
			margin-left:5px;
			}
		ul#menu li a{
			float:left;
			display:inline;
			height:32px;
			line-height:32px;
			font-size:17px;
			padding-left:15px;
			text-transform:lowercase;
			text-decoration: none;
			color: #2C728A;
			}
		ul#menu li a span{
			float:left;
			height:32px;
			line-height:32px;
			padding-right:15px;
			cursor:pointer;
			}

		ul#menu li.selected a, ul#menu li a:hover{
			color:#fff;
			background:url(../images/bg_nav1_5.gif) no-repeat 0 0;
			}
		ul#menu li.selected a span, ul#menu li a:hover span{
			color:#fff;
			background:url(../images/bg_nav2_5.gif) no-repeat 100% 0;
			}

	/* //main nav */

/* //navigation elements */

/* header */

	#header h1{
		position:absolute;
		float:left;
		left:0;
		top:0;
		height:78px;
		line-height:76px;
		font-size:30px;
		font-weight:bold;
		margin:0;
		padding-left:10px;
		}
	#header h1 a{
		float:left;
		height:76px;
		line-height:76px;
		padding:0 20px 0 10px;
		}

/* // header */

/* content */

	#content a, .col a{
		text-decoration:underline;
		font-weight:bold;
		}
	.first{
		margin-left:2px;
		}
	.col img{
		padding:12px;
		}

	/* intro */

		#slogan{
			margin:0;
			padding-top:25px;
			padding-bottom:2px;
			line-height:59px;
			font-size:25px;
			font-weight:bold;
			text-indent:32px;
			}
		#intro{
			margin:10px 0;
			height:159px;
			position:relative;
			}
		#intro h2{
			margin:0;
			position:absolute;
			left:30px;
			top:40px;
			font-size:35px;
			line-height:40px;
			padding-bottom:0;
			background:none;
			}
		#intro p{
			margin:0;
			position:absolute;
			left:30px;
			top:80px;
			font-size:18px;
			width:530px;
			line-height:110%;
			}
		#intro p.link{
			left:709px;
			top:88px;
			width:196px;
			height:47px;
			}
		#intro p.link a{
			display:block;
			margin:0 10px;
			overflow:hidden;
			height:45px;
			line-height:45px;
			text-align:center;
			font-size:22px;
			font-weight:bold;
			text-transform:lowercase;
			}

	/* // intro */

	/* side list */

		ul.list, ul.list li{
			margin:0;
			padding:0;
			list-style:none;
			}
		ul.list{
			}
		ul.list li{
			padding-top:.5em;
			}
		ul.list li.first{
			padding-top:0;
			background:none;
			}
		ul.list li h3{
			margin:.5em 0;
			font-size:15px;
			}
		ul.list li p{
			margin:.5em 0;
			}

	/* // side list */

	/* blog list */

		ul.RSS, ul.RSS li{
			margin:0;
			padding:0;
			list-style:none;
			}
		ul.RSS{
			width: 100%;
			margin: 10px 10px 5px 0px;
			}
		ul.RSS li{
			padding-top:.5em;
			border-top:1px solid #ccc;
			}
		ul.RSS li.first{
			padding-top:0;
			border-top:none;
			}
		ul.RSS li h3{
			margin:.5em 0;
			font-size:15px;
			}
		ul.RSS li p{
			margin:.5em 0;
			}
		ul.RSS li span{
			font-style:italic;
			color:#777;
			}

	/* // blog list */

	/* item list */

		ul.items, ul.items li{
			margin:0;
			padding:0;
			list-style:none;
			}
		ul.items{
			}
		ul.items li{
			padding:.5em 0;
			position:relative;
			min-height:120px;
			}
		ul.items li.first{
			}
		ul.items li h4, ul.items li p{
			margin:.5em 0 .5em 130px;
			}
		ul.items li img{
			position:absolute;
			top:1em;
			left:0;
			padding:12px;
			}

	/* // item list */

	/* form */

		form{
			margin:1.5em 0;
			padding-top:.5em;
			background:url(../images/bg_line.gif) no-repeat 0 0;
			}

		.groupGrey {
			padding: 10px;
		}
		.legendGrey {
			padding: 0.2em 0.5em;
			font-weight: bold;
			font-size: 90%;
			text-align: left;
		}

		fieldset{
			margin:0;
			padding:0;
			border:none;
			margin-bottom: 10px;
			}
		input.radio{
			width: 20px;
			border:0px solid #ccc;
			padding:2px;
			}
		label{
			float:left;
			/* width:120px;
			text-indent:20px; */
			}
		input, textarea{
			width:250px;
			padding:2px;
			}
		textarea{
			height:120px;
			overflow:auto;
			}
		form p{
			clear:both;
			margin:0;
			padding:8px 0;
			}
		button{
			padding:5px 15px;
			margin:0;
			float:left;
			font-weight:bold;
			font-size:15px;
			cursor:pointer;
			margin-left:120px;
			}


	/* // form */


/* // content */

/* footer */

	#footer a{
		text-decoration:underline;
		}
	#footer a:hover{
		text-decoration:underline;
		}
	#footer ul{
		float:right;
		margin:1em 0;
		padding:0;
		}
	#footer li{
		display:inline;
		margin:0 0 0 10px;
		padding:0;
		list-style:none;
		}


/* // footer */

