/* Content CSS Document */

/* General */

p {
	font-size: 11px;
	line-height: 17px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #555555;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	text-transform: uppercase;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #652d90;
	font-size: 21px;
	line-height: 24px;
	font-weight: normal;
	text-transform: uppercase;
}

h3 {
	color: #652d90;
	font-size: 18px;
	line-height: 21px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h4 {
	color: #444444;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif
}

h5 {
	color: #00adee;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h6 {
	color: #349900;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#IndexPanelContent p {
	font-size: 12px;
	line-height: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
}

.divider {
	margin-top: 4px;
	border-top: 1px solid #cecece;
}

.required {
	color: #ec297b;
}

.resource {
	margin: 0 0 0 0;
	padding: 10px 0 10px 25px;
	line-height: 28px;
	background: url(../images/resource-bullet.gif) no-repeat top left;
}

.pdf {
	background: url(../images/icon-pdf.gif) top right no-repeat;
	padding: 0 20px 10px 0;
}

.facebook {
	background: url(../images/icon-facebook.gif) top left no-repeat;
	padding: 8px 20px 20px 35px;
}

/* Standard Links */

a { color: #349900; text-decoration: none; outline:none;}
a:link { color: #349900; text-decoration: none; outline:none;}
a:hover { color: #652d90; text-decoration: underline; outline:none;}
a:visited { color: #349900; text-decoration: none; outline:none;}
a:visited:hover { color: #652d90; text-decoration: underline; outline:none;}

/* Forms */

.shortformfield {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	width: 125px;
	height: 12px;
}

.shortformphone {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	height: 12px;
}

.shortformselectfield {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	width: 175px;
}

.shortformcomments {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	width: 175px;
	height: 100px;
}

.longformfield {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555;
	width: 200px;
	height: 14px;
}

.longformselectfield {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555;
	width: 200px;
}

.longformcomments {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555;
	width: 200px;
	height: 100px;
}


/* --- Top Nav Styles --- */

#TopNav ul {
	margin: 0;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	float: left;
}

#TopNav ul li {
	float: left;
	list-style-type: none;
	margin: 20px 0px 0 5px;
}

#TopNav ul li.home {
	margin: 0px 10px 0 0px;
}

/* --- Index Box Links Styles --- */

#IndexBoxLinks ul {
	float: left;
}

#IndexBoxLinks ul li {
	float: left;
	list-style-type: none;
	margin: 0 11px 0 0;
}

#IndexBoxLinks ul li.last {
	margin: 0 0 0 1px;
}

/* --- Box Links Styles --- */

#BoxLinks ul {
	float: left;
}

#BoxLinks ul li {
	float: left;
	list-style-type: none;
	margin: 0 11px 0 0;
}

#BoxLinks ul li.last {
	margin: 0 0 0 1px;
}

#TwoColLeft ul li {
	list-style-type: none;
	background: url(../images/bullet.gif) no-repeat top left;
	margin: 0 0 0 0;
	padding: 2px 0 2px 15px;
	font-size: 11px;
}


/* Footer */

#Footer p {
	font-size: 10px;
	line-height: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #383838;
}

#Footer a { color: #808080; text-decoration: none; outline:none; margin: 0 5px 0 0; padding:0 8px 0 0; border-right:1px solid #383838; font-size: 10px;}
#Footer a:link { color: #808080; text-decoration: none; outline:none;}
#Footer a:hover { color: #00adee; text-decoration: none; outline:none;}
#Footer a:visited { color: #808080; text-decoration: none; outline:none;}
#Footer a:visited:hover { color: #00adee; text-decoration: none; outline:none;}

#Footer a.last {
	border-right: none;
}

#Footer a.zdg {
	border-right: none;
	color: #330099;
}


