﻿
/*
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@   TAG STYLES
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
*/

/*
=====================================================================================================
=     HEADING STYLES
=====================================================================================================
*/

h1, h2, h3, h4, h5, h6
	{ font-weight: bold; color: #000000; }

h1 { font: 38px 'Lora', Verdana, Helvetica, sans-serif; 	color: #272646;	margin: .3em 0 .3em 0;	letter-spacing: -1px;
	text-align: center;	}

h2 { font: 34px 'Lora', Arial, Verdana, Helvetica, sans-serif; color: #302f59; margin: .3em 0; letter-spacing: 1px;
	text-align: center;	}

h3 { font: 28px 'Jura', Verdana, Helvetica, sans-serif; color: #302f59; padding: 0; letter-spacing: -1px;
	margin: 30px 0 25px 0; padding: 5px 0; border-bottom: 1px solid #302f59; }

h4 { font: normal 28px 'Jura', Verdana, Helvetica, sans-serif; color: #404040; margin: .3em 0; }

h5 { font: normal 24px 'Raleway', Verdana, Helvetica, sans-serif; color: #404040; margin: .3em 0; }

h6 { font: normal 20px 'Raleway',Verdana, Helvetica, sans-serif; color: #302f59; margin: .3em 0; }

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img
	{margin: 0;}

img { border-width:0 }

/*
=====================================================================================================
=     TEXT ELEMENTS STYLES
=====================================================================================================
*/


/*
=====================================================================================================
=     TABLE STYLES
=====================================================================================================
*/

table 	{ border: 1px solid; border-collapse: collapse; }

tr 		{ }

td 		{ font-size: 14px; line-height:100%;	border: 1px solid; border-collapse: collapse;  padding: 9px;}

th 		{ background:#99CCFF; text-align:center; border: 1px solid; border-collapse: collapse; }
th.Name { width: 90%; }
th.Link { width: 10%; }
th.Note { width: 60%;}
th.Name3 { width: 50%;}
th.Note3 { width: 40%;}
th.Link3 { width: 10%;}

/*
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@   CONTAINER STYLES
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
*/

/*==============================================
This is a container for the page content. It is common to use the container to constrain the width of the page content and allow for browser chrome to 
avoid the need for horizontal scrolling. For fixed layouts you may specify a container width and use auto for the left and right margin to center the 
container on the page. IE 5 browser require the use of text-align: center defined by the body element to center the container. For liquid layouts you may simply 
set the left and right margins to center the container on the page. 
================================================*/
#outerWrapper {
	background-color: #ffffff;
	max-width: 1024px;
	text-align: left; /* Redefines the text alignment defined by the body element. */;
	margin: 25px auto 25px auto;
	border: 1px #000000 solid;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-moz-box-shadow: 0 0 20px #453823;
	-webkit-box-shadow: 0 0 20px #453823;
	box-shadow: 0 0 20px #453823;
	}

#centeredimg {text-align:center;}

#centeredfooter {text-align:center;}


/*
==============================================
=     Banner Styles
================================================
*/

#banner { text-align: center; border-bottom:1px #cccccc solid;}
#banner a:link			{color:#ffffff; text-decoration: none;}
#banner a:visited		{color:#ffffff; text-decoration: none;}
#banner a:active		{color:#ffffff; text-decoration: none;}
#banner a:hover			{color:#ffffff; text-decoration: none; background-color:#770000;}
#banner a:focus			{color:#ffffff; text-decoration: none;}

/*
==============================================
=     TopNavigation ID Styles
================================================
*/

#topnav {background-color: #151515;	clear:both;}

#topnav ul {
	width:98%; float:left; margin:0px 0px 0px 5px; background-color: #151515;
	border-bottom:3px #FF00FF solid;
	}

#topnav ul li 			{display:inline;}
#topnav ul li a 		{float:left; padding: 10px 20px;}
#topnav a:link			{color:#ffffff; text-decoration: none;}
#topnav a:visited		{color:#ffffff; text-decoration: none;}
#topnav a:active		{color:#ffffff; text-decoration: none;}
#topnav a:hover			{color:#ffffff; text-decoration: none; background-color:#770000;}
#topnav a:focus			{color:#ffffff; text-decoration: none;}


/*==============================================
Content Styles
================================================*/

#content { padding:10px; margin-top:20px; }


/*=================================================
Footer Styles 
==================================================*/
#footer { background-color:#151515;	padding: 10px 10px 10px 10px; border-radius: 0px 0px 8px 8px; -webkit-border-radius: 0px 0px 8px 8px;
		-moz-border-radius: 0px 0px 8px 8px; color: #ffffff; }
	
#footer a, a:link	{ color:#0000ff; font-weight: bold; }
#footer a:visited	{ color:#00ff00; font-weight: bold; }
#footer a:active	{ color:#000000; }
#footer a:focus		{ color:#666666; }
#footer a:hover		{ color:#ff0000; }

#footer p 			{ color: #ffffff; margin-top: 0px;	margin-bottom: 0px;	text-align: center;	font-size: 10px;}
#footer a:link 		{ color: #ffffff;}
#footer a:visited 	{ color: #CCCCCC;}
#footer a:hover 	{ color: #FFFFFF;}
#footer a:focus 	{ color: #FFFFFF;}
#footer a:active 	{ color: #999999;}
#footer img 		{ text-align: center;}
#footer #center 	{ text-align: center;}

#center00 {text-align: center;}

/* Depricated **************************************/
#pageTitle {text-align:center;font-size:24px;font-weight:bold;}


/*
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@   CLASSES
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
*/

.border1px 		{border: 2px solid black; margin:10px;}

.center			{margin-left: auto; margin-right: auto;}

.centered 		{text-align: center; }

.indent40px		{margin:0px 0px 0px 40px;}
.indent80px		{margin:0px 0px 0px 80px;}

.quote			{font-size: .8em; line-height: 1.5em; padding-top: 5px; padding-bottom: 5px; margin:0px 160px 0px 160px ;font-style:
				italic;text-align: center;border: 2px solid black;}

}

/* Notes

Usage: in the head tag
<link href="../css/dwt_styles.css" rel="stylesheet" type="text/css" media="screen" >


h1 {
 	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
}

.class-blueitalic {
	color:#3399FF;
	font-style:italic;
}


#id-footer {
	color:#3399FF;
	font-style:italic;
}

 */;;
