*{
	margin:0;
	padding:0;
	}

html, body {
	height: 100%;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000;
	background-color: #ECECEC;
	line-height: 18px;
	}

body,td,th {
	font-size: 13px;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

#container{
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	}

/* -- Header -- */

#header-outer{
	width:100%;
	text-align:center;
	background-color: #FFFFFF;
	background-image: url(../../graphics/header-bg.jpg);
	background-repeat: repeat-x;
	}

#header-inner{
	width:940px;
	height:112px;
	text-align:left;
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	}

#logo{
	float:left;
	margin-top:0px;
	background-repeat: no-repeat;
	height: 99px;
	width: 769px;
	margin-left: 13px;
	}

/* -- topnav -- */

#topnav-outer{
	width:100%;
	text-align:left;
	background-image: url(../../graphics/header-bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	}

#topnav-inner{
	width:940px;
	height:33px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-left: 35px;
	}

#body-inner{
	width:940px;
	text-align:left;
	background-image: url(../../graphics/checks.jpg);
	background-repeat: repeat;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E1E1E1;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #E1E1E1;
	border-left-color: #E1E1E1;
	padding-bottom: 20px;
	}

/* -- Body --*/

#body-outer{
	width:100%;
	background:url("/images/repeater-body-outer.jpg") repeat-x #ececec;
	text-align:center;/* footer space */
	padding-bottom: 84px;
	}

/* -- 3 Column Layout --*/

#col-3-1{
	float:left;
	width:178px;
	margin-top:25px;
	margin-left:23px;
	}

#col-3-2{
	float:left;
	width:457px;
	/* min-height hack */
	min-height:400px;
  	height:auto !important;
  	height:400px;
  	/* end min-height hack */
  	margin-top:25px;
	margin-left:10px;
	}

#col-3-3{
	float:left;
	width:212px;
	margin-top:25px;
	margin-left:10px;
	}

/* -- 2 Column Layout --*/

#col-2-1{
	float:right;
	width:255px;
	margin-top:25px;
	margin-right: 20px;
	margin-bottom: 10px;
	height: auto;
	}

#col-2-2{
	float:left;
	width:587px;
	/* min-height hack */
	min-height:400px;
	height:auto !important;
	height:400px;
	/* end min-height hack */
  	margin-top:25px;
	margin-left:20px;
	margin-bottom: 10px;
	}

/* -- 1 Column Layout --*/

#col-1-1{
	width:867px;
	float:left;
	/* min-height hack */
	min-height:400px;
  	height:auto !important;
  	height:400px;
  	/* end min-height hack */
  	margin-top:25px;
	margin-left:23px;
	}

/* ------------------------------
	
Content Styles - Share with wysiwyg
	
------------------------------ */

p{
	margin-bottom:15px;	/*text-align:justify;
	line-height:1.5em;*/
	}
hr {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #F5F5F5;
	border-left-color: #FFFFFF;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
h1, h3 {
	margin-bottom:20px;
	font-size:28px;
	font-weight:normal;
	color: #2098ab;
	margin-top: 10px;
}

h4{
	margin-bottom:10px;
	font-size:1.5em;
	font-weight:bold;
	}
h2 {
	font-size: 14px;
	color: #4B4B4B;
	margin-bottom: 10px;
	font-weight: normal;
}

h5{
	margin-bottom:10px;
	font-size:1.2em;
	font-weight:bold;
	}

img{border:0;}

/* These list styles need to be prefixed with #body-content */
#body-content ul{padding-left:30px; margin-bottom:10px;}
#body-content ol{padding-left:30px; margin-bottom:10px;}
#body-content li{padding:3px;}

/*form{
	margin-bottom:10px;
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:5px;
	background:#c9e4fe;
	}
	
label{display:block; margin-bottom:5px;}

input{
	width:200px;
	background:#9DD8F8;
	border:1px solid #1E4F84;
	padding:2px;
	font-family:Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size:11px;
	color:#1E4F84;
	margin-bottom:5px;
	}

input.button{
	margin-top:5px;
	width:150px;
	background:#eee;
	color:#222;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	border-right:1px solid #333;
	border-bottom:1px solid #333;
	cursor:pointer;
	}

input.button:hover{background:#D9EFF9;}

textarea{
	display:block;
	overflow:auto;
	width:400px;
	height:150px;
	background:#9DD8F8;
	border:1px solid #1E4F84;
	padding:2px;
	font-family:Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size:11px;
	color:#1E4F84;
	}*/

a:link, a:visited{
	color: #1E4F84;
	text-decoration:none;
	}

a:hover {
	color: #1E4F84;
	text-decoration:underline;
	}

/* -- Footer -- */

#footer-outer{
	clear:both;
	width: 100%;
	bottom: 0 !important;
	bottom: -1px;
	height: 84px;
	text-align:center;
	background-color: #ECECEC;
	background-image: url(../../graphics/footer-bg.jpg);
	background-repeat: repeat-x;
	padding-bottom: 0px;
	position: absolute;
	z-index: 30;
	margin: 0px;
	}

