﻿/* CSS-Layout */

#body {
	padding-top:50px;
	margin-right: auto;
	margin-left: auto;
	margin: 0 auto 0 auto;
	width: 1000px;
}

/*  -------------------------  */
/*            Header           */
/*  -------------------------  */

#Header {
	position: relative;
}

#Logo_Red_Line {
	background-color: #832632;
	height:5px; 
	width:1000px; 
	max-height: 5px; 
	margin-top: 0px; 
	font-size: 1pt
}

#Logo_Left {
	width: 200px;
	height: 140px;
	background-color: #666666;
}

#Logo_Right {
	height: 140px;
	top: 0px;
	width: 800px;
	margin-left: 200px;
	position: absolute;
	background-color: #666666;
}

/*  -------------------------  */
/*           Content           */
/*  -------------------------  */

#container {
	position: relative;
	width: 100%;
}

#left_col {
	width: 195px;
	left: 0px;
	top: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-left-width: thin;
}


#Page_Content {
	margin-right: 200px;
	height: auto;
	padding-bottom: 10px;
	padding-top: 30px;
	top: 0px;
	width: 550px;
	position: relative;
	padding-left: 40px;
	padding-right: 10px;
	padding-bottom: 30px;
}

#Page_Content_Container {
	position: absolute;
	margin-left: 200px;
	width: 800px;
	height: auto;
}

#right_col {
	width: 195px;
	position: absolute;
	right: 0px;
	top: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
}

#Footer {
	background-color: #F5F5F5;
	margin-top: 20px;
	padding-left: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
	margin-bottom: 20px;
	position: relative;
}

#table {
	
}

#Spacer {
	
}

#Right_Box {
	margin-top: 20px;
	border: 1px #C1C1C1 solid;
	background: #F5F5F5;
	padding: 7px 7px 7px 7px;
}

#Copyright {
	position: absolute;
	width: 1000px;
	left: -200px;
	margin-top: 50px;
}

#Red_Underline {
	background-color: #832632;
	height:1px; 
	width:500px; 
	max-height: 5px; 
	margin-top: 0px; 
	font-size: 1pt
}

#Green_Underline {
	background-color: #3C6D56;
	height:1px; 
	width:300px; 
	max-height: 5px; 
	margin-top: 0px; 
	font-size: 1pt
}

#ImageFrame {
	text-align: center;
}

.ListTypeRedSmall {
	list-style-image: url('../images/Bullets/Red%20Arrow.PNG');
}

/*  -------------------------  */
/*             Menu            */
/*  -------------------------  */

#MenuCol {
	border-left-style: solid;
	border-left-width: 2px;
	padding-left: 5px;
	color: #3C6D56;
	margin-top: 10px;
}

#Menu_Item_Main {
	margin-bottom: 5px;
}

#Menu_Item_Sub1 {
	margin-bottom: 5px;
	margin-left: 20px;
}

#Menu_Item_Main:hover {
	color: #ffa200;
}

/*  -------------------------  */
/*             Text            */
/*  -------------------------  */

#font {
	vertical-align: middle;
}



.Copyright {
	color: #666666;
	font: normal normal normal 8pt Arial, Helvetica, Sans-Serif;
}

#a {
	vertical-align: middle;
	font: normal normal normal 8pt Arial, Helvetica, Sans-Serif;
}

.Blog_Date {
	font: normal normal normal 7pt Arial, Helvetica, Sans-Serif;
	color:#808080;
}

.Blog_Title {
	color: #3C6D56;
	font: normal normal bold 10pt Arial, Helvetica, Sans-Serif;
}

.Blog_Title:hover {
	color: #ffa200;
}

.Text_Normal {
	font: normal normal normal 10pt Arial, Helvetica, Sans-Serif;
}

.Green_Normal {
	color: #3C6D56;
	font: normal normal normal 10pt Arial, Helvetica, Sans-Serif;
}

.Red_Normal {
	color: #832632;	
	font: normal normal bold 10pt Arial, Helvetica, Sans-Serif;
}

.Small_Gray {
	color: #666666;
	font: normal normal normal 9pt Arial, Helvetica, Sans-Serif;
}

.Small_Green {
	color: #3C6D56;
	font: normal normal normal 9pt Arial, Helvetica, Sans-Serif;
}

.Small_Black {
	color: #000000;
	font: normal normal normal 9pt Arial, Helvetica, Sans-Serif;
}

.Small_Red {
	color: #832632;
	font: normal normal normal 9pt Arial, Helvetica, Sans-Serif;
}

.Small_Blue_Bold {
	font: normal normal bold 9pt Arial, Helvetica, Sans-Serif;
	color:#006699;
}

.Big_Red {
	color: #832632;	
	font: normal normal bold 14pt Arial, Helvetica, Sans-Serif;
}

.Red_Title {
	color: #832632;
	font: normal normal bold 12pt Arial, Helvetica, Sans-Serif;
}

.Link_Small {
	color: #3C6D56;
	font: normal normal normal 9pt Arial, Helvetica, Sans-Serif;
}

.Link_Small:hover {
	color: #ffa200;
}

.Small_Red_Title {
	color: #832632;	
	font: normal normal bold 9pt Arial, Helvetica, Sans-Serif;
}

.Small_Green_Title {
	color: #3C6D56;	
	font: normal normal bold 9pt Arial, Helvetica, Sans-Serif;
}

/* Menu Links */
/* Main */

.Menu_Main_Link {
	color: #3C6D56;
	font: normal normal bold 12pt Arial, Helvetica, Sans-Serif;
	text-decoration: none;
}

.Menu_Main_Link:hover {
	color: #ffa200;
}

.Menu_Main_Link:visited {
	color: #3C6D56;
}

.Menu_Main_Link:visited:hover {
	color: #ffa200;
}

.Menu_Main_Active {
	color: #832632;
	font: normal normal bold 12pt Arial, Helvetica, Sans-Serif;
	text-decoration: none;
}

/* Sub1 */

.Menu_Sub1_Link{
	color: #3C6D56;
	font: normal normal bold 10pt Arial, Helvetica, Sans-Serif;
	text-decoration: none;
}

.Menu_Sub1_Link:hover {
	color: #ffa200;
}

.Menu_Sub1_Link:visited {
	color: #3C6D56;
}

.Menu_Sub1_Link:visited:hover {
	color: #ffa200;
}

.Menu_Sub1_Active {
	color: #832632;
	font: normal normal bold 10pt Arial, Helvetica, Sans-Serif;
	text-decoration: none;
}
