/* 

	Title:  Penon Partnership - Default Stylesheet
	Created by:  Kev Strong
	Last Modified:  9th October 2008

*/

/* Universal Selector */
* {
	margin: 0px;
	padding: 0px;
	font-size: 97%;
	font-family: Calibri, Arial, Verdana;
	}

/* Default Tags */
body {
	color: #33;
	text-align: left;
	background-color: #FFF;
	}
	
p {	padding-bottom: 0px; }
	
img { border: 0px; }
	
ul { padding: 10px; }
li { margin: 5px; }

h1 { font-size: 160%; padding-bottom: 10px; color: #666; text-align: left; }
h2 { font-size: 120%; padding-bottom: 10px; margin-top: 10px; color: #333; text-align: left; }
h3 { font-size: 100%; padding-bottom: 10px; margin-top: 10px; color: #333; text-align: left; }


/* Links */
a:link 		{ color: #5A537F; text-decoration: underline; font-weight: bold; }
a:visited 	{ color: #797979; text-decoration: underline; font-weight: bold; }
a:hover 	{ color: #797979; text-decoration: underline; font-weight: bold; }
a:active 	{ color: #FF0000; text-decoration: underline; font-weight: bold; }

/* Classes */
.center {
	text-align: center;
	}
	
.clear {
	clear: both;
	}
	
.column1 {
	float: left;
	width:  520px;
	margin-left: 30px;
	margin-right: 15px;
	}	

.column2 {
	float: left;
	width:  200px;
	margin-left: 0px;
	margin-right: 15px;
	color: #666666;
	}
	
.mini-column {
	width: 250px;
	margin: 5px;
	float: left;
	}	

.mini-column hr {
	color: #FF0000;
	border: 0px;
	border-top: 1px solid #FF0000;
	}

.float-right {
	float: right;
	}
	
.grey {
	color:  #666666;
	}


/* Div Elements */
#container {
	width: 780px;
	margin: 0px auto 0px auto;
	background: url('../images/background.jpg') top left repeat-y;
	}
	
#header {
	padding-top: 10px;
	}
	
#main {
	margin: 0px auto 0px auto;
	}
	
#main p {	padding-bottom: 10px; }
	
#footer {
	padding: 10px 30px 0px 30px;
	background: url('../images/footer-background.jpg') top center no-repeat;
	width: 720px;
	margin: 0px auto 0px auto;
	font-size: 90%;
	}

/* Header */

#header .column2 {
	padding-top: 80px;
	font-size: 110%;
	}
	
#navigation {
	height: 30px;
	padding-top: 0px;
	font-size: 130%;
	}
	
#navigation a {
	text-decoration: none;
	}
	
#navigation ul {
	list-style-type: none;
	margin: 0px;
	}
	
#navigation li {
	float: left;
	margin: 0px;
	padding-right: 5px;
	padding-left: 5px;
	border-right:  1px solid #797979;
	}
	
#navigation li.last {
	border-right:  0px; 
}

/* PDF List */
.column2 ul.pdf {
	list-style-type: none;
	}
	
.column2 ul.pdf li {
	padding-left: 30px;
	min-height: 20px;
	height: 20px;
	background: url('/images/pdf.gif') left top no-repeat;
	}
	
/* PDF List */
ul#sitemap {
	list-style-type: none;
	}
	
ul#sitemap li {
	padding-left: 20px;
	margin-bottom: 30px;
	min-height: 20px;
	height: 20px;
	}


/* Footer */

#footer-navigation {
	padding-top: 0px;
	}
	
#footer-navigation a {
	text-decoration: none;
	}
	
#footer-navigation ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	}
	
#footer-navigation li {
	float: left;
	margin: 0px;
	padding-right: 5px;
	padding-left: 5px;
	border-right:  1px solid #797979;
	}
	
#footer-navigation li.last {
	border-right:  0px; 
	}

#footer a:link 		{ color: #5A537F; text-decoration: underline; font-weight: bold; }
#footer a:visited 	{ color: #797979; text-decoration: underline; font-weight: bold; }
#footer a:hover 	{ color: #797979; text-decoration: underline; font-weight: bold; }
#footer a:active 	{ color: #FF0000; text-decoration: underline; font-weight: bold; }

/*	Default form elements */
label {
	width: 130px;
	float: left;
	padding: 0px 0px 0px 15px;
	font-weight: bold;
	color: #333333;
	font-size: 90%;
	}

form textarea, input, option  {
	border: 1px solid #22568F;
	background-color: #FFF;
	font-size: 90%;
	padding: 4px;
	width: 200px;
	}

form option  {
	width: 220px;
	}
	

.error {
	color:#FF0000;
	font-size: 90%;
	}

form .button {
	border: 1px solid #22568F;
	background-color: #999999;
	color: #FFCC00;
	font-weight: bold;
	font-size: 90%;
	padding: 2px;
	margin: 5px 0px 10px 0px;
	width: auto;
	}
	
form textarea {
	overflow: auto;
	font-family: Arial, Helvetica, sans-serif;
	}
		
fieldset {
	border: none;
	}


legend {
	font-weight: bold;
	padding: 0px 5px 0px 5px;
	margin: 0px 5px 0px 5px;
	color: #000000;
	}

div.formrow {
	padding-top: 5px;
	}