/* -------------------------------------
	Author: T. Copeland ~ mindgraffiti.net
	Built: 2008-10-01
	Last Edit: 2008-10-02
	URI: http://appliedreprostrategies.com
---------------------------------------*/

/* Classes and styles that can be accessed and applied via Contribute. */
body{
	margin: 0;
	padding: 0;	
}
body, p{
	font: 12px Verdana, Helvetica, Arial, sans-serif;
}
h1, h2, h3, h4, h5, h6{
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-style: normal;
}

hr{
	border: none 0; 
	border-top: 1px solid #d3a478;
	text-align: center;
	height: 1px;
}

/* LVHA */

a, a:link{
	color: #0d3982;
}
a:visited{
	color: #52079d;
}
a:hover{
	text-decoration: none;
	color: #000;
	background-color: #71a7cc;
}
a:active{
	color: #027ac6;
	background-color: transparent;
}
#container{
	width: 800px;
	background: #fece9e url(../images/design/header.jpg) no-repeat;
	float: left;
}
#header{

}
#wrapper{
	float: left;
}
#nav{
	background: url(../images/design/nav_end.png) no-repeat 0 bottom;
	width: 190px;
	margin-top: 130px;
	float: left;
	padding: 0 0 50px;
}
#nav ul{
	background: url(../images/design/nav_bg.png) repeat-y;
	text-align: center;
	margin: 0;
	list-style-type: none;
}

#nav a, #nav a:visited{
	text-decoration: none;
	color: #fdc28e;
	display: block;
	padding-top: .5em;
	padding-bottom: .5em;
}
#nav a:hover{
	text-decoration: underline;
	background-color: transparent;
}
#nav a:active{
	color: #fff;
}
#content{
	margin-left: 190px;
	margin-top: 115px;
	margin-right: 10px;
}
#content img{
	border: 1px solid #666;
}
#content img.no_border{
	border: none;
}
#api{
	font: 10px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: right;
	border-top: 1px solid #d3a478;
	clear: both;
	margin: 0 10px 10px 190px;
	padding-top: 10px;
}
#api p{
	margin: 0;
}
#schedule{
	border-bottom: 1px solid #d3a478;
	border-left: 1px solid #d3a478;
}
#schedule th{
	border-top: 1px solid #d3a478;
	border-right: 1px solid #d3a478;
	padding: 5px;
	background-color: #573018;
	color: #fddab4;
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	text-transform: uppercase;
}

#schedule td{
	border-top: 1px solid #d3a478;
	border-right: 1px solid #d3a478;
	padding: 3px;
	vertical-align: top;
}
a.fancy_button{
	width: 121px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: #fff;
	font: 13px Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	background: url(../images/design/button.png) no-repeat center center;
	height: 48px;
	padding-top: 12px;
}
a:hover.fancy_button{
	background-image: url(../images/design/button_over.png);
	background-color: transparent;
}
#column{
	width: 383px;
	float: left;
	margin-top: 12px;
	padding-right: 5px;
}
#column h1{
	font-size: 16px;
	font-weight: bold;
}
#column h2{
	font-style: italic;
	font-size: 14px;
	margin-bottom: 14px;
}
#column h3{
	font-weight: bold;
	font-size: 12px;
	margin-top: 12px;
	margin-bottom: 0;
}
#column h4{
	padding: 5px;
	background-color: #573018;
	color: #fddab4;
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	text-transform: uppercase;
	text-align: center;
}
#column p, #column ul{
	margin-top: 0;
}
#column ul li ul li{
	margin-bottom: 1em;
	list-style-type: none;
}
#short_column{
	width: 200px;
	float: left;
	border-left: 1px solid #d3a478;
	padding-left: 10px;
	margin-top: 29px;
}
#short_column h1, 
#short_column h2,
#short_column h3,
#short_column h4,
#short_column h5, 
#short_column h6{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
}
#short_column ul{
	list-style-type: square;
	padding: 0;
	margin-left: 19px;
}
.left{
	float: left;
	margin-right: 10px;
}
.right{
	float: right;
	margin-left: 10px;
}
.clear{
	clear: both;
}
.center{
	text-align: center;
	margin: 0 auto;
}
.editor_note{
	font-style: italic;
	font-size: x-small;
}

.photo-box-left{
	background-color: #573018;
	color: #fddab4;
	font-size: 10px;
	width: 141px;
	float: left;
	padding: 5px;
	margin-right: 5px;
}
.photo-box-right{
	background-color: #573018;
	color: #fddab4;
	font-size: 10px;
	width: 141px;
	float: right;
	padding: 5px;
	margin-left: 5px;
}
#column .photo-box-right a,
#column .photo-box-right a:visited, 
#column .photo-box-left a,
#column .photo-box-left a:visited{
	color: #fff;
}
