/*
Original Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
Adapted and Customized by Susan Smith and Douglas Fouts at StarSunFlower Studio 2009
*/

body {
	margin: 5px 0 0 0;
	padding: 0;
	background: #CCCCCC url(images/img01.jpg);
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
}

h1, h2, h3 {
	margin: 0;
	font-weight : normal;
	color: #AD1112;
	
}

h1 {
	font-size : 197%;
	
}

h2 {
	font-size : 167%;
	
}

h3 {
	font-size : 100%;
	font-weight: bold;
	
}

p, ol, ul {
	line-height : 140%;
}

p {
}

ol {
}

ul {
}

blockquote {
	margin : 0;
	padding-left: 20px;
	font-style: italic;
}

blockquote * {
	line-height: normal;
}

a {
	color: #AD1112;
}

a:hover {
	text-decoration : none;
}

img {
	border : none;
}

img.left {
	float : left;
	margin : 0 15px 0 0;
}

img.right {
	float : right;
	margin : 0 0 0 15px;
}

hr {
	display : none;
}

/* Header */
#header {
	float:left;
	padding: 0 0 0 20px;
	width: 900px;
	height: 220px;
	margin: 0 auto;
	background: url(images/moxie_banner.gif) no-repeat right top;
}


/* Logo */
#logo {
	float: left;
	width: 220px;
	height: 220px;
	background: #AD1011 url(images/img03.jpg);
}

#logo h1, #logo h2 {
	margin: 0;
	text-transform: none;
	text-align: center;
	font-weight: normal;
}

#logo h1 {
	padding: 120px 0 0 0;
	background: url(images/img04a.gif) no-repeat 50% 30px;
	letter-spacing: -1px;
	font-size: small;
	text-decoration: none;
	color: #FFFFFF;
}

#logo h2 {font-size: 18px;}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}


/* Menu */
#menu {
	float: right;
	width: 670px;
	height: 32px;
	padding: 188px 0 0 0;
	overflow: visible;
}

#menu ul {
	width: 670px;
	height: 32px;
	margin: 0;
	padding: 0;
	background: #AD1011 url(images/img05b.jpg) repeat-x;
	list-style: none;
/*	border-left: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;*/
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 32px;
	padding: 8px 25px 0 30px;
	background: url(images/img06b.gif) no-repeat;
	text-transform: none;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	line-height : 90%;
}

/* Page */
#page {	
	float :left;
	padding : 0 0 0 20px;
	width : 900px;
/*	height: 220px;
*/	margin : 0 auto;
}

/* Content */
#content {
	float : right;
	width : 650px;
	padding : 0 0 0 10px;
	background : #FFFFFF;
	padding-right : 10px;
	text-align :left;
	background : #FFFFFF url(images/img07.gif) no-repeat left bottom;
}

/* Sidebar */
#sidebar {
	float : left;
	width : 220px;
	padding-top : 10px;
}

#sidebar a{

	color : #FFFFFF;
	
}

#sidebar ul {
	margin-left : 0;
	padding-left : 0;
	font-size : medium;
	list-style-image: none;
	list-style-type: none;
}

#sidebar ul li {
	padding : 5px 14px;
	background : url(images/img13.gif) no-repeat 0 12px;
	border-top : 1px solid #0B0B0B;
/*	outline:none
*/}

#sidebar ul li.first {
	border : none;
	
	/*font : Arial, Helvetica, sans-serif*/
	font-size : 16px;
	font-weight : bold;
	color : #000000;
}

#sidebar ul li h2 {
	margin : 0;
	/*font : "Arial", Helvetica, sans-serif*/
	font-size : 18px;
	font-weight : bold;
	color : #000000;
}

#sidebar ul li h3 {
	margin : 0;
	font-size : 97%;
}

#sidebar ul li p {
	margin : 0;
}


.boxed {
	margin-bottom : 10px;
	background: #000000 url(images/img10.gif) no-repeat left bottom;
/*	li width:100%;
*/}

.boxed .title {
	height : 30px;
	margin : 0;
	padding : 10px 0 0 10px;
	background : #5EB2ED url(images/img08.jpg) no-repeat;
	font-size : 16px;
	font-weight : bold;
	color : #000000;
}

.boxed .content {
	border : none;
	padding : 15px;
	background : url(images/img09.gif) repeat-x;
/*	li width:100%;
*/}

/* Search */

#search {
}

#search form {
	margin : 0;
	padding : 0;
}

#search fieldset {
	margin : 0;
	padding : 0;
	border : none;
}

#search p {
	margin : 0;
	font-size : 85%;
}

#searchinput {
	float : right;
	width : 174px;
	padding : 2px 5px;
	background : #EFEFEF url(images/img11.gif) repeat-x;
	border : 1px solid #FFFFFF;
	font : bold 100% "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#searchsubmit {
	float : right;
	margin-top : 5px;
	background: #AD1112 url(images/img12.gif) repeat-x;
	border : none;
	font : bold 100% "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

/* Footer */

#footer {
	height : 100px;
}

#footer p {
	margin : 0;
	line-height : normal;
	font-size : x-small;
	color : #000000;
}

#footer a {
	color : #000000;
}
