/**
 * @package		Evangelical Training Directory
 * @subpackage	Template
 * @copyright	Copyright (C) 2012 The Missionary Training Service. All rights reserved.
 * @license		GNU/GPL, see GPL-2.0.txt
 */

/* Generic styles */
body {
	font-family: Tahoma,Arial,Verdana,Sans-Serif;
	font-size: 0.8em;
	line-height: 150%;
	margin-top: 20px;
	text-align: left;
}

a:link,
a:hover,
a:visited {
	color: #333333;
	text-decoration: underline;
}

p				{ margin-bottom: 10px; }
p.buttonheading	{ float: right; }

th, td {
	border: 1px solid #e0e0e0;
	padding: 5px;
}
th {
	background-color: #e0e0e0;
	border: 1px solid #fff;
}

.right {
	float: right;
	margin-left: 10px;
}

h2 {
    color: #0185D0;
    font-size: 20px;
    line-height: 1.2em;
    padding: 10px;
}

.clearfix { display:inline-block; }
html[xmlns] .clearfix { display:block; }
* html .clearfix { height:1%; }

/* Structural elements */
#outer			{ max-width: 950px; margin: 0 auto; text-align: left; }

#prov-header {
	float: left;
}
#prov-header a,
#prov-header h1 { float: left; }
#prov-header a {
	float: left;
	width: 200px;
}
#prov-header h1 {
    color: #0185D0;
    float: left;
    font-size: 30px;
    line-height: 1.2em;
    padding-top: 40px;
    width: 575px;
}

#prov-menu {
	clear: both;
	float: left;
}
#prov-menu li {
	background-color: #e0e0e0;
	float: left;
	margin-right: 10px;
	margin-top: 10px;
}
#prov-menu li a {
    color: #0185D0;
    float: left;
    font-size: 20px;
	padding: 12px;
    text-decoration: none;
}
#prov-menu li.active { background-color: #a0a0a0; }
#prov-menu li:hover { background-color: #0185d0; }
#prov-menu li:hover a { color: #e0e0e0; }

.prov-body {
	border: 2px solid #c0c0c0;
	clear: both;
	float: left;
	margin-top: 10px;
	padding: 5px;
	width: 852px;
}

.prov-text { padding: 10px; }

#prov-trailer {
	background-color: #e0e0e0;
	clear: both;
	float: left;
	height: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
	width: 846px;
}
#copyright { float: left; }
#backtomain { float: right; }

.PrvPosition {
	border: 3px solid #c0c0c0;
	display: inline;
	float: left;
	margin-left: 4px;
	margin-top: 10px;
	padding: 5px;
}
.PrvPosition div { width: 400px; }
.PrvPosition div img,
.PrvPosition div iframe {
	display: block;
	height: 300px;
	margin: 0 auto;
}
.PrvPosition .caption {
	background-color: #eee;
	clear: both;
	color: #000;
	float: left;
	font-weight: bold;
	margin-top: 5px;
	padding: 5px;
	text-align: center;
	width: 390px;
}

#prov-body-course th { width: 40%; }
#prov-evangassns ul {
	list-style-position: inside;
	list-style-type: circle;
}

.column1 {}
.column2 {
	margin-left: 10px;
}
