/* Credits 
Background pattern: Alte Mo (http://www.atlemo.com/)
*/

/* CSS reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
    margin:0;
    padding:0;
}

p, ul {
	margin: 0 0 12px 0;
}

html,body {
    margin:0;
    padding:0;
	//font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size:10pt;
	text-shadow: 0 1px 0 #eee;
	color:#333;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}


/* Additional options*/

table {
    border-collapse:collapse;
    border-spacing:0;
}
fieldset,img { 
    border:0;
}
input{
    border:1px solid #b0b0b0;
    padding:3px 5px 4px;
    color:#979797;
    width:190px;
}
address,caption,cite,code,dfn,th,var {
    font-style:normal;
    font-weight:normal;
}
ul {
    list-style:none;
}
.section ul, ol{
	list-style-type: disc;
	margin-left: 20px;
}

#width-1 ul, ol{
    list-style:none;
	margin-left: 20px;
}

ol{
	list-style: decimal;
	/*list-style-position: inside;
	text-indent: -1em;
	padding-left: 1em;*/
}

ol.a-style{
	list-style: lower-latin;
	/*list-style-position: inside;
	text-indent: -1em;
	padding-left: 1em;*/
}

ol.I-style{
	list-style: upper-roman;
	/*list-style-position: inside;
	text-indent: -1em;
	padding-left: 1em;*/
}

li{
	margin-bottom: 5px;
}

li li{
	margin-bottom: 0px;
}

caption,th {
    text-align:left;
}
h1,h2,h3,h4,h5,h6 {
    font-size:100%;
    font-weight:normal;
	color: #222;
}
q:before,q:after {
    content:'';
}
abbr,acronym { border:0;
}
/* Headings */

h1{
	margin-top: 20px;
	font-size: 14pt;
	display: inline-block;
	font-weight: bold;
	
	margin-bottom: 10px;
	padding: 2px 15px 2px 15px;	
	color: #fff;
	text-shadow: none;
	background: #1f5367;
}

h2{
	margin-top: 10px;
	font-size: 12pt;
	display: block;
	font-weight: bold;
}

h3{
	margin-top: 10px;
	font-size: 10.5pt;
	display: block;
	font-weight: bold;
}



/* Custom Style */
body{
	background-color:#EFEEEA;
	background-image: url(resources/images/pattern2.png);
	background-attachment: fixed;
}

/*
.section {
}

.section p:last-child {
}*/

#divide{
	border-bottom: 1px dashed #fff;
	height: 0px;
	clear: both;
	padding-top: 50px;
}

#divide-dark{
	border-bottom: 1px dashed #ccc;
	height: 0px;
	width: 300px;
	margin-left: -15px;
	clear: both;
	padding-top: 20px;
	margin-bottom: 20px;
}

#clear{
	clear: both;
}
/* HEAD */
#wrapper {
	width:802px;
	margin: 0px auto;
}

#banner {
	position: relative;
	height: 150px;
	margin-bottom:23px;
}

#navigation {
	position: absolute; 
	bottom: -23px;
	height: 46px;
	width:800px;
	background-color:#fff;
	border:1px solid #ccc; 
	border-bottom: none;
	/*border-top: none;*/
}

#nav {
	position: fixed;
	left: 50%;
	top: 318px;
	margin-left: 420px;
}

#nav a {
  color: #fff;
  display: block;
  font-size: 11px;
  padding: 5px 10px;
  border: 1px solid transparent;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: none;
  max-width: 400px;
}

#nav a:hover {
  background: #1f5367;
}

#nav .current a {
  background: #000;
  color: #fff;
  border: 1px solid;
}


/* CONTENT */
#content {
	width:760px;
	background-color:#fff;
	margin: 0px auto;
	padding: 0 20px 0 20px;
	border:1px solid #ccc; 
	border-top: none;
	box-shadow: 0 10px 10px -10px #555;
		-webkit-box-shadow:0 10px 10px -10px #555;
		-moz-box-shadow:0 10px 10px -10px #555;
}

/*
#width-3{
	padding: 0 20px 0 20px;
	clear: both;
}*/

#width-2{
	width: 448px;
	float: left;
	padding: 0 10px 0 0px;
}

#width-half{
	width: 47%;
	float: left;
	padding: 0 10px;
}

#width-1{
	width: 292px;
	float: left;
	padding: 0 0 0 10px;
}

#insert-right{
	width: 270px;
	float: right;
	clear: both;
	margin: 20px;
	margin-right: 0px;
	margin-top: 0px;
	padding: 15px 15px 15px 15px;
	background-color: #EFEEEA;
	border: 1px solid #ccc;
	//box-shadow: 0 10px 10px -10px #555;
	//	-webkit-box-shadow:0 10px 10px -10px #555;
	//	-moz-box-shadow:0 10px 10px -10px #555;
}

