/* 
Global CSS Styles

Author:  Brandon Whiteman
Created: 2008.12.11
Updated: 2008.12.18
*/

/* BODY (Site-Level) */

body {
	margin: auto;
	
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	
	background-color: #e0e0e0;
}

/* A (Link) */

a:link {
	text-decoration: underline;
	color: #0066B3;
}

a:visited {
	text-decoration: underline;
	color: #0066B3;
}

a:hover {
	text-decoration: underline;
	color: #0066B3;
}

a:active {
	text-decoration: underline;
	color: #0066B3;
}

#Breadcrumbs a {
    color: #5F584C;
}

#Breadcrumbs {
    border-bottom: dotted 1px #5F584C;
    height: 22px;
    
    margin-bottom: 12px;
}

/* Headlines */

h2 {
    /* Spacing */
    margin: 0px;
    
    /* Font */
    font-size: 15px;
}

/* Lists */

ul {
    /* List */
    list-style-type: none;
    
    /* Spacing */
    margin: 0px;
    padding: 0px;
}

li {
    /*list-style-image: url(/images/icons/bullet_red.png);
    list-style-position: outside;
    line-height: 16px;
  
    margin: 0px;
    padding: 0px;*/
    
    background: url(/images/icons/bullet_red.png) left top no-repeat;
    padding-left: 16px; 
}

#Header_Navigation {
    padding: 0px 0px 0px 15px;
}

#Header_Navigation a:link {
	font-size: 12px;
	font-weight: bold;
	
	color: #dc3e00;
	
	margin-left: 0px;
	margin-right: 13px;
	
	text-decoration: none;

	width: 100px;
	
	/* Box */
	border-right: solid 1px #bebebe;
    padding: 7px 15px 8px 0px;
}

#Header_Navigation a:visited {
	font-size: 12px;
	font-weight: bold;
	
	color: #dc3e00;
	
	margin-left: 0px;
	margin-right: 13px;
	
	text-decoration: none;
	
	/* Box */
	border-right: solid 1px #bebebe;
    padding: 7px 15px 8px 0px;
}

#Header_Navigation a:hover {
	font-size: 12px;
	font-weight: bold;
	
	color: #dc3e00;
	
	text-decoration: underline;
	
	/* Box */
	border-right: solid 1px #bebebe;
    padding: 7px 15px 8px 0px;
}

#Header_Navigation a:active {
	font-size: 12px;
	font-weight: bold;
	
	color: #dc3e00;
	
	text-decoration: none;
	
	/* Box */
	border-right: solid 1px #bebebe;
    padding: 7px 15px 8px 0px;
}

#Header_MiniNavigation a {
	font-size: 11px;
	font-weight: normal;
	
	color: #666666;
	
	margin-left: 3px;
	margin-right: 3px;
	
	text-decoration: none;
}

/*
#Header_MiniNavigation a:link {
	font-size: 10px;
	font-weight: normal
	
	color: #333333;
	
	margin-left: 6px;
	margin-right: 6px;
}

#Header_MiniNavigation a:visited {
	font-size: 10px;
	font-weight: normal
	
	color: #333333;
	
	margin-left: 6px;
	margin-right: 6px;
}

#Header_MiniNavigation a:hover {
	font-size: 10px;
	font-weight: normal
	
	color: #333333;
	
	margin-left: 6px;
	margin-right: 6px;
}

#Header_MiniNavigation a:active {
	font-size: 10px;
	font-weight: normal
	
	color: #333333;
	
	margin-left: 6px;
	margin-right: 6px;
} */

/* Form Elements */

