/*--------------------[GENERAL RULES]--------------------*/
* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
	color: #333;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	background: #FFF url(/img/htmlBg.png) repeat-x;
}

body {
	height: 100%;
}

#wrapper {
	margin: 0 auto;
	width: 750px;
	height: 100%;
}

#container {
	width: 750px;
	position: relative;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	float: left;
	background: url(/img/containerBg.png) repeat-y center;
	z-index: 1;
}

#logo {
	width: 100%;
	height: 324px;
	background: url(/img/bodyBg.png) no-repeat center bottom;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: -1;
}

p {
	margin-bottom: 16px;
}

h1 {
	font-size: 20px;
	color: #0068ab;
	margin-bottom: 1em;
}

h2 {
	font-size: 18px;
	color: #0068ab;
	margin-bottom: 1em;
}

h3 {
	font-size: 16px;
	color: #609436;
	margin-bottom: 1em;
}

h4 {
	font-size: 14px;
	color: #609436;
	margin-bottom: 1em;
}

h5 {
	font-size: 12px;
}

h6 {
	font-size: 10px;
}

a {
	color: #1f4f82;
	text-decoration: none;
	font-weight: bold;
	outline: none;
}

a:hover {
	color: #0066CC;
	text-decoration: underline;
	cursor: pointer;
}

img {
	border-width: 0;	
}








/*--------------------[HEADER]--------------------*/
#header {
	position: relative;
	padding: 8px 17px 0;
	margin-bottom: 16px;
	width: 716px;
	float: left;
	height: 281px;
	background: url(/img/headerBg.jpg) no-repeat 403px top;
}

#header h1 {
	float: left;
	margin-left: 16px;
	margin-bottom: 8px;
}

#header h1 a {
	background: url(/img/logo.png) no-repeat left top;
	height: 89px;
	width: 252px;
	float: left;
}

#header h1 a span {
	display: none;
}

#header h2 {
	float: right;
	color: #000;
	margin: 73px 16px 0 0;
	font-style: italic;
	background: url(/img/slogan.png) no-repeat left top;
	height: 20px;
	width: 300px;
	display: inline;
}

#header h2 span {
	display: none;
}

#header .headbox {
	width: 215px;
	height: 100px;
	border: 1px solid #609436;
	float: left;
	margin: 16px 0 0 16px;
	text-align: center;
	display: inline;
	background: #609436 url(/img/bloom.png) no-repeat center center;
	line-height: 100px;
	font-size: 32px;
	font-weight: bold;
	color: white;
}



/*--------------------[MENU]--------------------*/
#navh {
	width: 716px;
	height: 66px;
	float: left;
	background: #0068ab;
}

#navh ul {
	z-index: 101;
	height: 32px;
	width: 716px;
	float: left;
	border-bottom: 1px solid #52779D;
}

#navh ul ul {
	z-index: 102;
	width: 149px;
	position: absolute;
	top: 32px;
	left: 0;
	display: none;
	border-top: 1px solid #52779D;
}

#navh ul ul ul {
	z-index: 103;
	left: 149px;
	border-left: 1px solid white;
	top: -1px;
}

#navh ul li {
	position: relative;
	list-style: none;
	float: left;
}

#navh ul li a {
	padding: 0;
	font: normal 16px/32px Verdana, Helvetica, Arial, sans-serif;
	cursor: pointer;
	display: block;
	border-right: 1px solid #52779D;
	text-decoration: none;
	float: left;
}

#navh ul li a:hover {
	background: #448CCB;
}

#navh ul li.menuSelect a {
	background: #1f4f82;
	cursor: default;
	font-weight: bold;
}

#navh ul ul li a {
	padding: 4px 0;
	font: normal 11px/14px Helvetica, Arial, sans-serif;
	width: 149px;
	border-bottom: 1px solid #52779D;
	background-color: #0072bc;
}

#navh ul ul li a:hover {
	background-image: none;
	background-color: #448CCB;
}

#navh .menuText {
	color: white;
	float: left;
	margin-left: 32px;
}

#navh ul ul .menuText {
	width: 110px;
}

#navh ul ul ul .menuText {
	width: auto;
	margin-right: 16px;
}

#navh .menuArrow {
	color: white;
	float: right;
	margin-right: 8px;
}


/*--------------------[CONTENT]--------------------*/
#content {
	padding: 0 17px 120px;
	width: 716px;
	float: left;
}

