/* RESET */
html, body, p, h1, h2, h3, form, input, select, ul, li {
	margin: 0;
	padding: 0
}

/* DEFAULTS */
html, body {
	overflow-x: hidden;
	margin:0;
	padding:0;
	background-color: #e9f0f5;
	color: #484848;
	font: normal 12px "Trebuchet MS", Sans-Serif;
	line-height: 15px;
}

a:link,
a:visited {
	color: #2e7fb4;
	text-decoration: none
}
a:hover,
a:active {
	color: #707173;
}

img { border: none }
.none { display: none }
.clear { clear: both }
.left { float: left }
.right { float: right }

p { 
	margin: 0 0 10px 0
}

#site {
	position: absolute;
	left: 50%;
	margin-left: -505px;
	float: left;
	width: 1010px;
	border-top: 4px solid #65889d;
}

#header {
	position: relative;
	float: left;
	width: 100%;
	height: 170px;
	background-color: #dae8f1;
	border-top: 3px solid white;
	margin-bottom: 20px;
}

#logo {
	position: absolute;
	top: 10px;
	left: 20px;
}

#search {
	position: absolute;
	right: 15px;
	top: 0px;
	width: 385px;
	height: 51px;
	background: transparent url("../_img/search_bg.gif") no-repeat
}
#searchfield {
	margin: 8px 3px 0 22px;
	border: 1px solid #5995b9;
	background-color: white;
	padding: 2px;
	color: #555;
	font: normal 14px Tahoma, sans-serif;
	width: 244px;
	height: 20px
}
#searchbutton {
	vertical-align: bottom;
	margin: 7px 0 0 3px
}

#quote {
	position: absolute;
	right: 15px;
	bottom: 15px;
	font-family: Georgia, Times New Roman, serif;
	text-align: right;
	color: #555;
}
#quote h2 {
	margin-bottom: 8px;
	font-size: 14px;
	line-height: 16px;
	font-weight: normal;
	font-style: italic
}
#quote strong {
	font-style: normal;
	font-size: 12px
}


#nav {
	float: left;
	width: 100%;
	min-height: 38px;
	border-top: 5px solid #6c9cb9;
	background-color: #9db4c3;
}


#content {
	float: left;
	width: 100%;
	margin-bottom: 0px;
	border-top: 3px solid white;
	border-bottom: 5px solid #386581;
	background: transparent url("../_img/content_bg.gif") repeat-y
}

#leftcontent {
	float: left;
	width: 215px;
	min-height: 400px;
	display: block;
	background-color: #ccd9e2;
	margin: 0 10px 0 10px;
	padding-top: 10px
}
#maincontent {
	float: left;
	width: 550px;
	min-height: 400px;
	display: block;
	background-color: #fff;
	margin: 0 10px 0 0;
	padding-top: 10px;
}
#rightcontent {
	float: left;
	width: 215px;
	min-height: 400px;
	display: block;
	background-color: #c5d9e6;
	margin: 0 0 0 0;
	padding-top: 10px
}

#footer {
	float: left;
	display: block;
	width: 100%;
	border-top: 10px solid #a9bdc9;
	background-color: #386581;
	min-height: 150px;
	color: #dbe4eb;
	font-family:"Trebuchet MS", sans-serif;
}


/***** CONTENT: LEFT *****/

#catbox {
	float: left;
	margin: 0 0 10px 10px;
	width: 180px
}
#catbox h1 {
	width: 188px;
/* 	background-color: gray; */
	color: white;
	padding: 3px 2px 1px 4px;
	font: bold 16px "Trebuchet MS", sans-serif;;
	text-transform: uppercase;
	border-bottom: 1px solid white; 
}
#catbox img {
	width: 194px;
}

#leftcontent ul {
	margin: 0;
	padding: 0;
	width: 100%;
	list-style-type: none;
}
#leftcontent li {
	float:left;
	width: 200px;
	height: 20px;
	padding: 4px 5px 0px 10px;
	border-top: 1px solid white;
	border-bottom: 1px solid #b6c8d4;
	background-color: #dbe4eb;
	text-transform: uppercase;
}
#leftcontent li a:link,
#leftcontent li a:visited {
	color: #557d94
}
#leftcontent li a:hover,
#leftcontent li a:active {
	color: #4b7392
}
#leftcontent p,
#leftcontent h2 {
    clear:both;
	margin-left: 10px
}


/***** CONTENT: MAIN *****/
#maincontent h1.title {
	color: #426d88;
	font: bold 16px "Trebuchet MS", sans-serif;
	margin: 2px 0 10px 10px;
}
#maincontent h2 {
	color: #426d88;
	font: bold 14px "Trebuchet MS", sans-serif;
	margin: 0 0 10px 0;
}
#maincontent p {
	color: #484848;
	font: normal 12.5px "Trebuchet MS", sans-serif;
	margin-bottom: 10px;
