@charset "utf-8";
/* CSS Document */

html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td 
{
margin: 0; padding: 0; 
} 

html, body 
{
    height: 100%;
}

body 
{
	background:url(../images/header.jpg) no-repeat center top #f6f6f6;
	color:#000;
	font-size:13px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height:1.231;	
	text-align:center;	
}


img 
{
	border:0px;
}



hr
{
	clear:both;
	height:0px;
	border-bottom:1px dotted #c4b897;
	border-top:0px;
	margin:30px 0px 20px 0px;	
}

a:link, a:active
{
	color:#000;
	font-weight:normal;
	outline:none;
	text-decoration:underline;

}

a:visited
{
	color:#000;
	font-weight:normal;
	outline:none;	
	text-decoration:underline;
}


a:hover
{
	color:#000;
	font-weight:normal;
	outline:none;	
	text-decoration:none;
}

h1, h2, h3, h4, h5, h6
{
	font-family:Georgia, "Times New Roman", Times, serif;
	margin:0px;
	padding:0px;
}

h1
{
	color:#be0009;
	font-size:182%;
	font-weight:normal;
	margin:0px 0px 15px 0px;
}

#header h1
{
	color:#fff;
}


h2
{
	color:#000000;
	font-size:167%;
	font-weight:normal;	
	margin:0px 0px 25px 0px;
}

h3
{
	color:#424b57;
	font-size:138.5%;
	margin:0px 0px 10px 0px;
}

h4, h5, h6
{
	color:#000;
	font-size:108%;
	margin:0px 0px 10px 0px;
}

p
{
	margin:10px 0px 15px 0px;
}


form
{
	margin:0px;
	padding:0px; 
}


input, select, textarea
{
	background-color:#fff;
	border: 1px solid #a3bee3;
	font-family:Arial, Verdana, sans-serif;
	font-size:100%;
}


table
{
	border:0px;
	padding:0px;
}



div#wrapper
{	
	height:auto !important;	
	height:100%;	
	margin:0px auto -120px auto;
	min-height: 100%;
	position:relative;
	text-align:left;
	width:960px;
}


div#header
{
	height:450px;
	position:relative;
	z-index:10;
}

div#header ul
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	right:10px;
	padding:0px;
	position:absolute;
	text-align:left;
	top:100px;
	width:430px;
}


div#header ul li
{
	float:left;
	list-style:none;
	margin:0px 0px 0px 0px;
	text-align:right;
}


div#header ul a
{
	color:#fff;
	padding:0 20px;
	text-decoration:none;
}

div#header address
{
	color:#fff;
	font-style:normal;
	font-size:11px;
	position:absolute;
	right:0px;
	top:30px;
}

h1.logo
{
	padding:10px 0 0 0;
}


div#header-image
{
	background:url(../images/photo_backdrop.gif) no-repeat;
	bottom:28px;	
	height:293px;
	right:-30px;
	position:absolute;
	width:512px;
}

div#image-position
{
	left:27px;
	position:absolute;
	top:5px;
}

div#buttons-row
{
	bottom:35px;
	height:30px;
	left:0px;
	position:absolute;
	width:400px;
}

div#content
{
	margin:10px 0 20px 0;
	position:relative;
	width:960px;
	z-index:9;	
}

div#content-area
{
	float:left;
	min-height:200px;
	position:relative;
	width:460px;
}

div#content-area-sub
{
	float:left;
	min-height:200px;
	position:relative;
	width:670px;
}

div#content-area ul, div#content-area ol, div#sidebar ul, div#sidebar ol,
div#content-area-sub ul, div#content-area-sub ol, div#sidebar-sub ul, div#sidebar-sub ol
{
	padding:5px 30px 40px 30px;
}



* html div.content-area  /* hack to set height for IE6 */
{
  height: 200px;
  height: 200px;
}


div#sidebar
{
	float:right;
	min-height:200px;
	position:relative;
	width:450px;
}

div#sidebar-sub
{
	float:right;
	min-height:200px;
	position:relative;
	width:250px;
}


div.content-settings
{
	padding:10px 15px;
}


div.sidebar a:link, div.sidebar a:active, div.sidebar a:visited
{
	color:#fff;
	font-weight:normal;
	outline:none;
	text-decoration:underline;

}

div.sidebar a:hover
{
	color:#fff;
	font-weight:normal;
	outline:none;	
	text-decoration:none;
}

div#footer-wrapper, .push 
{
	height:120px;
}

div#footer-wrapper
{
	background:url(../images/footer.jpg) no-repeat center top;

}


div#footer
{
	color:#000;
	font-size:85%;	
	height:100px;
	margin:auto auto;
	position:relative;
	text-align:left;
	width:960px;
}

div#footer ul
{
	right:0px;
	padding:0px;
	position:absolute;
	text-align:left;
	top:10px;
	width:430px;
}


div#footer ul li
{
	float:left;
	list-style:none;
	margin:0px 0px 0px 0px;
	text-align:right;
}


div#footer ul a
{
	color:#fff;
	font-size:11px;
	padding:0 20px;
	text-decoration:none;
}

div#footer address
{
	color:#fff;
	font-style:normal;
	font-size:11px;
	position:absolute;
	left:130px;
	bottom:10px;	
}


span.copyright
{
	font-size:10px;
}


a.credit:link, a.credit:active, a.credit:visited
{
	bottom:0px;
	color:#fff;
	font-weight:normal;
	right:0px;
	padding:5px;
	position:absolute;
	text-decoration:none;
}


a.credit:hover
{
	background-color:#189cd8;
	color:#fff;
	font-weight:normal;
	text-decoration:none;

}

/* Form Code */

form.cmxform
{
	border: 0px;
	width: 400px;	
}


form.cmxform label 
{
	display: inline-block;
	line-height: 1.4;
	width: 100px; /* Width of labels */	
	vertical-align: top;
}

form.cmxform  ol 
{
	margin: 0;
	padding: 0;
}

form.cmxform ol li 
{
	list-style: none;
	padding: 5px;
	margin: 0;
}

form.cmxform em 
{
	font-weight: bold;
	color: #f00;
}

form.cmxform textarea
{
	height: 90px;
	width: 220px;
}

/* Custom */

.clear
{
	clear:both;
}

.intro
{
	color:#fff;
	width:400px;
}

.img-margin-right
{
	margin-right:30px;
}

.img-right
{
	float:right;
	margin:0 0 20px 20px;
}

.img-left
{
	float:left;
	margin:0 20px 20px 0;
}

table.table-list
{
	border:0px;
	padding:0px;
	width:100%;
}

table.table-list th
{
	background-color:#666;
	color:#FFF;
	padding:5px;
}


table.table-list td
{
	border-bottom:1px solid #CCC;
	padding:5px;
}


strong.bold-head
{
	color:#000000;
	display:block;
	font-family:Georgia, "Times New Roman", Times, serif;	
	font-size:138.5%;
	font-weight:normal;	
	margin:0px 0px 10px 0px;
}

/* Jquery */

.slideshow { height:270px; width: 450px; margin: auto }
