/********************************************************
---------------------------------------------------------
Client		Ohio Get Converted 
Site:  		ohiogetconverted.com
Author: 	Paul Noia
Version: 	2.0
---------------------------------------------------------
********************************************************/

/* Imported style sheets */

@import url("layout.css");
@import url("nav.css");

/* Reset all margins and paddings for browsers */

* {padding: 0; margin: 0;}

/* General rules */

body, html {
	margin: 0;
	padding: 0;
	background: #000033 url(../images/bg.gif) repeat-x;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-size: 30px;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #fff;
}

h2 {
	font-size: 24px;
	margin-bottom: 14px;
}

h3 {
	letter-spacing: 2px;
	font-size: 11px;
}

blockquote, ul, ol {
	line-height: 20px;
	padding-bottom: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #d3d7c3;
}

li {
	margin: 0;
	padding: 0;
}

blockquote {
	padding-left: 20px;
	/* background: url(../images/dashLineV.gif) repeat-y; */
}

a {
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

p {
	line-height: 18px;
	padding-bottom: 20px;
	font-family: "Lucida Grande", "Trebuchet MS", sans-serif; /* Georgia, "Times New Roman", Times, serif; */
	font-size: 14px;
	color: #fff; /*#d3d7c3;  #aaa; #ff9999; */
	widows: inherit;
}

.titleHighlight  {
	text-align: left;
	font-family: "Lucida Grande", "Trebuchet MS", sans-serif; /* Georgia, "Times New Roman", Times, serif; */
	font-size: 16px;
	font-weight: bold;
	color: #fff; /*#d3d7c3;  #aaa; #ff9999; */
	widows: inherit;
}
