@CHARSET "ISO-8859-1";

@font-face {
	font-family: 'ProximaNovaRgBold';
	src: url('/css/ProximaNova-Bold-webfont.eot');
	src: url('/css/ProximaNova-Bold-webfont.eot?#iefix') format('embedded-opentype'),  url('/css/ProximaNova-Bold-webfont.woff') format('woff'),  url('/css/roximaNova-Bold-webfont.ttf') format('truetype'),  url('/css/ProximaNova-Bold-webfont.svg#ProximaNovaRgBold') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'ProximaNovaLtSemibold';
	src: url('/css/ProximaNova-Sbold-webfont.eot');
	src: url('/css/ProximaNova-Sbold-webfont.eot?#iefix') format('embedded-opentype'),  url('/css/ProximaNova-Sbold-webfont.woff') format('woff'),  url('/css/ProximaNova-Sbold-webfont.ttf') format('truetype'),  url('/css/ProximaNova-Sbold-webfont.svg#ProximaNovaLtSemibold') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'ProximaNovaLtLight';
	src: url('/css/ProximaNova-Light-webfont.eot');
	src: url('/css/ProximaNova-Light-webfont.eot?#iefix') format('embedded-opentype'),  url('/css/ProximaNova-Light-webfont.woff') format('woff'),  url('/css/ProximaNova-Light-webfont.ttf') format('truetype'),  url('/css/ProximaNova-Light-webfont.svg#ProximaNovaLtLight') format('svg');
	font-weight: normal;
	font-style: normal;
}

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	background: url('/images/common/background.jpg') repeat-x;
	background-color: #cce3f1;
	vertical-align: top;
}

#wrapper {
	height: auto !important;
	margin: 0 auto;
	position: relative;
	width: 1000px;
}

#content {
	background-color: #fff;
	margin: 0 auto;
	padding: 20px;
	min-height: 400px;
	padding-bottom: 50px;	
}


#main_content a { 
	color: #6193C5;
	text-decoration: none;
	border-bottom: 1px dotted #6193C5;
}

#main_content a:hover { 
	color: #000; 
	text-decoration: none;
	border-bottom: 1px dotted #000;	
}



h1,
#main_content.home_page h2 {
	color: #384f16;
	font-family: 'ProximaNovaLtSemibold', helvetica, arial, sans-serif;
	font-size: 28px;
	margin-top: 18px;
	margin-bottom: 12px;
	line-height: 90%;
}

#main_content.home_page h2 {
	margin-top:0px;
}

#main_content.home_page h2 a {
	text-decoration:none;
	border-bottom:none;
	color:#384f16;
}

#main_content.home_page h2 a.ltgreen {
	color:#85ba34;
}

#main_content.home_page h2 a:hover {
	color:#000;
}

h2,
#main_content.home_page h3 {
	color: #6193C5;
	font-family: 'ProximaNovaLtSemibold', helvetica, arial, sans-serif;
	font-size: 24px;
	font-weight: normal;
}

h2 a ,
#main_content.home_page h3 a {
	color: #6193C5;
	text-decoration: none;
	border-bottom: 1px dotted #6193C5;
}

h2 a:hover,
#main_content.home_page h3 a:hover {
	color: #222;
	text-decoration: none;
	border-bottom: 1px dotted #222;
}

.home_page h3 {
	font-size: 19px;	
}

h2.h2_nospace {
	margin-bottom: 0;
	padding-bottom: 0;
}

h3 {
	color: #111;
	font-family: 'ProximaNovaLtSemibold', helvetica, arial, sans-serif;
	font-size: 20px;
	font-weight: normal;
}

h3 a {
	color: #111;
	text-decoration: none;	
}

h3.h3_nospace {
	margin-bottom: 0;
	padding-bottom: 0;
}

h4 {
	color: #23408f;
	font-family: 'ProximaNovaRgBold', helvetica, arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
}

.top_column {
	margin-top: 0;
	line-height: 100%;
}

h2.top_column  {
	font-size: 20px;
}

#twitter-feed {
	width:210px;
	-ms-word-break: break-all;
	
			 /* Be VERY careful with this, breaks normal words wh_erever */
			 word-break: break-all;
	
			 /* Non standard for webkit */
			 word-break: break-word;
	
	-webkit-hyphens: auto;
		 -moz-hyphens: auto;
					hyphens: auto;		
}

.timePosted {
	margin-bottom:0;
	padding-bottom:0;
	font-weight:bold;
}

.tweet {
	margin-top:0;
	padding-top:0;
}

.no_bottom { margin-bottom: 0; }

a.btn_fb {
	background: url("/images/common/btn_fb.png") no-repeat scroll 0 0 transparent;
	display: block;
	height: 14px;
	width: 14px;
}

a.btn_fb:hover { background: url("/images/common/btn_fb_click.png") no-repeat scroll 0 0 transparent; }

