@charset "UTF-8";
/* CSS reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0; padding:0;
	border:0; outline:0;
	font-weight:inherit; font-style:inherit; font-size:100%; font-family:Arial, Helvetica, sans-serif;
	vertical-align:baseline;
}
:focus {outline:0;}
body {line-height:1; color:#333; background:none;}
ol, ul {list-style:none;}
/* tables still need 'cellspacing="0"' in the markup */
table {border-collapse:separate; border-spacing:0;}
caption, th, td {text-align:left; font-weight:normal;}
blockquote:before, blockquote:after,
q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
/* END CSS reset */

/* Clearfix */
.clearfix:after {content: ".";display: block;clear: both;visibility: hidden;line-height: 0;height: 0;}
.clearfix {display: inline-block;}
html[xmlns] .clearfix {display: block;}
* html .clearfix {height: 1%;}


html {background:url(images/bg.jpg) repeat-x #FFF;}
body {text-align:center; background:url(images/bg-design.jpg) top center no-repeat;}
h1 {font-size:36px; font-weight:bold; color:#333; text-align:left; padding:0 0 10px 0; padding-bottom:20px;}
h2 {font-size:24px; font-weight:bold; color:#C00; text-align:left; padding:0 0 10px 0;}
h3 {font-size:18px; font-weight:bold; color:#a00; text-align:left; padding:0 0 10px 0;}
h4 {font-size:16px; font-weight:bold; color:#333; text-align:left; padding-bottom:10px;}
p {font-size:14px; line-height:18px; padding:0 0 10px 0; text-align:left;}
p b {font-size:16px;}
a {color:#09F; text-decoration:underline;}
small {font-size:10px;}

#container {width:964px; margin:0 auto;}

#header {height:150px; padding-top:5px;}
#header {width:960px; margin:0 auto;}
#header h1 {float:left; width:200px; height:62px; margin:5px 0; background:url(images/logo.png) no-repeat; text-indent:-9999px;}
#header div.contact {float:right; letter-spacing:.3px; width:400px; text-align:right; color:#FFF; font-size:12px; font-style:italic; line-height:16px;}

ul#nav {width:960px; height:40px; background:url(images/bg-nav.png) repeat-x; margin:0 auto;}
ul#nav li, ul#nav li a {
	float:left; margin:0; padding:0;
	font-weight:bold; font-size:16px; line-height:40px;
	color:#333;
	text-decoration:none;
	text-shadow:#FFF 0px 1px 0px;
	list-style-type:none;
	font-family: Calibri, Arial; font-size: 20px;
}
ul#nav li a {padding:0 25px; border-left:1px solid #FFF; border-right:1px solid #CCC;}
ul#nav li a.first {border-left:none;}
ul#nav li a.last {border-right:none;}
ul#nav li a:hover {color:#09F; cursor:pointer;}

#pageTop {width:964px; height:15px; background:url(images/bg-page-top.png) no-repeat;}
#page {width:940px; background:url(images/bg-page.png) repeat-y; padding:12px;}
#pageBottom {width:964px; height:15px; background:url(images/bg-page-bottom.png) no-repeat;}

a.button{display:block; float:left; font-weight:bold; font-size:14px; line-height:55px; color:#FFF; text-decoration:none; background:url(images/bg-btn.png) no-repeat left top; height:55px; text-shadow:#000 0px -1px 1px;}
a.button span{display:block; float:left; background:url(images/bg-btn.png) no-repeat right top; height:55px; padding-right:35px; margin-left:35px; cursor:pointer}
a.button:hover{background-position:left bottom;}
a.button:hover span{background-position:right bottom;}

ol li {margin-left:25px; font-size:18px; font-weight:bold; list-style-type:decimal; margin-bottom:5px;}
ol li span {font-size:14px; font-weight:normal;}

ul li {list-style-type:disc; margin-left:25px; font-size:14px; font-weight:normal; margin-bottom:10px; text-align:left;}
ul li span {font-size:14px; font-weight:normal;}

#footer {width:940px; margin:0 auto; border-top:5px solid #09F; color:#333;}
#footer div {margin:15px 0 0 0;}
#footer div.left {float:left; width:700px; text-align:left;}
#footer div.left a {padding:0 20px; text-decoration:none; color:#333; font:bold 14px Arial, Helvetica, sans-serif;}
#footer div.left a:hover {color:#09F;}
#footer div.right {float:right; width:240px; text-align:right;}

.clear {clear:both;}

table {background:#FFF; border:1px solid #CCC; font-size:14px;}
table th {font-weight:bold; background:#a00; color: #fff}
table th, table td {padding:6px; border:1px solid #CCC;}

.photo {padding:5px; border:1px solid #CCC; border-bottom:2px solid #666;}
img.photo {padding:5px; border:1px solid #CCC; border-bottom:2px solid #666;}
.threeCol {float:left; width:300px; padding-right:5px; text-align:left; height:300px;}