#insert-left{
	width: 270px;
	float: left;
	clear: both;
	margin: 20px;
	margin-left: 0px;
	margin-top: 0px;
	padding: 15px 15px 15px 15px;
	background-color: #EFEEEA;
	border: 1px solid #ccc;
	//box-shadow: 0 10px 10px -10px #555;
	//	-webkit-box-shadow:0 10px 10px -10px #555;
	//	-moz-box-shadow:0 10px 10px -10px #555;
}

#insert-center{
	overflow: hidden;
	padding: 15px 5px;
	margin: 10px 0 10px 0;
	background-color: #efeeea;
	border: 1px solid #ccc;
	clear: both;
}
/*
#contents{
	position: fixed;
	left: 50%;
	top: 295px;
	margin-left: 400px;
	width: 180px;
	padding: 0 10px 10px 10px;
	background-color: #EFEEEA;
	border: 1px solid #ccc;
}*/
/*
#timeline{
	padding-left: 20px;
	border-left:5px solid #ccc;
}

.circle{
	width: 10px;
	height: 10px;
	background: #fff;
	border: 5px solid #ccc;
	border-radius: 50%;
	display: block;
	position: absolute;
	margin: 25px 0 0 -32px;
}*/

/* CONTACT */
#contact-top{
	position:absolute;
	width: 800px;
}

#contact-bottom{
	width:802px;
	margin: 10px auto 70px;
}

#contact-top a{
	position: relative;
	bottom: 150px;
	float: right;
	color: #fff;
	font-size:11pt;
	display: block;
	width: 25px;
	text-align: center;
	line-height:25px;
	margin-left: 10px;
	margin-top: 77px;
	text-shadow: none;
}

#contact-bottom a {
	color: #fff;
	display: block;
	padding: 0 5px 0 5px;	
	float: right;
	text-align: center;
	line-height:25px;
	margin-left: 5px;
	text-shadow: none;
}

#contact-top a:hover,
#contact-bottom a:hover {
	background: #1f5367;
}

/* LINKS */
a {
	/* NICE RED color:*/
	color: #972246;
	text-decoration:none;
}

a:hover{
	/* NICE BLUE color: #3945C5;*/
	color: #1f5367;
}

a.active {
	font-size:11pt;
	font-weight: bold;
	float: right;
	line-height: 40px;
	text-align: center;
	border-top:5px solid;
	box-shadow: inset 0px 1px 1px rgba(0, 0, 0, .3);
		-webkit-box-shadow:inset 0px 1px 1px rgba(0,0,0,.3);
		-moz-box-shadow:inset 0px 1px 1px rgba(0,0,0,.3);
}
a.inactive {
	color: #777;
	background-color: #e1e1e1;
	font-size: 11pt;
	float: right;
	line-height: 41px;
	text-align: center;
	border-bottom: 1px solid #ccc;
	border-top: 5px solid;
	box-shadow: inset 0px 1px 1px rgba(0, 0, 0, .3);
		-webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,.3);
		-moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,.3);
}

a.inactive:hover{
	color: #1f5367;

}

/* CLASSES */
.banner-name {
	display: block;
	margin: 0 auto
}

.title{
	display: block;
	font-size: 24pt;
	font-weight: bold;
	margin: 10px 0 10px 0;
	text-align: center;
}

.title-sub{
	margin: 0 auto 0 auto;
	padding-top: 50px;
	display: block;
	text-align: center;
	//padding-bottom: 5px;
	//border-bottom: 1px dashed #777;
	color: #777;
}

.green{
	background: #1f5367;
	display: inline-block;
	color: #fff;
	text-shadow: none;
	padding: 1px 5px 1px 5px;
}

.lowercase{
	text-transform: lowercase;
}

.link-title{
	font-style: normal;
	font-size: 10pt;
	display: block;
	font-weight: bold;
}

.block {
	//font-style: italic;
	display: none;
	margin-top: 10px;
	padding: 10px;
	border: 1px solid #ccc;
	color: #999;
	//background-color: #ddd;
}

.block-done{
	//font-style: italic;
	display: block;
	margin-top: 10px;
	padding: 10px;
	border: 1px solid #ccc;
	//background-color: #ddd;
}

.block:hover,
.block-done:hover {
	background-color: #EFEEEA;
}

/* IMAGE CLASSES */
img.fullwidth{
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px solid #ccc;
}
img.fullwidth-border{
	border: 1px solid #ccc;
	width: 100%;
}

img.halfwidth{
	width: 378px;
	border: 1px solid #ccc;
}

img.noborder{
	border: none;
}
