/* Jeffrey Rolinc - CSS for JRolinc Site - Level 1 Pages - 06/2008 */


html, body { 
	font-family: georgia, times, sans-serif;
	font-size: 10px;	
	margin: 0px; 
	padding:0px;	
	background-color: #0e1e1a;
	color: #004080;
	overflow: auto;
}

html {
	width: 97%;
}

h1, h2, h3, h4 {
	font-family: georgia, times, sans-serif;
	margin-top: 0px;	
	background-color: #000;
	color: #004080;
}

h1 {
	font-size: 1.75em;
	text-align: center;		
	margin:0px 0px 15px 0px;
	padding:0px;	
}

h2 {
	font-size: 1.5em;
}

h3 {	
	font-size: 1.25em;
	font-weight: bolder;	
	text-align: center;
	text-transform: capitalize;
	color: #ffcc66;
}

h4 {
	font-size: 1em;
	font-weight: bold;
	text-align: center;	
}

/* ID and Class Styles for Home page  */

#intro {
	background: url(/images/main/main-1_07a.jpg);
	width: 450px;
	height: auto;
}

#txt_quote {
	font-family: copperplate29ab, helvetica, sans-serif;	
	font-size: 1.5em;
	color: #ffcc66;
	font-style: italic;
	text-align: center;
}

.fancy_nav  {
	font-family: copperplate29ab, helvetica, sans-serif;
	font-size: 1em;
	color: #ffcc66;
	font-style: italic;
	font-weight: bolder;
}

.fancy_nav a:link {
	font-family: copperplate29ab, helvetica, sans-serif;
	font-size: 2em;
	color: #ffcc66;
	font-weight: bolder;
	text-align: center;
}

.fancy_nav a:visited {
	font-family: copperplate29ab, helvetica, sans-serif;
	font-size: 2em;
	color: #ffcc66;
	font-weight: bolder;
	text-align: center;
}

.fancy_nav a:hover { 
	text-decoration: none; 
	color: #FFBA00;
	text-align: center;
}

.fancy_nav a:active {
	font-family: copperplate29ab, helvetica, sans-serif;
	font-size: 2em;
	text-decoration: none; 	
	color: #FFBA00;
	text-align: center;
}

/* ID Styles for Contact pages  */

.txt_cntrhdr1 {
	font-family: tahoma, times, sans-serif;	
	font-size: 1.25em;
	text-align: center;	
	font-weight: bolder;	
	color: #959AA0;	
}

.txt_lfthdr1 {
	font-family: tahoma, times, sans-serif;
	font-size: 1.25em;
	text-align: left;
	font-weight: bold;
	color: #959AA0;
}

.txt_contxt1 {
	font-family: tahoma, times, sans-serif;
	font-size: 11px;
	text-align: justify;
	color: #959AA0;
	padding-left: 10px;
	padding-right: 15px;
}

.txt_contxt2 {
	font-family: tahoma, times, sans-serif;
	font-size: 11px;
	text-align: justify;
	color: #959AA0;
	padding-left: 5px;
	padding-right: 10px;
}

.txt_contxt3_cntr {
	font-family: tahoma, times, sans-serif;
	font-size: 11px;
	text-align: center;
	color: #959AA0;
	padding-left: 5px;
	padding-right: 15px;
}

.txt_lftcontxt1 {
	font-family: tahoma, times, sans-serif;	
	font-size: 11px;
	text-align: left;		
	color: #959AA0;	
}

/* ID Styles for Pricing pages  */

#port_pricing {
	background: url(/images/pricing/pricing-1_07.jpg);
	width: 450px;
	height: auto;
}

#event_pricing {
	background: url(/images/pricing/pricing-1_07.jpg);
	width: 450px;
	height: auto;
}

#re_pricing {
	background: url(/images/pricing/pricing-1_07.jpg);
	width: 450px;
	height: auto;
}

#specials_pricing1 {
	background: url(/images/pricing/pricing-2_04.jpg);
	width: 211px;
	height: auto;
}

#specials_pricing2 {
	background: url(/images/pricing/pricing-2_06.jpg);
	width: 211px;
	height: auto;
}

#footer_pricing {
	background: url(/images/pricing/bottom_26.jpg);
	width: 669px;
	height: 30px;
}

/* Link Styles for all Level 1 pages  */

a:link { 
	font-family: tahoma, helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none; 	
	color: #ffcc66;
}

a:visited { 
	font-family: tahoma, helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none; 	
	color: #ffcc66;
}

a:hover { 
	text-decoration: none; 
	color: #FFBA00; 	
}

a:active {
	font-family: tahoma, helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none; 	
	color: #FFBA00;
}

/* Footer Styles for all pages  */

.cntr_lwrbanner  {
	color:	#999966;
	font-size: medium;
	text-align:	center;
	font-family: Tahoma, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
}

.lft_footer  {
	font-family: Tahoma, Helvetica, sans-serif;	
	color:	#999966;
	font-size: small;
	text-align:	left;
	width: 33.3%;
}

.cntct_lftfooter  {
	font-family: Tahoma, Helvetica, sans-serif;
	color:	#959AA0;
	font-size: small;
	text-align:	left;
	width: 50%;
	padding-left: 10px;
	padding-right: 10px;
}

.cntct_rghtfooter  {
	font-family: Tahoma, Helvetica, sans-serif;	
	color:	#959AA0;
	font-size: small;
	text-align:	right;
	width: 50%;
	padding-left: 10px;
	padding-right: 10px;
}

.cntr_footer  {
	font-family: Tahoma, Helvetica, sans-serif;
	color:	#999966;
	font-size: small;
	text-align:	center;
	width: 33.3%;
}

.rght_footer  {
	font-family: Tahoma, Helvetica, sans-serif;
	color:	#999966;
	font-size: small;
	text-align:	right;
	width: 33.3%;
}