@import url("safari3.css");

* {
	padding:0px;
	margin:0px;
}
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	background-color:#ffffff;
	color: #333333;
	height: 100%;
}
a {
	text-decoration:underline;
	outline:none;
	color:#2774af;
}
a:hover {
	text-decoration: none;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
	display: block;
	clear: both;
}
img, a img {
	border:none;
}
ul, li {}
input,select {
	outline:none;
}
blockquote {
	font-style: oblique;
	padding-left: 10px;
	line-height: 17px;
	font-weight: bold;
	border-top: 1px solid #CCCCCC;
	border-right: 0px none #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 0px none #CCCCCC;
	padding-top: 10px;
	padding-bottom: 10px;
}
strong {
	font-weight: bold;
}
italic {
	font-style: italic;
}
uppercase {
	text-transform: uppercase;
}
.hide { 
	display: none; 
}
.clear {
	margin: 0px;
	padding: 0px;
	clear: both;
}
.left {
	float:left;
}
.right {
	float:right;
}


/*		
//////////////////////////////////////////////////////
	LAYOUT
//////////////////////////////////////////////////////
*/

#wrapper {
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
#container {
	clear:both;
}
#container .wrapper {
	margin:0px auto;
	width:920px;
	padding-top: 20px;
	padding-bottom: 30px;
	min-height:340px;
}



/*		
//////////////////////////////////////////////////////
	HEADER
//////////////////////////////////////////////////////
*/

#header {
	background-color: #F3F1EA;
	border-bottom: 1px solid #BDBDBD;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	height: 95px;
	position:relative;
	background-image: url(../images/header_bg.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
#header .wrapper {
	margin:0px auto;
	width:920px;
}
#logo {
	height: 99px;
	width: 116px;
	float:left;
	position:relative;
	top:11px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#logo a {
	display:block;
	height: 99px;
	width: 116px;
}
#navigation {
	float:right;
	position:relative;
	bottom:0px;
	top:69px;
}

#navigation ul {
}
#navigation ul li {
	display:inline;
}
#navigation ul li a {
	float:left;
	display:block;
	background-color: #FEFEFE;
	color: #8E8E8E;
	padding: 3px 12px 5px;
	margin-right: 3px;
	border-top: 1px solid #D4D3CF;
	border-right: 1px solid #D4D3CF;
	border-bottom: 0px none #D4D3CF;
	border-left: 1px solid #D4D3CF;
	font-size: 14px;
	background-image: url(../images/nav_link_bg.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	text-decoration: none;
}
#navigation ul li a:hover {
	border-top: 1px solid #BCBBB5;
	border-right: 1px solid #BCBBB5;
	border-bottom: 0px none #C8C7C2;
	border-left: 1px solid #BCBBB5;
	background-color: #FEFEFE;
	color: #333333;
}
#navigation ul li.selected a {
	border-top: 1px solid #B0B0B0;
	border-right: 1px solid #B0B0B0;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #B0B0B0;
	color: #333333;
	background-image: url(../images/hover_bg.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}

/*		
//////////////////////////////////////////////////////
	MAIN
//////////////////////////////////////////////////////
*/

#content {
	float:left;
	width:570px;
}
#content h1.title {
	border-bottom: 1px solid #C4C4C4;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	padding-bottom: 5px;
	padding-top:0px!important;
	font-size: 18px;
}
#content .entry-block {
	padding-top:15px;
	padding-bottom:15px;
}
#content h1 {
	padding-top:18px!important;
	font-size: 19px;
	font-weight: bold;
}
#content h2 {
	padding-top:10px!important;
	font-size: 15px;
	font-weight: bold;
}
#content h3 {
	padding-top:10px!important;
	font-size: 12px;
	font-weight: bold;
}
#content h4 {
	padding-top:10px!important;
	font-size: 14px;
}
#content h5 {
	padding-top:10px!important;
	font-size: 12px;
}
#content h6 {
	padding-top:10px!important;
	font-size: 10px;
}
#content p {
	line-height: 18px;
	margin-top: 5px;
	margin-bottom: 15px;
}
#content ul,
#content ol {
	margin-top:10px;
	margin-bottom:20px;
	margin-left: 15px;
}
#content ul li {
	margin-bottom: 3px;
	list-style-type: disc;
	list-style-position: outside;
}
#content ol li {
	list-style-type: decimal;
	list-style-position: outside;
	margin-bottom: 3px;
}
#content img {
	border: 3px solid #E1E1E1;
	margin: 8px 8px 5px 0px;
	display:block;
}


/*	
//////////////////////////////////////////////////////
	SIDEBAR
//////////////////////////////////////////////////////
*/

#sidebar {
	float:right;
	width:240px;
}
#sidebar h1.title {
	border-bottom: 1px solid #C4C4C4;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	padding-bottom: 5px;
	padding-top:4px!important;
	font-size: 14px;
}
#sidebar .sidebar-block {
	padding-top:10px;
	padding-bottom:15px;
}
#sidebar h2 {
	font-size: 11px;
	line-height:12px;
}
#sidebar .box {
	margin-top: 10px;
	margin-bottom: 15px;
}
#sidebar .box span.date {
	font-size: 11px;
	color: #a4a4a4;
}
#sidebar .box p {
	font-size: 11px;
	color: #3e4449;
	line-height: 12px;
}



/*	
//////////////////////////////////////////////////////
	FORM ELEMENTS
//////////////////////////////////////////////////////
*/

.address-block {
	margin-bottom:20px;
	margin-top:20px;
}
.address-block ul {
	margin: 0px!important;
	padding: 0px;
}
.address-block ul li {
	list-style-type: none!important;
	margin-bottom: 10px!important;
}
.address-block ul li span {
	width: 90px;
	display: block;
	float: left;
	font-weight: bold;
}

label {
	display:block;
	margin-bottom: 3px;
}
input.txt {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	border: 1px solid #D7D7D7;
	width: 340px;
	height: 18px;
	padding-top:3px;
	padding-left:2px;
}
input.txt:hover,
textarea.txt:hover {
	background-color:#fafafa;
}
textarea.txt {
	border: 1px solid #D7D7D7;
	width: 340px;
	height: 135px;
	padding-top:5px;
	padding-left:2px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
}
input.button {
	cursor:pointer;
	background-color: #FAFAFA;
	border: 1px solid #A0A0A0;
	padding: 3px 15px;
	float:right;
}
fieldset {
	border:none;
	margin:0px;
	padding:0px;
	width:345px;
}
fieldset legend {
	display:none;
}

/*		
//////////////////////////////////////////////////////
		FOOTER
//////////////////////////////////////////////////////
*/

#footer {
	border-top: 1px solid #CBCBCC;
	border-right: 0px none #CBCBCC;
	border-bottom: 0px none #CBCBCC;
	border-left: 0px none #CBCBCC;
	background-image: url(../images/header_bg.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	width: 100%;
	position: absolute;
	height: 47px;
	color: #333333;
	font-size: 11px;
}
#footer .wrapper {
	margin:0px auto;
	width:920px;
}
#footer p {
	padding-top: 15px;
	padding-bottom:15px;
	padding-left:30px;
	background-image: url(../images/logo_footer.gif);
	background-repeat: no-repeat;
	background-position: 0px 8px;
}
