﻿/* RightColFullNavAbsPos.css */

/* Block all default margins and padding */
* {
    margin: 0;
    padding: 0;
}

body {
    /* Required to center wrapper in old browsers */
    text-align: center; 
    /* Style to taste */
    background-color: #272727;
    font-family: Verdana, Geneva, Sans-Serif;
    color:#A3A3AD;
    
}

#wrapper {
    /* Sets the width of fixed or elastic layout */
    width: 44.2em; 
    /* Centers the layout (newer browsers) */
    margin: 0 auto; 
    /* Wrapper must have a border */
    border: solid 0px #B0C4D0; 
    /* Required so absolute mesaurements are in wrapper */
    position: relative; 
    /* Style to taste */
    /*background-color: #E2E6E0;*/
   margin-top: 20px;
}

/* ---------------------- Start layout division styles ---------------------- */
#branding {
     /* Style to taste */
    height: 303px; 
    text-align:left;
    background-color: #333;
}

#branding img {
	border: 1px #272727 solid 
}

#branding a:hover img
 {Border: 3px solid #232522;}
          

.menu {

        width: 100px; 
        /*height: 50px;*/
        position: absolute;
        top: 0px; right: 135px; left: 474px;

}

a	{
		color:#cf8442;
		font-size:12px;
		text-decoration:none;
                border: solid 0px #cf8442;
						}	
						
#rightcolumn a:hover {
	color:#fff;
	font-size:14px;
	text-decoration:underline;
	
}						
/* Navbar division */
#navbar {
    position: absolute; 
    /* Top = branding height */
    top: 320px; 
    right: 0; 
    /* Width = 100% */
    width: 100%;
    /* Style to taste. Content top padding must match this height. */
    height: 2em; 
    /*background-color: #f4dabc;*/
}

/* Right column division */
#rightcolumn {
    float: right; 
    /* Top = branding+navbar heights */
    top: 350px;
    right: 0;
    /* Style to taste */
    width: 15em; 
    text-align: left;
    padding-top: 50px;
    padding-bottom: 20px;
        
}


/* Content division */
#content {
    padding-top: 1em; 
    /* Right margin = rightcolumn width */
    margin-right: 15em;
    /* Optional, style to taste */
    text-align:center;
    padding-bottom: 0.5em;
    /*background-color: #fff;*/
    color: #A3A3AD; 
    padding-right: 5px;
    font-size: 12px;  
    width:37em; 
}

/* Footer division */
#footer {
    /* Leave room for rightcolumn */
    /*margin-right: 25em;*/
    /* Style to taste */
    text-align:center;
    /*background-color: #fff;*/
    color: #A3A3AD;
    border-top: solid 1px #B0C4D0;
    min-height: 2em;
    font-size:12px;
    clear: both;    
    
}
#footer a:hover{
     color: #fff;
}

/* ---------------------- End layout division styles ---------------------- */

/* ---------------------- Start Content division styles ------------------- */
/* Heading 1 tags in content division */
#content h1 {
    margin-left: 10px;
    font-size: 1.5em;
}

/* Paragraphs in content division */
#content p {
    font-size: 1em;
    line-height: 1.5em;
    margin: 1em 12px;
    text-align: justify;

}

/* Bulleted lists in content division */
#content ul {
    font-size: 1em;
    margin: 1em 20px 1em 40px;
    
}

#content ul li {
    margin-bottom: 0.5em;
    text-align:left;
}
#content a:hover{
    color:#fff;
}

#content a:link{
    text-decoration:none;
}

#content td {
   padding:5px;
   text-align: left;
}
/* #content img {
    padding-bottom: 1em;
    
}*/
/* ---------------------- End Content division styles ------------------- */


#rightcolumn p{
   font-size:0.85em;
}

.photos{
    text-align:left;
}

