@charset "utf-8";

/* RESET CONFIG */
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,
b, u, i, center,
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-size: 100%;	*/
	vertical-align: baseline;
	background: transparent;
}
/*
body {
	line-height: 1;
}
*/
/*ol, ul {
	list-style: none;
}
*/
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* END OF RESET*/





/* CUSTOM TEMPLATE STYLES */
body {
	background-image: url(/img/img2/bg.gif);
	background-color: #f0f1f0;
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}

#container {
	width: 960px;
	margin: 10px auto 10px auto;
	background-color: #fff;
	padding: 0;
	text-align: left;
}

#menuBar {
	width: 960px;
	height: 39px;
	background-image: url(/img/img2/menu_bar_bg.gif);
	background-repeat: repeat-x;
}

#menuBar ul {
	margin: 0 0 0 15px;
	padding: 12px 0 0 0;
	list-style-type: none;
}

#menuBar ul li {
	display: inline;
	margin: 0;
	padding: 0;
}

#branding {
	padding: 6px 0 32px 16px;
	text-align: left;
}

#primary {
	margin: 0 10px 10px 10px;
	line-height: 20px;
	text-align: none;
}

#nav {
	margin: 0 10px 0 10px;
	width: 940px;
	height: 240px;
	clear: both;
}

#nav .navElement {
	width: 220px;
	margin-right: 10px;
	margin-left: 10px;
	float: left;
}

#nav .navElement img {
	margin-bottom: 10px;
}

#nav .navElement p {
	line-height: 20px;
	margin-top: 10px;
}

#nav .navElement a.main {
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	color: #000;
	line-height: 20px;
}

#nav .navElement a.learnMore {
	font-weight: bold;
	color: #5f9a05;
	text-decoration: none;
	font-size: 13px;
}

#footer {
	clear: left;
	background-image: url(/img/img2/footer_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #D0E1D1;
	height: 90px;
	text-align: left;
	line-height: 1.8em;
	color: #549660;
	font-size: 11px;
	padding: 6px 0 0 0;
}

#footer a {
	color: #549660;
	font-weight: bold;
}

#footer p {
	padding: 0 0 0 10px;
}

#footer ul {
	margin: 2px 0 0 0;
	padding: 0 0 0 10px;
	list-style-type: none;
}

#footer ul li {
	display: inline;
	margin-right: 15px;
}
