/* GENERAL STYLES */
/*******************************************************
         Default Html element definitions
*******************************************************/

body
{
	background-color: #eee;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
        font-size: 72%;
	color: #242424;
	padding-top: 10px;
}

p
{
	margin-bottom: 1ex;
	line-height: 1.2em;
}

strong
{
	font-weight: bold;
}

.simpleClear
{
	font-size: 0;
	clear: both;
}

input
{
	vertical-align: middle;
}

h2
{
	margin-bottom: 1ex;
	font-size: 1.2em;
	letter-spacing: 1px;
	color: #145F8B;
	font-weight: bold;
}

h3
{
	font-size: .9em;
	text-transform: uppercase;
	font-weight: bolder;
	letter-spacing: 1px;
	color: #888;
	padding-bottom: .5ex;
	border-bottom: solid 1px #999;
	margin-bottom: .5ex;
}

a
{
	color: #933;
	text-decoration: none;
	font-weight: bold;
}

a:visited
{
	color: #933;
}

a:hover
{
	color: #933;
	text-decoration: underline;
}

/*******************************************************
    Container definitions & related element styles
*******************************************************/



#TopBanner
{
	height: 80px;
}




#ContentContainer
{
	margin: auto;
	width: 942px;
}



#Head
{
	color: #fff;
	height: 80px;
	vertical-align: middle;
	white-space: nowrap;
}

#Head p
{
	color: #116;
	margin-top: 2.2em;
	float: right;
	clear: right;
}


#Logo
{
	background: url(     '../data/assets/default/images/logo.png' ) no-repeat;
	height: 65px;
	float: left;
}

#Logo a
{
	text-decoration: none;
	color: #145F8B;
}

#Logo a:active
{
	color: #145F8B;
}

#Logo a:visited
{
	color: #145F8B;
}



#Logo h1
{
	font-family: "Verdana" ,sans-serif;
	position: relative;
	left: 65px;
	line-height: 60px;
	color: #116;
	font-size: 1.2em;
}

#Logo h1 strong
{
	font-size: 1.6em;
	letter-spacing: 2px;
	color: #145F8B;
	margin-left: 1ex;
	margin-right: .5ex;
}


#RootMenu
{
	font-family: Arial, Sans-Serif;
	font-size: 1em;
	font-weight: bolder;
	float: right;
}

#RootMenu ul
{
	display: inline;
}

#RootMenu ul li
{
	display: inline;
	margin: 0 .5em;
}

#RootMenu ul li a
{
	color: #777;
	text-decoration: none;
}

#RootMenu ul li a:hover
{
	color: #222;
}

#RootMenu input
{
	color: #777;
	font-size: .9em;
	display: inline;
	width: 20ex;
}

#Menu
{
	height: 35px;
	font-family: Arial, Sans-Serif;
	clear: both;
	text-transform: capitalize;
	letter-spacing: .15em;
	background-color: #2096DD;
}

#Menu ul
{
}

#Menu ul li
{
	display: inline;
}

#Menu ul li.first a
{
	border-left: none;
}

#Menu ul li a
{
	display: block;
	float: left;
	padding: 0 1em;
	border-left: solid 1px #99c;
	line-height: 35px;
	height: 35px;
	color: #eee;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
}

#Menu ul li a.active
{
	line-height: 35px;
	height: 35px;
	color: #2096DD;
	background-color: #F8F7F3;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
	border-left: solid 1px #ccc;
	border-top: solid 1px #ccc;
}

#Menu ul li a:hover
{
	color: #fff;
	background-color: #27A3E4;
}

#Menu ul li a.active:hover
{
	color: #2096DD;
	background-color: #F8F7F3;
}


#Divider
{
	position: relative;
	z-index: 3;
	height: 14px;
	background: url('../data/assets/default/images/border1.gif' ) repeat-x;
	border-left: solid 1px #bbb;
	border-right: solid 1px #888;
	opacity: 0.7;
}

#Content
{
	padding: 1em 0 3em 0;
	background-color: #F8F7F3;
	border-left: solid 1px #aaa;
	border-right: solid 1px #888;
	border-bottom: solid 1px #888;
}



#Left
{
	float: left;
	width: 740px;
}

#Right
{
	position: relative;
	top: -1px;
	float: left;
	width: 180px;
	margin: 0 10px;
}

#Content.Swap #Right /* becomes left */
{
	float: left;
	width: 180px;
	margin: 0 5px 0 10px;
}


#Content.Swap #Left /* becomes right */
{
	position: relative;
	top: -1px;
	float: right;
	width: 740px;
	padding-left: 4px;
	border-left: solid 1px #ddd;
}

#Content.Contact #Left
{
	margin-left: 10px;
}

#Content.Contact #Right
{
	margin-left: 0px;
}

#Content.Contact #Right h3
{
	margin-top: 3em;
}

#Content.Contact #Right #News h3
{
	margin-top: -1em;
}


