/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "Times New Roman", Georgia, Times, serif;
	font-size: 10px;
	background: #fff;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link { text-decoration: none; }
a:active { text-decoration: none; }
a:visited { text-decoration: none; color: #666; }
a:hover { text-decoration: underline; }

.cl {
    clear: both;
}

.alignright {
    text-align: right;
}

em {
    font-style: italic !important;
}

strong {
    font-weight: bold !important;
}

a img { border: none; }

.heavyTopMargin {
    margin-top: 30px;
}

#menu {
    width: 300px;
    top: 0;
    bottom: 0;
	left: 0;
    position: absolute;
    height: auto;
	background-color: #fff;
}

#menu ul {
	list-style: none;
	margin-left: 35px;
	width:230px;
}

#menu ul.lastlist {
    border-bottom: none;
}

#menu .navheader {
    margin: 40px 0 20px 75px;
}

#menu .navfooter {
    margin-left: 20px;
    margin-top: 20px;
}

#menu ul li {
    font-family:  "Times New Roman", Georgia, Times, serif;
    padding:0 0 0 0;
    color: #333;
    font-size: 12px;
    line-height: 25px;
}

#menu ul.expandedList li {
    border-bottom: 1px #333 dotted;
}


#menu ul li a {
    margin: 3px 0;
    padding: 4px 0 4px 4px;
    display: block;
    color: #333;
    text-transform: uppercase;
    line-height: 11px;
}
#menu ul li a:hover {
    text-decoration: none;
}

#menu ul li.active a{
    background: #fbc8b4;
}

#menu ul.noncollapsinglist li.active a{
    background: none !important;
}

#menu ul.noncollapsinglist li a{
    padding:4px 0 4px;
}

#menu ul li.section-title,
#menu ul.noncollapsinglist li {
    padding: 4px 0 0 0;
    color: #333;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 2px #333 solid;
}

#content {
    height: 100%;
    position: relative;
    margin: 0 0 0 300px;
    top: 0;
    min-width: 760px;
}

#content .container {
    padding: 100px 0 0 0;
	font-family: "Times New Roman", Georgia, Times, serif;
    color: #333;
}

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }


/* AOA General Styles */

.pageheader {
    text-align: right;
    height: 105px;
    position: relative;
}

.pageheader .title {
    display: inline-block;
    text-align: left;
    font-size: 12px;
    border-bottom: 1px #333 solid;
    padding: 0 5px 8px 0;
    width: 115px;
}

.sectionlogo {
    position: relative;
    height: 60px;
    margin-right: 62px;
    margin-top: 10px;
}


/* AOA Image Gallery Style */

#flickrGallery li,
#flickrGallery2 li {
    float: left;
    margin: 0 10px 10px 0;
    padding: 5px;
    border: 1px #DDD solid;
    line-height: 0px;
}

#flickrGallery li img,
#flickrGallery2 li img  {
    height: 150px;
}

.lv_Title {
	font-family: "Times New Roman", Georgia, Times, serif;
	font-size: 16px;
	color: #333;
	line-height:16px;
}



.confidenceimages {
    margin-top: 115px;
    padding-right: 20px;
    float: left;
}

.confidenceimages p img{
    width: 350px;
    margin: 0 0 10px 0;
}

.confidencealbumtext {
    margin-left: 400px;
}

.confidencealbumtext ul li {
    margin: 10px 0;
}

.taglinebox {
    float: left;
    position: relative;
    padding: 0;
    margin-bottom: 20px;
    height: auto;
}

.bracketbox {
    float: left;
    position: relative;
    padding: 0 70px;
    margin-bottom: 40px;
    height: auto;
}

.bracketbox .lbracket {
    width: 50px;
    height: 120px;
    margin-left: -70px;
    float: left;
}

.dividerline {
    border-bottom: 2px #333 dotted;
}
.lightdivider {
    border-bottom: 1px transparent dotted;
    margin: 5px 0;
}

.lighttoppadding {
    padding-top: 10px;
}

.tinyfont {
    font-size: .8em;
}
.smallfont {
    font-size: 1em;
}
.mediumfont {
    font-size: 2em;
}
.headerfont {
    font-size: 2.6em;
}
.largefont {
    font-size: 3em;
}
.verylargefont {
    line-height: 40px;
    font-size: 4em;
}


.mediumgray {
    color: #888;
}

.lightgray {
    color: #AAA;
}

.sectionlabel {
    font-size: 1.3em;
}

.colorlabel {
    font-size: 1.8em;
    color: #f9a88a;
    margin: 5px 0;
}

.column {
    width: 320px;
    float: left;
    position: relative;
    padding-bottom: 20px;
    font-size: 12px;
    margin: 0 40px 0 20px;
}

.width100 {
    width: 100px;
}

.width120 {
    width: 120px;
}

.width150 {
    width: 150px;
}

.width175 {
    width: 170px;
}

.smallGuideColumn {
    width: 160px;
    margin: 0 0 0 20px !important;
}

.width200 {
    width: 200px;
}


.width420 {
    width: 420px;
}

.width300 {
    width: 300px;
}

.width760 {
    width: 760px;
}

.widecolumn {
    width: 640px !important;
}

.height200 {
    height: 200px !important;
}

.height300 {
    height: 300px !important;
}

.height400 {
    height: 400px !important;
}

.height500 {
    height: 500px !important;
}
.column a {
    font-size: 12px;
    font-weight: bold;
    color: #333;
    background: #fbc8b4;
    padding: 0 3px;
}

.confidencealbum, 
.aboutBodyCopy,
.genBodyCopy {
    font-size: 14px !important;
    line-height: 1.4em;
    color: #333;
}

.confidencealbum strong {
    color: #888;
    text-transform: uppercase;
    margin-bottom: 2px;
}

.narrowcolumn {
    width: 150px;
    float: left;
    position: relative;
    padding-bottom: 20px;
    font-size: 12px;
    margin: 0 10px 0 0px;
}

.column h3 {
    font-weight: bold;
    font-size: 1.1em;
}

.column .leftindent {
    margin-left: 10px;
}

.plainlinks a {
    font-style: italic;
    font-weight: bold;
    color: #f9a88a;
    background: none;
    padding: 0 !important;
}



