﻿body 
{
    background-image:url('images/back.jpg');
    background-repeat:no-repeat;
    background-position:center top;
    margin: 0px 0px 0px 0px;
}

.ContentContainer
{
	width: 1006px;
	margin-left: auto;
	margin-right: auto;
}

.HeaderStrip1
{
	background-color: #950002;
	height: 4px;
	width: 100%;
}

.HeaderStrip2
{
	background-color: #fcf920;
	height: 4px;
	width: 100%;
}

.Header
{
	width: 1006px;
	margin-left: auto;
	margin-right: auto;
}

.HeaderPic
{
	/*background-image: url('images/header_pic.png');*/
	background-repeat: no-repeat;
	width: 1006px;
	height: 140px;
	margin-left:auto;
	margin-right:auto;
}

.MainPic
{
	background-image: url('images/main_pic.png');
	background-repeat: no-repeat;
	width: 716px;
	height: 300px;
}

.FullPanelTop
{
	background-image: url('images/full_panel_top.png');
	background-repeat: no-repeat;
	width: 1006px;
	height: 12px;
	margin-left:auto;
	margin-right:auto;
}

.FullPanelMiddle
{
	background-image: url('images/full_panel_middle.png');
	background-repeat: repeat-y;
	width: 1006px;
	margin-left:auto;
	margin-right:auto;
}

.FullPanelMiddleContents
{
    padding-left:30px; 
    padding-right:30px;
    padding-bottom:20px;
}

.FullPanelBottom
{
	background-image: url('images/full_panel_bottom.png');
	background-repeat: no-repeat;
	width: 1006px;
	height: 12px;
	padding-bottom: 5px;
	margin-left:auto;
	margin-right:auto;
}


.ThinPanelTop
{
	background-image: url('images/thin_panel_top.png');
	background-repeat: no-repeat;
	width: 250px;
	height: 12px;
}

.ThinPanelMiddle
{
	background-image: url('images/thin_panel_middle.png');
	background-repeat: repeat-y;
	width: 250px;
}

.ThinPanelBottom
{
	background-image: url('images/thin_panel_bottom.png');
	background-repeat: no-repeat;
	width: 250px;
	height: 12px;
}

.ThickPanelTop
{
	background-image: url('images/thick_panel_top.png');
	background-repeat: no-repeat;
	width: 716px;
	height: 12px;
}

.ThickPanelMiddle
{
	background-image: url('images/thick_panel_middle.png');
	background-repeat: repeat-y;
	width: 716px;
}

.ThickPanelBottom
{
	background-image: url('images/thick_panel_bottom.png');
	background-repeat: no-repeat;
	width: 716px;
	height: 12px;
}

.PanelContents
{
}


.Footer
{
    margin-bottom:10px;
}

span
{
    font-family: Tahoma;
    font-size: 12px;
    color: #333333;
    line-height:1.3;
}

p
{
    font-family: Tahoma;
    font-size: 12px;
    color: #333333;
    line-height:1.3;
}

.Footer span
{
    margin-left: 20px;
    margin-right: 20px;
    padding-top:30px;
    padding-bottom:30px;
}


