@charset "utf-8";
/* CSS Document */

body {
	background: #fff url(images/background.jpg) repeat-x top left;
	text-align: center;
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#page {
	text-align: left;
	margin: 18px auto;
	position: relative;
	padding: 0;
	width: 942px;
}

#sidebar {
	position: absolute;
	top: 0;
	left: 0;
	width: 270px;
	height: 725px;
	background: url(images/sidebar.jpg) no-repeat top left;
	z-index: 1;
	padding: 0;
}

#links {
	position: absolute;
	top: 5px;
	right: 10px;
}

#logoContainer {
	margin: 44px 0 0 46px;
	position: relative;
	top: 0px;
	left: 0px;
}

#guide {
	margin: 0 0 10px 100px;
	width: 160px;
	text-align: center;
}
#guide p { text-align: left; margin: 0 0 2px 0; font-size:9px }
#guide div { margin: 0 0 4px 0; float: left; text-align: left;}
#guide label { width: 60px; float: left;}
#guide input { display: block; text-align:left; margin: 0 auto;}
#guide input.text { float: right; width: 90px; margin: 0; text-align: left;}

#blog { width: 140px; margin: 0 0 0 120px; font-size:10px }
#blog p { margin: 0 0 5px 0; }
#blog ul {margin:0; padding:0; line-height:12px; margin-top:5px;}
#blog li { padding-left:5px;}

#copyright { width: 200px; text-align: center; position: absolute; bottom: -10px; right: 0; font-size:9px}

#header {
	position: relative;
	top: 0;
	left: 270px;
	height: 214px;
	width: 672px;
}

#contact {
	position: absolute;
	top: 0;
	right: 20px;
}

#menu {
	height: 23px;
	position: absolute;
	bottom: 0;
	left: 20px;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu ul li {
	display: inline;
	float: left;
	height: 23px;
}

#menu ul li a {
	display: block;
	color: #fff;
	text-decoration: none;
	line-height: 23px;
	height: 23px;
	margin-right: 2px;
	background: url(images/left_corner.gif) no-repeat left 0;
}

#menu ul li a span {
	background: url(images/right_corner.gif) no-repeat right 0;
	height: 23px;
	display: block;
	padding: 0 12px 0 9px;
	cursor: pointer;
	margin-left: 3px;
}

#menu ul li a:hover, #menu ul li a:active {
	color: #b5111a;
	background: url(images/left_corner_hover.gif) no-repeat left 0;
}

#menu ul li a:hover span {
	background: url(images/right_corner_hover.gif) no-repeat right 0;
}

#container {
	position: relative;
	top: 0;
	left: 263px;
	width: 679px;
	min-height: 471px;
	background: url(images/body.jpg) repeat-y top left;
	margin: 0;
	padding: 1px 0;
	z-index: 0;
}

#container #right_side {
	background: url(images/right_side.jpg) no-repeat top right;
	width: 45px;
	height: 471px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
}

#content {
	margin: 0 58px 0 28px;
	width: 600px;
}

#cols, #panes {
	padding: 7px 0 7px 0;	
	clear: both;
}

.col-one, .col-two, .col-three {
	width: 28%;
	float: left;
	padding: 0 2.5%;
} 

.col-two {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}




#cols2, #panes2 {
	padding: 7px 0 7px 0;	
	clear: both;
}

.col-one2, .col-two2, .col-three2, {
	width: 50%;
	float: left;
	padding: 0 2.5%;
} 

.col-two2 {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}



ul.services {
	margin: 0;
	padding: 0;
}

ul.services li {
	margin: 0 0 0 20px;	
}

.pane {
	background: #fff url(images/pane.jpg) no-repeat top left;
	width: 188px;
	height: 154px;
	margin: 0 5px;
	float: left;
	text-align: center;
	font-size:10px;
}

.pane img { margin: 20px 4px 0 4px; }

.pane2 {
	background: #fff url(images/pane2.jpg) no-repeat top left;
	width: 188px;
	height: 325px;
	margin: 0 5px;
	float: left;
	text-align: left;
	font-size:10px;
}

.pane2 img { margin: 10px 4px 0 4px; }

#footer {
	background: url(images/footer.jpg) no-repeat bottom left;
	width: 643px;
	height: 49px;
	position: relative;
	top: 0;
	left: 263px;
	text-align: center;
	font-size: 12px;
}

.left { float: left;}
.right { float: right;}

#cols img { border: none; margin: 4px; }

h1 { margin: 0; padding: 0; font-size:24px; color:#9C7D0D; margin-bottom:10px;}
h2 { margin: 0; padding: 0; font-size:18px; color:#9C7D0D; margin-bottom:10px;}
h3 { margin: 0; padding: 0; font-size:13px; color:#b5111a;}

p { margin: 5px 0; margin-bottom:14px;}

a, .services {
	text-decoration:underline;
	color:#9C7D0D;
}

a:hover {
	text-decoration:underline;
	color:#b5111a;
}
a:visited {
	color:#655415;
}

#links, #links a, #links a:hover, #contact {
	color: #fff;
	font-size: 12px;
	text-decoration: none;
}

#copyright, #copyright a, #copyright a:hover, #footer, #footer a, #footer a:hover {
	color: #9F9F9F;
	font-size:10px;
	text-decoration: none;
}

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