﻿/* mac hide\*/
html, body {height:100%}
/* end hide */
html,body {
	padding:0;
	margin:0;
}

a,a:visited,a:hover,a:active
{
    color:#cd261e;
    text-decoration:none;
}

body{	
	text-align:center;
	min-width:900px;/* for mozilla*/
	background-color: #FFF;
	color: #000000;
	font-family:Myriad Pro,arial;
	font-size:15px;
}

#outer{
	height:99.9%;
	min-height:100%;
	width:900px;
	border-left:1px solid #000;
	border-right:1px solid #000;
	color: #000000;
	text-align:left;
	margin:auto;
	position:relative;
	background: #fff;
	position:relative;
}
 
html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/

#header{
	position:absolute;
	top:0;
	left:-1px;
	width:900px;
	height:356px;
	background:#fff url(../images/Header.jpg) no-repeat center;
	border:1px solid #000;
	overflow:hidden;
	color: #000000;
	z-index:100;
}

#menu{
	position:relative;
	width:900px;
	height:42px;
	background:#3f3636;
	overflow:hidden;
	color: #fff;
	z-index:1;
	padding-top:365px;
	word-spacing:43px;
}
#menu p{padding-left:25px;padding-top:7px;}
#menu a,#menu a:visited,#menu a:hover,#menu a:active
{
    color:White;
    text-decoration:none;
}


#left {
	position:relative;/*ie needs this to show float */
	width:500px;
	float:left;
	padding-top:20px;/*needed to make room for header*/
	padding-bottom:20px;
	border-right:solid 1px black;
	min-height:800px; 
}
#left p {padding-left:13px;padding-right:5px;}
#left a {color:#cd261e;}


#leftmenu {
	position:relative;/*ie needs this to show float */
	width:180px;
	float:left;
	padding-top:20px;/*needed to make room for header*/
}
#leftmenu p {padding-left:13px;padding-right:5px;}
#leftmenu a,#leftmenu a:visited{color:#3f3636;
    text-decoration:none;
    width:180px;
    }
#leftmenu a:hover,#leftmenu a:active{color:#cd261e;}

#right {
	width:397px;
	float:right;
	padding-top:20px;/*make room for header*/
}
#right a {color:#cd261e;}
#right p {padding-left:13px;padding-right:13px}


#rightcontent {
	width:700px;
	float:right;
	padding-top:20px;/*make room for header*/
	border-left:solid 1px black;
	min-height:800px;

}
#rightcontent a {color:#cd261e;}
#rightcontent p {padding-left:13px;padding-right:13px}

/* used for aligning the read more to the right*/
#Read {padding:0 5px 10px 13px; margin:0 0 0 0; text-align:right; display:block;}

#centeronly {
	position:relative;/*ie needs this to show float */
	width:900px;
	float:left;
	padding-top:20px;/*needed to make room for header*/
	min-height:450px
}
#centeronly p {padding-left:3px;padding-right:2px}

/* to clear footer aka spacer*/
#clearfooter {width:890px;min-height:45px;clear:both;background:#d5d5d5;padding:5px 5px 5px 5px;}
 
#footer {
	width:900px;
	clear:both;
	min-height:50px;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	background-color: #fff;
	color: #000000;
	text-align:center;
	left:0;
	bottom:0;
	position: relative;
}

* html #footer{margin-bottom:-1px}/* ie rounding bug*/
/** html #footer {/*only ie gets this style*/
/*	\height:52px;/* for ie5 */
/*	he\ight:50px;/* for ie6 */
/*}*/

div,p  {margin-top:0}/*clear top margin for mozilla*/

h1
{
    color:#000;
    font-size:35px;
    font-variant:small-caps;
    padding:0 0 10px 10px;
    margin:0 0 0 0;
}

h2, h3, h4, h5
{
    color:#cd261e;
    padding-left:10px;
    padding:0 0 10px 10px;
    margin:0 0 0 0;
}

.GalImage
{
    width:375px;
    text-align:center;
    margin: 0 10px 10px 10px;    
}

html >body #minHeight{float:left;width:0px;height:100%;margin-bottom:-52px;} /*safari wrapper */
