/* -------------------------------------------------------------- 
  
   Associate Design CSS Framework
   
   http://www.associatedesign.co.uk
   
   Created by Grenville Hamlyn
   
-------------------------------------------------------------- */

/* Clear out browser cruft */

@import "reset.css";

/* Set standard typography */

body,ul,ol,dl,h1,h2,h3,h4,h5,h6,td,th,
caption,pre,p,blockquote,input,textarea {
	font-family: "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #666666;
	padding-bottom: 9px;
}

/* Site specific layout divs */

#container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#siteswitch-old {
	width: 800px;
	height: 24px;
	position: relative;
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 15px;
}
#page {
	width: 800px;
	position: relative;
	background-image: url(../images/background.gif);
	background-repeat: repeat-y;
	float: left;
}
#navigation {
	width: 120px;
	padding-right: 13px;
	padding-left: 17px;
	position: relative;
	float: left;
	overflow: visible;
	padding-bottom: 40px;
	background-image: url(../images/phone.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#title {
	height: 164px;
	width: 400px;
	position: absolute;
	top: -24px;
	left: 0;
	z-index: 10;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#main-image {
	height: 164px;
	width: 250px;
	position: absolute;
	top: -24px;
	left: 400px;
	background-image: url(../images/csc-logo.png);
	background-repeat: no-repeat;
}
#alpha {
	width: 365px;
	float: left;
	position: relative;
	padding-right: 20px;
	padding-left: 15px;
	padding-top: 160px;
	overflow: visible;
}
#montage {
	float: left;
	width: 250px;
	position: relative;
	padding-top: 154px;
}
#sub-copy {
	width: 235px;
	float: left;
	padding-right: 15px;
}
#main {
	width: 650px;
	position: relative;
	float: left;
	background-color: #FFFFFF;
}
#footer {
	width: 800px;
	position: relative;
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 35px;
}
body {
	background-image: url(../images/snow-tile.jpg);
	background-attachment: fixed;
	background-repeat: repeat;
	background-color: #F3F4F8;
}
.small {
	font-size: 10px;
}
#beta {
	width: 250px;
	float: left;
	position: relative;
}

/* Site specific type styles */

.small {
	font-size: 10px;
}h1 {
	font-weight: bold;
	font-size: 14px;
	line-height: 20px;
	color: #FF6600;
}
#navigation  li, #navigation  a      {
	color: #9BABCA;
	text-decoration: none;
	height: 1%;
}
.subnav01, .subnav02, .subnav03, .subnav04, .subnav05, .subnav06, .subnav07, .subnav08, .subnav09, .subnav10    {
	padding-left: 10px;
	font-size: 11px;
	line-height: 14px;
	margin-bottom: 5px;
	background-image: url(../images/sub-nav-arrow.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#alpha li, #beta li {
	padding-left: 18px;
	background-image: url(../images/bullet-point.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 5px;
	padding-bottom: 3px;
}
#alpha a, #beta a {
	text-decoration: none;
	color: #2C528D;
}
#navigation a:hover {
	color: #FFCC00;
}
#montage img {
	padding-right: 15px;
	padding-bottom: 15px;
}
blockquote {
	background-color: #ECEFF7;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
blockquote p {
	color: #2C528D;
	font-size: 10px;
	line-height: 15px;
}
em {
	font-style: italic;
}
#base {
	width: 800px;
	position: relative;
	padding-top: 10px;
	margin-bottom: 20px;
	float: left;
	text-align: center;
}
#base p {
	color: #1A3A6A;
}
#base a {
	color: #2C528D;
	text-decoration: none;
}
h2 {
	font-weight: bold;
	line-height: 20px;
	color: #2C528D;
}
#alpha a:hover, #beta a:hover, #base a:hover {
	color: #FF6600;
}
strong {
	font-weight: bold;
}
input, textarea {
	padding: 2px;
	margin: 0px;
}
