


/*---------------------------------------------------------------------------------
GLOBAL RESET
---------------------------------------------------------------------------------*/


body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/*---------------------------------------------------------------------------------
GLOBAL FONT CONSISTENCY (http://developer.yahoo.com/yui/fonts/#using)
---------------------------------------------------------------------------------*/

/*
body {font:13px/1.22;*font-size:small;*font:x-small;}table {font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:99%;}
*/


/*---------------------------------------------------------------------------------
GLOBAL BASIC STYLING FOR COMMON HTML ELEMENTS
---------------------------------------------------------------------------------*/



/* base.css, part of YUI's CSS Foundation */
h1 {
	font-size: 110%;  
}
h2 {
	/*16px via YUI Fonts CSS foundation*/
	font-size: 100%;
	padding: 0;
	margin: 0;
}
h3 {
	/*14px via YUI Fonts CSS foundation*/
	font-size: 80%;  
}

h1{
	margin: 1em 0 2px 0;
	padding: 0;
}

h2{
	/* top & bottom margin based on font size */
	padding: 0;
	margin: 1em 0 .5em 0;
}


h1,h2 {
	color: #636363;
	font-weight: normal;
	letter-spacing: 2px;
}

h3,h4,h5,h6 {
	color: #363636;
	font-weight: normal;
	margin: 1em 0 0 0;
}

strong {
	/*bringing boldness back to headers and the strong element*/
	font-weight: bold;
}
abbr,acronym {
	/*indicating to users that more info is available */
	border-bottom:1px dotted #fff;
	cursor:help;
} 
em {
	/*bringing italics back to the em element*/
	font-style:italic;
}
blockquote,ul,ol,dl {
	/*giving blockquotes and lists room to breath*/
	margin:1em;
}
ol,ul,dl {
	/*bringing lists on to the page with breathing room */
	margin-left:0.4em;
}
ol {
	/*giving OL's LIs generated numbers*/
	list-style: decimal outside;
}

ul {
	padding: 0 0 0 10px;
	margin: 0 0 5px 5px;
}

ul li {
	list-style-type: disc;
}

.cf-ol {
	list-style-type: none;
}



li {
	/*giving UL's LIs generated disc markers*/
	font-size: 75%;
	padding: 0 0 5px 6px;
	color: #636363;

}
dl dd {
	/*giving UL's LIs generated numbers*/
	margin-left:1em;
}
th,td {
	/*borders and padding to make the table readable*/
	padding:.5em;
}
th {
	/*distinguishing table headers from data cells*/
	font-weight:bold;
	text-align:center;
}
caption {
	/*coordinated marking to match cell's padding*/
	margin-bottom:.5em;
	/*centered so it doesn't blend in to other content*/
	text-align:center;
}
p,fieldset,table, code {
	/*so things don't run into each other*/
	padding: 0;
	margin: 0 0 0.8em 0;
	color: #636363;
	font-size: 75%;
	font-weight: normal;
}

hr {
	display: none;
}

a:link		{ color: #93278F; text-decoration: none;}
a:visited	{ color: #93278F; text-decoration: none;}
a:hover		{ color: #331051; text-decoration: none;}
a:active	{ color: #93278F; text-decoration: none;}


/*---------------------------------------------------------------------------------
Global Layout
---------------------------------------------------------------------------------*/

body {
	margin-right: auto; /* this centres the body */
	margin-left: auto;  /* this centres the body */
	margin-top: 0;
	margin-bottom: 80px;
	padding: 0 10px 0 20px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, 'Trebuchet MS', sans-serif;
	width: 980px;
	background: url("../images/bg.gif") repeat-x left top #550650;
}
/*
	background-attachment: scroll;
	background-image: url(../images/bg.gif);
	background-repeat: repeat x;
	background-position: left top;
*/
}


/*---------------------------------------------------------------------------------
IE Hack - Only need to use in extreame cicumstances!

  voice-family: "\"}\"";
  voice-family: inherit;


html>name {
	
	}
---------------------------------------------------------------------------------*/


/*---------------------------------------------------------------------------------
Global Divs
---------------------------------------------------------------------------------*/
div {
	text-align: left;
	margin: 0;
	padding: 0;
}

.clear {
	height: 0;
	width: 0;
	line-height: 0;
	clear: both;
	font-size: 0;
}
.hr {
	width: 100%;
	display: block;
	border-top: 1px solid #e1e1e1;
	height: 1px;
	margin: 30px 0 30px 0;
}


/*---------------------------------------------------------------------------------
Header -*/

#header {
	width: 100%;
	padding: 20px 0 20px 0;
	margin: 0;
}

#header .logo{
	width: 200px;
	margin: 0 auto 0 auto;
	padding: 0;
}



/*---------------------------------------------------------------------------------
Navigation -*/


#navigation {
	width: 100%;
	background: url("../images/pagetop_bg.gif") no-repeat center bottom #550650;
	padding: 0;
	margin: 0;
	float: left;
	display: block;
}


