@charset "UTF-8";
/* CSS Document */


body 
{
	background-color: #BAD7EE;
	color:#0D0D0D;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	
}

/*  Fonts 
*******************************************************************************/

h1
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	
	font-size:1.5em;
	margin-top:-5px;
}


h2
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size:1.3em;
}

h3
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size:1.1em;
	
}

	h3.padding
	{
		padding: 0 0 0 10px;
	}
	
h4
{
	margin-bottom:-5px;
}

h5
{
	
	margin-bottom:-8px;
}

p
{
	color:#0D0D0D;
	font-size:.8em;
	line-height: 1.3em;
	
}

ul
{
	color:#0D0D0D;
	font-size:.8em;
	line-height: 1.3em;
	
}

	.padding
	{
		padding: 0 15px 0 15px;
	}
	
	.padding_quote
	{
		padding: 0 45px 0 45px;
	}

a {
	color:#0D0D0D;
	font-style:normal;
	text-decoration:none;
	padding:0 1px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	}
 
a:hover {
	color: #FFFFFF;
	font-style:normal;
	text-decoration:none;
	}

.script
	{ font-family: cursive, zapfino, edwardian;
	font-size.6em;
	}

table, td, th
{
	color:#0D0D0D;
	font-size:.9em;
	line-height: 1.2em;
	
	
	
	}
	table, td
	{
	border-bottom: 1px solid #BAD7EE;
	}
	table, tr
	{
		border-bottom:none;
	
	}


img 
{ 
	border: none;
}

img:active
{ 
	border: none;
}

.emphasis
{
	font-style:italic;
	font-weight:bold;
}

.quote
{
	font-style:italic;
	font-size:.8em;
}

/* CSS tags */

/*  Container (All the content for the page is inside this - sets the page I have created)
*******************************************************************************/
#container /* Holds the whole page's content, image & text  */
{
	margin: 0px auto;
	width: 1020px;
	background-color: #CEC0D1;
	background-image: url(images/dp_bg.png);
	background-repeat: no-repeat;
	-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border: solid #BCABD3 4px;
}

/*  Header Elements /* Header details: banner, navigation, title, etc  
*******************************************************************************/
#logo 
{
	width: 125px;
	height: 134px;
	float:left;
	margin: 23px 0 0 33px;
	
	
}

#title 
{
	width: 547px;
	height: 80px;
	margin:auto;
	padding: 52px;
	
}

#nav_menu  /* Main Navigation */
{

	clear:both;
	width:870px;
	height:60px;
	margin:auto;
	font-family: Georgia, "Times New Roman", Times, serif;
}

	#nav_menu ul  /* Style of Main Navigation in unordered list */
	{
		list-style: none;
		padding: 0;
		margin: 0;
		text-align: center;
	} 
	
	#nav_menu li /* Style of Main Navigation list items */
	{
		float: left;
		margin: 0 2px;
		font-size: 9pt;
	} 
	
	#nav_menu li a /* Style of Main Navigation list items that are links */
	{
		height: 40px;
		float: left;
		padding: 4px;
		text-decoration: none;
		text-align: center;
		font-weight:normal;
		/*background-color:#CEC0D1;*/
		border: solid #CEC0D1 2px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	}
	
	#nav_menu li a:hover /* Style of Main Navigation list items hovering*/
	{
		text-decoration: none;
		background-color:#BCABD3;
		color:#0D0D0D;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border: solid #BCABD3 2px;
		
		padding: 4px;
		height: 33px;
		display: block;
	} 
	
	#nav_menu li a.current /* Style of Main Navigation list items current selected*/
	{
		height: 60px;
		float: left;
		padding: 4px;
		text-decoration: none;
		text-align: center;
		font-weight:normal;
		text-decoration: none;
		/*background-color:#BCABD3;*/
		color:#0D0D0D;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border: solid #666666 2px;
		padding: 5px;
		height: 33px;
	}  
	
	.current /* Style of Main Navigation list items current selected*/
	{
		height: 60px;
		float: left;
		padding: 5px;
		text-decoration: none;
		text-align: center;
		font-weight:normal;
		text-decoration: none;
		background-color:#BCABD3;
		color:#0D0D0D;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border: solid #666666 2px;
		padding: 5px;
		height: 33px;
		
	}  
	
		.current_sub /* Style of Main Navigation list items current selected*/
	{
		height: 60px;
		float: left;
		padding: 5px;
		text-decoration: none;
		text-align: center;
		font-weight:normal;
		text-decoration: none;
		background-color:#BCABD3;
		color:#0D0D0D;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border: solid #666666 2px;
		padding: 5px;
		height: 33px;
		
	}  
	
	
	
/*  Content /*  Body of the webpage
*******************************************************************************/
#content
{
	width:670px;
	margin:auto;
}

#heading /*Home page content */
{
	clear: both;
	width:670px;
	height: 274px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	background-color: #BCABD3;
}



#heading_image /*Home page content */
{
	position: absolute;
	margin: -15px 0 0 -35px;
}

#quote /*Home page content */
{
	position: absolute;
	margin: 235px 0 0 300px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size: .9em;
}	

hr
{
	clear:both;
	color: #BAD7EE;
	background-color: #BAD7EE;
	height: 6px;
	border:none;
}


#hm_left /*Home page content */
{
	float:left;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	background-color: #BCABD3;
	width: 250px;
	height: 430px;
	
}

#hm_right /*Home page content */
{
	float:right;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	background-color: #BCABD3;
	width: 400px;
	height:430px;
}

#logo_img
{
	margin: auto;
	width:70px;
}

#nav_site  /* Main Navigation */
{

	clear:both;
	width:600px;
	margin: auto;
	
	font-size: 7pt;
	text-align: center;
	height:49px;
}

	#nav_site  a /* Main Navigation */
	{
	
		text-decoration: none;
		font-weight:normal;
		font-family: Verdana, Arial, Helvetica, sans-serif;
	}

#nav_site ul  /* Style of Main Navigation in unordered list */
	{
		list-style: none;
		padding: 0;
		margin: 0;
		text-align: center;
	} 
	
	#nav_site li /* Style of Main Navigation list items */
	{
		
		
	} 
	
	#nav_site li a /* Style of Main Navigation list items that are links */
	{
	
		float: left;
		padding: 0 5px 0 5px;
		text-decoration: none;
		text-align: center;
		font-weight:normal;

	}


/*  Content /*  Body of the webpage
*******************************************************************************/

#footer
{
	clear:both;
	margin: 0px auto;
	width: 1020px;
	height: 20px;
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:.7em;
}
