/*
Title:      	Birks general styles for screen media
Author:     	Birks, www.birks.info
Created:	May 2008
Updated:    	*
Notes:    	Thanks to SimpleBits in Salem, Massachusetts
*/

html {
	font-size: 100.01% /* Apparently this compensates for several browser bugs.. */
}
body {
	margin-left: 1px; /* --[ margin-left 1px for IE to solve the stupid mis-alignment ]-- */
	font-family: "Lucida Sans Unicode","Lucida Grande",Arial,Helvetica,sans-serif;
	font-size: 62.5%;
	text-align: center;
	line-height: 1.5em;
	color: #555;
	background-color: white;
	}

html>body {margin:0} /* Resets the margin for non IE browsers */

table {
	text-align: left;
	}


/* --[ links ]------------------------------- */

a {
	text-decoration: none;
	}

a:link {
	color: #cc3300;
	}
a:visited {
	color: #29568f;
	}
a:hover {
	text-decoration: underline;
	}
a:hover, a:active {
	color: red;
	}

/* --[ common elements ]--------------------- */

p {
	margin: 1em 0;
	padding: 0;
	font-size: 125%;
	}
.contentdescription p {
	margin: 0 0 1em;
	}
h1, h2, h3, h4, h5, h6, .contentheading, .componentheading, .componentheadingContactBirks, .componentheadingCategoryList  {
	margin: 0 0 0.6em 0;
	padding: 0;
	text-align: left;
	}

h1, .contentheading, .componentheading, .componentheadingContactBirks, .componentheadingCategoryList, div.moduletablecontactIntroStyle h3 {
	font-size: 160%;
	color: #29568f;
	font-weight: normal;
}

h2 {
	font-size: 160%;
	color: #6f8db9;
	font-weight: normal;
	}
.contentitembogger h2 {
	margin: 0;
	}
table.contentpaneCategoryList a,
table.contentpaneopenCategoryList a {
	font-size: 110%;
	font-weight: bold;
	}
h3, .createdate {
	font-size: 120%;
	color: #ccc;
	}

h4 {
	font-size: 100%;
	font-weight: normal;
	color: #6f8db9;
	}

h5, .createdate {
	font-size: 100%;
	color: #29568f;
	}
.createdate,
#mainPanel #content table.contentpane li i {
	font-size: 85%;
	font-style: normal;
	text-transform: uppercase;
	color: #999;
	margin: 0;
	}

ul {
	list-style-type: square;
	}

ul ul {
	list-style-type: disc;
	}

ul ul ul {
	list-style-type: none;
	}

label {

	}
img {
	border: 0;
	}
form {
	display:inline;
	}
div.message {
color: #02626E;
margin-bottom:1em;
}

.button {
	text-transform: uppercase;
	font-family: "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
	font-size: 0.85em;
	}

