/*====[Global]=======================*/

html, body {
  background: #DDDDDD;
  margin: 0;
  padding: 0;
  height: 100%;
}

/*====[Link]========================*/

#middle a:link, #left a:link, #middle a:visited, #left a:visited, #middle a:active, #left a:active{
  color: #1d1d1d;
  text-decoration: none;
  border-bottom: 1px dotted #1d1d1d;
}

#middle a:hover, #left a:hover{
  color: #c32026;
  border-top: 1px dotted #c32026;
  border-bottom: 1px dotted #c32026;
}

#bottom a:link, #bottom a:visited, #bottom a:active{
  text-decoration: none;
  color: #787878;
  border-bottom: 1px dotted #787878;
}

#bottom a:hover{
  color: #c32026;
  border-top: 1px dotted #c32026;
  border-bottom: 1px dotted #c32026;
}

/*====[Layout]======================*/

#main{
  margin: 0 auto;
  padding: 0;
  background: #E0E0E0 url("../../_files/bg_main.jpg");
  width: 766px;
  text-align: left;
}

#topheader{
  width: 766px;

	height: 78px;

}

#top_logo{

	margin: 0;

	background: url("../../_files/logo.jpg") repeat-y;

	width: 766px;

	height: 130px;

	float: left;

}

#top_logo_box{

	margin: 0px 0px 0 0;

	width: 300px;

	height: 70px;

    float: right;
    padding: 0;
    position: relative;
    left: -60px;
    top: 20px;
}

#top_logo_box ul {

	padding: 0;

	margin: 0;

	}

#top_logo_box ul li {

    font-size: 0.8em;

    margin-left: 20px;

    font-family: "Verdana", Helvetica, Tahoma, sans-serif;

    color: #FFFFFF;

	}

#left{

    padding: 15px 0 0 0;

    float: left;

 	width: 214px;

}

#middle{
    padding: 20px 10px 10px 20px;

	margin: 0;
    margin-right: 0px;
    margin-left: 0px;

    float: right;

	width: 470px;
	font-family: "Verdana", Tahoma, Arial, Sans-serif;
    position: relative;
    right: 35px;

}

#bottom{

	margin: 0 auto;

	width: 766px;

	height: 77px;

    background-image: url("../../_files/footer.jpg");

	clear: both;

}

/*====[Navigation - Menu]===========*/

#mainMenu{

	width: 766px;

	height: 49px;

	float: left;

	background: url("../../_files/nav.jpg") repeat-y;

}

#subMenu {

	margin: 0;

	padding: 0;

	float: left;

	width: 766px;

	height: 49px;

	font-family: "Verdana", Tahoma, Arial, Sans-serif;

	font-size: 0.75em;

	background: url("../../_files/nav.jpg") no-repeat top left;

}

#subMenu li {

	float: left;

	margin: 0;

	padding: 0 5px 0 0;

	list-style: none;

	background: url("../../_files/nav_button.jpg") no-repeat top right;

}

#subMenu a {

	float: left;

	padding: 17px 12px;

    font-weight: bold;

	text-decoration: none;

	color: #FFFFFF;

}

#subMenu a:hover, #subMenu a.active {

	color: #ececec;

	text-decoration: none;

	background: url("../../_files/nav_button_on.jpg") repeat-x;

}

#subMenu a.active {

	background-image: url("../../_files/nav_button_on.jpg");

}

li.buttons a {

	margin-left: 19px;

	background-image: url("../../_files/nav_button.jpg");

}

/*====[Text]========================*/

#middle p, #bottom p{
    margin: 0;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 0.8em;
    color: #1d1d1d;
    font-family: "Verdana", Helvetica, Tahoma, sans-serif;
}

#left p{

  	margin: 0 10px 30px 30px;

	font-size: 0.8em;

	color: #1d1d1d;

    font-family: "Verdana", Helvetica, Tahoma, sans-serif;

}



#bottom p{

	margin: 0;

	padding: 10px 0 0 0;

	text-align: center;

	font-size: 0.75em;

	word-spacing: 2px;

    line-height: 15pt;

	color: #787878;

}

h1, h2, h3, h4, h5, h6 {

    font-family: "Lucida Grande", helvetica, sans-serif;

}

#top_logo h1{

	font-size: 1.1em;

	color: #FFFFFF;

}

#left h1{

    margin: 0 0 8px 30px;

	font-size: 0.85em;

	color: #c32026;

}

h1{

	font-size: 1.2em;

	font-weight: bold;

	color: #c32026;

}

h2{

	font-size: 1.0em;

	color: #313131;

}

h3{

	font-size: 0.9em;

	color: #313131;

}

/* -----------------

IMAGES

------------------ */

img {

	border: none;

}

.img_border {

	border: 1px solid #ccc;

	background: #FFFFFF;

	padding: 5px;

	margin: 10px 0 20px 0;

}

.img_border:hover {

	border: 1px solid #a5bfcf;

	background: #ede7e7;

	padding: 5px;

	margin: 10px 0 20px 0;

}

.aboutpic
{
  float:right;
  margin-right: 10px;
  margin-left: 10px;
  text-align: right;
}

.aboutpic .imageTitle
{
  font-size: 10px;
}

#middle table, #middle ul, #middle ol
{
    font-family: "Verdana", Helvetica, Tahoma, sans-serif;
    font-size: 12px;
    margin-left: 0px;
    padding: 0;
}

#middle table
{
    width: 420px;
}

#middle ul
{
    margin-left: 20px;
}
