/* mac hide\*/
html, body {height:100%}
/* end hide */
body {
	padding:0;
	margin:0;
	text-align:center;
	background-color: #333;
	font: 100%/120% "Arial", Helvetica, sans-serif;
	background: #001F51 url(../images/bg.gif) 0 0 repeat-x;
	color: #002052;
}
#outer{
	height:100%;
	min-height:100%;
	width: 760px;
	background: #fff url(../images/logo_bg.gif) 16px 755px no-repeat;
	text-align: left;
	margin: auto;
	position:relative;
}

#top {
	width: 760px;
	background: #001F51 url(../images/bg.gif) 0 0 repeat-x;
	height: 30px;
	padding: 0;
}

p, nav { margin: 0; padding: 0; }

h1 { display: none; }

html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/
#header{
	overflow:hidden;
	z-index:100;
	padding-left: 25px;
	padding-top: 15px;
	height: 50px;
	background: #fff;
}

#header img {
	padding-top: 8px;
}

#feature {
	height: 190px;
	border-bottom: 7px solid #629FC5;
	margin-bottom: 30px;
}

#contentwrapper {
	display: block;
	position: relative;
	font-size: 0.75em; /* Global Content Font Size */
	line-height: 1.5em;
}

#col-left {
	float: left;
	width: 20%;
}
#col-left img { margin-left: 25px; }

#colwrap-right {
	float: right;
	width: 77.2%;
	margin-bottom: 25px;
}

	#col-center {
		float: left;
		width: 24%;
	}
	
	#col-right {
		float: right;
		width: 74%;
	}

#footer {
	width:760px;
	clear:both;
	height:60px;
	left:0;
	bottom:0px;
	position: absolute;
	font-size: 0.7em;
	font-weight: bold;
	background: #fff url(../images/footer_bg.gif) 25px 0 no-repeat;
}

#footer p {
	padding-left: 25px;
	margin: 36px 0 0 0;
	float: left;
}

#footer p.f1 { width: 260px; }

#footer p.f2 { width: 118px; }

div, p  { margin-top: 0; } /* clear top margin for mozilla */
#clearfooter { width: 100%; height: 62px; clear:both; } /* to clear footer */

#h-nav {
	display: block;
	overflow: hidden;
	width: 100%;
	background: #fff;
	padding-bottom: 25px;
}

ul#nav {
	display: block;
	position: relative;
	margin: 0 0 0 25px;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
}

#nav li {
	display: inline;
}

#nav li a:link, #nav li a:visited {
	float: left;
	display: block;
	padding: 3px 50px 20px 0;
/*	width: 62px;   */
	width: 45px;
	margin-right: 7px;
	border-top: 11px solid #002052;
	color: #002052;
	text-decoration: none;
	background: url(../images/misc_off.gif) -2px 20px no-repeat;
}

#nav li a:hover, #nav li#li_selected a {
	border-top: 11px solid #629FC5;
	background: url(../images/misc_on.gif) -2px 20px no-repeat;
	color: #629FC5;
}

/*** formatting ***/

a img { border: none; }

a:link, a:visited {
	text-decoration: underline;
	color: #629FC5;
}

a:hover {
	text-decoration: none;
	color: #002052;
}

p {
	margin: 0 0 1.3em 0;
}

h1.hide { display: none; }

h2 {
	margin: 0 0 1em 0;
	font-size: 1.2em;
	background: #002052;
	color: #fff;
	padding: 4px 0 4px 7px;
}

h3 {
	font-size: 1.7em;
	color: #629FC5;
	margin: 0 0 0.5em 0;
}

h3 a:link, h3 a:visited {
	color: #629FC5;
	text-decoration: none;
}

h3 a:hover {
	background: #629FC5;
	color: #fff;
	text-decoration: none;
}

h4 { font-size: 1em; }

.imgRight {
	float: right;
	margin: 0 0 10px 20px;
}

.imgLeft {
	float: left;
	margin: 0 20px 10px 0;
}

div.outerpadding {
	padding: 0 25px 0 0;
}

table, th, td { border: none; }

.clear, .sgFoot { clear: both; }

/* forms */

#contentwrapper form span { color: #629FC5; }
#contentwrapper input { margin-bottom: 3px; }

/* Forms
------------------------------------------------------------------*/