#navigation ul{
	margin: 0 auto 0 auto;
	padding: 0;
	width: 550px;
}

#navigation ul li{
	width: 100px;
	float: left;
	padding: 0;
	margin: 0 5px 0 5px;
	list-style-type:none;
}

#navigation ul li a{
	background: url("../images/menu_up.gif") no-repeat left top;
	margin: 0 0 12px 0;
	width: 84px;
	padding: 8px;
	float: left;
	list-style-type:none;
	color: #FFF;
}

#navigation ul li a:hover{
	background: url("../images/menu_over.gif") no-repeat left top;
	color: #93278F;
}

#navigation ul .selected a{
	background: url("../images/menu_over.gif") no-repeat left top;
	color: #595959;
}






/*---------------------------------------------------------------------------------
Page -*/

#page {
	width: 100%;
	background: url("../images/page_bg.gif") repeat-y center top #550650;
	padding: 0;
	margin: 0;
	float: left;

}

#cta {
	display: block;
	width: 860px;
	float: left;
	margin: 15px 0 0 0;
}

#cta a {
	padding: 8px;
	background: url('../images/cta_up.gif') top left repeat-x ;
	font-size: 130%;
	color: #FFF;
	width: 844px;
	display: block;
}
	

#cta a:hover {
	background: url('../images/cta_over.gif') top left repeat-x;

}

#content {
	padding: 0 60px 0 60px;
	width: 860px;
}

.page_left {
	width: 560px;
	float: left;
}

.page_right {
	width: 250px;
	float: right;
	margin: 0;
}

#cta_small {
	display: block;
	width: 250px;
	float: left;
	margin: 15px 0 0 0;
}

#cta_small a {
	padding: 8px;
	background: url('../images/ctasmall_up.gif') top left repeat-x ;
	font-size: 100%;
	color: #FFF;
	width: 234px;
	display: block;
}

#cta_small a:hover {
	background: url('../images/ctasmall_over.gif') top left repeat-x ;

}

.page_right h2{
	margin: 20px 0 0 0;
	letter-spacing: 1px;
	font-size: 80%;
}

.link_image_holder {
	width: 150px;
	float: left;
	margin: 0 20px 0 0;
}

.link_text_holder {
	width: 300px;
	float: left;
	margin:0;
}

.link_text_holder h3{
	padding: 0;
	margin: 0;
}

.contact_right {
	margin: 60px 0 0 0;
}

/*---------------------------------------------------------------------------------
Home -*/

.home_image {
	background: url('../images/home_image.gif') top left no-repeat;
	float: left;
	margin: 10px 0 0 0;
	padding: 0;
	width: 100%;
}

.home_cta {
	margin: 100px 0 30px 450px;
}

.home_cta a{
	background-color: #93278F;
	width: 280px;
	display: block;
	color: #FFF;

}

.home_cta a:hover{
	background-color: #550650;
}

.home_left {
	width: 580px;
	float: left;
}

.home_right {
	width: 250px;
	float: right;
}

.undertitle {
	font-size: 70%;
	padding: 0;
	margin: 0 0 16px 0;
}




/*---------------------------------------------------------------------------------
FOOTER -*/

#footer {
	background: url("../images/pagebottom_bg.gif") no-repeat center top #550650;
	padding: 30px 0 80px 0;
	margin: 10px 0 0 0;
	float: left;
	width: 100%;
}


#footer #footer_container {
	padding: 0 60px 0 60px;
	float: left;
}

#footer #footer_container p{
	padding: 0;
	float: left;
	letter-spacing: 2px;
	font-size: 60%;
	color: #8d5a92;

}

.footer_left {
	float: left;
	width: 550px;
}

#footer #footer_container #footer_right {
	float: right;
	width: 300px;
}

#footer #footer_container #footer_right p{
	text-align: right;
	padding: 0;
	margin: 0;
	width: 100%;
}


#footer a{
	color: #8d5a92;
}

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

.footer_logos {
	float: left;
	margin: 0 20px 0 0;
}

.logo_one{
	margin: 0 5px 0 0;
}