﻿/* Typography
================================================== */
body { 
	font-family: 'Lato', sans-serif;
	font-size: 12px;
	line-height:2.25em;
	color:#302D25;
}

/* Basic Text
================================================== */
h1, h2, h3, h4, h5, h6 {font-family: 'Lato', sans-serif; font-weight:400; color:#302D25;}
h1{font-size:34px; line-height:45px; color:#ffffff; font-weight: 300; text-transform: uppercase;}
.agentmap h1{color:#FF6400;}
h2{font-size: 20px; color:#FF6400; margin: 20px 0 10px 0;}	
.ccm-layout-col-spacing h2{margin: 20px 0 10px -4px;}
h3{font-size:14px; color:#283f7a;}
h4{font-size:12px;}
h5{}
h6{}
p{}
strong{font-weight:bold;}	
hr{height:1px; background-color:#C5BDA3; border:0;}

/* Special Text
================================================== */
blockquote { }
pre, code { }
small { }
em{font-style:italic;}

/* Links
================================================== */
a{color:#FF6400; text-decoration:underline;}
a:hover{color:#283f7a; text-decoration:underline;}
a img{}
a:link{}	
a:visited{}	
.no-style{color:#302D25; text-decoration:none;}
.no-style:hover{color:#302D25; text-decoration:none;}
a img{border:none;}

/* Lists
================================================== */
ol, ul, blockquote {padding-left:3em;}
ul{list-style:outside;}
ol{list-style:decimal;}
ul, ol, dl, p {margin-bottom: 11px; font-size: 1em;}
ul ul{margin-bottom:0px;}

/* Styles
================================================== */
.align-left{float:left; margin-right:10px;}
.align-right{float:right; margin-left:10px;}
.quote{font-style:italic; padding:5px 5px 6px 5px; color: #2A4079; text-align:left; display:block; width:80%; margin:0px auto; }
.red{color:#d75252 !important;}
.green{color:#FF6400 !important;}
.blue{color:#283f7a !important;}
.no-border{border:none !important;
  -webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important}

/* #Tables
================================================== */
table{margin-bottom:.75em; width:100%; max-width:100%; }
table td{padding:3px 2px;}

.gray { color: #7A797E; }