a.btn_email {
	background: url("/images/common/btn_email.png") no-repeat scroll 0 0 transparent;
	display: block;
	height: 16px;
	width: 14px;
}

a.btn_email:hover { background: url("/images/common/btn_email_click.png") no-repeat scroll 0 0 transparent; }

p, li {
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #333;
	line-height: 155%;
}

p.caption {
	color: #666;
	font-size: 12px;
	margin-top: 6px;
}

p.home_item {
	color: #666;
	font-size: 12px;
	margin-top: 0;
}

div.leftside a {
	vertical-align: top;
	color: #fff;
	font-size: 11px;
	text-decoration: none;
}

.breadcrumbline {
	font-size: 10px;
	color: #666;
	letter-spacing: .3px;
	text-transform: uppercase;
	line-height: 110%;
	margin-top: 0;
}

.breadcrumbline a {
	text-decoration: none;
	color: #666;
}

.breadcrumbline a:hover {
	text-decoration: underline;
	color: #000;
}

img.img_border { border: 1px solid #666; }

img.img_floatright {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	border: 1px solid #666;
}

img.img_floatleft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #666;
}

#img_borders img { border: 1px solid #999; }

input.input_email {
	background-color: #F1F1F1;
	border: 1px solid #85ba34;
	color: #888;
	font-family: arial, verdana, helvetica;
	font-size: 11px;
	padding: 4px 0 4px 0;
	width: 200px;
}

a img
{
  border: 0 none;
}

.img_link {
	text-decoration: none;
}

/**************
#leftnav {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #623328 #AB9184 #AB9184;
    border-style: solid;
    border-width: 0;
    font-size: 0.85em;
    font-weight: normal;
    margin: 0 0 25px;
    padding: 0;
    text-align: left;
    vertical-align: top;
    width: 220px;
}
#leftnav ul {
    background-color: #85ba34;
    display: list-item;
    list-style-position: outside;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#leftnav li a {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #85ba34;
    border-color: #85ba34 #623328 #AB9184;
    border-style: solid;
    border-width: 1px;
    color: #fff;
    display: block;
    font-size: 1em;
    margin: 0;
    padding: 5px 6px;
    text-align: left;
    text-decoration: none;
    width: 220px;
}
#leftnav li a:hover {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #A7C862;
    border-color: #E1E2E2 #A7C862;
    border-style: solid;
    border-width: 1px;
    color: #000000;
    display: block;
    font-weight: normal;
    margin: 0;
    padding: 5px 6px;
    text-align: left;
    width: 220px;
}
**********/

* { outline: medium none; }

#table_gray tr {
	background-color: #F7F7F7;
	border-bottom: 2px solid #CCCCCC;
	border-radius: 10px 10px 10px 10px;
	display: block;
	float: none;
	margin: 10px auto;
	padding: 1px 10px 10px;
}

#table_gray h1 {
	color: #0083A9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin: 20px 10px 10px;
}

#table_gray h2 {
	color: #0083A9;
	margin: 30px 0 0 10px;
}

#table_gray li {
	color: #395A24;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.875em;
	line-height: 1.35em;
	margin: 10px 40px;
}

#table_green {
	border-top: 2px solid #a9c07e;
	border-left: 2px solid #a9c07e;
	border-right: 2px solid #a9c07e;
}

#table_green tr { }

#table_green th {
	color: #0083A9;
	letter-spacing: -.5px;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	padding: 8px 8px 0 8px;
	background-color: #e2eecb;
	border-bottom: 2px solid #a9c07e;
}

#table_green td {
	padding: 8px;
	color: #395A24;
	background-color: #e2eecb;
	border-bottom: 2px solid #a9c07e;
}

#table_green h1 {
	color: #0083A9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	margin: 6px;
	letter-spacing: -1px;
	font-weight: bold;
}

#table_green h2 {
	color: #0083A9;
	letter-spacing: -.5px;
	font-size: 15px;
}

#table_green h3 {
	color: #395a24;
	font-size: 13px;
	font-weight: bold;
}

#table_green a { color: #395A24; }

#table_green a:hover { color: #000; }

.first { margin-top: 0; }

.clearboth { clear: both; }

#table_green ul { padding-left: 16px; }

#table_green li {
	color: #555555;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 145%;
}

#table_green p {
	color: #555555;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 140%;
	margin: 0 0 6px 0;
}

.leftnav_wrapper { width: 220px; }

.leftnav_wrapper ul {
	list-style: none outside none;
	margin: 0;
	padding: 0;
	width: 220px;
}

.leftnav_wrapper ul li {
	line-height: 125%;
	list-style: none outside none;
	padding: 7px 10px;
	border-left: 1px solid #b9d6e5;
	border-top: 1px solid #b9d6e5;
	border-right: 1px solid #8abfda;
	border-bottom: 1px solid #8abfda;
	background-color: #b6daea;
	vertical-align: middle;
}