.TopMenuContainer { text-align:right; margin-right:20px; }
.TopMenu { background-color:Transparent; background-repeat:repeat-x; }
.TopMenuItem { background-color: Transparent; color: #950002; font-family: Tahoma; font-size: 12px; font-weight: bold; height:24px; margin-left:0px; margin-right:0px; margin-top:5px }
.TopMenuItem a:link { color:#950002; }
.TopMenuItem a:hover { color: #F0C109; }
.TopMenuHover { height:24px }
.TopMenuHover a:link { color:#950002; }
.TopMenuHover a:hover { color:#F0C109; }

.SubMenu
{
    background-image: url('images/menu_sub_back.png');
    background-repeat: repeat-x;
    border-style: solid;
    border-width: 2px 2px 5px 2px;
    border-color: #F0C109 #F0C109 #F0C109 #F0C109;
    font-family: Tahoma;
    font-size: 12px;
    text-align: left;
    margin-left: -13px;
    margin-top: 5px;
    padding-top:10px;
    padding-bottom:0px;
}
.SubMenuItem
{
    color: #950002;
    font-family: Tahoma;
    font-size: 12px;
    padding-left: 5px;
    padding-right: 5px;
    height: 24px;
    text-align: left;
}

.SubMenuItem a:link { color:#950002; }
.SubMenuItem a:hover { color:#F0C109; }

.SubMenuHover { height:24px; }
.SubMenuHover a:link { color:#950002; } 
.SubMenuHover a:hover { color:#F0C109; }


.LeftColumn
{
    float:left;
    width:716px;
}

.RightColumn
{
    float:right;
    width:290px;
}

.InfoBox
{
    width:333px;
    height:200px;
    float:left;
}

.IconBox
{
    width:143px;
    height:85px;
    float:left;
}



.BlogThickPanelTop
{
	background-image: url('images/blog_thick_panel_top.png');
	background-repeat: no-repeat;
	width: 670px;
	height: 12px;
}

.BlogThickPanelMiddle p
{
}

.BlogThickPanelMiddle
{
	background-image: url('images/blog_thick_panel_middle.png');
	background-repeat: repeat-y;
	width: 670px;
}

.BlogThickPanelBottom
{
	background-image: url('images/blog_thick_panel_bottom.png');
	background-repeat: no-repeat;
	width: 670px;
	height: 12px;
	padding-bottom: 10px;
}


.BlogThinPanelTop
{
	background-image: url('images/blog_thin_panel_top.png');
	background-repeat: no-repeat;
	width: 220px;
	height: 12px;
}

.BlogThinPanelMiddle
{
	background-image: url('images/blog_thin_panel_middle.png');
	background-repeat: repeat-y;
	width: 220px;
}

.BlogThinPanelBottom
{
	background-image: url('images/blog_thin_panel_bottom.png');
	background-repeat: no-repeat;
	width: 220px;
	height: 12px;
	padding-bottom: 10px;
}

.BlogThickCommentPanelBottom
{
	background-image: url('images/line.jpg');
	background-repeat: no-repeat;
	width: 670px;
	height: 12px;
	padding-bottom: 10px;
}

.Blog p
{
	margin-top: 10px;
	margin-bottom: 10px;
}

HR
{
	color: #CCCCCC;
	height: 1px;
}


ul
{
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left:0px;
}

li
{
	padding-left: 0px;
	vertical-align: top;
	list-style-image: url('images/bullet_arrow.png');
	font-family: Tahoma;
	font-size: 12px;
	color: #685E46;
}

li a:link
{
	font-family: Tahoma;
	font-size: 12px;
	color: #685E46;
}

li a:hover
{
	font-family: Tahoma;
	font-size: 12px;
	color: Red;
}

li a:visited
{
	font-family: Tahoma;
	font-size: 12px;
	color: #685E46;
}

p a:link
{
	font-family: Tahoma;
	font-size: 12px;
	color: #685E46;
    line-height:1.3;
}


a:link
{
	font-family: Tahoma;
	font-size: 12px;
	color: #685E46;
	text-decoration:none;
}

a:hover
{
	font-family: Tahoma;
	font-size: 12px;
	color: Maroon;
}

a:visited
{
	font-family: Tahoma;
	font-size: 12px;
	color: #685E46;
}

.PanelContents
{
	margin-left: 10px;
	margin-right: 10px;
	padding-top: 5px;
	padding-bottom: 10px;
}

H1
{
    margin-top: 10px;
    margin-bottom: 0px;
    font-family: Tahoma;
    font-size: 20px;
    font-weight:normal;
    color: #333333;
}

H2
{
    margin-top: 10px;
    margin-bottom: 0px;
    font-family: Tahoma;
    font-size: 14px;
    font-weight:normal;
    color: #333333;
}

H3
{
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left:10px;
    font-family: Tahoma;
    font-size: 14px;
    color: #333333;
}

span
{
    font-family: Verdana;
    font-size: 11px;
    color: #333333;
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: 1.3;
}



.TextBoxes
{
	border: 1px solid #CFCFB8;
	color: #685E46;
	font-family: Tahoma;
}

.DropDown
{
	border: 1px solid #CFCFB8;
	color: #685E46;
	height: 24px;
	font-family: Tahoma;
}

.Buttons
{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #685E46;
	background-color: #E8E4DD;
	border: 1px solid #685E46;
}

td
{
    vertical-align:top;
}