/* --------------------------------------------
AUTHOR              : Dan Putler
WEBSITE             : http://www.mtview-rscds.org/
VERSION             : 1.0
LAST DATE MODIFIED  : 25Aug11
 ---------------------------------------------- */
 
/* --------------------------------------------
   HTML ELEMENTS
---------------------------------------------- */

/* Top Elements */
* { margin: 0; padding: 0; outline: 0 }

body {
	background: #fbb6f2 url(../images/bg_grad.png) repeat-x;
	font: 16px Verdana, Tahoma, Arial, Geneva, sans-serif;
	color: #666666;
	/*text-align: center;*/
	margin: 0 0 50px 0;
}

/* links */
a, a:visited {	
	color: #5c1753;
	text-decoration: none;	
}
a:hover {
	color: #823278;
	text-decoration: underline;	
}

/* headers */
h1, h2, h3 {
	font-family: Caudex, serif;
	color: #823278;
	font-weight: normal;	
	padding: 0px;		
	margin: 0;
}
h1 {
	padding: 5px;		
	font-size: 1.9em;
	letter-spacing: -1px;
	text-align: center;
}
h2 {
	font-size: 1.6em;
}
h3 {
	font-size: 1.3em;
}

p {
	padding-top: 5px;		
	padding-bottom: 5px;		
	padding-left: 10px;		
	padding-right: 10px;		
	margin: 0;
}

ul, ol {
	margin: 5px 20px;
	padding: 0 20px;
}
ul {
	list-style: none;
}

/* images */
img {
	background: #ffffff;
    /*border: 1px solid #dcdcdc;
	padding: 8px;*/
}
img.float-right {
  	margin: 5px 0px 10px 10px;  
}
img.float-left {
  	margin: 5px 10px 10px 0px;
}
img.thistle_bullet {
    vertical-align: middle;
}
img.ghillies {
    padding-right: 10px;
    vertical-align: middle;
}

/* tables */
table {
    width: 790px;
    padding-left: 40px
}
tr {
    height: 40px;
}
.col1 {
    width: 18%;
}
.col2 {
    width: 82%;
}
th {
   font: bold;
   font-size: 1.2em;
}
/********************************************
   LAYOUT
********************************************/ 
#wrap {
	position: relative;
	background: #fff;
	width: 900px;	
	margin: 30px auto -20px auto;
	text-align: left;
}
#content-wrap {
	position: relative;
	background: #fff;
	clear: both;
	float: left;	
	width: 870px;	
	padding: 0; 			
	margin-left: 15px;	
	margin-right: 20px;
	display: inline;
	border-top: 5px solid #fff;
	border-bottom: 1px solid #e5e5e5;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}
#header {
	position: relative;
	background: #fff;
	width: 870px;	
	height: 110px;	
	padding: 0;	
	margin: 0px auto;
}
#header img#banner {
	background: none;
    border: none;
	padding: 0;
	margin-top: 10px;
}
#header p {
    text-align: center;
}
#header a#banner-link, a:visited#banner-link {	
	background: none;
	text-decoration: none;	
}

/* header-photo */
#header-photo {
	clear: both;
	background: #fff;
	margin: 5px auto;
	padding: 0;		
	height:300px; 
	width: 870px;
}
#header-photo img {
	border: none;
	margin: 0;
	padding: 0;
} 
#header-photo p {
    text-align: center;
}

/* Navigation */
#nav {
	text-align: center;
	margin-top: 15px;
	font-family: Caudex, serif;
	font-size: 1.25em;
	height: 46px;
	width:900px;
}
#nav p {
    text-align: center;
}
#nav img {
    vertical-align: middle;
}   
#nav a {
	color: #823278;
	text-decoration: none;
	}
#nav a:hover {
	color: #562354;
	text-decoration: underline;
	}
#nav a.active {
    color: #b163a7
}
#nav a.active:hover {
	text-decoration: none
}


/* Main Column */
#main {
	float: left;
	width: 850px;
	padding: 0px 0px 10px 0px;
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 20px;
	display: inline;	
}


/* footer */
#footer-wrap {
	clear: both;
	width: 900px;
	text-align: left;
	padding: 0;		
	border-bottom: 15px solid #fff;
	border-top: 1px solid #fff;
}
/* bottom */
#footer-bottom {
	clear: both;
	color: #666;	
	margin: 0 auto; 
	width: 870px;
	padding: 10px 0 0 0;
	text-align: center;
    font-size: .75em;
}
#footer-bottom  a {
	color: #5c1753;
    text-decoration: none;
}
#footer-bottom a:hover {
	color: #823278;
	text-decoration: underline;
	}

/* links page */
.links {
    padding-left: 40px;
    padding-top: 15px;
}

/* alignment classes */
.float-left  {
    float: left;
}
.float-right {
    float: right;
}
.align-left  {
    text-align: left;
}
.align-right {
    text-align: right;
}
.align-center {
    text-align: center;
}

/* small font changes */
p.smallfont {
    text-align: center;
    font-size: 0.8em;
    padding-top: 10px;
    padding-bottom: 15px;
}

/* clearing */
.fix {
	clear: both;
	height: 1px;
	margin: -1px 0 0;
	overflow: hidden;
}
.clear {
    display:inline-block;
}
.clear:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content: " ";
}

/* Picture + text classes */
.pictBlock {
    position: relative;
    height: auto;
    padding-top: 5px;
    padding-bottom:20px;
}
.pictBlock ul {
    list-style: disc outside none;
}
.pictLeft{
    text-align:center;
    float:left;
    padding-top:5px;
    padding-right:10px;
}
.pictRight{
    text-align:center;
    float:right;
    padding-top:5px;
    padding-left:10px;
}

