﻿/* Embed font definitions here to prevent additional network request during page load */
/* <link href="https://fonts.googleapis.com/css?family=Raleway:400,700" rel="stylesheet"> */
/* latin-ext */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: local('Raleway'), local('Raleway-Regular'), url(//fonts.gstatic.com/s/raleway/v12/1Ptug8zYS_SKggPNyCMIT5lu.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: local('Raleway'), local('Raleway-Regular'), url(//fonts.gstatic.com/s/raleway/v12/1Ptug8zYS_SKggPNyC0ITw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  src: local('Raleway Bold'), local('Raleway-Bold'), url(//fonts.gstatic.com/s/raleway/v12/1Ptrg8zYS_SKggPNwJYtWqhPAMif.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  src: local('Raleway Bold'), local('Raleway-Bold'), url(//fonts.gstatic.com/s/raleway/v12/1Ptrg8zYS_SKggPNwJYtWqZPAA.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


/*********************************************************
/*********************************************************
/* GLOBAL STYLES                                         */

body	{background-color:#999999; color:#333333; font-size:92%;}

/* FONT-FAMILY and COLOR */
*		{font-family: 'Raleway', Arial, Sans-Serif;}
			
/* FONT-SIZE - STANDARD ELEMENTS */
p, div.Content, li, div.CMSContent
		{line-height:160%;}
			
/* FONT-SIZE - FORM ELEMENTS */
input, select, textarea
		{font-size:100%;}
			

/*********************************************************
/* MAJOR LAYOUT ELEMENTS                                 */

#UserInfo			{background-color:white; padding:10px; text-align:center;}

#Page				{background-color:#999999;}
#Page #Header		{background:#e2f4d7 url(../../Graphics/Diagonal-BG.gif) repeat;}
#Page #Header #Logo {max-width:85%; width:300px;}
#Page #Header #Logo img		{width:100%;}
#Page #Body			{background-color:white;}
#Page #BodyInnerContent	{padding:30px;}
#Page #Footer		{color:#EEEEEE;}


#HomePage .Intro	{font-weight:700;}
#HomePage ul		{margin:0;}
#HomePage ul li		{list-style-type:square;}
#HomePage ul li a	{font-weight:700;}

@media (min-width:750px)
{
	.MainColumn				{margin:0 auto; width:750px;}
	.MainColumnContent		{padding:30px;}

	#HomePage #LeftList		{float:left; padding:0 4%; width:40%;}
	#HomePage #RightList	{float:left; padding:0 4%; width:40%;}
}

@media (max-width:749px)
{
	.MainColumnContent		{padding:20px;}

	#HomePage #LeftList		{margin-bottom:20px;}
}
	


/*********************************************************
/* STANDARD HTML ELEMENT STYLES                          */

a:link		{color:#6F8322; text-decoration:none;}
a:visited	{color:#6F8322; text-decoration:none;}
a:hover		{color:Black; text-decoration:underline;}
a:active	{color:Black; text-decoration:underline;}

p			{margin-bottom:.75em;}

h1			{color:#6BAB48; font-size:140%; line-height:150%; margin:0 0 1em 0;}
h2			{color:#666666; font-size:110%; margin-top:1.5em;}
h3			{color:#999999; font-size:100%;}