#footer-inner{
	width:665px;
	text-align:left;
	color:#565656;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 15px;
	background-image: url(../../graphics/logos-bottom.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 250px;
	z-index: 40;
	}

#footer-left{
	float:left;
	margin-top:0px;
	}

#footer-right{
	float:right;
	margin-top:50px;
	}

/* --- clearfix --- */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
	}

html[xmlns] .clearfix {
	display: block;
	}

* html .clearfix {
	height: 1%;
	}

/* --- topnav --- */

li{ list-style:none;}

ul#topnav{
	margin:0;
	padding-top:7px;
	padding-bottom:9px;
	padding-right:25px;
	/*padding-left:5px;*/
	}

ul#topnav li {display: inline; margin:0px;}

ul#topnav li a:link, ul#topnav li a:visited{
 	padding-top:7px;
 	padding-bottom:8px;
 	padding-left:15px;
 	padding-right:15px;
	text-decoration:none;
	border-right:1px solid #000;
	color:#fff;
	font-weight:bold;
	background:url("/images/repeater-topnav-link.jpg") repeat-x #c41212;
	}

ul#topnav li a:hover{background:url("/images/repeater-topnav-hover.jpg") repeat-x #fff; color:#000;}

/* -- reusable classes -- */

.hor-line{border-top:1px solid #000; margin-bottom:10px;}

.align-left{text-align:left;}

.align-right{text-align:right;}
.align-center {
	text-align: center;
}

.float-left{float:left;}

.float-right{float:right;}

.image-left{float:left; margin-right:5px;}

.image-right{float:right; margin-left:5px;}

.padder{padding:10px;} /* This wont break the box model */

.heading{
	color:#C41212;
	font-size:20px;
	font-weight:bold;
	}
	
.heading-2{
	color:#C41212;
	font-size:16px;
	font-weight:normal;
	}

/* -- page boxes -- */
.red-box{
	border:1px solid #c21313;
	margin-bottom:10px;
	font-size:9px;
	}
	
.red-box h3{
	padding:3px;
	background:url("/images/repeater-red-box.jpg") repeat-x #c21313;
	color:#fff;
	margin:0px;
	}

.red-box-inner{
	padding:5px;
	}
	
.red-box-inner ul{padding-left:25px; margin-bottom:10px;}

.grey-box{
	border:1px solid #CECECE;
	margin-bottom:20px;
	font-size:15px;
	color: #272727;
	}
.grey-box-text {
	float: left;
	width: 100px;
}

.grey-box-head {
	color:#2098AB;
	margin:0px;
	background-color: #dce2e6;
	font-size: 17px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CDD6DC;
	padding: 4px;
	}

.grey-box-inner{
	background-image: url(../../graphics/box2-bg.jpg);
	background-repeat: repeat-x;
	min-height: 115px;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	}
	
.gradient-box{
	border:1px solid #444;
	padding:10px;
	background:url("/images/repeater-gradient-box.gif") repeat-x #fff;
	font-size:11px;
	color:#000;
	}
	
.gradient-box ul{padding-left:25px; margin-bottom:10px;}

.dark-box{margin-bottom:10px;}

.dark-box h3{
	background:url(/images/repeater-dark-header.gif) repeat-x #c11111;
	padding-left:3px;
	padding-top:8px;
	padding-bottom:8px;
	color:#fff;
	margin:0px;
}

.dark-box-inner{
	background:url("/images/repeater-dark-box.gif") repeat-x #1d1d1d;
	padding:5px;
	color:#fff;
	font-size:11px;	
}
.image-size {
	height: 238px;
	width: 587px;
	margin-bottom: 20px;
}
.text-box {
	background-image: url(../../graphics/box-bg.jpg);
	background-repeat: repeat-x;
	border: 1px solid #D5D5D5;
	background-color: #FBFBFB;
	margin-bottom: 25px;
}
.text-pad {
	margin: 0px;
	padding-top: 12px;
	padding-right: 7px;
	padding-bottom: 20px;
	padding-left: 7px;
}
.text-box img {
	margin-top: 8px;
	margin-right: 8px;
	margin-bottom: 8px;
	margin-left: 20px;
}


#sddm
{	margin: 0;
	padding: 0;
	z-index: 30}

#sddm li
{
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font-family: Tahoma, arial;
	font-size: 11px;
	font-weight: normal;
}

#sddm li a
{
	display: block;
	width: 115px;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	background-image: url(../../graphics/button-bg1.jpg);
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 1px;
	padding-left: 10px;
	background-repeat: no-repeat;
	height: 23px;
}

#sddm li a:hover
{
	background-image: url(../../graphics/button-bg2.jpg);
	background-repeat: no-repeat;
}

#sddm div
{
	position: absolute;
	visibility: hidden;
	width: 163px;
	padding-top: 2;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	background-image: none;
	margin: 0;
}

	#sddm div a
	{
	position: relative;
	display: block;
	width: auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	color: #FFFFFF;
	font-family: tahoma, arial;
	font-size: 11px;
	background-color: #2a6493;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	background-image: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0d416b;
	margin: 0;
	height: 20px;
}

	#sddm div a:hover
	{
	background: #DCDCDC;
	color: #000000
}
#m1 {
	margin-bottom: 10px;
}
.nav-corner {
	background-image: url(../../graphics/bot-curve.png);
	background-repeat: no-repeat;
	height: 8px;
	display: block;
}
.lady {
	background-image: url(../../graphics/lady.jpg);
	background-repeat: no-repeat;
	height: 112px;
	width: 50px;
}