/*--------------------[CONTENT - MAIN]--------------------*/
#main {
	float: right;
	width: 451px;
	padding: 0 16px 0 8px;
	text-align: left;
}

#main .qa {
	margin-bottom: 16px;
	border-bottom: 1px solid #ccc;
}

#main .q {
	background: url(/img/q.gif) no-repeat top left;
	padding: .5em 0 .5em 1.5em;
	font-weight: bold;
	color: navy;
}

#main .a {
	background: url(/img/a.gif) no-repeat top left;
	padding: .5em 0 .5em 1.5em;
	color: #333;
}

#main .q span,
#main .a span {
	display: none;
}

#main .a span.emailInfo {
	display: inline;	
}

#main ul {
	margin-left: 32px;
	margin-bottom: 16px;
}

#main #contact {
	float: left;
	margin-bottom: 16px;
}

#main #contact label {
	float: left;
	clear: left;
	width: 137px;
	text-align: right;
	padding-right: 8px;
	cursor: pointer;
}

#main #contact input {
	float: left;
	width: 294px;
	text-align: left;
	margin-bottom: 4px;
	border-width: 1px;
	border-style: solid;
	border-color: #0068ab;
	background-color: white;
	padding: 4px;
}

#main #contact input.button {
	margin: 8px 0 0 8px;
	float: right;
	width: auto;
	text-align: center;
	background: #ddd;
	cursor: pointer;
}

#main #contact textarea {
	float: left;
	width: 298px;
	height: 150px;
	margin-bottom: 4px;
	border-width: 1px;
	border-style: solid;
	border-color: #0068ab;
	background-color: white;
	padding-left: 4px;
}

#main #contact h6 {
	text-align: right;
}

#main #slides {
	width: 449px;
	height: 200px;
	border: 1px solid #0068ab;
	float: left;
	display: inline;
	margin-bottom: 16px;
	overflow: hidden;
}

#main #slides #portfolio {
	height: 200px;
	width: 449px;
	list-style: none;
	overflow: hidden;
	margin-left: 0;
	margin-bottom: 0;
	float: left;
}


/*--------------------[CONTENT - PICTURE]--------------------*/
#picture {
	float: right;
	width: 451px;
	height: 338px;
	padding: 0 16px 0 8px;
	text-align: left;
	background-position: center center;
	background-repeat: no-repeat;
	display: none;
	cursor: pointer;
}

#picture img {
	width: 451px;
	height: 338px;
	float: right;
}





/*--------------------[CONTENT - SIDE]--------------------*/
#side {
	position: relative;
	float: left;
	width: 217px;
	padding: 0 8px 0 16px;
	text-align: left;
}

#side .picbox {
	width: 217px;
	padding: 16px 0 0;
	float: left;
	text-align: center;
	display: inline;
	background: url(/img/stripe.png) repeat-x top left;
	margin-bottom: 32px;
}

#side .picbox .picthumb {
	width: 84px;
	height: 63px;
	border-width: 1px;
	border-style: solid;
	border-color: #bbb;
	float: left;
	margin-left: 16px;
	margin-bottom: 16px;
	background: #eee;
	display: inline;
}

#side .picbox .picthumb img {
	cursor: pointer;
}

#side .picbox .selected {
	border-width: 1px;
	border-style: solid;
	border-color: #0068ab;
	cursor: default;
}

#side .picbox .selected img {
	cursor: default;
}

#side #adBox {
	width: 213px;
	border: 3px dashed red;
	float: left;
	text-align: center;
	padding: 16px 0;
	background: #fff799 url(/img/bloom2.png) no-repeat center center;
	margin-bottom: 32px;
}

#side #contactInfo {
	float: left;
	width: 217px;
	text-align: left;
	font-size: 12px;
	line-height: 1.5em;
}


/*--------------------[CONTENT - FOOTER]--------------------*/
#footer {
	padding: 16px 0 8px;
	margin: 0 33px;
	width: 684px;
	float: left;
	clear: both;
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
}

#footer h2 {
	padding-bottom: 16px;
	border-bottom: 1px solid #CCC;
	text-align: center;
}

#footer span {
	font-size: 11px;
	float: right;
	line-height: 1.25em;
	clear: right;
	white-space: nowrap;
}

#footer a {
	float: left;
	height: 30px;
	width: 90px;
	margin-right: 16px;
	background-repeat: no-repeat;
}

#footer a span {
	display: none;
}