input {
	/* Dimensions */
	width: 175px;

	/* Font */
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

select {
	/* Font */
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

textarea {
    /* Dimensions */
    width: 275px;
    height: 50px;
    
    /* Font */
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.Checkbox input {
    width: 20px; 
    margin-top: 2px;
    vertical-align: middle;
}

.RadioButton input {
    width: 20px; 
    margin-top: -4px;
    vertical-align: middle;
    padding-top: 10px;
}

.Form_Container {
	width: 500px;
	clear: both;	
	/*margin-left: 25px;
	padding-top: 15px;*/
	
	/* Margin/Padding */
	padding: 0px 0px 0px 20px;
}

.Form_Top {
	/* Dimensions */
	width: 472px;
	height: 20px;
	
	border-bottom: solid 3px #000000;
	
	padding-top: 10px; /* 10px */
	
	/* Font */
	font-size: 13px;
	font-weight: bold;
}

.Form_Bottom {
    /* Dimensions */
	width: 472px;
	height: 10px;
	
	clear: both;
}

.Form_Label {
	/* Dimensions */
	width: 150px;
	height: 22px;
	text-align: right;

	background-color: #f7e5a6;
	
	border-bottom: solid 1px #666666;
	border-left: solid 1px #666666;
	
	padding-top: 5px;
	padding-right: 5px;
	
	float: left;
}

.Form_Label_Large {
	/* Dimensions */
	width: 150px;
	height: 62px;
	text-align: right;

	background-color: #f7e5a6;
	
	border-bottom: solid 1px #666666;
	border-left: solid 1px #666666;
	
	padding-top: 5px;
	padding-right: 5px;
	
	float: left;
}

.Form_Element {
	/* Dimensions */
	width: 310px;
	height: 24px;
	text-align: left;
	
	background-color: #FFFFFF;
	
	border-right: solid 1px #666666;
	border-bottom: solid 1px #666666;

	padding-top: 3px;
	padding-left: 5px;
	
	margin-right: 25px;
	
	float: left;
}

.Form_Element_Large {
	/* Dimensions */
	width: 310px;
	height: 64px;
	text-align: left;
	
	background-color: #FFFFFF;
	
	border-right: solid 1px #666666;
	border-bottom: solid 1px #666666;

	padding-top: 3px;
	padding-left: 5px;
	
	margin-right: 25px;
	
	float: left;
}

.Form_Label_Separator {
	/* Dimensions */
	width: 150px;
	height: 0px;
	text-align: right;

	background-color: #f7e5a6;
	
	border-bottom: solid 1px #666666;
	border-left: solid 1px #666666;
	
	padding-top: 5px;
	padding-right: 5px;
	
	float: left;
}

.Form_Element_Separator {
	/* Dimensions */
	width: 310px;
	height: 2px;
	text-align: left;
	
	background-color: #E8E8E8;
	
	border-right: solid 1px #666666;
	border-bottom: solid 1px #666666;

	padding-top: 3px;
	padding-left: 5px;
	
	margin-right: 25px;
	
	float: left;
}

.Form_ValidationSummary {
    /* Spacing */
    margin-top: 10px;
    margin-left: 25px;

}

.Form_ValidationSummary ul {
    /* Spacing */
    padding-top: 5px;
    padding-left: 25px;
}

.Form_ValidationSummary li {
    list-style-type: disc;
    background-image: none;
    
    /* Spacing */
    padding-left: 0px;
}

.Form_WorkflowControls {
    clear:both; 
    padding-top: 5px; 
    margin-top: 15px; 
    text-align: right; 
    width: 530px; 
    border-top: dotted 1px #000000;
}

/* PRIMARY ELEMENTS */

#Header {
	/* Dimensions */
	width: 1000px;
	height: 90px;
	
	position: relative;
	margin: auto;
	
	background-image: url(/images/theme_02/header_bg_vertical.png);
	background-repeat: no-repeat;
}

#Header_Navigation {
	/* Dimensions */
	width: 600px;
	height: 18px;
	
	position: absolute;
	top: 67px;
	left: 230px;
	
	clear: both;
}

#Header_MiniNavigation {
	/* Dimensions */
	width: 350px;
	height: 16px;
	
	top: 5px;
	left: 640px;
	position: absolute;
	
	clear: both;
	
	text-align: right;
	
	color: #5b5b5b;
}

#Header_MiniNavigation .Greeting {
    /* Type */
    font-weight: bold;

    margin: 0px 3px 2px 0px;
}

#Header_Bottom {
	/* Dimensions */
	width: 1000px;
	height: 10px;
	
	margin: auto;
	
	background-image: url(/images/theme_02/header_bg_bottomedge.png);
	background-repeat: no-repeat;
}

#Header_Logo {
	/* Dimensions */
	width: 195px;
	height: 90px;
	
	background-image: url(/images/theme_02/header_logo.png);
	background-repeat: no-repeat;
}

#Content {
	/* Dimensions */
	width: 1002px;
	
	background-image: url(/images/theme_02/content_bg_horizontal.png);
	background-repeat: repeat-y;
	
	position: relative;
	margin: auto;
	

}

#Content_Container {
	/* Dimensions */
	width: 1002px;
	
	position: relative;
}

#Content_Header {
	/* Dimensions */
	width: 1000px;
	height: 50px;

	position: relative;
	margin-bottom: 10px;
	margin-left: 1px;
	
	background-color: #95ba6d;
}

