/*Copyright (c) 2007 iPACS Design Solutions. All rights reserved.*/

body {
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	width:auto;
	background: #000000;
	background-repeat:repeat;
	color:#666666;
	font-weight:normal;
	font-size:13px;
	margin: 10 px;
}

* {
margin:0px;
padding:0px;
}

#encloser {
width:auto;
min-height:500px;
position:relative;
}

#logo {
width:900px;
height:100px;
margin: 0px 0px 10px 0px;
background:url(logo.jpg) no-repeat center top;
}

#paper {
width:900px;
padding:20px 0px 0px 0px;
margin:20px;
background:url(paper_top.jpg) no-repeat center top;
}
#nav_flap {
	text-transform: uppercase;
	width: 900px;
	background: url(underline.jpg) no-repeat center bottom;
	text-align: center;
	line-height: 1em;
	font-size: 9pt;
	padding: 20px 0px 20px 0px;
}

#nav_flap a, #nav_flap a:link, #nav_flap a:visited {
	color: #0088da;
	font-weight: normal;
	text-decoration: none;
}

#nav_flap a:hover {
	text-decoration: underline;
}

ul.nav {
	width: auto;
	list-style-type: none;
	margin: 0px auto;
}

li.nav {
	width: auto;
	padding: 0px 16px;
	display: inline;
}


#paper_fill {
	width: 900px;
	min-height: auto;
	padding: 0px 0px 0px 0px;
	background: url(paper_fill.jpg) repeat-y center center;
	text-align: left;
	margin: 0 px;
	
}

#tree {
width:220px;
height:230px auto;
margin: 0px auto;
background:url(tree.jpg) no-repeat center bottom;
margin: 0px 0px 10px 0px;
}

#notepad {
width:220px;
height:230px auto;
margin: 0px auto;
background:url(contact_sidebar.jpg) no-repeat center bottom;
margin: 0px 0px 10px 0px;
}

#notes {
background:url(contact_sidebar.jpg) no-repeat top center;
padding:10px 15px 10px 25px;
font-size:12px;
width:auto;
height:165px;
}

#paper_bottom {
	width: 900px;
	height: 20px;
	margin: auto;
	padding: auto;
	background: url(paper_bottom.jpg) no-repeat center;
}

#copyright {
width:640px;
margin:0px auto;
font-size:9pt;
color:#FFFFFF;
line-height:1em;
}

#body_title {
    background:url(stamp.jpg) no-repeat left bottom;
	width:900px;
	height:53px;
	padding:10px 0px 10px 237px;
	margin-left:10px;
	font-size: 24px;
	line-height:normal;
	text-align:left;
	color:#03568C;
}

#para {
	padding: 18px 0px 1.5em 350px;
	line-height: 1.5em;
	text-align:left;
	width: 540px;
}

.para_header {
	font-weight: bold;
}

#stamp {
	background:url(stamp.jpg) no-repeat center top;
	width:200px;
	height:73px;
	margin: 0px auto;

}

.twoColElsLt #container {
	width: 100%;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
/* Tips for sidebar1:
1. Be aware that if you set a font-size value on this div, the overall width of the div will be adjusted accordingly.
2. Since we are working in ems, it's best not to use padding on the sidebar itself. It will be added to the width for standards compliant browsers creating an unknown actual width. 
3. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".twoColElsLt #sidebar1 p" rule.
*/
.twoColElsLt #sidebar1 {
	float: left;
	width: 220px; /* since this element is floated, a width must be given */
	padding: 0px 0; /* top and bottom padding create visual space within this div */
}
.twoColElsLt #sidebar1 h3, .twoColElsLt #sidebar1 p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}
/* Tips for mainContent:
1. If you give this #mainContent div a font-size value different than the #sidebar1 div, the margins of the #mainContent div will be based on its font-size and the width of the #sidebar1 div will be based on its font-size. You may wish to adjust the values of these divs.
2. The space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
3. To avoid float drop, you may need to test to determine the approximate maximum image/element size since this layout is based on the user's font sizing combined with the values you set. However, if the user has their browser font size set lower than normal, less space will be available in the #mainContent div than you may see on testing.
4. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs that may occur.
*/
.twoColElsLt #mainContent {

	margin: 0 2.0em 0 19em; 
	
}
/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	font-size: 15px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

#main_gallery {
	height:400px;
	margin: 0 2.0em 0 30em;
	
}

#frame {
background:url(gallery/gallery_layout.jpg) no-repeat left top;
width:auto;
height:230px;
}

#picture_frame {
padding:55px 20px 10px 20px;
}


