/* RESET
--------------------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	line-height: 1.1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
.clearfix:after {   
    content: ".";   
    display: block;   
    clear: both;   
    visibility: hidden;   
    line-height: 0;   
    height: 0;   
}   
  
.clearfix {   
    display: inline-block;   
}   
  
html[xmlns] .clearfix {   
    display: block;   
}   
  
* html .clearfix {   
    height: 1%;   
}

/* REDEFINITIONS
--------------------------------------------------------------------------------------*/
body,
input,
textarea {
	font-family: "Trebuchet MS", Arial, sans-serif;
}
body {
	background: #635d5a;
}
a {
	color: #900;
}
a:hover {
	text-decoration: none;
	color: #000;
}

/* LAYOUT
--------------------------------------------------------------------------------------*/
#headerContainer .inner,
#navigationContainer .inner,
#contentContainer .inner,
#footerContainer .inner,
.splashContainer .inner {
	width: 700px;
	margin: auto;
}

#headerContainer {
	height: 158px;
	background: url('/UI/Default/Images/Layout/header_bg.jpg') repeat-x;
	width: 100%;
	overflow: hidden;
	}
	#headerContainer a.logo {
		display: block;
		width: 303px;
		height: 96px;
		margin: 12px 0 0 0;
		background: url('/UI/Default/Images/Layout/logo.png') repeat-x;
	}
	#headerContainer .navigation {
		background: #827c79;
		margin-top: 11px;
		}
		#headerContainer .navigation ul {
			display: block;
			width: 100%;
			overflow: hidden;
			padding-left: 20px;
		}
		#headerContainer .navigation ul li {
			float: left;
			}
			#headerContainer .navigation ul li a {
				display: block;
				padding: 10px 20px 10px 20px;
				color: #FFF;
				text-transform: uppercase;
				text-decoration: none;
				font-size: 12pt;
			}
			#headerContainer .navigation ul li a.active {
				background: #635d5a;
			}
.splashContainer {
	background: #863637 url('/UI/Default/Images/Layout/splashContainer_bg.jpg') repeat-x;
	width: 100%;
	overflow: hidden;
	}
	.splashContainer .inner {
		min-height: 186px;
		background: url('/UI/Default/Images/Layout/splashContainer_inner_bg.jpg') no-repeat top right;
	}
	.splashContainer .intro {
		display: block;
		color: #fff;
		font-size: 13.5pt;
		padding: 25px 0 ;
		margin-right: 370px;
	    line-height: 125%;
	    font-style: italic;
	}
	.splashContainer .intro strong {
		display: inline-block;
		padding: 0 5px;
		background: #6a2424;
	}
#contentContainer {
	background: #eeeeee;
	padding: 25px 0;
	}
	#contentContainer .width50 {
		width: 340px;
		float: left;
		}
		#contentContainer .width50.right {
			margin-left: 20px;
		}
	#contentContainer .width60 {
		width: 420px;
		float: left;
	}
	#contentContainer .width40 {
		width: 248px;
		float: right;
	}
	#contentContainer h1 {
		font-weight: normal;
		font-size: 1.7em;
		color: #b40000;
		margin-bottom: 10px;
	}
	#contentContainer h2 {
		font-weight: normal;
		font-size: 1.4em;
		color: #635d5a;
		margin-bottom: 5px;
	}
	#contentContainer p {
		color:#201e1d;
		font-size: .9em;
		line-height: 130%;
		margin-bottom: 7px;
	}
	#contentContainer ul {
		list-style-type: square;
		font-size: .9em;
		color:#201e1d;
		line-height: 130%;
		margin-left: 25px;
		margin-bottom: 7px;
	}
#footerContainer {
	text-align: center;
	}
	#footerContainer .navigation {
		margin-top: 11px;
		}
		#footerContainer .navigation ul {
			overflow: hidden;
			margin-left: 165px
		}
		#footerContainer .navigation ul li {
			float: left;
			}
			#footerContainer .navigation ul li a {
				display: block;
				padding: 10px 7px 10px 10px;
				color: #c6c0bc;
				font-size: .7em;
				text-decoration: none;
				background: url('/UI/Default/Images/Layout/footerNavigation_separator.png') no-repeat center left ;
			}
			#footerContainer .navigation ul li a.first {
				background: none;
			}
 #footerContainer .notice {
 	color: #c6c0bc;
	font-size: .7em;
	margin-top: 10px;
	padding-top: 7px;
	background: url('/UI/Default/Images/Layout/footerNavigation_bg.png') no-repeat center top;
	}
	 #footerContainer .notice a {
	 	color: #c6c0bc;
	 }

