@charset "utf-8";
/* CSS Document */


h1 					{
					color: #ffffff;
					font-family: myriad pro, Arial, Verdana, Helvetica, sans-serif;
					font-size:24px;
					}


body 				{
					color: white;
					font-family: myriad pro, Arial, Heletica, Verdana, sans-serif;
					font-size: 14px;
					background-color: #02324e;
					background-image: url(site_images/bkg.jpg); 
					background-repeat: no-repeat;
					background-attachment: fixed;
					}



#contents			{
					background-image:url(site_images/content.png);
					position:absolute;
					background-repeat: no-repeat;
					background-size: auto;
					width:1000px;
					min-height:865px;
					top:0px;
					left:0px;
					}
					
					

#text				{
					position:absolute;
					width:375px;
					left:300px;
					color: #124a68;
					top:275px;
					backgound-image:url(site_images/textbkg.jpg) repeat-y top right;
					min-height: 500px;
					}


/** Cookie Trail Formatting
*****************************************************************************/

#cookie				{
					position:absolute;
					width:375px;
					left:250px;
					color: #124a68;
					top:250px;
					font-size:11px;
					font:myriad pro, arial, helvetica, sans-serif;
					}
					
#cookie a			{
					color: #124a68;
					font-size:11px;
					font:myriad pro, arial, helvetica, sans-serif;
					text-decoration:none;
					font-weight:bold;
					}
	
#cookie a:hover		{
					color: #5b387a;
					font-size:11px;
					font:myriad pro, arial, helvetica, sans-serif;
					text-decoration:none;
					font-weight:bold;
					}



/** Left-side Content Formatting
*****************************************************************************/


#download			{
					position:absolute;
					width:100px;
					left:205px;
					top:325px;
					}
					

#dl					{
					position:absolute;
					width:75px;
					left:210px;
					top:330px;
					color:#124a68;
					font-size:14px;
					font-weight:bold;
					text-align:center;
					}
					
					
#video				{
					background-image:url(site_images/vid.jpg);
					position:absolute;
					width:375px;
					height:261px;
					font-size:9px;
					}




/** Portfolio Gallery menu Navigation formatting
*****************************************************************************/

#gallery			{
					position:absolute;
					width:175px;
					left:700px;
					top:250px;
					text-align:left;
					font-size:18px;
					}
	

#gallery ol			{
					list-style-image: url(site_images/list.png);
					list-style-type: circle;
					font-size:20px;
					font-weight:500;
					}


#gallery a			{
					color:#ffffff;
					text-decoration:none;
					}


#gallery a:hover	{
					color:#124a68;
					text-decoration:none;
					}



/** Top Navigation Bar
*****************************************************************************/					

#nav				{
					position:absolute;
					top:174px;
					height:65px;
					width:600px;
					color:#ffffff;
					font-family:myriad pro, arial, sans-serif;
					left:280px;
					}


#nav a				{
					color:#ffffff;
					text-decoration:none;
					}


#nav a:hover		{
					color:#124a68;
					text-decoration:none;
					}					



/** Contact Form formatting
*****************************************************************************/

#contact			{
					position:absolute;
					width:600px;
					left:300px;
					color: #124a68;
					top:250px;
					font-size:16px;
					}
					

#contact a			{
					color:#124a68;
					text-decoration:none;
					}
					

#contact a:hover	{
					color:#5b397a;
					text-decoration:none;
					}
					
					

/** Copyright Bar
*****************************************************************************/

#bottom				{
					position:absolute;
					top:800px;
					text-align:center;
					left:425px;
					}
					