/* 	padding-left: 10px; */
}
.w50 {
	float: left;
	width: 250px;
	margin-left: 10px;
	margin-bottom: 10px;
}
.w100 {
	clear: both;
	float: left;
	width: 525px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}
#maincontent img { margin-bottom: 10px }
#maincontent ul {
	margin: 0 10px 10px 0;
	padding: 0;
	list-style-type: none
}
#maincontent li {
	padding: 2px 0px
}


/***** CONTENT: RIGHT *****/
#rightcontent h2 {
	clear: both;
	width: 203px;
	color: #426d88;
	padding: 3px 2px 1px 10px;
	font: bold 14px "Trebuchet MS", sans-serif;
	text-transform: uppercase;
	border-top: 1px solid #e0ebf2; 
	border-bottom: 1px solid #b6ccda; 
	background-color: #cadce8;
	margin: 5px 0px;
}
#rightcontent ul {
	margin: 0;
	padding: 0;
	width: 100%;
	list-style-type: none;
}
#rightcontent li {
	float:left;
	width: 200px;
	height: 20px;
	padding: 4px 5px 0px 10px;
	border-top: 1px solid white;
	border-bottom: 1px solid #b6c8d4;
	background-color: #dbe4eb;
	text-transform: uppercase;
}
#rightcontent a:link,
#rightcontent a:visited {
	color: #5594bc
}
#rightcontent a:hover,
#rightcontent a:active {
	color: #4980a2
}
#rightcontent p {
	color: #245674;
	font: normal 12.5px "Trebuchet MS", sans-serif;
	line-height: 16px;
	margin: 0 0 10px 0;
	padding: 0 10px
}
#rightcontent img {
	margin: 0px 10px 10px 10px;
}




/***** FOOTER *****/
#leftfooter {
	float: left;
	margin: 10px;
	width: 200px;
}
#centerfooter {
	float: left;
	width: 550px;
	margin: 10px;
	padding: 5px 5px 0px 5px;
}
#rightfooter {
	float: left;
	margin: 10px 0 10px 5px;
	width: 200px;
}
#footer ul {
	margin: 0;
	padding: 0;
	padding-left: 15px;
	list-style-type: disc
}
#footer a:link,
#footer a:visited {
	color: #b7daf5
}
#footer a:hover,
#footer a:active {
	color: #a2c1d9
}

#leftfooter h1 {
	color: #dbe4eb;
	font: normal 12.5px "Trebuchet MS", sans-serif;
	text-transform: uppercase;
	margin-bottom: 10px;
}
#rightfooter h1 {
	color: #dbe4eb;
	font: bold 13px "Trebuchet MS", sans-serif;
	margin-bottom: 10px;
}


.page-navi { margin: 20px 10px }
.page-navi ul { 
	list-style-type: none;
	display: inline
}
.page-navi li {
	display: inline;
	margin-right: 3px
}


.gallery {
	margin: 10px;
}
.gallery img {
	border: 2px solid white;
	margin: 0px 5px 5px 0;
}

#breadcrump {
	margin: 0 10px 10px 10px
}


#twitter_div {
	clear: both;
	width: 194px;
	background-image: url('../_img/twitterBG.png');
	background-repeat: no-repeat;
	border: 1px solid #5AA5BC;
	border-width: 0 0 1px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	margin:10px;
	padding-top: 40px;
}
 
#twitter_div ul li {
	width: 93%;
	color: #0C93BA;
	background: none;
	margin: 0;
	clear: both;
	border: none;
	text-transform: none;
	padding: 2px 6px;
	font-size: 12px;
	height: auto;	
	margin-bottom: 10px;
}
 
#twitter_div ul li a {
	text-decoration: none;
	color: #DDA84E;
}
 
#twitter_div ul li a:hover {
	text-decoration: none;
	color: #D78E42;
}
 
#twitter_div p {
	text-align: right;
	clear:left;	
	padding-top: 0px;
	padding-right: 10px;
}


p.result {
	width: 515px;
	padding: 5px;
	background-color: #eeeeee;
	border: 1px solid #cecece
}

#maincontent ul.list {
	list-style-type:disc;
	padding: 0 0 0 15px;
	margin: 0px;
}
#maincontent ul.list ul {
	list-style-type:circle;
}
#maincontent ul.list ul ul {
	list-style-type:square;
}


#newsletter h2 {
	background: transparent url("../_img/arrdwn.gif") no-repeat 195px 8px
}