input, textarea, select {
	margin: 0;
	padding: 1px;
	font-family: inherit;
}
form fieldset {
	border: none;
	margin: 3px 0 15px 0;
	border: none;
	padding: 5px;
}
form legend {
	padding: 0 2px;
	font-weight: bold;
	_margin: 0 -7px; /* IE Win */
	color: #000
}
form label {
	line-height: 1.3em;
	vertical-align: top;
	float: left;
	display: inline;
}
form div.cx { /* checkbox radio */
	float: left;
	display: inline;
}
form p {
	clear: both;
	padding: 0 0 0 5px;
	margin: 0.5em 0 0.5em 0;
}
form option { padding-right: 4px; }
form textarea { width: 250px; }
form span {
	display: inline;
	padding: 2px 0 0 0;
	font-style: italic;
	color: #666;
	font-weight: normal;
}
form div.cx label {
    float: none;
	padding: 0;
	line-height: 1.8em;
}
form div.cx input {
	margin: 0 3px -3px 0;
}
form ol {
	margin: 0;
	padding: 0;
}
form li {
	list-style: none;
	padding: 2px 1px;
	margin: 0 0 3px 0;
	clear: both;
	overflow: hidden;
}
form div legend {
	padding: 0 0 5px;
	font-weight: normal;
}
form div label {
	display: block;
	width: auto;
}
form .mandat { font-weight: bold; }
form .sr {
	position: absolute;
	left: -9999em;
	top: 0;
	width: 1px;
	height: 1px;
	overflow: hidden;
}
form label { width: 145px; } /* Width of labels */
form li.checkbox label { width: 250px; } /* Width of labels */
form li.checkbox a { display: block; }

/*\*//*/ form legend { display: inline-block; } /* IE Mac legend fix */

form li.form-error {
	background: #FFEBEB;
	border: 1px solid #f99;
	padding: 2px;
}
form div.form-error {
	color: #FF3232;
	font-weight: bold;
	margin-bottom: 8px;
}

/*** splash ***/

body.splash {
	height: auto;
	color: #fff;
	font-weight: bold;
}

body.splash a, body.splash a:hover, body.splash a:visited { color: #fff; text-decoration: none; font-size: 12px; }

#splash {
	background: #fff;
	margin: auto;
	margin-top: 165px;
	width: 760px;
	height: 270px;
	padding-top: 25px;
}

#splashinner {
	background: #001F51;
	margin: auto;
	width: 700px;
	height: 200px;
}

#splashinner img { margin-top: 40px; }

#splashinner2 {
	background: #619FC4 url(../images/arrow.gif) 590px 0 no-repeat;
	margin: auto;
	width: 700px;
	height: 28px;
	margin-top: 5px;
	padding-top: 12px;
}

#splashinner2 a { margin: 25px 0 0 548px; padding: 5px; }

/*** SG gallery ***/

.sgGallery {
	 float: left;
	 border: 1px solid #629FC5;
	 padding: 7px;
	 margin: 0 10px 10px 0;
	 width: 96%;
}
.sgGallery img { float: left }
.sgGallery h3, .sgGallery p { margin: 0 0 1px 100px; }
.sgGallery h3 { margin-top: 5px; }
.sgFullsize { float: right; }
.sgPreview {
	margin-left: 150px;
	width: 250px;
	text-align: center;
}
.sgAlbum a {
	float: left;
	display: block;
	width: 125px;
	height: 100px;
	margin-bottom: 10px;
}


/* Business Directory */

#directory-search {
	border-bottom: 1px solid #629FC5;
	margin-bottom: 20px;
}

#searchDirectory {
	 font-size: 1.2em;
	 font-weight: bold;
	 width: 80px;
	 height: 28px;
	 color: #002052;
}

.cat {
	width: 188px;
	float: left;
}
.cat-group {
	float: left;
	margin-bottom: 15px;
}
.cat h4 {
	margin: 0;
}
.cat ul {
	padding: 0;
	margin: 0;
}
.cat ul li {
	padding: 0 15px 0 0;
	margin: 0;
	list-style: none;
	font-size: 0.9em;
}
#directory-summary {
	padding: 0;
	margin: 0;
}
#directory-summary li {
	list-style: none;
	border-bottom: 1px dotted #002052;
	margin-bottom: 10px;
	font-size: 0.9em;
	line-height: 1.5em;
	float: left;
	width: 100%;
}
#directory-summary h4 {
	margin: 0;
	font-size: 1em;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#directory-summary p { margin-bottom: 5px; }
a.more, a:visited.more {
	 background: #629FC5;
	 font-size: 9px;
	 color: #fff;
	 padding: 1px 8px;
	 text-decoration: none;
}
a:hover.more { background: #002052; }
.photo {
	height: 96px;
	width: 96px;
	float: right;
	border: 1px solid #ccc;
}
td.categories { font-size: 0.9em; }
#photo-logo {
	float: right;
	width: 140px;
	padding-right: 15px;
}
#photo-logo img { margin-bottom: 10px; }
#member-detail { width: 400px; }
.sub-cat { padding-left: 15px; border-left: 10px solid #eee; float: left; margin-bottom: 20px; width: 540px; }
h3.subcat-heading { font-style: italic; background: #eee; margin-left: -15px; padding: 5px 15px; font-size: 1.2em;  }

a.categorylink:focus { outline: none; }
