/*
   KAP Software Solutions Style Sheet

   Style Sheet
   Author: Kevin Piatkowski
   Date: February 24, 2012   

   Filename:         KAP Software GlobalSettings.css
*/

/* This section sets up the general attributes of every web page */
					  
#headLogo			{ width : auto; margin: 0px 10px 0px 20px; padding: 6px; border: 0 }


.pageContent		{ text-align: left; background-color: White;
            		  background-image: url(images/logo_image.jpg); background-repeat: no-repeat; background-position: bottom right;
            		  margin: 0; padding: 10px; border-left: Solid 3px Blue }

#links		        { float: left; margin-top: 10px; list-style-position: inside; width: 190px}

#links ul			{ margin-left: 10px; padding-left: 0px; list-style-image : url(images/kap_software_icon.gif);
						font-family: Sans-Serif; font-size: 16pt; font-style: normal; font-variant: normal; font-weight: 400 }
#links li			{ margin-bottom: 10px }

#links a:link		{ text-decoration: none}
#links a:visited	{ text-decoration: none}
#links a:hover		{ text-decoration: none; color: Cyan }
#links a:active		{ text-decoration: none}

h1					{ font-family: Times New Roman, Sans-Serif; font-size: 26pt; font-style: normal;
					  font-variant: normal; font-weight: 600; color: Black;
					  margin-bottom: 0; padding-bottom: 0  }

h2					{ font-family: Arial Black Arial Narrow, Sans-Serif; font-size: 18pt; font-style: normal;
					  font-variant: normal; font-weight: 600; color: Black; margin-top: 40px;
					  margin-bottom: 0; padding-bottom: 0  }
					  
h3					{ font-family: Arial Black Arial Narrow, Sans-Serif; font-size: 16pt; font-style: normal;
					  font-variant: normal; font-weight: 400; color: Black; margin-top: 40px;
					  margin-bottom: 0; padding-bottom: 0 }
					  
p					{ width: inherit; font-family: Sans-Serif; font-size: 12pt; font-style: normal;
					  font-variant: normal; font-weight: 400; color: rgb(68, 51, 17) }

blockquote			{ width: inherit; font-family: Sans-Serif; font-size: 16pt; font-style: italic;
					  font-variant: normal; font-weight: 400; color: Black; text-align: center; padding: 0em 2em }

address				{ text-align: center; padding: 3px; font-family: Sans-Serif; font-size: 12pt;
					  font-style: normal; font-variant: small-caps }

