/*
Campaign global.css

padding: 
20px  down
0 right
0 
40px; to the right
*/

body {
	margin: 0;
	padding: 0;
	background: #aeaeae; /* colour for screen background */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666; /* text colour */
}

h1, h2, h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000000;
}

h1 {
	font-weight: normal;
	font-size: 225%;
	color: #006699;
}

h2 {
	font-weight: normal;
	font-size: 175%;
}


h3 {
	font-weight: normal;
	font-size: 100%;
}

a {
	border-bottom: 1px dotted #CCCCCC;
	text-decoration: none;
	color: #1777B1;
}

a:hover {
	border-bottom: none;
	color: #FF7400;
}

.image {
	border: none;
}

img {
	border: 0px solid #7F7772;
}

img.left {
	float: left;
	margin: 6px 15px 0 0;
}

img.right {
	float: right;
	margin: 6px 0 0 15px;
}

.bg1 { background: url(images/blue_dot.jpg) no-repeat left bottom; }
.bg2 { background: url(images/blue_dot_s.jpg) no-repeat left bottom; }
.bg3 { background: url(images/img06.gif) no-repeat left bottom; }
.bg4 { background: url(images/img08.gif) no-repeat left bottom; }
.bg5 { background: url(images/img09.gif) no-repeat left bottom; }
.bg6 { background: url(images/img10.gif) no-repeat right bottom; }
.bg7 { background: url(images/img11.gif) no-repeat right bottom; }

.feature {
}

.feature .image {
	padding: 0 0 0 40px;
}

.feature .title {
}

.feature .content {
	padding: 0 0 0 40px;
}

.box {
	float: left;
	width: 255px;
}

.box .title {
	height: 40px;
	padding: 20px 0 0 40px;
	text-transform: lowercase;
	font-size: 167%;
}

.box .content {
}

.list {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

.list li {
	padding-left: 10px;
	background: url(images/img07.gif) no-repeat left center;
}


#darkbox { 
	width: 500px;
	height: auto;
	padding: 10px 0px 10px 10px;
	background: #e5f7f5;
}

/* Header */


#header {
	width: 760px;
	height: 200px;
	margin: 0 auto;
	background: url(images/goc_logo_2.jpg) no-repeat; /* header image text on top */
}

#header h1, #header p {
	margin: 0;
	margin: 0;
	font-weight: normal;
	color: #ffffff;                  /* only very small text */
}

#header h1 {
	float: left;                    /* large text left */
	padding: 155px 0px 50px 275px;
	text-transform: lowercase; 
	line-height: 30px;
	font-size: 35px;
}

#header p {
	float: right;                   /* live link small capital text */
	padding: 150px 0px 0px 0px;
	text-transform: uppercase;
	font: bold 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#header p a {
	font-size: 167%;
}

#header a {
	border: none;
	color: #ffffff;                  /* text colour */
}

/* Page */

#page {
	width: 760px;
	margin: 0 auto;
	background: #ffffff;  /* colour for page background */
}

/* Content */

#content {
	float: left;   /* colum moves to left */
	width: 550px;
}

#content p, #content ul, #content ol {
	line-height: 1.8em;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 150px;
	padding: 0 20px 0 0;
	border-right: 1px dotted #DCDCDC;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
}

#sidebar li ul {
}

#sidebar li li {
	padding: 5px 10px;
	 url(images/img07.gif) no-repeat 0 10px;
	border-top: 1px dotted #DCDCDC;
}

#sidebar li li.first {
	border-top-color: #FFFFFF;
}

#sidebar h2 {
	height: 10px;
	padding: 20px 0 0 40px;
	text-transform: lowercase;
	font-size: 167%;
}

#sidebar a {
	border: none;
}

#sidebar a:hover {
	border-bottom: 1px dotted #666666;
}

/* Footer */

#footer {
	clear: both;
	width: 760px;
	height: 50px;
	padding: 30px 0 0 0px;
	background: url(images/black_vbar.jpg) top repeat;
}

#footer p {
	background: #    /* text */
	margin: 0;
	text-align: center;
	font-size: 110%;
}

#footer a {
	border: none;
	color: #CCCCCC;
}

#footer a:hover {
	color: #FFFFFF;
}

#legal {
}


#links {
}


/* redesign CSS */
h2.title.booklet {
	font-size: 14px;
	font-weight: bold;
	margin-top:2em;
}