/* FORM
--------------------------------------------------------------------------------------*/
.defaultFormCtn .label {
	display: block;
	padding: 3px 3px 10px 5px;
	margin-bottom: -1px;
	margin-top: 3px;
	background: url('../Images/Layout/form_arrow_up.png') no-repeat bottom left;
	font-size: .8em;
	}
	.defaultFormCtn .textlarge, .defaultFormCtn .textsmall, .defaultFormCtn .textarea {
		background: #e2e1e1;
		padding: 3px 5px;
		border: none;
		border-bottom: 1px solid #cbc9c8;
		color: #665d46;
	    }
	.defaultFormCtn .textlarge {
		width: 370px;
		}
	.defaultFormCtn .textsmall {
		width: 175px;
		}
	.defaultFormCtn .radiolist,
	.defaultFormCtn .checkboxlist {
		width: 480px;
		background: #e1ddd7;
		display: inline-block;
		}
	    .defaultFormCtn .radiolist tr {
		    display: inline-block;
		    float: left;
		    padding: 4px;
		    padding-right: 10px;
		    border-right: 1px solid #c7c2bb;
		}
	    .defaultFormCtn .checkboxlist tr td {
		}
	    .defaultFormCtn .checkboxlist tr td input {
		    float: left;
		}
	    .defaultFormCtn .checkboxlist tr td .sessionDate {
		    display: inline-block;
		    float: left;
		    background: #efebe6;
		    padding: 2px 5px;
		    color: #5d5a54;
		    margin: 2px 0;
		}
	    .defaultFormCtn .checkboxlist tr td .sessionTitle {
		    display: inline-block;
		    float: left;
		    padding: 2px 5px;
		    margin: 2px 0 2px 0;
		}
	.defaultFormCtn .textarea {
		width: 370px;
		height: 125px;
		}
	.defaultFormCtn .validator {
		color: #c80000 !important;
		font-weight: bold;
		padding-left: 3px;
		}
	.defaultFormCtn .summary {
		padding: 10px 10px 5px 10px;
		background: #e2e1e1;
		margin-bottom: 15px;
		width: 370px;
		color: #c80000 !important;
		}
	.defaultFormCtn .summary ul {
		padding: 0;
		margin: 0;
		color: #c80000 !important;
		}
	.defaultFormCtn .summary ul li {
		list-style-type: square;
		}
	.defaultFormCtn .note {
		margin-left: 5px;
		font-size: 0.8em;
		}
	.defaultFormCtn .submitbuttonCtn {
		margin-top: 20px;
		}
	.defaultFormCtn .submitbutton {
	    display: block;
	    width: 217px;
	    height: 30px;
	    background: url('../Images/Layout/button_contact_submit.png') no-repeat top;
	    text-decoration: none;
	    text-align: center;
	    color: #fff;
	    border: none;
	    cursor: pointer;
	    }
	.defaultFormCtn .submitbutton:hover {
	    background: url('../Images/Layout/button_contact_submit.png') no-repeat bottom;
	    }

/* PAGE / HOME
--------------------------------------------------------------------------------------*/
.homeContact {
	background: url('/UI/Default/Images/Layout/home_contact.gif') no-repeat;
	padding-left: 55px;
	padding-top: 10px;
	width: 295px;
	float: left;
}
.homeNewsletter {
	background: url('/UI/Default/Images/Layout/home_newsletter.gif') no-repeat;
	padding-left: 60px;
	padding-top: 10px;
	width: 290px;
	float: right;
}
.homeContact a,
.homeNewsletter a {
	margin-top: 10px;
	display: inline-block;
}

/* PAGE / ABOUT
--------------------------------------------------------------------------------------*/
.page.about {
    }
    .page.about img {
		margin: 0 0 15px 25px;
		float: right;
	}

/* PAGE / MISSION
--------------------------------------------------------------------------------------*/
.page.mission {
    }
    .page.mission img {
		margin: 35px 0 15px 25px;
		float: right;
	}

/* PAGE / SERVICES
--------------------------------------------------------------------------------------*/
.page.services {
    }
    .page.services .intro {
	}
    .page.services .intro ul {
        margin: 0 0 0 15px !important;
        padding: 0 !important;
	}
    .page.services .intro ul li {
        list-style-type: none;
        display: inline;
        float: left;
	}
    .page.services .intro ul li a {
        display: inline-block;
        background: #d2d2d2;
        padding: 3px 10px;
        color: #605e5d;
        text-decoration: none;
        margin-right: 2px;
        cursor: pointer;
	}
    .page.services .intro ul li a:hover,
    .page.services .intro ul li a.active {
        background: #c1c1c1;
        color: #000;
	}
    .page.services .general,
    .page.services .budget {
        background: url('../Images/Layout/tab_canvas_bg.png') no-repeat;
		padding: 20px 20px 0 20px;
	}
    .page.services .budget {
        display: none;
	}

/* PAGE / NEWSLETTER
--------------------------------------------------------------------------------------*/
.page.newsletter {
    }
    .page.newsletter .defaultFormCtn .formFieldCtn {
		margin-bottom: 5px;
	}
    .page.newsletter .defaultFormCtn .label {
		width: 150px;
		float: left;
		background: transparent;
		padding: 3px 5px 3px 0;
	}
    .page.newsletter .defaultFormCtn .textlarge {
		width: 525px;
	}
    .page.newsletter .defaultFormCtn .textsmall {
		width: 200px;
	}
    .page.newsletter .defaultFormCtn .summary {
		width: 680px;
	}
	 
/* PAGE / CONTACT
--------------------------------------------------------------------------------------*/

#contentContainer .contactMore {
	background: #e2e1e1;
	padding: 15px 15px 6px 15px;
    }
    #contentContainer .contactMore h2.plan {
	    margin-top: 25px;
    }
    #contentContainer .contactMore a.mapLarge {
        display: block;
	    margin-bottom: 10px;
	    text-align: center;
	    padding: 0 0 5px 25px;
	    color: #fff;
	    background: #827c79 url('../Images/Icons/16x16_magnifier.png') no-repeat 80px 3px;
	    text-decoration: none;
    }
    #contentContainer .contactMore a.mapLarge:hover {
	    text-decoration: underline;
    }
#googleMap {
	width: 240px;
    height: 150px;
    border: 4px solid #827c79;
    overflow: hidden;
}
#googleMapLarge {
	width: 100%;
    height: 300px;
    border: 4px solid #827c79;
    overflow: hidden;
}