#Content_Header h1 {
	margin: 0px;
	font-size: 22px;
	padding-top: 27px;
	padding-left: 15px;
	
	color: #FFFFFF;
	
	position: relative;
}

#Content_Top {
	/* Dimensions */
	width: 1002px;
	height: 10px;
	
	margin: auto;
	margin-top: 15px;
	
	background-image: url(/images/theme_02/content_bg_topedge.png);
	background-repeat: no-repeat;
	
	position: relative;
}

#Content_Bottom {
	/* Dimensions */
	width: 1002px;
	height: 10px;
	
	margin: auto;
	
	background-image: url(/images/theme_02/content_bg_bottomedge.png);
	background-repeat: no-repeat;
	
	position: relative;
	z-index: -1;
}

#Content_3x4_Container {
    /* Margin/Padding */
	padding: 0px 15px 0px 15px;
}

#Content_3x4 {
	/* Dimensions */
	width: 725px;

			
	margin-left: 15px;
	background-color: #e0e0e0;

	position: relative;

	left: 0px;
	top: 0px;
}

.Content_2x4_Container {
    /* Margin/Padding */
	padding: 0px 15px 0px 15px;
}

.Content_2x4 {
	/* Dimensions */
	width: 480px;

			
	margin-left: 15px;
	background-color: #e0e0e0;

	position: relative;

	left: 0px;
	top: 0px;
}

#Content_1x4 {
	/* Dimensions */
	width: 235px;
	
	/* Margin/Padding */
	margin-left: 15px;
		
	background-color: #e0e0e0;
	
	left: 740px;
	top: 60px;	
	position: absolute;
	
	z-index: 2;
}

#Content_1x4_Container {
    /* Margin/Padding */
	padding: 0px 15px 0px 15px;
}

/* 2-Column */

#TwoColumn_Content_Left #Info {

}

#Content_3x4_Container .Description { /* SHOULD BE NAMED AS ABOVE */
    /* Font */


    /* Margin/Padding */
    padding: 8px 10px 0px 10px;
    margin-top: 10px;
    margin-bottom: 0px;

    clear: both;
    
    width: 695px;
    height: 50px;
    
    background-image: url(/images/contentinlay_3x4_bg_topedge.png);
    background-repeat: no-repeat;
}

#Content_3x4_Container .Description h1 {
    /* Font */
    font-size: 14px;
    
    /* Margin/Padding */
    margin: 0px;
    margin-bottom: 5px;
}

#Content_3x4_Container .Description h2 {
    /* Font */
    font-size: 13px;
    
    /* Margin/Padding */
    margin: 0px;
    margin-bottom: 3px;
}

#Content_3x4_Container .InlineContainer { /* SHOULD BE NAMED AS ABOVE */
    padding: 0px 10px 0px 10px;
}

#Content_3x4_Container .InlineContainer h1 {
    /* Font */
    font-size: 14px;
    
    /* Margin/Padding */
    margin: 0px;
    margin-bottom: 5px;
}

#Content_3x4_Container .InlineContainer h2 {
    /* Font */
    font-size: 13px;
    
    /* Margin/Padding */
    margin: 0px;
    margin-bottom: 3px;
}

#Content_3x4_Container .InlineHeader {
    /* Margin/Padding */
    padding: 8px 10px 0px 10px;
    margin: 0px 0px 0px 0px;

    clear: both;
    
    width: 695px;
    height: 50px;
    
    background-image: url(/images/theme_02/twocolumn_contentleft_header_bg.png);
    background-repeat: no-repeat;
}

/* 3-Column */

#ThreeColumn_Content_Container_Left {
    /* Margin/Padding */
	padding: 0px 15px 0px 15px;
}

#ThreeColumn_Content_Left {
	/* Dimensions */
	width: 480px;
			
	margin-left: 15px;
	background-color: #e0e0e0;

	position: relative;

	left: 0px;
	top: 0px;
}

#ThreeColumn_Content_Container_Middle {
    /* Margin/Padding */
	padding: 0px 15px 0px 15px;
}

#ThreeColumn_Content_Middle {
	/* Dimensions */
	width: 235px;
	
	/* Margin/Padding */
	margin-left: 15px;
		
	background-color: #e0e0e0;
	
	left: 492px;
	top: 60px;	
	position: absolute;
}

#ThreeColumn_Content_Container_Right {
    /* Margin/Padding */
	padding: 0px 15px 0px 15px;
}

#ThreeColumn_Content_Right {
	/* Dimensions */
	width: 235px;
	
	/* Margin/Padding */
	margin-left: 15px;
		
	background-color: #e0e0e0;
	
	left: 740px;
	top: 60px;	
	position: absolute;
}