.nav-corner-top {
	background-image: url(../../graphics/top-curve.png);
	background-repeat: no-repeat;
	height: 8px;
	display: block;
	margin: 0px;
	padding: 0px;
}
.bottom-logo {
	background-image: url(../../graphics/footer-logo.jpg);
	background-repeat: no-repeat;
	height: 123px;
	width: 119px;
	position: relative;
	left: 700px;
	top: -68px;
}
.gallery-div {
	min-width: 120px;
	border: 1px solid #BFBFBF;
	display: inline-block;
	clear: right;
	margin-right: 9px;
	margin-bottom: 10px;
	width: 120px;
	margin-left: 9px;
	margin-top: 0px;
	float: left;
	height: auto;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
}
.text-box-gal {
	background-image: url(../../graphics/box-bg.jpg);
	background-repeat: repeat-x;
	border: 1px solid #D5D5D5;
	background-color: #FBFBFB;
	font-size: 11px;
	margin-right: 0px;
	margin-left: 0px;
	padding: 0px;
	width: 580px;
	margin-bottom: 25px;
}
ufoDemo {
	z-index: 100;
}
.image-size1 {
	height: 300px;
	width: 587px;
	margin-bottom: 50px;
}
.text-box1 {
	border: 1px solid #D5D5D5;
	background-color: #FFFFFF;
	position: absolute;
	bottom: 139px;
	top: 372px;
	margin: 0px;
	display: inline-block;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	clip: rect(auto,auto,auto,auto);
	padding-bottom: 27px;
	overflow: hidden;
}
.text-box2 {
	border: 1px solid #D5D5D5;
	background-color: #FFFFFF;
	position: absolute;
	bottom: 139px;
	top: 172px;
	padding-right: 0px;
	padding-left: 0px;
	z-index: 30;
	clip: rect(auto,auto,auto,auto);
	display: inline-block;
	padding-bottom: 27px;
}
.image-size2 {
	height: 410px;
	width: 587px;
	margin-bottom: 0px;
}
.text-box3 {
	background-repeat: repeat-x;
	background-color: #647c90;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #1d3f5a;
	border-right-color: #1d3f5a;
	border-bottom-color: #1d3f5a;
	border-left-color: #1d3f5a;
	color: #FFFFFF;
	background-image: url(../../graphics/home-text-bg.jpg);
	background-position: left top;
	font-size: 14px;
	margin-bottom: 25px;
}
.gallery-td {
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
}
