/* CSS Document */

body {
	margin-bottom:20px;
	background-color:#e7e7e7;
}

h1 { 
	font-family:"Times New Roman", Times, serif; 
	font-size:22px; 
	color:#7b7b7b; 
	margin-bottom:10px;
}

h2 { 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:12px; 
	color:#fff; 
	margin:0; 
}

h4 { 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:11px; 
	color:#7b7b7b;
	font-weight:bold;
	margin:0; 
}

p { 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:11px; 
	color:#7b7b7b; 
	line-height:18px; 
}

strong {
	font-weight:bold;
}

a:link {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
	text-decoration:underline;
}

a:visited {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
	text-decoration:underline;
}

a:hover {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
	text-decoration:none;
}

ul {
	list-style:disc;
	margin:10px 0px 10px 30px;
	padding:0;
}

ul li {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#7b7b7b;
	line-height:18px;
}

sup {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:8px;
	color:#7b7b7b;
}

/*------------------------------*/

/* Gets rid of Firefox's dotted borders */
a { 
	outline:none 
}

/* Gets rid of IE's blue borders */
a img { 
	border:none 
}

/*------------------------------*/

/* Alignment styles */
.alignleft {
	float:left; 
}
.alignright { 
	float:right; 
}

/*------------------------------*/

/* Search field style */
.search {
	width:135px;
	height:18px;
	background-color:#e9e9e9;
	border:1px solid #999;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#7b7b7b;
}

/*------------------------------*/

/*Colour border style bottom */

.yellowbarbot { border-bottom:8px solid #ffdd00; }

.pinkbarbot { border-bottom:8px solid #ff42cd; }
.orangebarbot { border-bottom:8px solid #ff9d04; }
.bluebarbot { border-bottom:8px solid #00beff; }
.purplebarbot { border-bottom:8px solid #9e43ff; }
.greenbarbot { border-bottom:8px solid #5bcd8c; }
.redbarbot { border-bottom:8px solid #eb554b; }


/*Colour border style top */

.yellowbartop { border-top:8px solid #ffdd00; }

.pinkbartop { border-top:8px solid #ff42cd; }
.orangebartop { border-top:8px solid #ff9d04; }
.bluebartop { border-top:8px solid #00beff; }
.purplebartop { border-top:8px solid #9e43ff; }
.greenbartop { border-top:8px solid #5bcd8c; }
.redbartop { border-top:8px solid #eb554b; }

/*------------------------------*/

#wrapper {
	position:relative;
	margin:0 auto;
	width:895px;
	padding-left:10px;
	background-color:#fff;
	border-left:solid 1px #cccccc;
	border-right:solid 1px #cccccc;
	border-bottom:solid 1px #cccccc;
}

#header {
	position:relative;
	width:885px;
	height:65px;
}

#logo {
	float:left;
	width:550px;
	height:65px;
}

#search {
	float:right;
	width:335px;
	height:35px;
	padding-top:30px;
	text-align:right;
}

/*------------------------------*/

#contentwrapper {
	position:relative;
	width:885px;
	padding-top:5px;
}

#navwrapper {
	float:left;
	width:270px;
}

#mainnav {
	float:left;
	width:270px;
	list-style: none;
	padding: 0;
	margin: 0;
	border-bottom:1px dotted #ccc;
}

#addlogoarea {
	width:610px;
	float:right;
	padding-bottom:10px;
}

#breadcrumb {
	float:right;
	clear:both;
	width:610px;
	height:15px;
	padding-top:5px;
	padding-bottom:5px;
	text-align:right;
}

#footer {
	float:right;
	width:610px;
	height:30px;
	padding-top:15px;
	border-top:1px dotted #ccc;
}

#clear {
	clear:both;
}