/*------GLOBAL------*/

body {
	margin:0 auto;
	background:#E1E1E1;
	font-family:Arial, Helvetica, sans-serif; font-size:11px;
}
img {
	border:none;
}
p, h1, ul, li, a, td {
	font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#333333; text-align:left; text-decoration:none; font-weight:normal;
	padding:5px; margin:0;
}
h1 {
	font-size:25px; color:#891331;
}
ul {
	padding:0; line-height:1;
	vertical-align:baseline;
	padding:10px 0 10px 25px;
}
ul li {
	font-weight:bold;
	padding:6px 0 5px 15px; 
	list-style:none; background:url(../images/bullet.jpg) no-repeat left center;
}
a {
	padding:0; color:#891331; font-weight:bold;
}
a:hover {
	text-decoration:underline;
}
td {
	font-size:11px;
	padding:0 0 5px 0;
}

/*------DIVS------*/

#outercontainer {
	width:800px;
	background:#FFFFFF;
	border:#CCCCCC 1px solid; border-top:none;
	overflow:hidden;
}
#innercontainer {
	width:790px;
	padding:0 5px 0 5px;
}
#header {
	width:790px; height:103px;
	position:relative;
}
#associations {
	width:790px; height:73px;
	position:relative;
}
#content {
	width:760px;
	padding:10px 20px 10px 10px;
}
#left {
	width:550px;
	padding:0 10px 0 0;
	float:left;
}
#leftwide {
	width:760px;
}
#right {
	width:200px;
	float:left;
}
#right img {
	padding:0 0 10px 0;
}

/*------NAVIGATION------*/

#nav {
	width:790px; height:35px;
	background:url(../images/navslice.jpg) repeat-x;
}
#nav a {
	color:#FFFFFF; font-weight:normal;
	padding:8px 22px 0 23px;
	display:block; float:left; position:relative;
}
#nav a:hover {
	height:35px;
	text-decoration:none;
	background:url(../images/navhover.jpg) repeat-x;
}

/*------FOOTER------*/

#footer {
	width:790px; height:79px;
	padding:10px 0 0 0;
	float:left;
}
#footer p, #footer a {
	font-size:11px;
}

/*------CONTAINERS------*/

#logo {
	width:417px; height:56px;
	position:absolute; top:13px; left:16px;
}
#contact {
	width:259px; height:45px;
	position:absolute; top:19px; left:518px;
}
#citb {
	width:127px; height:35px;
	position:absolute; top:20px; left:0;
}
#cscs {
	width:104px; height:43px;
	position:absolute; top:15px; left:163px;
}
#cpcs {
	width:106px; height:42px;
	position:absolute; top:16px; left:314px;
}
#ndtg {
	width:73px; height:50px;
	position:absolute; top:11px; left:468px;
}
#iso {
	width:88px; height:52px;
	position:absolute; top:10px; left:591px;
}
#investor {
	width:74px; height:50px;
	position:absolute; top:11px; left:715px;
}
.bulletcontainer {
	width:550px;
	float:left 
}
#formcontainer {
	width:350px;
	padding:45px 0 0 0;
	float:right; position:relative; display:block;
}
.container {
	width:100%;
	float:left;
}
.column {
	float:left;
}

/*------COLUMNS------*/

.bulletcolumn {
	float:left;
}

/*------CLASSES------*/

.pageseperator {
	width:790px; height:5px;
	background:#800020;
	float:left;
}
.navseperator {
	width:1px; height:25px;
	background:url(../images/navseperator.jpg) no-repeat;
	margin:5px 0 0 0;
	float:left; position:relative;
}
.floatleft {
	float:left;
}
.floatright {
	float:right;
}
.textcentre {
	text-align:center;
}
.clearboth {
	clear:both;
}