div.sdmenu {
	width: 150px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	margin: 0px auto;
	background: url(bottom.gif) no-repeat  right bottom;
	color: #000000;
}
div.sdmenu div {
	background: url(title.gif) repeat-x;
	overflow: hidden;
}
div.sdmenu div:first-child {
	background: url(toptitle.gif) no-repeat;
}
div.sdmenu div.collapsed {
	height: 25px;
}
div.sdmenu div span {
	display: block;
	padding: 5px 25px;
	font-weight: bold;
	color: white;
	background: url(expanded.gif) no-repeat 10px center;
	cursor: default;
	border-bottom: 1px solid #000;
}
div.sdmenu div.collapsed span {
	background-image: url(collapsed.gif);
}
div.sdmenu div a {
	padding: 5px 10px;
	background: #eee;
	display: block;
	border-bottom: 1px solid #ddd;
	color: #006677;
}
div.sdmenu div a.current {
	background : #ccc;
}
div.sdmenu div a:hover {
	background : #64C0CB url(linkarrow.gif) no-repeat right center;
	color: #fff;
	text-decoration: none;
}

#quick_access {
background: url(quick_access.jpg) no-repeat left top;
width: 152px;
height: 38px;
margin: 0px auto;
}

#quote_form label{display:block; width:140px; float:left; margin-bottom:5px;}

#quote_form input, #quote_form textarea, #quote_form select{width:260px; height:16px; margin-bottom:7px; border:1px solid #CCC; background:#F4F4F4;}

#quote_form textarea{height:85px; width:260px; clear:right; }

#quote_form label.comments{width:140px;}

input#send{width:68px; height:28px; border:none; display:block; margin-left:283px;}

.notice_important{background:#FEFDCA; padding:20px; margin-top:30px;}

.notice_important h2{color:#666666;}




#mainbg {
	background-repeat: repeat-y;
	width: 899px;
	text-align: left;
	background-image: url(../imgs/bg-main.jpg);
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

#leftcolumn {
	background-color: #FFFFFF;
	float: left;
	width: 200px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	height: auto;
	border-right-width: 1px;
	border-right-style: dashed;
	border-top-style: double;
	border-right-color: #BEBEBE;
	margin-left: 5px;
}

#leftcolumn_01 {
	background-color: #FFFFFF;
	float: left;
	width: 200px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	height: auto;
	border-right-width: 1px;
	border-right-color: #BEBEBE;
	margin-left: 5px;
}

#header {
	padding: 0px;
	height: 81px;
	width: 838px;
	margin-top: 0px;
	margin-bottom: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	overflow: hidden;
}
#leftcolumn2 {
	background-color: #FFFFFF;
	float: left;
	width: 570px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	height: auto;
	border-right-width: 1px;
	border-top-style: double;
	border-right-style: dashed;
	border-right-color: #BEBEBE;
	margin-left: 10px;
}.intropara {
	line-height: 1.2em;
	color: #1D1D1D;
	font-size: 1em;
	font-weight: 500;
}
a:link {
	font-weight: bold;
	text-decoration: none;
	color: #DA2521;
}
a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #D82D23;
	
}
a:hover {
	color: #444444;
	text-decoration: none;
	font-weight: bold;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #000000;
	font-weight: bold;
}h1 .word2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #90BF4D;
	text-transform: uppercase;
}.photos {
	border: medium solid #C4EAB3;
	padding: 3px;
	height: 204px;
	width: 242px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 2em;
	color: #000000;
	font-weight: bold;
	padding-top: 5px;
	border-bottom-color: #BEBEBE;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #BEBEBE;
}h2 .word2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FA6B05;
	font-weight: bold;
	text-transform: uppercase;
}h2 .word3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #6191F3;
	font-weight: bold;
	text-transform: uppercase;
}
#midcolumn {
	background-color: #FFFFFF;
	float: left;
	width: 650px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin: 0px;
	height: auto;
	overflow: auto;
	border-right-width: 1px;
	border-top-style:double;
	/*border-right-style: dashed;*/
	border-right-color: #BEBEBE;
}

#midcolumn_01 {
	background-color: #FFFFFF;
	float: left;
	width: 650px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin: 0px;
	height: auto;
	overflow: auto;
	border-right-width: 1px;
	border-right-color: #BEBEBE;
}
#rightcolumn {
	float: left;
	width: 200px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	background-repeat: no-repeat;
	padding: 0px;
}

/*Nav Bar*/
.solidblockmenu{
margin: 0;
padding: 0;
float: left;
font: bold 13px Arial;
width: 100%;
border: 1px solid #625e00;
border-width: 1px 0;
background: black url(blockdefault.gif) center center repeat-x;
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
float: right;
color: white;
padding: 9px 11px;
text-decoration: none;
border-left: 1px solid white;
}

.solidblockmenu li a:visited{
color: white;
}

.solidblockmenu li a:hover, .solidblockmenu li .current{
color: white;
background: transparent url(blockactive.gif) center center repeat-x;
}

</style>

[if IE]>
<style type="text/css">
p.iepara{ /*Conditional CSS- For IE (inc IE7), create 1em spacing between menu and paragraph that follows*/
padding-top: 1em;
}
</style>
<![endif]
 /*Nav Bar*/
