html, body {
	background: #fff;
	font: normal 12px verdana, arial helvetica, sans;
	color: #fff;
	text-align: center;
	line-height: 2em;
}

h1 {
	font: normal 20px verdana, arial helvetica, sans;
	text-transform: capitalize;
	margin: 22px 0 18px 0;
	color: #fff;
}

h2 {
	font: normal 18px verdana, arial helvetica, sans;
	margin: 0 0 8px 0;
	color: #fff;
}
h3 {
	font: normal 16px verdana, arial helvetica, sans;
	margin: 0 0 6px 0;
	color: #fff;
}

address {
	font-style: normal;
}

strong,
.emphasize {
	font-weight: bold;
}

p {
	margin: 0 0 10px 0;
}

a {
	color: #fff;
	cursor: pointer;
}

a:hover {
	text-decoration: underline;
}

#containerwrap {
	margin: 0 auto;
	width: 970px;
	background: #fff url(../images/containershadow.png) top center repeat-y;
}

#container {
	width: 950px;
	text-align: left;
	margin: 0 auto;
}

#header {
	width: 950px;
	height: 208px;
}

#navigation {
	width: 950px;
	height: 30px;
	background: #0973d1 url(../images/menubackground.png) top center repeat-x;
}

#navigation ul li {
	float: left;
	height: 30px;
}


#navigation ul li a {
	display: block;
	text-align: center;
	padding: 8px 0 0 0;
	margin: 0;
	height: 23px;
	font: bold 10px verdana, arial, helvetica, sans;
	color: #fff;
	text-decoration: none;
}

#navigation ul li a:hover, 
#navigation ul li a.current {
	cursor: pointer;
	background: transparent url(../images/menuover.png) top left repeat-x;
	color: #002ebb;
}

#navigation ul ul li {
	width: 230px;
	height: 24px;
	background-image: none;
	text-transform: uppercase;
	padding: 0 0 0 4px;
	margin: 0;
}

#navigation ul ul li a,
#navigation ul ul li a.current,
#navigation ul ul li a:hover {
	color: #006dce;
	text-align: left;
	padding: 10px 0 0 10px;
	background: none;
	font-weight: normal;
}


#navigation ul ul li a.current,
#navigation ul ul ul li a.current {
	text-decoration: underline;
}

#navigation ul ul {
	padding: 0 0 14px 0;
}

#navigation ul ul li a:hover {
	text-decoration: underline;
}

#contentwrap {
	width: 950px;
	background: #55b2ea url(../images/white.png) 720px 0  repeat-y !important;
	background: #55b2ea url(../images/white.png) 740px 0  repeat-y;
}

#content {
	color: #fff;
	float: left;
	width: 684px;
	padding: 10px 18px;
	background: #0570cf url(../images/contentbackground.png) top center repeat-x;
}

#content .top {
	width: 700px;
	padding: 10px 0 0 0;
	height: 32px;
	display: block;
}

#content .top .breadcrumps {
	width: 520px;
	color: #006dce;
	position: absolute;
	text-transform: lowercase;
}

.font-size-adjust a,
.breadcrumps a {
	color: #fff;
	text-decoration: none;
}

.font-size-adjust a:hover,
.breadcrumps a:hover {
	text-decoration: underline;
}

#content .top .font-size-adjust {
	width: 145px;
	text-align: right;
	position: relative;
	left: 530px;
}

.font-size-adjust span {
	padding: 0 4px;
	text-transform: uppercase;
}

.font-size-adjust span:hover {
	cursor: pointer;
}

.font-size-adjust span.small { 
	font-size: 10px; 
	display: none;
}
.font-size-adjust span.medium { 
	padding: 0 4px;
	font-size: 12px; 
}

.font-size-adjust span.large { 
	padding: 0 4px;
	font-size: 14px; 
}	

#content hr {
	border: none;
	height: 2px;
	width: 100%;
	margin: 0 0 10px -5px;
	background: transparent url(../images/hrbackground.png) top center repeat-x;
}

#content .wraptext .min-height{    
	height: 700px;
	float:right;
    width:1px;
}

#content .wraptext {
	margin: 10px 0 0 0;
	width: 685px;
}

#content .wraptext .col {
	float: left;
	width: 330px;
}

#content .wraptext .col1 {
	margin: 0 20px 0 0;
}

#content .wraptext a {
	font-weight: bold;
	text-decoration: none;
}

#content .wraptext a:hover {
	text-decoration: underline;
}

#content #sitemap,
#content #sitemap ul {
	margin: 0 0 0 20px;
	list-style-type: none;
}

#content ul#accordion li {
	background: #0973d1 url(../images/menubackground.png) top center repeat-x;
	border: 1px solid #2384d5;
	padding: 0 0 0 10px;
	margin: 0 0 3px 0;
}


#content #accordion .accordion-toggler:hover {
	cursor: pointer;
}

#content #accordion .accordion-toggler {
	font-weight: bold;
}

#content #accordion .accordion-content {
	padding: 0 0 0 15px;
}

#content .gallerywrap {
	width: 680px;
}

#content .gallerywrap .image {
	float: left;
	width: 154px;
	border: 4px solid #0471ce;
	margin: 0 4px 8px 4px;
	background: #0471ce url(../images/galimgbackground.png) 130px 5px no-repeat;
}

#content .gallerywrap .image a {
	text-decoration: none;
	font-weight: normal;
}

.image .imagetitle {
	color: #fff;
	width: 100%;
	height: 45px;
	display: block;
}

.image .imagewrap {
	width: 154px;
	height: 120px;
	overflow: hidden;
}

#contentwrap #sidebar {
	float: left;
	width: 204px !important;
	width: 184px;
	padding: 25px 10px 10px 15px;
	border-left: 1px solid #fff;
	background: #55b2ea url(../images/sidebarbackground.png) top center repeat-x;
}

#sidebar hr {
	border: none;
	height: 2px;
	width: 100%;
	margin: 11px 0 10px -5px;
	background: transparent url(../images/hrbackground.png) top center repeat-x;
}

#sidebar a.testimonial {
	font-weight: bold;
	text-decoration: none;
}

#sidebar a.testimonial:hover {
	text-decoration: underline;
}

#sidebar .emphasize {
	font-size: 11px;
	text-align: center;
}

#sidebar img {
	margin: 15px 0 0 15px;
}

#sidebar h3 {
	text-transform: uppercase;
	font: normal 12px verdana, arial helvetica, sans;
}

#sidebar h3 a {
	text-decoration: none;
}

#sidebar ul#sidebarlinks li {
	font-size: 12px;
	margin: 0 0 5px 0;
}

#sidebar ul#sidebarlinks li a {
	text-decoration: none;
}
#sidebar ul#sidebarlinks li a:hover {
	text-decoration: underline;
	color: #036fcf;
}

#contentwrap .clear {
	clear: both;
}

#footer {
	text-align: left;
	color: #0b74d1;
	margin: 0 auto;
	width: 950px;
	padding: 10px 0 100px 0;
	background: #fff url(../images/footershadow.png) top center repeat-x;
}

#footer a {
	color: #0b74d1;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

 
.tip {
	color: #000;
	width: 130px;
	z-index: 13000;
	background: #fff;
}
 
.tip-title {
	font-size: 11px;
	margin: 0;
	color: #fff;
	padding: 2px 4px;
	background: #3a9de1;
	border: 1px solid #66c1ef;
}

.tip-text {
	display: none;
}

table, td, tr {
	vertical-align: top;
}


