@charset "utf-8";
/* CSS Document */

/*********************************************
----------------------------------------------
Client		PriMedicus Development, LLC
Site:  		primedicus.com
Author: 	Paul Noia | Paul Noia Design, Inc.
Version: 	2.0
----------------------------------------------
*********************************************/

/* Imported style sheets */

@import url("priMedicusLayout.css");

/* Reset all margins and paddings for browsers */
* {padding: 0; margin: 0;}

/* General rules */

body, html {
	background: #1c3c46 url(../images/bg.jpg) 0 0 repeat-x;
    color: #333;
    font-size: 14px;
    font-family: "palatino linotype", "trebuchet ms", "times new roman";
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 25px 0;
	padding: 0 0 2px 0;
	color: #8ba11d;
	font-weight: normal;}

p {padding: 0;
   margin: 0 0 25px 0;
   text-align: justify;
   line-height: 160%;}

p.clear-left {clear: left;}

img {
	border: 0;
}
       
h1 {font-size: 24px;}
h2 {font-size: 22px;}
h3 {font-size: 20px;}
h4 {font-size: 18px;}
h5 {font-size: 16px;}
h6 {font-size: 14px;}

a {color: #8ba11d; text-decoration: none; font-weight: bold;}
a:link {color: #8ba11d; font-weight: bold;}
a:visited {color: #677c2f;}
a:hover {color: #cc6633; text-decoration: none; font-weight: bold;}

blockquote {
	margin-left: 24px;
	line-height: 30px;
	text-align: justify;
	padding: 20px;
	color: #333;
}

ul, ol {
	margin-left: 24px;
	line-height: 30px;
	list-style-position: outside;
	color: #333;
}