@charset "UTF-8";

/* SMWSA CSS v3 06.17.2008 */


/* ----------- Global --------------------------------------------------- */

* {
	padding: 0;
	margin: 0;
	border: none;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	}
	
body {
	background: #CCC url(../images/background_1.jpg) top center no-repeat;
	}
	

/* ----------- DIV --------------------------------------------------- */

#container {
	width: 950px;
	height: auto;
	border: 1px solid #0099FF;
	margin: 15px auto;
	}
	
#header {
	width: 950px;
	height: 100px;
	overflow: hidden;
	}
	
#content {
	width: 950px;
	height: auto;
	background: #FFF url(../images/bg_body_950x500.jpg) top left no-repeat;
	}
	
#navigation {
	float: left;
	width: 200px;
	height: auto;
	overflow: hidden;
	}
	
#twoColumn {
	float: right;
	width: 750px;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
	}
	
#leftColumn {
	width: 450px;
	height: auto;
	float: left;
	}
	
#rightColumn {
	width: 300px;
	height: auto;
	float: right;
	}
	
#oneColumn {
	width: 750px;
	height: auto;
	float: right;
	margin-top: 20px;
	}
	
.clear {
	clear: both;
	}
	

/* ----------- Copy --------------------------------------------------- */


#container #content #oneColumn a:link {
	display: inline;
	color: #0099CC;
	padding: 0 0 0 0;
	background: none;
	height: 1em;
	}
	
#container #content #oneColumn a:visited {
	display: inline;
	color: #3366FF;
	padding: 0 0 0 0;
	background: none;
	height: 1em;
	}
	
#container #content #oneColumn a:hover {
	display: inline;
	color: #3366FF;
	padding: 0 0 0 0;
	background: none;
	height: 1em;
	}
	
#container #content #twoColumn a:link {
	display: inline;
	color: #0099CC;
	padding: 0 0 0 0;
	background: none;
	height: 1em;
	}
	
#container #content #twoColumn a:visited {
	display: inline;
	color: #3366FF;
	padding: 0 0 0 0;
	background: none;
	height: 1em;
	}
	
#container #content #twoColumn a:hover {
	display: inline;
	color: #3366FF;
	padding: 0 0 0 0;
	background: none;
	height: 1em;
	}

#container #content #oneColumn h1 {
	font-size: 16px;
	color: #0099CC;
	margin: 5px 15px 5px 0;
	font-weight: normal;
	}

#container #content #oneColumn p {
	margin: 5px 15px 15px 0px;
	font-size: 11px;
	line-height: 1.7em;
	color: #666;
	text-align: left;
	}
	
#container #content #oneColumn ul {
	margin: 5px 15px 15px 15px;
	font-size: 11px;
	line-height: 1.7em;
	color: #666;
	text-align: left;
	}
	
#container #content #oneColumn p strong {
	color: #000;
	}

#container #content #twoColumn #leftColumn h1 {
	font-size: 16px;
	color: #0099CC;
	margin: 5px 15px 5px 0;
	font-weight: normal;
	}

#container #content #twoColumn #leftColumn p {
	margin: 5px 15px 15px 0px;
	font-size: 11px;
	line-height: 1.7em;
	color: #666;
	text-align: left;
	}
	
#container #content #twoColumn #leftColumn ul {
	margin: 5px 15px 15px 15px;
	font-size: 11px;
	line-height: 1.7em;
	color: #666;
	text-align: left;
	}
	
#container #content #twoColumn #leftColumn p strong {
	color: #000;
	}
	
#container #content #twoColumn #rightColumn p {
	margin: 5px 15px 5px 20px;
	font-size: 11px;
	line-height: 1.5em;
	color: #666;
	border-bottom: 1px dotted #999;
	padding-bottom: 5px;
	}
	
#container #content #twoColumn #rightColumn p.last {
	border-bottom: none;
	}
	
#container #content #twoColumn #rightColumn p strong {
	color: #3399FF;
	}
	
#container #content #twoColumn #rightColumn a:link, a:visited, a:hover, a:active {
	display: block;
	width: 100%;
	padding: 5px 0 5px 0;
	}
	
.blueText {
	color: #0099CC;
	}
	
#contactInfo {
	font-size: 11px;
	text-align: center;
	color: #333;
	font-weight: bold;
	margin: 25px auto 25px auto;
	}
	
/* ----------- Images --------------------------------------------------- */

#container #content #twoColumn #rightColumn img.header {
	margin-left: 12px;
	}

.photoRight {
	border: 2px solid #0099CC;
	float: right;
	margin-left: 10px;
	}
	
.photoLeft {
	border: 2px solid #0099CC;
	float: left;
	margin-right: 10px;
	}
	
.right {
	float: right;
	margin-left: 10px;
	}
	
.left {
	float: left;
	margin-right: 10px;
	}
	
	
/* ----------- Navigation --------------------------------------------------- */

#container #content #navigation ul {
	list-style: none;
	margin: 15px 0 0 10px;
	}
	
#container #content #navigation ul li {
	display: block;
	width: 165px;
	height: 31px;
	overflow: hidden;
	}

#container #content #navigation ul li.activeLink {
	background: url(../images/bg_button_165x31.gif) top left no-repeat;
	}
	
#container #content #navigation ul li a {
	font-size: 11px;
	background: none;
	color: #0066FF;
	display: block;
	padding: 10px 0 0 10px;
	width: 100%;
	height: 100%;
	}
	
#container #content #navigation ul li a:hover {
	background: url(../images/bg_button_165x31.gif) top left no-repeat;
	color: #3399FF;
	display: block;
	padding: 10px 0 0 10px;
	width: 100%;
	height: 100%
	}
	
	
/* ----------- # --------------------------------------------------- */

/* ----------- # --------------------------------------------------- */

/* ----------- # --------------------------------------------------- */

/* ----------- # --------------------------------------------------- */