/* Copyright 2007 Elite Office Support (TM).  All Rights Reserved.  */

/* Global document details. */
body,td,th {  /* Body elements, table cells and table headers */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	}
body { /*necessary to leave for layout purposes*/
	margin: 0;
	}
a:link, a:visited, a:active { /*general site link colors and decoration*/
	color: #003859;
	text-decoration: none;
	}
a:hover { /*general site link colors and decoration on hover*/
	color: #999999;
	text-decoration: none;
	}

h1 { /* Header 1 */
	font-size: 32px;
	font-family: "Times New Roman" , Times, Serif;
	font-style: italic;
	color: #0B3861;
	text-align: center;
	margin: 25px 2px 25px 2px;
	}

h2 { /*Header 2 - Used on Subpages*/
	font-size: 34px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	color: #7E2217;
	text-align: right;
	margin: 110px 150px 5px 2px;
	}

h3 { /*Header 3 - Used on Front Page subtitle */
	font-size: 26px;
	color: #808000;
	text-align: right;
	font-family: "Times New Roman" , Times, Serif;
	font-style: italic;
	margin: 35px 65px 2px 2px;
	}

h4 { /*Header 4 */
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #003859;
	text-align: left;
	}

h5 { /*Header 5 */
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: left;
	}

h6 { /*Header 6 */
	font-size: 16px;
	color: #AA011E;
	text-align: left;
	margin: 8px 2px 8px 2px;
	border-bottom: 1px solid #003859;
	}

form { /* margin for all form tags */
	margin: 0;
	}
/* End global document details */

/* Main site wrapper details */
#container { /* this is the main site div */
	width: 100%;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	}

/* End main site wrapper details */

/* Left column details */
#navigation { 
	margin: 0;
	display: inline; 
	width: 20%;
	float: left;
	padding: 3px;
	background-color: #808000;
	min-height: 800px;
	}

/* End Left column details */

/* Main content/right column details */
#content { 
	border: 0;
	display: inline;
	width: 75%;
	float: left;
	margin: 0px 5px 0px 5px;
	padding: 10px 10px 10px 10px;
	}

/* End Main content details */

/* Header details - this is the page header where the top image is placed*/
#header {
	width: 100%;
	height: 162px;
	padding-left: 10px;
	float: left;
	text-align: left;
	border-bottom: 1px solid #808000;
        background: url(http://www.cinnamonsage.com/sageadminservices.com/bg.jpg); background-position: top left; background-repeat: no-repeat;
	}

/* End header */

/* Footer details */
#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: italic;
	clear: both;
	width: 100%;
	border-top: 1px solid #808000;
	background-color: #FFFFFF;
	TEXT-ALIGN: center;
	}

/* end footer */

/* main navigation */
#nav {
	list-style: none;
	margin: 0;
	padding: 0;
	}

#nav li {
	border-bottom: 1px solid #ffffff;
	padding: 0.4em 0 0.2em 0;
	font-size: 100%;
	color: #ffffff;
	background-color: #808000;
	}

#nav li a:link, #nav li a:visited {
	text-decoration: none;
	color: #ffffff;
	font-weight: normal;
	background-color: #808000;
	}
	
#nav li a:hover {
	text-decoration: none;
	color: #cccccc;
	font-weight: normal;
	background-color: #808000;

	}
/* End main navigation */	

/* Div alignment center */

#center {
	text-align: center;
	}

/* end div align center */

/* Compliance Icons */
.icons {
	text-align: center;
	}

.icons ul {
	list-style-type: none;
	}
	
.icons li {
	padding: 10px 3px 0 0;
	}

	
/* Pullquote specs. Change colors and quote images here. */

.pullquote {
	font-size: 11px;
	font-weight: normal;
	font-style: italic;
	color: #666666;
	background-color: #E1E1E1;
	float: right;
	width: 160px;
	text-indent: 5px;
	margin: 5px 13px 10px 10px;
	padding: 5px 13px 10px 10px;
	/*padding: 0.2em 0.5em 0.2em 0.2em;*/
	background-image: url(images/quotebot.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	}

.leftquote {
	float: left;
	margin: 0px;
	padding: 0px;
	}

/* End pullquote specs. */

/* Image Align */

.rightimg {
	float: right;
	border: 1px solid #003859;
	margin-left: 20px;
	margin-bottom: 6px;
	}

.leftimg {
	float: left;
	border: 1px solid #003859;
	margin-right: 10px;
	margin-bottom: 6px;
	}	
	
/* End image align */	








