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

body {
	background: #F8F5EC;
	margin: 17px 0 20px 0;
	color: #000;
	font-size: 80%;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

h1 {
	color: #242E6C;
	font-weight: normal;
}

h2 {
	color: #8E8127;
}

hr {
	border-top: 1px dotted #CCC;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	border-left: 1px solid #FFF;
}	

a {
	color: #242E6C;
	text-decoration: underline;
}
a:hover {text-decoration: none;}
a:active {color: #000;}

.clear {clear: both;}
.clear-left {clear: left;}
.clear-right {clear: right;}

.Image-Border {
	margin: 0 10px 10px 0;
}

/* ------------------------------
		Wrapper
------------------------------ */
#Wrapper {
	width: 910px;
	margin: 0 auto;
	text-align: left;
}

/* ------------------------------
		Header
------------------------------ */
#Header {
	height: 103px;
}

#Logo {
	float: left;
	width: 293px;
	text-align: right;
	margin: 0 0 0 20px;
}

#Header-Right {
	margin: 0 15px 0 350px;
}

/* ------------------------------
		Contact Icons
------------------------------ */
#Contact {
	text-align: left;
	color: #666;
	height: 50px;
	padding: 10px 0 0 0;
}
#Contact span.Telephone {
	display: block;
	background: url(../graphics/icon-telephone.png) no-repeat left center;
	padding: 0 0 0 25px;
	margin: 0 0 0 200px;
	width: 90px;
	height: 17px;
}
#Contact span.Email {
	display: block;
	background: url(../graphics/icon-email.png) no-repeat left center;
	padding: 0 0 0 25px;
	width: 150px;
	float: right;
	height: 17px;
}
#Contact span.Email a {
	color: #666;
	text-decoration: none;
}
#Contact span.Email a:hover {
	color: #000;
}

/* ------------------------------
		Top Navigation
------------------------------ */
#TopNav {
	background: url(../graphics/top-nav-bg.png) no-repeat right top;
	height: 42px;
}

#TopNav ul {
	margin: 0;
	padding: 2px 0 0 30px;
	list-style: none;
}
#TopNav ul li {
	float: left;
	padding: 0 0 0 38px;
}
#TopNav ul li a {
	color: #000;
	text-decoration: none;
	font-size: 110%;
	font-weight: bold;
	line-height: 40px;
}
#TopNav ul li a:hover {
	color: #666;
}

/* ------------------------------
		Content Box
------------------------------ */
#Box-Top {
	background: url(../graphics/content-box-top.png) no-repeat top center;
	height: 10px;
	margin-top: -3px;
}
#Box-Mid {
	background: url(../graphics/content-box-bg.png) repeat-y top center;
	padding: 20px 25px;
}
#Box-Foot {
	background: url(../graphics/content-box-foot.png) no-repeat top center;
	height: 13px;
}

/* ------------------------------
		Content
------------------------------ */
#Sidebar {
	float: left;
	width: 220px;
	text-align: center;
}
#Sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: left;
}
#Sidebar ul li {
	padding: 0 0 5px 0;
}
#Sidebar ul li a {
	display: block;
	color: #5F5021;
	text-decoration: none;
	padding: 0 20px;
	width: 180px;
	background: url(../graphics/sidebar-nav-link-bg.png) no-repeat top center;
	min-height: 32px;
	line-height: 32px;
}
#Sidebar ul li a:hover {
	background: url(../graphics/sidebar-nav-link-bg-h.png) no-repeat top center;
}

#Sidebar ul li a.Large {
	min-height: 43px;
	line-height: 18px;
	padding: 7px 20px 0 20px;
	background: url(../graphics/sidebar-nav-link-bg-large.png) no-repeat top center;
}
#Sidebar ul li a.Large:hover {
	background: url(../graphics/sidebar-nav-link-bg-large-h.png) no-repeat top center;
}


/* ------------------------------
		Content
------------------------------ */
#Content {
	margin: 0 0 0 240px;
}

.FrontPage-Box-1 {
	width: 200px;
	float: left;
}
.FrontPage-Box-2 {
	width: 200px;
	margin: 0 210px;
}
.FrontPage-Box-3 {
	width: 200px;
	float: right;
}

.FrontPage-Box-1 a,
.FrontPage-Box-2 a ,
.FrontPage-Box-3 a {
	font-size: 110%;
	font-weight: bold;
	color: #EFB401;
	text-decoration: none;
}
.FrontPage-Box-1 a:hover,
.FrontPage-Box-2 a:hover ,
.FrontPage-Box-3 a:hover {
	color: #000;
}
.FrontPage-Box-1 img,
.FrontPage-Box-2 img ,
.FrontPage-Box-3 img {
	margin: 0 0 10px 0;
}

/* ------------------------------
		Footer
------------------------------ */
#Footer {
	font-size: 80%;
	color: #666;
	padding: 20px;
}
#Footer a {color: #666;}
#Footer img {
	float: right;
}

/*-------------------------------------
	Error Box
-------------------------------------*/
#Error {
	border: 2px solid #F5F448;
	background: #FEFF99;
	padding: 10px;
	width: auto;
	margin: 0 auto 20px auto;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	width: 900px;
}
#Error h4 {
	color: #C00;
	font-size: 150%;
	margin: 0;
	font-weight: bold;
	padding: 0;
}
#Error p {margin: 5px 0 0 0; padding: 0;}
#Error div {
	float: right;
	width: 350px;
	margin: 0 0 0 20px;
	text-align: right;
}


/*-------------------------------------
	Extra Styles
-------------------------------------*/
.BOX-Right {
	float: right;
	width: 270px;
}
.IMG-Right-Border {
	float: right;
	margin: 0 0 10px 10px;
	padding: 5px;
	border: 1px solid #E1E1E1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.IMG-Border {
	margin: 0 0 10px 0;
	padding: 5px;
	border: 1px solid #E1E1E1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

ul.LIST-Ticks {
	list-style: none;
	margin: 0;
	padding: 0 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
ul.LIST-Ticks li {
	padding: 5px 25px;
	background: url(../graphics/icon-tick.png) no-repeat left 5px;
}