@charset "UTF-8";

footer, header, menubar1, content, sidebar1 { 
  display:block;
}

ul li {
	list-style-type: square;
	list-style-position: inside;
	font-family: Raleway;
	font-size: 14px;
	line-height: 1.7em;
	font-weight: 100;
	padding-left: 17px;
	padding-bottom: 0px;
	margin-bottom: 14px;
}


body {
	margin: 0;
	padding: 0;
	background: #ebe7e0;
	
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.4;
}

a.importantlink:link {
	color: #44749D;
	text-decoration: underline;
}
a.importantlink:visited {
	text-decoration: none;
	background-color: #44749d;
}
a.importantlink:hover {
	color: #44749d;
	text-decoration: underline;
	background-color: #c6d4e1;
	padding-top: 5px;
	padding-bottom: 5px;
}
a.importantlink:active {
	color: #FFF;
	background-color: #44749d;
}


p{ font-family: 'Raleway',sans-serif;
	font-weight: 100;
	font-size: 14px;
	line-height: 1.7em;
}

blockquote { font-family: 'Armata', sans-serif;
	border: 4px solid rgb(255,255,255);
	background-color: #c6d4e1;
	color: #000;
	padding-top: 9px;
	padding-right: 11px;
	padding-bottom: 9px;
	padding-left: 11px;
	margin-right: 23px;
	margin-left: 23px;
	text-align: center;
	border-radius: 20px 20px 20px 20px;
	margin-bottom: 25px;
	font-size: 14px;
	line-height: 1.7em;
}


	

hr {
	height: 12px;
	border: 0;
	box-shadow: inset 0 10px 12px -12px rgba(0,0,0,0.5);
	width: 554px;
	margin-left: 14px;
	margin-top: 0.2px;
	margin-bottom: 0.2px;
}










h1, h2, h3, h4, h5, h6 { 
  color: #362C20;
  letter-spacing: 0em;
  
}



h1, h2, h3 { 
  font: normal 170% "News Cycle", arial, sans-serif;
  margin: 0 0 15px 0;
  
  color: #222;
}



h1 {
	font-family: ‘BenchNine’, sans-serif;
	
	color: #44749D;
	text-align: left;
	vertical-align: top;
	margin-bottom: 12px;
	font-size: 28px;
	
}
 
 h2 {
	font-family: ‘BenchNine’, sans-serif;
	
	color: #44749D;
	margin-bottom: 2px;
	font-size: 18px;
	font-style: normal;
}












  



/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}

img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFF;
	padding-top: 11px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 2px;
}

.container {
	width: 960px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}


	
ul.listingsclass{
	padding: 0;
	margin-top: 12px;
	margin-right: 12px;
	margin-bottom: 30px;
	margin-left: 12px;
}

ul.listingsclass li{
margin: 0 0 12px 0;
font-family: 'Oxygen', sans-serif;
font-size: .9em;
line-height: 1em;


}

body:nth-of-type(1) ul.listingsclass li{
list-style-type:none;
padding: 0 0 0 45px;
position:relative;
}

body:nth-of-type(1) ul.listingsclass li:before{
	/*fill it with a check mark*/
	
	
	content: "✔";
	color: snow;
	background-color: #44749D;
	padding: 4px;
	/*make it a block element*/
	display: block;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	/*Now position it on the left of the list item, and center it vertically
(so that it will work with multiple line list-items)*/
	position: absolute;
	left: 7px;
	top: 40%;
	margin-top: -8px;
}

body:nth-of-type(1) ul.listingsclass li:after{
/*Add another block-level blank space*/
content:"\00a0";
display:block;
 
/*Make it a small rectangle so the border will create an L-shape*/
width: 3px;
height: 6px;
 
/*Add a white border on the bottom and left, creating that 'L' */
border: solid #fff;
border-width: 0 2px 2px 0;
 
/*Position it on top of the circle*/
position:absolute;
left: 14px;
top: 40%;
margin-top: -4px;
 
/*Rotate the L 45 degrees to turn it into a checkmark*/
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
}





.header {
	float: none;
	width: 960px;
	background-image: url(../images/Verbatim-CompanyName.jpg);
	background-repeat: no-repeat;
	height: 106px;
	text-decoration: none;
	margin-top: 2px;
	margin-bottom: 2px;
}

 

.sidebar1 {
	font-family: 'Oxygen', sans-serif, serif
	font-weight: 100;
	font-size: 14px;
	line-height: 1.7em;
	float: left;
	width: 470px;
	background-color: #FFFFFF;
margin-top: 6px;
	margin-bottom: 7px;
	padding-top: 3px;
	padding-bottom: 3px;
	height: 500px;
	color: #8226;
	font-weight: 100;
	font-size: 14px;
	line-height: 1.7em;
	margin-right: 0px;
	display: inline;
	clear: none;
	margin-left: 0px;
	padding-right: 0px;
	white-space: normal;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: dotted;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #444;
	border-right-color: #444;
	border-bottom-color: #444;
	border-left-color: #444;
}

.content {
	font-family: 'Oxygen', sans-serif, serif
	font-weight: 100;
	font-size: 14px;
	line-height: 1.7em;
	float: left;
	width: 488px;
	background-color: #FFFFFF;
margin-bottom: 7px;
	margin-top: 6px;
	padding-top: 3px;
	padding-bottom: 3px;
	height: 500px;
	color: #8226;
	font-weight: 100;
	font-size: 14px;
	line-height: 1.7em;
	margin-right: 0px;
	display: inline;
	clear: none;
	margin-left: 0px;
	padding-right: 0px;
	white-space: normal;
	text-align: left;
	border: 0px none #444;
	font-family: Arial, Helvetica, sans-serif;
}



/* ~~ The footer ~~ */
.footer {
	background-color: #44749D;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both;
	color: #FFF;
	padding-top: 5px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 5px;
	height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.4em;
	font-size: 1em;
	word-spacing: 1px;
	letter-spacing: 1.5px;
	text-align: center;
	font-weight: normal;
margin-top: 0px;
	margin-bottom: 8px;
}

a.footerfirst:link {
	color: #069;
	text-decoration: underline;
}
a.footerfirst:visited {
	color: #FFF;
	text-decoration: underline;
}
a.footerfirst:hover {
	color: #FFF;
	text-decoration: underline;
	background-color: #0099CC;
	font-weight: normal;
	padding-top: 4px;
	padding-bottom: 7px;
}
a.footerfirst:active {
	color: #FFF;
}

/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