#Intro
{
	color: #fff;
	height: 335px;
	background: #fff url(     '../data/assets/default/images/meeting_in_paradise.jpg' ) no-repeat;
	text-align: center;
}

#Intro h1
{
	position: relative;
	top: 35px;
	left: 65px;
	width: 610px;
	text-align: center;
	font-size: 20px;
	letter-spacing: 2px;
	font-weight: bold;
}

#Intro p
{
	position: relative;
	top: 40px;
	left: 65px;
	width: 610px;
	font-size: 1.35em;
	line-height: 1.3em;
}

#HomeSections
{
	font-size: 1em;
	clear: both;
	border-bottom: solid 1px #ddd;
	border-right: solid 1px #ddd;
}

#HomeSections h2
{
	text-align: center;
	margin-right: 1ex;
	padding: 0 0 .5ex 0;
	border-bottom: solid 1px #eee;
}

#HomeSections p
{
	text-align: justify;
	margin-right: 1.5ex;
        line-height: 1.3em;
}

#HomeSections img
{
	float: left;
	margin-top: 1ex;
	margin-right: 1ex;
}

#HomeSections strong
{
	color: #333;
}

#HomeSection1
{
	border-right: solid 1px #ddd;
	margin: 0 5px 0 5px;
	padding: 1em 0;
	float: left;
	width: 239px;
}

#HomeSection2
{
	border-right: solid 1px #ddd;
	margin: 0 5px 0 0;
	padding: 1em 0;
	float: left;
	width: 239px;
}

#HomeSection3
{
	margin: 0 0 0 0;
	padding: 1em 0;
	float: left;
	width: 239px;
}

#News
{
	margin: 1em auto;
	font-size: 1.0em;
}

#News .article
{
	margin: 1em auto;
}

#News .article a
{
	/*color: #145F8B;*/
	color: #933;
}

#Detail
{
	margin-right: 1ex;
	font-size: 1.2em;
	text-align: justify;
}

#Content #Left #Detail p
{
	margin-left: 1ex;
}

#Content.Swap #Left #Detail p
{
	margin-left: 0;
}

#Detail h1
{
	background: url( '../data/assets/default/images/heading.jpg' ) no-repeat;
	height: 100px;
	width: 730px;
	line-height: 100px;
	text-indent: 1ex;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 2px;
	padding-bottom: .5em;
	border-bottom: solid 1px #eee;
	margin-bottom: .5em;
}

#Detail h2
{
	clear: both;
        margin-bottom: 1em;
}

#Detail p
{
	margin: 1em 1em 1em 0;
	padding-left: .5ex;
	line-height: 1.4em;
}

#Detail p.summary
{
	margin: 0 1em 1em 0;
	padding: 0;
	color: #105A79;
	font-size: 1.2em;
	line-height: 1.3em;
	text-align: left;
}

#Detail img
{
	float: right;
	padding: 1ex;
	margin-left: 2ex;
	margin-right: 1ex;
	padding-top: 0;
	padding-right: 0;
}

#Detail div.newsItem
{
	margin: 0 1em 2em .5ex;
}

#Detail div.newsItem h2
{
	color: #2096DD;
	font-size: 1.1em;
	display: inline;
	margin-left: -0.5ex;
}

#Detail div.newsItem p.summary
{
	font-size: 1em;
        margin-top: 1em;
}

#Detail ul
{
	margin: 1ex;
	margin-bottom: 2ex;
}

#Detail li
{
	line-height: 1.5em;
	list-style-type: disc;
	list-style-position: inside;
}

#Footer
{
	font-size: .9em;
	margin: 1ex auto;
	width: 942px;
	text-align: right;
}

#sitemap
{
	margin-left: -.5ex;
}

#sitemap ul
{
	margin-bottom: 0;
	margin-top: 0;
}

#sitemap ul li
{
	list-style-type: none;
}

a.button
{
	display: block;
	height: 35px;
	line-height: 35px;
	font-size: 1em;
	letter-spacing: .1ex;
	white-space: nowrap;
	margin: .1em auto;
	border: solid 1px #ccc;
	border-bottom: solid 1px #aaa;
	border-right: solid 1px #aaa;
	color: #145F8B;
	font-weight: bold;
	text-align: left;
	padding: 0 1ex;
	background: #ccc url(   '../data/assets/default/images/button_bg.gif' ) repeat-x;
	text-decoration: none;
}

a.button:visited
{
	color: #145F8B;
}

a.button:active
{
	color: #145F8B;
}

a.button:hover
{
        background: none;
	/*background: #999 url(   '../data/assets/default/images/button_bg.gif' ) repeat-x;*/
	background-position: 0 0px;
	text-decoration: none;
}

.date
{
	font-size: .8em;
}


/*******************************************************
    Corrective style for HTML editor quirks
*******************************************************/

li div
{
	display: inline;
}


/* EDITOR PROPERTIES */

