/* CSS by Allan Scott */

/*---[ undohtml ]-------------------------- */
:link,:visited { text-decoration:none }
ul,ol { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }
a img,:link img,:visited img { border:none }
address { font-style:normal }

body	{
font-family:Georgia, "Times New Roman", Times, serif;
font-family:Arial, Helvetica, sans-serif;
font-weight:normal;
color:#2e5c6b;
font-size:0.625em;
background-color:#fff;
background-image:url(../images/layout/body-bg.jpg);
background-position:top center;
background-repeat:no-repeat;
text-align:center;/* for IE */
}

#wrapper	{
margin:0 auto;
width:920px;
/*border:1px solid #333;*/
/*background:#ccc;*/
text-align:left;/* for IE */
}

#wrapper .inside	{
padding:0 0px 0 0px;
}

#branding	{
width:900px;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:2.3em;
font-weight:normal;
color:#7a5460;
margin:240px 0 0 0;
}

#branding h1	{
width:380px;
text-align:center;
}

/*-- contact --*/
#contact	{
margin:20px 20px 20px 5px;
padding:10px 0;
color:#2e5c6b;
font-weight:normal;
font-size:1.8em;
font-family:Georgia, "Times New Roman", Times, serif;
text-align:center;
border-top:1px solid #2e5c6b;
border-bottom:1px solid #2e5c6b;
}

#contact a	{
color:#B2B2B2;
text-decoration:none;
}*/

/*-- content area --*/
#content	{
width:900px;
margin:50px 0;
}

#content_main	{
float:right;
width:490px;
margin:0;
}

#content_main .inside	{
padding:40px 0 0 0;
}

#content_sub	{
float:left;
width:400px;
}

#content_sub .inside	{
padding:0 10px;
}

/*-- gallery and thumbnails --*/
#gallery	{
float:left;
}

.gallery_thumbs	{
float:left;
margin:0 0px;
}

#gallery h2	{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:2.4em;
font-weight:normal;
color:#2e5c6b;
margin:0px 0 10px 0;
text-align:center;
}

.gallery_thumbs_caption	{
text-align:center;
font-size:1.4em;
}

.gallery_thumbs_caption2	{
text-align:center;
font-size:1.0em;
}

#location	{
float:left;
margin:20px 75px;
}

/* additional LAYOUT ----------------------------------*/
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

/* formatting -------------------------------*/
h1	{
font-family:Georgia, "Times New Roman", Times, serif;
color:#2e5c6b;
font-size:2.1em;
font-weight:normal;
margin:10px 0 5px 0;
}

h2	{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:2.0em;
font-weight:normal;
color:#2e5c6b;
margin:0px 0 5px 0;
}

h3	{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:2.6em;
font-weight:normal;
color:#2e5c6b;
margin:0px 0 5px 0;
}

h4	{
font-family:Arial, Helvetica, sans-serif;
font-size:1.4em;
font-weight:bold;
color:#2e5c6b;
margin:20px 0 5px 0;
}

p, li	{
font-size:1.2em;
line-height:1.4em;
margin:0 0 0 0;
}

a:link, a:visited	{
font-weight:bold;
text-decoration:none;
color:#cc000e;/*dark red*/
}

a:hover	{
text-decoration:underline;
}

/*---[ basiclists ]---------------------------*/

ul.basiclist	{
margin:10px 0;
list-style-type:square;
}

ul.basiclist li	{
margin-left:20px;
margin-top:10px;
}

ul.basiclist ul	{
margin-left:50px;
margin-top:10px;
}

ul.introlist	{
margin:10px 0;
list-style-type:square;
}

ul.introlist li	{
margin-left:20px;
margin-top:5px;
color:#fff;
}

ol	{
margin:10px 0;
padding:0;
list-style-type:decimal;
}

ol li	{
margin-left:25px;
margin-top:5px;
margin-bottom:15px;
}

ol.basicorderedlist	{
margin:10px 0;
list-style-type:decimal;
}

ol.basicorderedlist li	{
margin-left:25px;
margin-top:5px;
}

/*-- images --*/
.img_left	{
float:left;
padding:4px;
border:1px solid #ccc;
margin:0 10px 0px 0;
}

.img_right	{
float:right;
padding:4px;
border:1px solid #ccc;
margin:0 0px 0px 10px;
}
	