﻿
    body {
        margin:10px 0 0 0;
        padding:2px 0 0 0;
        *margin:0;
        *padding:0;
        /*border:0;			 This removes the border around the viewport in old versions of IE */
        width:100%;
        background:#fff;
        min-width:600px;     /* Minimum width of layout - remove line if not required */
							/* The min-width property does not work in old versions of Internet Explorer */
		font-size:90%;
		font-family:Verdana, Arial, Helvetica, sans-serif;
    }
	a {
    	color:#369;
	}
	a:hover {
		color:#fff;
		background:#369;
		text-decoration:none;
	}
    h1, h2, h3 {
        margin:.8em 0 .2em 0;
        padding:0;
    }
    p {
        margin:.4em 0 .8em 0;
        padding:0;
    }
	/*img {
		margin:10px 0 5px;
	}*/
	/* Header styles */
    #header {
        clear:both;
        float:left;
        width:100%;
		height: 165px;
		background-color: #000000;
		border-left: 6px solid #B6121B;
    }
	/*#header {
		border-bottom:1px solid #000;
	}*/
	#header img{
		padding: 10px 0 0 0;
		float:left;
	}
	.tagline{
		float:right;
		color: #FFFFFF; 
		padding: 25px 25px 0 0;
		font-size:small;
	}
	/*#header p,
	#header h1,
	#header h2 {
	    padding:.4em 15px 0 15px;
        margin:0;
	}*/
	#topNav ul {
	clear: left;
	    float:right;
	    list-style:none;
	    margin:5px 25px 0 0;
	    padding:0;
	}
	#topNav ul li {
	    display:inline;
	    list-style:none;
	    margin:0;
	    padding:0;
	}
	#topNav ul li a {
	    display:block;
	    float:left;
	    margin:0 0 0 1px;
	    padding:3px 10px;
	    text-align:center;
	    background-color:#666666;
	    color:#fff;
	    text-decoration:none;
	    position:relative;
	    left:15px;
		line-height:1.3em;
		border-left:4px solid #B6121B;
	}
	#topNav ul li a:hover {
	    background:#B6121B;
		color:#fff;
	}
	#topNav ul li a.active,
	#topNav ul li a.active:hover {
	    color:#fff;
	    background:#000;
	    font-weight:bold;
	}
	#topNav ul li a span {
	    display:block;
	}
	.separator{
	    background-image:url(../images/sepBar.png);
		background-repeat:repeat-x;
		width: 100%;
		border-left: 6px solid #B6121B;
		margin-bottom: -12px;
	}
	
	
	/* 'widths' sub menu */
	#layoutdims {
		clear:both;
		background:#eee;
		border-top:4px solid #000;
		margin:0;
		padding:6px 15px !important;
		text-align:right;
	}
	/* column container */
	.colmask {
		position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	    clear:both;
	    float:left;
        width:100%;				/* width of whole page */
		overflow:hidden;		/* This chops off any overhanging divs */		
		border-left: 6px solid #B6121B;
	}
	/* holy grail 3 column settings */
	.holygrail {
	    background:#fff;    	/* Right column background color */
	}
    .holygrail .colmid {
        float:left;
        width:200%;
        margin-left:-200px; 	/* Width of right column */
        position:relative;
        right:100%;
        background:#fff;    	/* Center column background color */
    }
    .holygrail .colleft {
        float:left;
        width:100%;
        margin-left:-50%;
        position:relative;
        left:400px;         	/* Left column width + right column width */
        background:#000;    	/* Left column background color */
		padding-left: 5px;		/* it was set to 10px */
    }
    .holygrail .col1wrap {
        float:left;
	    width:50%;
	    position:relative;
	    right:200px;        	/* Width of left column */
	    padding-bottom:1em; 	/* Center column bottom padding. Leave it out if it's zero */
	}
	.holygrail .col1 {
        margin:0 215px;     	/* Center column side padding:
                            	Left padding = left column width + center column left padding width
                            	Right padding = right column width + center column right padding width */
        position:relative;
	    left:200%;
	    overflow:hidden;
	    min-height: 415px;
	}
    .holygrail .col2 {
        float:left;
        float:right;			/* This overrides the float:left above */
        width:170px;        	/* Width of left column content (left column width minus left and right padding) */
        position:relative;
        right:30px;         	/* Width of the left-had side padding on the left column */
        _right: 0px;            /* This fixes the IE6 left margin bug */
		background-color:#000000;
		color: #FFFFFF;
    }
	
    .holygrail .col3 {
        float:left;
        float:right;			/* This overrides the float:left above */
        width:170px;        	/* Width of right column content (right column width minus left and right padding) */
        margin-right:45px;  	/* Width of right column right-hand padding + left column left and right padding */
        position:relative;
        left:50%;
    }
	/* Footer styles */
	#footer {
        clear:both;
        float:left;
        width:100%;
		background-color:#000000;
		color:#FFFFFF;
		font-size:small;
		border-left: 6px solid #B6121B;
    }
	
    #footer p {
        padding:5px 0 5px 10px;
        margin:0;
    }
	
	#footer a{
		text-decoration:none;
		color: #FFFFFF;
	}
	
	#footer a:hover{
		background-color:#B6121B;
	}
	
	/* content styles */
	.mainHeading
	{
		font-size:medium;
		color: #B6121B;
	}
	
	.message
	{
		font-size:12px;
		float: left;
		width: 300px;
		padding-right: 5px;
	}
	
	.callout
	{
	    float: left;
		margin-left: 10px;
	    padding: 5px;
		width: 250px;
		font-size: 12px;
	}
	
	.callout a:hover
	{
	    background-color: White;
	}
	
	.title
	{
		font-size:small;
		border-bottom:1px solid black;
		width: 70%;
	}
	
	.story
	{
		font-size:small;
	}
	
	.news
	{
		padding: 0 5px 0 0;
	}
	
	.newsStory
	{
		font-size:x-small;
	}
	
	.newsHeading
	{
		font-size:small;
		font-weight:bold;
	}
	
	.leftNav
	{
	    border-left: 2px solid #B6121B;
	    border-top: 1px solid black;
	    height: 30px;
	    width: 197px;
	}
	
	.leftNav a
	{
	    display:block;
	    width: 180px;
	}
	
	.leftNav a:hover
	{
	    background-color: #B6121B;
	}
	
	.menuItemSpacing
	{
	    padding-right: 5px;
	    z-index: 1;
	}
	
	.interiorMainTitle
	{
	    font-size: large;
	    color: #B6121B;
	}
	
	.interiorHR
	{
	    width: 100%;
	    color: #B6121B;
	    height: 2px;
	    text-align: left;
	}
	
	.sectionTitle
	{
	    font-size: medium;
	    color: #B6121B;
	}
	
	.mainImage
	{
	    background-image: url(../images/mainImage6.jpg);
	    background-repeat: no-repeat;
	    margin-top: 10px;
	    text-align: right;
	    max-width: 560px;
	    max-height: 265px;
	}
	
	.mainImageText
	{	    
	    padding-right: 10px; 
	    color: White;
	    font-family: Tahoma, Arial, Sans-Serif;
	    font-weight: bold;
	    font-size: small;
	}
	
	.mainImageText2
	{	    
	    padding-right: 10px; 
	    color: White;
	    font-family: Tahoma, Arial, Sans-Serif;
	    font-weight: normal;
	    font-style: italic;
	    font-size: x-small;
	}
   
	
