p{
	padding-top:7px;}
/* remove browser default margin and padding */
* {
	margin: 0px;
	padding: 0px;
	}

/* remove border from image links */
a img{
	border: 0;
	padding-right:5px;
	padding-left:5px;
	}


a[href^="mailto"]
{
	text-decoration:none;
	color:#0000FF;
}

/* set page defaults */

body {	
	padding-top:10px;
	font-size: 0.8em;
	font-family: Arial, Calibri, Verdana, Helvetica, sans-serif;	
	color:#333333;
	
	/* ie6 hack to centre align wrapper on screen */
	text-align:center;
	}
	
#outerwrapper {
	width: 980px;
	height:500px;
	
	margin: 0 auto;
	background-image:url(../images/DropShadow.jpg);
	background-repeat:no-repeat;
	background-position:0px 10px;
	margin-top:10px;
	
	
}

#wrapper {
	width: 900px;
	margin: 0 auto;
	background-color:#FFFFFF;
		/* cancel out the effect of text-align centre in the body div */
	text-align:left;
	border-top: 1px solid #000;
	
	
	}

#pre-header
{
	padding-left:5px;
}

#header
{
	
}
#navcontainer ul
{
width 100%;
padding-top: 8px;
list-style-type: none;
text-align: center;
height: 30px;
background-image:url(../images/Nav_gradient.jpg);
background-repeat:repeat-x;
margin-left: -2px;
}

#navcontainer ul li { 
display: inline;
color:#ccc;

}

#navcontainer ul li a
{
text-decoration: none;
padding-top: 9px;
padding-right: 25px;
padding-left: 25px;
padding-bottom: 20px;
color: #ccc;

}

#navcontainer ul li a:hover
{
color: #fff;
padding-top: 9px;
padding-right: 25px;
padding-left: 25px;
padding-bottom: 20px;
background-image:url(../images/Nav_gradient_rollover.jpg);
background-repeat:repeat-x;

}

#navcontainer ul li a:active
{
color:#000;
padding-top: 9px;
padding-right: 25px;
padding-left: 25px;
padding-bottom: 20px;
background-image:url(../images/Nav_gradient_clickstate.jpg);
background-repeat:repeat-x;

}

#content
{
	
}

#one_col
{
	float:none;
	width:874px;
	padding:5px;
}

#one_col li
{
	padding-top:7px;
	margin-left:15px;
}

#left_col
{
	float:left;
	width:45%;
	
	padding:5px;
}

#left_col li
{
	padding-top:7px;
	margin-left:15px;
}

#contact_left_col
{
	float:left;
	width:437px;
	
	padding:5px;
}

#links_left_col
{
	padding:5px;
}

#links_left_col ul
{
	float:left;
	width:437px;

}

#links_left_col ul li
{
	color:#000;
	text-decoration:none;
	list-style-type:none;
		padding-bottom:5px;
}

#links_left_col ul li a
{
	text-decoration:none;
	color:#264588;
}

#links_left_col ul li a:hover
{
	color:#ccc;
}
	
	

#right_col
{
	float:right;
	width:437px;
	
	padding:5px;
}

#links_right_col ul
{
	float:right;
	width:437px;
}

#links_right_col ul li
{
	color:#000;
	text-decoration:none;
	list-style-type:none;
	padding-bottom:5px;
}

#links_right_col ul li a
{
	text-decoration:none;
	color:#264588;
}

#links_right_col ul li a:hover
{
	color:#ccc;
}

#footer
{
	clear:both;
	font-size:.8em;
	color:#cccccc;
	text-align:center;
	background-image:url(../images/footer_background.jpg);
	background-repeat:repeat-x;
	height:28px;
	padding-top:9px;
	margin-left:-2px;
}


#footer ul li {
	text-align:center;
	display:inline;
}
	
#footer ul li a{
	text-decoration:none;
	color:#cccccc;
}

#footer ul li a:hover
{
	color:#fff;
}

h1
{
	
	padding-top:7px;
	font-size:2em;
	color:#333;	
}

#pre-header h1
{
	
	padding-top:7px;
	font-size:3em;
	color:#333;	
}
.small_text
{
	font-size:1em;
	padding-top:0px;
	margin-top:0px;
}

h2
{
	padding:5px 0px;
	
	font-size:1em;
	color:#222222;
}

.float_right
{
	float:right;
}

.bold
{
	font-weight:bold;
	padding:5px;
	border-bottom: 1px solid #cccccc;
}

.pic
{
	font-weight:bold;
	padding:5px;
}

.quotebold
{
	font-weight:bold;
	padding-bottom:10px;
}


h4
{
	font-weight:bold;
	padding-top:10px;
	font-size:1em;
	font-family: Arial, Calibri, Verdana, Helvetica, sans-serif;
}



.mail_link {
	font-size: 1.3em;
	font-weight: bold;
}


/*
 * jQuery Nivo Slider v2.5.1
 * http://nivo.dev7studios.com
 *
 * Copyright 2011, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 
 * March 2010
 */
 
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:8;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:9;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}
#slider-wrapper 
{
	clear:right;
   float:right;
    width:410px;
    height:300px;
    margin:10px;
	z-index:-1;
 
}

#slider {
	clear:right;
   float:right;
	position:relative;
    width:410px;
    height:300px;
   -moz-box-shadow: -5px 5px 5px #333;
	-webkit-box-shadow: -5px 5px 5px #333;
	box-shadow: -5px 5px 5px #333;
	background:url(../images/untitled/loading.gif) no-repeat 50% 50%;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}

.nivo-controlNav {
	position:absolute;
	left:260px;
	bottom:-42px;
}
.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(../images/untitled/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(../images/untitled/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}

.nivo-caption {
    text-shadow:none;
    font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a { 
    color:#efe9d1;
    text-decoration:none;
}

/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;
}

/*scroller */
.jscroller2_up, .jscroller2_down, .jscroller2_left, .jscroller2_right {
 margin: 0;
 padding: 0;
}

.jscroller2_left, .jscroller2_right, .jscroller2_left_endless, .jscroller2_right_endless {
 white-space: nowrap;
}

#scroller_container {
 width: 600px;
 height: 80px;
 overflow: hidden;
}

/* Scoller Box */

/* CSS Hack Safari */
#dummy {;# }

#scroller_container {
 overflow: auto;
}
