/*------------------------------------------------------*/
/*---INDEX.HTML OR TEMPLATE DEFINITIONS---*/
/*------------------------------------------------------*/

div#background {
	background-image: url(images/bg-frame-tile.jpg);
	background-repeat: repeat-y;
	margin: 0px;
	border: 0px;
	padding: 0px;
}
div.frame {
	margin: 0px;
	border: 0px;
	padding: 0px;
}
div#pagetop {
	position: relative;
	width: 100%;
}
div#logo {
	position: absolute;
	left: 50px;
	top: 30px;
}
div#main {
	position: absolute;
	left: 50px;
	top: 110px;
}
div#phototext {
	position: absolute;
	left: 80px;
	top: 160px;
}
div#text-block{
	position: absolute;
	left: 200px;
	top: 370px;
	width: 549px;
	height: 1307px;

}
div#grad{
	position: absolute;
	left: 65px;
	top: 360px;
}
div#login {
	position: absolute;
	left: 680px;
	top: 50px;
}

/*------------------------------------------------------*/

body, p {
	font-family: "Arial", "Helvetica", "Sans-serif";
	font-size: 14px;
	color: #000000;
	letter-spacing: 0px;
}
font.phototext-a {
	font-family: "Verdana", "Arial", "Helvetica", "Sans-serif";
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	color: #ffffff;
	letter-spacing: -.5px;
}
font.phototext-b {
	font-family: "Arial", "Helvetica", "Sans-serif";
	font-size: 14px;
	/*font-weight: bold;*/
	color: #ffffff;
}
font.phototext-c {
	font-family: "Arial", "Helvetica", "Sans-serif";
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	color: #ffffff;
}
font.phototext-d {
	font-family: "Arial", "Helvetica", "Sans-serif";
	font-size: 26px;
	font-weight: bold;
	font-style: italic;
	color: #ffcc70;
}
font.textheader {
	font-family: "Verdana", "Arial", "Helvetica", "Sans-serif";
	font-size: 18px;
	font-weight: bold;
	color: #cc002b;
	letter-spacing: -1px;
	text-decoration: none;
}
font.textsubheader {
	font-family: "Verdana", "Arial", "Helvetica", "Sans-serif";
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	letter-spacing: 0px;
	text-decoration: none;
}
a, a:visited {
	font-family: "Arial", "Helvetica", "Sans-serif";
	font-size: 14px;
	color: #cc002b;
	text-decoration: none;
}
a:hover {
	font-family: "Arial", "Helvetica", "Sans-serif";
	font-size: 14px;
	color: #8B0305;
	text-decoration: underline;
}
a.nav, a.nav:visited {
	font-family: "Verdana", "Arial", "Helvetica", "Sans-serif";
	font-size: 18px;
	font-weight: bold;
	color: #cc002b;
	letter-spacing: -1px;
	text-decoration: none;
}
a.nav:hover {
	font-family: "Verdana", "Arial", "Helvetica", "Sans-serif";
	font-size: 18px;
	font-weight: bold;
	color: #8B0305;
	letter-spacing: -1px;
	text-decoration: underline;
}
a.navgreen, a.navgreen:visited {
	font-family: "Verdana", "Arial", "Helvetica", "Sans-serif";
	font-size: 18px;
	font-weight: bold;
	color: #a5cf00;
	letter-spacing: -1px;
	text-decoration: none;
}
a.navgreen:hover {
	font-family: "Verdana", "Arial", "Helvetica", "Sans-serif";
	font-size: 18px;
	font-weight: bold;
	color: 8BAD07;
	letter-spacing: -1px;
	text-decoration: underline;
}
a.large, a.large:visited{
	font-family: "Arial", "Helvetica", "Sans-serif";
	font-size: 20px;
	font-weight: bold;
	color: #cc002b;
	text-decoration: none;
}
a.large:hover{
	font-family: "Arial", "Helvetica", "Sans-serif";
	font-size: 20px;
	font-weight: bold;
	color: #8B0305;
	text-decoration: underline;
}
.redbutton {
	font-family: "Arial", "Helvetica", "Sans-serif";
	font-weight: bold;
	font-size: 16px;
	line-height: normal;
	text-decoration: none;
	color: #ffffff;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 0px;
	padding-bottom: 0px;
	background-image: url(images/b-clickhere-red-tile.gif);
	background-repeat: repeat-x;
	background-color: #cc002b;
	text-align: center;
	vertical-align: middle;
	border: 2px solid #cccccc;
	cursor: pointer;
	letter-spacing: -1px;
}
.grnbutton {
	font-family: "Arial", "Helvetica", "Sans-serif";
	font-weight: bold;
	font-size: 16px;
	line-height: normal;
	text-decoration: none;
	color: #ffffff;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 0px;
	padding-bottom: 0px;
	background-image: url(images/b-clickhere-grn-tile.gif);
	background-repeat: repeat-x;
	background-color: #a5cf00;
	text-align: center;
	vertical-align: middle;
	border: 2px solid #cccccc;
	cursor: pointer;
	letter-spacing: -1px;
}

/*------------------------------------------------------*/

ul, li {
	font-family: "Arial", "Helvetica", "Sans-serif";
	font-size: 12pt;
	color: #000000;
}

li.contentlist { 
	font-family: "Arial", "Helvetica", "Sans-serif";
	font-size: 10pt;
	color: #000000;
	padding: 1px;
	list-style type: square;
}