/* Common Footer */

#Footer {
	/* Dimensions */
	width: 1000px;
	height: 50px;
	
	margin: auto;
	margin-top: 20px;
	text-align: center;
}

/* Right Column Help Blocks */

.RightColumn_Help_Information {
    /* Background */
    background-image: url(/images/icons/information.png);
    background-repeat: no-repeat;
    
    
    /* Box */
    padding-left: 24px;
}

.RightColumn_Help_Information h1 {
    /* Type */
    font-size: 11px;
    font-weight: bold;

    /* Box */
    margin: 0px 0px 5px 0px;
    padding: 0px;   
}

.RightColumn_Help_Warning {
    /* Images */
    background-image: url(/images/icons/exclamation.png);
    background-repeat: no-repeat;
    
    
    /* Margin/Padding */
    padding-left: 24px;
    padding-bottom: 10px;
    
    margin-top: 5px;
    margin-bottom: 5px;
}

.RightColumn_Help_Seperator {
    /* Border */
    border-bottom: dotted 1px #5F584C;
    
    /* Margin/Padding */
    margin: 10px 0px 10px 0px;
}

/* Input Container */
.InputContainer {
    /* Dimensions */
    width: 500px;
    
    /* Margin/Padding */
    margin: 0px 0px 0px 15px;
    
    /* Position */
    position: relative;
}

.InputContainer h2 {
    /* Font */
    font-size: 13px;
    
    /* Margin/Padding */
    margin: 0px 0px 5px 2px;
}

.InputContainer .Header {
    /* Dimensions */
    width: inherit;
}

.InputContainer .HeaderEdge {
    /* Dimensions */
    width: inherit;
    height: 6px;

    /* Background */
    background-image: url(/images/theme_02/inputcontainer_headeredge_bg.png);
    background-repeat: no-repeat;
}

.InputContainer .Footer {
    /* Dimensions */
    width: inherit;
}

.InputContainer .FooterEdge {
    /* Dimensions */
    width: inherit;
    height: 6px;

    /* Background */
    background-image: url(/images/theme_02/inputcontainer_footeredge_bg.png);
    background-repeat: no-repeat;
}

.InputContainer .Line {
    /* Dimensions */
    width: inherit;
    height: 25px;

    /* Background */
    background-image: url(/images/theme_02/inputcontainer_line_bg.png);
    background-repeat: repeat-y;
}

.InputContainer .Line .Label {
    /* Dimensions */
    width: 145px;
    height: 20px;
    
    /* Text */
    text-align: right;
    
    /* Margin/Padding */
    padding: 5px 5px 0px 0px;
    
    /* Position */
    position: absolute;
    float: left;
    left: 0px;
}

.InputContainer .Line .Field {
    /* Dimensions */
    width: 340px;
    height: 22px;
    
    /* Margin/Padding */
    padding: 3px 0px 0px 10px;
    
    /* Position */
    position: absolute;
    float: left;    
    left: 150px;
}

.InputContainer .Separator {
    /* Dimensions */
    width: inherit;
    height: 1px;
    
    /* Background */
    background-image: url(/images/theme_02/inputcontainer_separator_bg.png);
    background-repeat: no-repeat;
}

.Icon_Informational {
    /* Dimensions */
    width: 16px;
    height: 16px;
    
    /* Image */
    background-image: url(/images/icons/information.png);
    background-repeat: no-repeat;
    
    /* Position */
    float: left;
    
    /* Margin/Padding */
    margin: 0px 0px 0px 5px;
}

.Icon_Calendar {
    /* Dimensions */
    width: 16px;
    height: 16px;
    
    /* Image */
    background-image: url(/images/icons/calendar_view_day.png);
    background-repeat: no-repeat;
    
    /* Position */
    float: left;
    
    /* Margin/Padding */
    margin: 0px 0px 0px 5px;
}

.Icon_User {
    /* Dimensions */
    width: 16px;
    height: 16px;
    
    /* Image */
    background-image: url(/images/icons/user_gray.png);
    background-repeat: no-repeat;
    
    /* Position */
    float: left;
    
    /* Margin/Padding */
    margin: 0px 0px 0px 5px;
}

/* Primary Content Elements */
.ContentDivider_Horizontal {
    /* Box */    
    border-bottom: dotted 1px #AAAAAA;
    
    /* Margin/Padding */
    margin: 0px 0px 15px 0px;
    padding: 15px 0px 0px 0px;
    
    width: 695px; height: 1px;
    
    clear: both;
    position: relative;
}