

/*
common styles for RAMPAGE site... JSN Services, CS 2007 / 2015
*/

HTML {
	width:100%;
	height:100%;
	margin:0;
	padding:0;
}

BODY {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	background-color:#000000;
	background-image:url(images/bg_body_n.gif);
	background-position:center top;
	background-repeat:repeat-y;
	color:#e0e0e0;
	font-size:15px;
	font-family:"Century Gothic", CenturyGothic, AppleGothic, Arial, Helvetica, sans-serif;
	font-weight:normal;
}



/* nav */
A.nav {
	font-family:"Century Gothic", CenturyGothic, AppleGothic, Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	padding-top:0px;
	padding-bottom:0px;
	padding-left:0px;
	padding-right:0px;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:4px;
	margin-right:6px;
}
A.nav:VISITED {
	color:#ffffff;
	text-decoration:none;
}

A.nav:HOVER {
	color:#ffffff;
	text-decoration:none;
}

A.nav:ACTIVE {
	color:#ffffff;
	text-decoration:none;
}
/* end nav */



/* text for the graphics "blurb" at the top of each page */
P.pageblurb {
	font-family:"Century Gothic", CenturyGothic, AppleGothic, Arial, Helvetica, sans-serif;
	color:#fbfbfb;
	font-size:18px;
	font-weight:bold;
	font-style:italic;
	/* text-shadow: -1px 1px 0px rgba(0, 0, 0, 1); */
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
	padding-top:6px;
	padding-bottom:6px;
	margin-top:6px;
	margin-bottom:6px;
	margin-left:16px;
	margin-right:16px;
	width:600px;
}

/* text for the title at the top of each page */
H1 {
	font-family:"Century Gothic", CenturyGothic, AppleGothic, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:24px;
	font-weight:bold;
	font-style:normal;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
	padding:0;
	padding-left:18px;
	margin:0px;
	clear:both;
}


H2 {
	font-family:"Century Gothic", CenturyGothic, AppleGothic, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:18px;
	font-weight:bold;
	font-style:normal;
	padding-left:2px;
	padding-top:4px;
	padding-bottom:2px;
	margin-left:0px;
	margin-top:20px;
	margin-bottom:8px;
	border-bottom:2px solid #a3a3a3;
	clear:both;
}

H3 { 
	font-family:"Century Gothic", CenturyGothic, AppleGothic, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:16px;
	font-weight:bold;
	font-style:normal;
	padding-left:16px;
	padding-top:4px;
	padding-bottom:2px;
	margin-left:0px;
	margin-top:18px;
	margin-bottom:2px;
	clear:both;
}



P {
	padding-top:6px;
	padding-bottom:6px;
	margin-top:6px;
	margin-bottom:6px;
}

TD {
	color:#e0e0e0;
	font-size:15px;
	font-family:"Century Gothic", CenturyGothic, AppleGothic, Arial, Helvetica, sans-serif;
	font-weight:normal;
}



A {
	color:#F3F8D4;
}

A:VISITED {
	color:#F3F8D4;
}

A:HOVER {
	color:#ffffff;
}

A:ACTIVE {
	color:#F3F8D4;
}



LI {
	margin-top:10px;
	margin-bottom:10px;
}

LH {
	font-weight:bold;
}

DD {
	margin-top:10px;
	margin-bottom:10px;
}



HR {
	width:100%;
	height:2px;
	color:#a3a3a3;
	background-color:#a3a3a3;
	border:0;
}



.footer {
	color:#a5a5a5;
	font-size:12px;
	font-weight:bold;
	font-family:"Century Gothic", CenturyGothic, AppleGothic, Arial, Helvetica, sans-serif;
}

A.footer {
	color:#a5a5a5;
	text-decoration:none;
}

A.footer:VISITED {
	color:#a5a5a5;
	text-decoration:none;
}

A.footer:HOVER {
	color:#a5a5a5;
	text-decoration:none;
}

A.footer:ACTIVE {
	color:#a5a5a5;
	text-decoration:none;
}



/* for adding caption text */
.caption {
	font-size:12px;
	font-weight:bold;
}


/* for adding arbitrary colors */
.colorred {
	color:#FC562C;
}

.colorgreen {
	color:#33ff00;
}

.colorlightblue {
	color:#A8D2FB;
}



/* no form padding... EVER!!! */
.formnopadding {
	margin:0;
	display:inline;
	padding:0;
}



.infotable {
	border:2px solid #303673;
}

.infotableheader {
	background-color:#04061D;
}

.infotablerowodd {
	background-color:#333656;
}

.infotableroweven {
	background-color:#3E4061;
}


TD.imagegalleryphoto IMG {
	border-style:solid;
	border-color:#303673;
	border-width:2px;
}

IMG.borderedphoto {
	border-style:solid;
	border-color:#303673;
	border-width:2px;
}


/* ------------------------------------------------ */


