﻿/* CSS Document */

/*
ARISE COLORS
grey #dfe3df
grey text #6d6d6d
red orange #dc7f5b

LINKS

*/

body
{
	margin: 0 auto;
	background: #eee8ba url(http://www.arise2010.com/img/bg.jpg) top center no-repeat;
	color: #5d5c3e;
	font-family: Arial Narrow, Arial, Geneva, sans-serif;
	font-size: 15px;
	line-height: 20px;
	font-weight: normal;
	text-align: center;
}

a img
{
	border: 0px none;
}

#margin-top
{
	height: 25px;
}

#container
{
	margin: 0 auto;
	width: 900px;
	background: url(http://www.arise2010.com/img/contentbg.jpg) top left no-repeat #FFFFFF;
	border: 1px solid #bbb890;
}

.clear
{
	clear: both;
}

h3
{
	color: #d8a32e;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: -1px; /*color: #5ab0d6;*/
	margin: 0px 0px 5px 0px;
	display: block;
	text-transform: uppercase;
}
h4
{
	margin-bottom: 3px;
}

.picframe
{
	margin: 0px 10px 5px -5px;
	vertical-align: text-top;
	float: left;
}
.smallimg
{
	float: left;
	margin: 0px 5px 5px 0px;
}

.pinkish
{
	color: #f26c4f;
	font-style: italic;
}

.speakerbox
{
	margin-top: 15px;
}

hr
{
	color: #5d5c3e;
	text-align: left;
}

ul
{
	margin: 3px 0px 10px 25px;
	padding: 0px;
}



/*#############################################################

						FORMS

#############################################################*/


.input
{
	font-size: 15px;
	font-family: Arial;
	padding: 5px;
	color: #dc7f5b;
	border: 1px solid #CCCCCC;
}
.dropdown
{
	font-size: 13px;
	font-family: Arial;
	padding: 5px;
	color: #dc7f5b;
	border: 1px solid #CCCCCC;
}
.watermark
{
	font-size: 15px;
	font-family: Arial;
	padding: 5px;
	color: #AAAAAA;
	border: 1px solid #CCCCCC;
}
.error
{
	color: #FFFFFF;
	background: #FF0000;
	padding: 4px;
}


/*#############################################################

						LINKS

#############################################################*/

a
{
	color: #dc7f5b;
	text-decoration: none;
	font-weight: bold;
}
a:hover
{
	color: #5d5c3e;
}

a.capslink
{
	color: #dc7f5b;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: -1px;
	display: block;
	text-transform: uppercase;
}
a.capslink:hover
{
	color: #5d5c3e;
}



/*#############################################################

						TOP

#############################################################*/


#top
{
	width: 900px;
	height: 75px;
	margin-bottom: 25px;
}

#top-logo
{
	width: 275px;
	height: 75px;
	float: left;
}

#top-nav
{
	width: 625px;
	height: 75px;
	float: right;
	text-align: left;
}
#top a
{
	background: none;
	margin: 0px;
	padding: 0px;
}



/*#############################################################

						CONTENT

#############################################################*/

#content
{
	width: 900px;
	text-align: left;
}

#content-left
{
	width: 200px;
	margin: 0px 50px 0px 25px;
	float: left;
}
.content-left-box
{
	width: 198px;
	background: url(http://www.arise2010.com/img/left/bg.jpg) top left no-repeat #dfe3df;
	border: 1px solid #c5c7c5;
	text-align: center;
	margin-bottom: 20px;
	padding-bottom: 10px;
	font-size: 14px;
	color: #6d6d6d;
}

#content-left a
{
	color: #dc7f5b;
	text-decoration: none;
	font-weight: bold;
}
#content-left h3
{
	color: #ffffff;
	font-size: 14px;
}

#content-left a:hover
{
	color: #5d5c3e;
}

#content-right
{
	width: 600px;
	margin-right: 25px;
	margin-bottom: 20px;
	float: right;
}

#content-footer
{
	width: 900px;
	height: 75px;
	padding-top: 25px;
	text-align: center;
	font-size: 13px;
}



/*#############################################################

						FOOTER

#############################################################*/

#footer
{
	padding-bottom: 50px;
	padding-top: 30px;
	font-family: arial narrow;
	font-size: 13px;
	color: #8d8c6a;
	line-height: 17px;
	width: 900px;
	margin: 0 auto;
}
.footer-box
{
	float: left;
	text-align: left;
	width: 300px;
}

.footer-content
{
	padding-left: 12px;
}

a.footerimg
{
	margin: 0;
	padding: 0;
}
