@import "content.css";
@import "wysiwyg.css";

body {
	margin:0;
	padding:0;
	background:#ee9217;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
	color:#666666;
}
#Background {
	background:white url(../images/bg.jpg) repeat-x;
	overflow:auto;
	width:100%;
}
#Background2 {
	background: url(../images/background.jpg) no-repeat 50% 0%;
	overflow:auto;
	width:100%
}
a {
	color: #ea8b1c;
	padding:0;
}

a:hover {
text-decoration:none;	
}

h1 {
	border:0;
	color:#111111;
	padding:0;
	margin:0;
	margin-bottom: 30px;
	font: italic 28px "Myriad Pro";
	line-height:17px;
}

h2 {
	/*display:inline;*/
	color: #a63719;
	font-size: 18px;
	font-weight:normal;
	margin:0;
	padding:0;
	font: italic 22px "Myriad Pro";
}
h3 {
	margin:0;
	color: #a63719;
	font-size: 15px;
	font-weight:normal;
}

hr {
	margin:0;
	padding:0;
}


img.image_left {
margin:4px 8px 4px 0 ;
float:left;
padding:2px;
border:solid 1px #dedede;
}

img.image_right {
margin:0 0 4px 8px;
float:right;
padding:2px;
border:solid 1px #dedede;
}

img.image_none {
margin:4px;
padding:2px;
border:solid 1px #dedede;
}


.clearer {
clear:both;
}



/********** main frames **************/


#main {
	width:1020px;
	margin:auto;
}
#header {
	height:290px;
	width:783px;
	background: url(../images/header.jpg) no-repeat;
	margin-left:10px;
}

#header #logo{
	float:left;
	height:84px;
	width:245px;
	margin-top:86px;
}


#content_outer{
	padding: 0px 10px 90px 10px;
	width:1000px;
	float:left;
	height:100%;
}
#left {
	float:left;
	width:212px;
}
#content {
	min-height:320px;
	float:left;
	width:519px;
	padding-left:30px;
	padding-right:20px;
	padding-top:10px;
}
#maininner {
	float:left;
}

#rightside {
	width:217px;
	float:left;
	margin-left:0px;
	margin-top: -248px;
	position:relative;
	line-height:12px;
	clear:right;
	/*overflow:visible;*/
}




#content_header {
	background: url(../images/top_content.png) repeat-x;
	height:160px;
	width:100%;
	top:135px;
	/*overflow:hidden;*/
	left:0px;
	position:absolute;
	float:left;
	clear:right;
}
#footer {
	background:#ee9217 url(../images/footer.gif) top repeat-x;
	width:100%;
	min-height:40px;/*130px*/
	float:left;
	clear:both;
	padding-top:90px;
	margin-top:-80px;
	text-align:center;
	font-size:11px;
	color:#fff;
}

#footer a{
	color:#fff;
}

/****************** page nav ***************/

.page_navigation {
	text-align:center;
	padding:4px 0;
	margin:5px 0;
}


.page_navigation a {
	border:solid 1px #cccccc;
	-moz-border-radius:5px;
	padding:3px 7px;
	margin:1px 3px;
	font-size:11px;
	text-decoration:none;
}

.page_navigation a.current_nav {
	font-weight:bold;
	background:#f5f5f5;
}


.page_navigation {
	text-align:center;
	padding:4px 0;
}

/*********** messages *********/

.messages {
padding:10px;
margin:10px 0;
border:dashed 1px #cccccc;
background:#f5f5f5;
}

.messages_error {
color:red;
}

.messages_success {
color:green;
}

.messages_warning {
color:orange;
}