.leftnav_wrapper ul li.lilevel1 {
	background-color:#98cfe8;
}

.leftnav_wrapper ul li:hover {
	background-color: #7ab9da;
	border-left: 1px solid #66b2d9;
	border-top: 1px solid #66b2d9;
	border-right: 1px solid #b9d6e5;
	border-bottom: 1px solid #b9d6e5;
}

.leftnav_wrapper li a { 
	color:#333;
	border-bottom:none;
	text-decoration: none; 
	}

.leftnav_wrapper li a:hover { 
	color:#000;
	border-bottom:none;
	text-decoration: none; 
}

.leftnav_wrapper ul li a.level1 {
	font-family: 'ProximaNovaLtSemibold', helvetica, arial, sans-serif;
	font-size: 17px;
}

#leftside h1 {
	font-size:18px;
	color:#666;
	margin-top:0
}

#leftside p a {
	color:#666;
	text-decoration:none;
	line-height:110%;
}

#leftside p a:hover {
	color:#000;
	text-decoration:none;
	border-bottom:1px dotted #000;
}

#header #nav { margin-bottom: 15px; }

#header #nav ul {
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#header #nav ul li {
	border-bottom: 1px solid #CCCCCC;
	border-top: 1px solid white;
	display: block;
	font-size: 1.1em;
	margin: 0;
	padding: 0;
}

#header #nav ul li:first-child { border-top: medium none; }

#header #nav ul li:last-child { border-bottom: medium none; }

#header #nav ul li a {
	background-image: url("/assets/images/chevron_right.png");
	background-position: 177px center;
	background-repeat: no-repeat;
	display: block;
	line-height: 1.5;
	padding: 5px 20px 5px 10px;
}

#header #nav ul li a:hover,
#header #nav ul li a:focus { background-position: -423px center; }

#header #nav ul li a:active { background-position: -1023px center; }

#header #nav ul li.current a {
	background-color: #BF413C;
	background-position: -216px 50%;
	color: black;
}

.date {
	line-height: 100%;
	font-weight: bold;
	margin-top: 0;
	padding-top: 2px;
}

#leftcol_400 {
	width: 380px;
	float: left;
	margin-right: 20px;
}

#rightcol_300 {
	width: 300px;
	float: right;
}

#rightfloatbox_350 {
	width: 350px;
	float: right;
	border:1px dotted #888;
	margin:0 0 10px 10px;
	padding:0 10px 0 10px;
}

#list_noindent ul {
	margin-top: 0;
	margin-left: 0;
	padding-left: 20px;
}

#list_noindent ul li { padding-bottom: 8px; }

.wasocial {
	padding-top:12px;
	clear:both;
}


#banner-rotator .royalCaptionItem {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	line-height: 20px;
}
#banner-rotator .sgMidText {	
	font-size: 18px;
}
#banner-rotator .sgSmallText {	
	font-size:13px;
}
#banner-rotator .tintButton {			
	background:no-repeat 0 0;
	background-color:#33383e;
	color:#EAEAEA;
	cursor:pointer;
	padding:5px 12px;
	opacity:0.8;
	-webkit-transition: background-color .2s ease-out;
	-moz-transition: background-color .2s ease-out;	
	-o-transition: background-color .2s ease-out;	
	transition: background-color .2s ease-out;
	text-decoration: none;
}
#banner-rotator .tintButton:hover {
	background-color:#EAEAEA;
	color:#33383e;
}
#banner-rotator .royalCaption {
	position:absolute;		
	top:0;
	left:0;
}	

/*
Footer
*/

#footer {
	/* background: url(/images/common/background_footer.jpg) repeat-x top #5a852a; */
	padding: 10px;
	position: relative;
	width: 980px;
	background-color:#578129;
}

#footer h1 {
	color: #fff;
	font-family: 'ProximaNovaLtSemibold', helvetica, arial, sans-serif;
	font-size: 20px;
	margin: 0;
	padding: 0 0 6px 0;
	width:970px;
 
}

#footer h2 {
	color: #fff;
	font-family: 'ProximaNovaLtSemibold', helvetica, arial, sans-serif;
	font-weight:normal;
	font-size: 16px;
	margin: 0;
	padding: 6px 6px 4px 0;
 ;
	width:90%;
}

#footer h1 a,
#footer h2 a  { 
	color: #fff;
	text-decoration: none; 
}

#footer h1 a:hover,
#footer h2 a:hover { 
	text-decoration: underline; 
}


#footer p {
	color: #fff;
	font-size: 12px;
	margin: 0;
	padding: 4px 6px 0 0;
}

#footer p a {
	color: #fff;
	text-decoration: underline;
}

#footer p a:hover { 
	text-decoration: underline; 
}

