/**************************************************************
	Global Settings
**************************************************************/
* {
	padding:0px;
	margin:0px;
}
body {
	background-color:#c1b49a;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#000;
	font-size:12px; text-align:center;
}
img{
	border:0px;	
}
.clear {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.nav-text {
	
}
p, h1, h2, h3, h4, table{
	margin-bottom:16px;	
}

ul
{
		
}

/**************************************************************
	Text
**************************************************************/
a, a:visited, a:link{ 
	color:#58b6de;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
h1 {
	font-size:16px;
	color:#57B6DD;
}
h2{
	font-size:14px;
	color:#C1B49A;
}
.orange {
	color:#D87109;
}
.small {
	font-size:10px;	
}

.footer, .footer a {
	font-size:9px;
	color:#000;
}
.nav a
{
	font-size:18px;
	line-height:21px;
	color:#fff;
	text-decoration:none;
}

.nav a:hover
{	
	text-decoration:; background-color: #39F;}

.box-long ul, .box-short ul{
	margin-left:20px;
	list-style:disc;
}

/**************************************************************
	Layout
**************************************************************/
.header {
	background:url(../img/layout/bg-header.jpg);
	width:650px;
	height:195px;
	margin:0 auto;
}
.content{
	background:url(../img/layout/bg-content.jpg);
	width:570px;
	margin:0 auto;
	text-align:left;	
	padding:10px 40px;
}

.footer{
	background:url(../img/layout/bg-footer.jpg) no-repeat;	
	width:570px;
	padding:30px 40px;
	margin:0 auto;
}

.box-long
{
	float:left;
	width:388px;
	margin-right:10px;
	background:#fff;
	padding:10px;
}

.box-short
{
	float:left;
	width:130px;
	background:#fff;
	padding:10px;
}

.nav{
	float:left;
	width: 100px;	
	padding:5px 10px 10px 10px;
	background:#58b6de;
	margin-right:10px;
	height:295px;
	overflow:hidden;
}
.nav ul{
	list-style:none;
}
.nav-text
{
	margin-left:3px;
	margin-bottom:30px !important;
}
.nav-text li
{
	display:block;
	zoom:1; /*ie hack */
}
.nav-text a{
	display:block;
	padding:6px 0;	
	zoom:1; /*ie hack */
}
.nav-social li
{
	float:left; margin-right:8px;
}
.no-margin
{
	margin:0px !important;
}
.slideshow-border
{
	background:url(../img/layout/border.gif) no-repeat;
	float:left;
	width:417px;
	height:289px;
	padding:11px;
}
.spacer{
	height:16px;
}

