﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
body {
	font-family: Verdana,Tahoma,"DejaVu Sans",sans-serif;
	background:gray;
	background-color: #b51311;
    background-image: url(../Content/images/BackgroundRed.jpg);
    background-repeat: repeat-x;
	font-size:0.7em;
	margin:0px auto;
	text-align:center;

}

#wrapper {
	top: -50px;
	background: #ffffff;
	background: #f6f6f6;
	margin:0 auto;
	width:900px;
}


a:link {
    color: #034af3;
    text-decoration: underline;
}

a:visited {
    color: #505abc;
}

a:hover {
    color: #1d60ff;
    text-decoration: none;
}

a:active {
    color: #12eb87;
}

p, ul {
    margin-bottom: 20px;
    line-height: 1.6em;
}

header,
footer,
nav,
section {
    display: block;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    font-size: 1.5em;
    color: #000;
}

h1 {
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: normal;
}


h2 {
    padding: 0 0 10px 0;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

header, #header {
    position: relative;
    margin-bottom: 0px;
    color: #000;
    padding: 0;
}

header h1, #header h1 {
    font-weight: bold;
    padding: 5px 0;
    margin: 0;
    color: #fff;
    border: none;
    line-height: 2em;
    font-size: 32px !important;
    text-shadow: 1px 1px 2px #111;
}

#main {
    padding: 30px 30px 15px 30px;
    background-color: #fff;
    border-radius: 4px 0 0 0;
    -webkit-border-radius: 4px 0 0 0;
    -moz-border-radius: 4px 0 0 0;
}


/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset {
    border: 1px solid #ddd;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
}

legend {
    font-size: 1.2em;
    font-weight: bold;
}

textarea {
    min-height: 75px;
}

input[type="text"], 
input[type="password"] {
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 1.2em;
    color: #444;
    width: 200px;
}

select {
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 1.2em;
    color: #444;
}

input[type="submit"] {
    font-size: 1.2em;
    padding: 5px;
}

.main-container
{
    margin-top: 50px;
}

.left-container
{
    width: 280px;
    float: left;
    background-color: #ffffff;
    background-color: #f6f6f6;
    padding-top:20px;
}

.right-container
{
    width: 600px;
    float: left;
    background-color: #dfdfdf;
    background-color: #f6f6f6;
}

/* TABLE
----------------------------------------------------------*/

table {
    border: solid 1px #e8eef4;
    border-collapse: collapse;
}

table td {
    padding: 5px;
    border: solid 1px #e8eef4;
}

table th {
    padding: 6px 5px;
    text-align: left;
    background-color: #e8eef4;
    border: solid 1px #e8eef4;
}

/* MISC  
----------------------------------------------------------*/
.clear {
    clear: both;
}

.error {
    color: Red;
}

nav, 
#menucontainer {
    margin-top: 40px;
}

div#title {
    display: block;
    float: left;
    text-align: left;
}

#logindisplay {
    font-size: 1.1em;
    display: block;
    text-align: right;
    margin: 10px;
    color: White;
}

#logindisplay a:link {
    color: white;
    text-decoration: underline;
}

#logindisplay a:visited {
    color: white;
    text-decoration: underline;
}

#logindisplay a:hover {
    color: white;
    text-decoration: none;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #ff0000;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid {
    display: none;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label, 
.editor-label {
    margin: 1em 0 0 0;
}

.display-field, 
.editor-field {
    margin: 0.5em 0 0 0;
}

.text-box {
    width: 30em;
}

.text-box.multi-line {
    height: 6.5em;
}

.tri-state {
    width: 6em;
}


#header 
{
    margin-top: 10px;
	background: #ffffff;
	height: 550px;
	width: 880px;
	float: left;
}



#menu {
	margin-top: 20px;
	background-color: #191970;
	height: 40px;	
	width: 790px;
}
.navmenu{
    border:none;
    border:0px;
    margin:0px;
    padding:0px;
    font-size:12px;
    font-family: Arial;
    }
.navmenu ul{
    background:#333333;
    background:transparent;
    height:40px;
    list-style:none;
    margin:0;
    padding:0;
}
.navmenu li{
    float:left;
    padding:0px;
}

.navmenu li a{
    background:transparent url('..images/seperator.gif') bottom right no-repeat;
    color:#d4d4d4;
    display:block;
    font-weight:normal;
    line-height:40px;
    margin:0px;
    padding:0px 25px;
    text-align:center;
    text-decoration:none;
}

.navmenu li a:hover, .navmenu ul li:hover a{
    background: #d4d4d4;
    color:#000000;
    text-decoration:none;
}

.navmenu li ul{
    background: #d4d4d4;
    display:none;
    height:auto;
    padding:0px;
    margin:0px;
    border:0px;
    position:absolute;
    width:150px;
    z-index:200;
    /*top:1em;
    /*left:0;*/
}

.navmenu li:hover ul{
    display:block;    
}

.navmenu li li {
    background:url('..images/sub_sep.gif') bottom left no-repeat;
    display:block;
    float:none;
    margin:0px;
    padding:0px;
    width:225px;
}
    
.navmenu li:hover li a{
    background:none;
}
    
.navmenu li ul a{
    display:block;
    height:40px;
    font-size:12px;
    font-style:normal;
    margin:0px;
    padding:0px 10px 0px 15px;
    text-align:left;
}

.navmenu li ul a:hover, .navmenu li ul li:hover a{
    background:#464545 url('..images/hover_sub.gif') center left no-repeat;
    border:0px;
    color:#ffffff;
    text-decoration:none;
}
    
.navmenu p{
    clear:left;
}    
        
        
#footer {
	margin-top: 0px;
	text-align: center;
	padding: 10px 0 10px 0;
	height: 40px;
	width: 900px;
	background-color: #ffffff;
	background-color: #04172A;
	color: #ffffff;
	margin-bottom: 50px;
}

