/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font: 14px/1.5 Arial, Verdana, sans-serif;
}

a:focus {
	outline: 1px dotted invert;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 2em;
	font-weight:normal;
}
    div#page-container h1 
    {
        padding:1px 5px 5px 5px;
        position:relative;
        left:-5px;
        width:700px;
        margin-bottom:0.5em;
    }
        div.generic h1 
        {
            background-color:#f2f2f2;
            border-top:solid 4px #F9941E;
        }
        div.latest-news h1 
        {
            background-color:#c6efff;
            border-top:solid 4px #01A0E1;
        }
        div.railops h1 
        {
            background-color:#F9BAA2;
            border-top:solid 4px #F26530;
        }
        div.safetycomms h1 
        {
            background-color:#B6CFA7;
            border-top:solid 4px #5D953B;
        }
        div.indgroups h1 
        {
            background-color:#FCCF9A;
            border-top:solid 4px #F9941E;
        }
        div.resources h1 
        {
            background-color:#CCDAEE;
            border-top:solid 4px #8EADD9;
        }
        div.latestspad h1 
        {
            background-color:#B2D1E7;
            border-top:solid 4px #0066AE;
        }
        div.events h1 
        {
            background-color:#fffcbf;
            border-top:solid 4px #FEF200;
        }
        div.crossind h1 
        {
            background-color:#ffeab9;
            border-top:solid 4px #C89E3C;
        }
        div.newtoind h1 
        {
            background-color:#c5e8ec;
            border-top:solid 4px #5C9197;
        }
        div.contribute h1 
        {
            background-color:#f8e2d0;
            border-top:solid 4px #C28656;
        }
h2 {
	font-size: 1.4em;
	font-weight:normal;
}

h3 {
	font-size: 1.3em;
	font-weight: normal;
}

h4 {
	font-size: 1.2em;
	font-weight: normal;
}

h5 {
	font-size: 1.1em;
	font-weight: normal;
}

h6 {
	font-size: 1em;
	font-weight: normal;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
text-decoration: underline;
}

a:visited {
color:#F26530;
}
    div.latest-news h1 a, div.latest-news h2 a, div.latest-news h3 a, div.latest-news h4 a, div.latest-news h5 a, div.latest-news h6 a, div.latest-news a,
    div.latest-news h1 a:visited, div.latest-news h2 a:visited, div.latest-news h3 a:visited, div.latest-news h4 a:visited, div.latest-news h5 a:visited, div.latest-news h6 a:visited, div.latest-news a:visited
    {
        color:#01A0E1;
    }
    div.railops h1 a, div.railops h2 a, div.railops h3 a, div.railops h4 a, div.railops h5 a, div.railops h6 a, div.railops a,
    div.railops h1 a:visited, div.railops h2 a:visited, div.railops h3 a:visited, div.railops h4 a:visited, div.railops h5 a:visited, div.railops h6 a:visited, div.railops a:visited
    {
        color:#F26530;
    }
    div.safetycomms h1 a, div.safetycomms h2 a, div.safetycomms h3 a, div.safetycomms h4 a, div.safetycomms h5 a, div.safetycomms h6 a, div.safetycomms a,
    div.safetycomms h1 a:visited, div.safetycomms h2 a:visited, div.safetycomms h3 a:visited, div.safetycomms h4 a:visited, div.safetycomms h5 a:visited, div.safetycomms h6 a:visited, div.safetycomms a:visited
    {
        color:#5D953B;
    }
    div.indgroups h1 a, div.indgroups h2 a, div.indgroups h3 a, div.indgroups h4 a, div.indgroups h5 a, div.indgroups h6 a, div.indgroups a,
    div.indgroups h1 a:visited, div.indgroups h2 a:visited, div.indgroups h3 a:visited, div.indgroups h4 a:visited, div.indgroups h5 a:visited, div.indgroups h6 a:visited, div.indgroups a:visited  
    {
        color:#F9941E;
    }
    div.resources h1 a, div.resources h2 a, div.resources h3 a, div.resources h4 a, div.resources h5 a, div.resources h6 a, div.resources a,
    div.resources h1 a:visited, div.resources h2 a:visited, div.resources h3 a:visited, div.resources h4 a:visited, div.resources h5 a:visited, div.resources h6 a:visited, div.resources a:visited
    {
        color:#8EADD9;
    }
    div.latestspad h1 a, div.latestspad h2 a, div.latestspad h3 a, div.latestspad h4 a, div.latestspad h5 a, div.latestspad h6 a, div.latestspad a,
    div.latestspad h1 a:visited, div.latestspad h2 a:visited, div.latestspad h3 a:visited, div.latestspad h4 a:visited, div.latestspad h5 a:visited, div.latestspad h6 a:visited, div.latestspad a:visited
    {
        color:#0066AE;
    }
    div.events h1 a:visited, div.events h2 a:visited, div.events h3 a:visited, div.events h4 a:visited, div.events h5 a:visited, div.events h6 a:visited, div.events a:visited,
    div.events h1 a, div.events h2 a, div.events h3 a, div.events h4 a, div.events h5 a, div.events h6 a, div.events a
    {
        color:#F9941E;
    }
    div.crossind h1 a, div.crossind h2 a, div.crossind h3 a, div.crossind h4 a, div.crossind h5 a, div.crossind h6 a, div.crossind a,
    div.crossind h1 a:visited, div.crossind h2 a:visited, div.crossind h3 a:visited, div.crossind h4 a:visited, div.crossind h5 a:visited, div.crossind h6 a:visited, div.crossind a:visited 
    {
        color:#C89E3C;
    }
    div.newtoind h1 a, div.newtoind h2 a, div.newtoind h3 a, div.newtoind h4 a, div.newtoind h5 a, div.newtoind h6 a, div.newtoind a
    {
        color:#5C9197;
    }
    div.contribute h1 a, div.contribute h2 a, div.contribute h3 a, div.contribute h4 a, div.contribute h5 a, div.contribute h6 a, div.contribute a
    {
        color:#C28656;
    }
    div.contribute h1 a, div.contribute h2 a, div.contribute h3 a, div.contribute h4 a, div.contribute h5 a, div.contribute h6 a, div.contribute a
    {
        color:#C28656;
    }

#wrapper h1 a:hover, #wrapper h2 a:hover, #wrapper h3 a:hover, #wrapper h4 a:hover, #wrapper h5 a:hover, #wrapper h6 a:hover, #wrapper a:hover {
color:#000;
}

body.searchModel h1 
{
    margin-top:20px;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: disc;
}

li {
	margin-left: 20px;
}

p,
dl,
hr,
h1,
ol,
ul,
pre,
table,
address,
blockquote,
fieldset {
	margin-bottom: 1.25em;
}

h2,
h3,
h4,
h5,
h6 {
	margin-bottom: 0.125em;
}