#topheader {
	
	margin-top: 0px;
	height: 150px;
	background-color:#ffffff; /* dark blue */

}

#left-logo-header 
{
    /*float: left; 
    width: 280px; */
    text-align: left;
    /*padding: 0 0 50px 50px;*/
    background-color: White;
    border: 1px solid #ABA089;
    margin-bottom: 20px;
}

#right-logo-header
{
    float: left;
    width: 490px;
}




#slideshowContainer 
{
    float: left;
    width: 600px;
    margin: 0px auto 0 auto;
}
.slideshow {
    height: 332px;
}
.slideshow img {
    
    background-color: #eee;
}
/*
#nav {
    list-style-type:none;
    z-index:150;
}
#nav li a {
    display:block;
    width:58px;
    height:102px;
    text-indent:-9999px;
    outline:none;
}
*/

#topcontent
{
}


#sidebar 
{
    float: left;
    width: 250px;
    height: 500px;
    margin-left: 16px;
    margin-top: 0px;
    background-color: transparent;
}

/*
#sidebar {font-size:0.75em; width:280px;}
#sidebar ul {margin:0px; padding:0px;}
#siderbar li {list-style: none;}

#sidebar ul.top-level {background:#666;}
#sidebar ul.top-level li {
 border-bottom: #fff solid;
 border-top: #fff solid;
 border-width: 1px;
}

#sidebar a {
 color: #fff;
 cursor: pointer;
 display:block;
 height:25px;
 line-height: 25px;
 text-indent: 10px;                   
 text-decoration:none;
 width:100%;
}

#sidebar a:hover{
 text-decoration:underline;
}
   
*/ 
#slideshowContainer
{
    width: 570px;
    height: 430px;
    border: 1px solid #ABA089;
    padding: 14px 14px 14px 14px;
}

.front-page-highlight
{
    width: 120px;
    height: 160px;
    border: 1px solid #E5E5E5;
    background-color: #FFFFFF;
    overflow: hidden;
    padding: 20px;
    width: 160px;
}

.clearer {
    font-size: 0px;
    line-height: 0px;
    display: block;
    margin: 0px;
    padding: 0px;
    clear: both;
    height: 20px;
    width: auto;
}

#sidebar-quote
{
    margin-top: 40px;
    font-size: 1.2em;
    padding: 0;
}

#three-column-header 

{
    background-color: #1369AC;
    font-size: 20px;
}

#three-column-container {
    padding: 0px;
    margin: 0px 0px 0px 0px;
    height: 1%;
    height: 200px;
    width: 620px;
   /* border-top: solid thin black;
    border-bottom: solid thin black; */
}

#three-column-side1 {
    margin: 0px;
    /*padding: 10px 20px 10px 20px;*/
    float: left;
    background-color: #ffffff;
}

#three-column-middle {
    /*padding: 10px 20px 10px 20px; */
    float: left;
    margin: 0px 0px 0px 5px;
    background-color: #ffffff;
}



#three-column-side2 {
    /*padding: 10px 20px 10px 20px; */
    float: left;
    margin: 0px 0px 0px 5px;
    background-color: #ffffff;
}

#three-column-container p
{
  font-size: 12px;
  margin-top: 10px;
    padding-top: 0px;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 0px; 
    text-align:left;
    display: block;

}


.Page-Container
{
    width: 500px;
    margin: 0 auto;
}

.Page-Header
{
    margin-top: 20px;
    float: left;
    width: 540px;
    border: 1px solid #E5E5E5;
}

.Page-Desc
{
    width: 540px;
	background: #ffffff;
	float: left;
	margin-top: 20px;
	margin-bottom: 0;	/* IE6 pushes footer down without this */
	padding: 5px 5px 5px 5px;
	text-align: left;
	display: block;
	border: 1px solid #E5E5E5;
}

.Page-Desc p
{
    display: block;
    font-size: 12px;
}


.DescLeft
{
	width: 500px;
	background: #ffffff;
	float: left;
	height: 500px;
}



.DescLeft-container
{
	margin: 20px;
	margin-bottom: 0;	/* IE6 pushes footer down without this */
	text-align: left;
}

.DescLeft-container p
{
    display: block;
    font-size: 12px;
}

.DescLeft-conainer h1
{
    
}

.DescRight
{
	width: 290px;
	background: #ffffff;
	float: left;
	height: 500px;
}

.DescRight-container img
{
    margin-top: 20px;
    border-color: #000000;
    width: 265px;
    height: 200px;
}




.DescRight-container
{
	margin-top: 20px;
	margin-bottom: 0;	/* IE6 pushes footer down without this */
	text-align: center;
}

.fixedwidth
{
    display: block;
    
}

#content
{
    width: 600px;
    height: 325px;
}

#left-content
{
    float: left;
    width: 300px;
    
}

#right-content
{
    float: left;
    width: 290px;
    display: block;
    padding-left: 10px;
}

#top-left-content
{
    height: 72px;
    border: 1px solid #ABA089;
    margin-top: 15px;
    margin-bottom: 10px;
    margin-right: 20px;
}

#middle-left-content
{
    height: 72px;
    border: 1px solid #ABA089;
    margin-bottom: 10px;
    margin-right: 20px;
}

#bottom-left-content
{
    height: 72px;
    border: 1px solid #ABA089;
    margin-right: 20px;
}

.content-img
{
    float: left;
    width: 90px;
    height: 72px;
}

.content-info
{
    float: left;
}

#galleria{
    clear: none;
    float: left;
    display: block;
    width: 600px;
    height: 400px;
    background: #FFF
}