@import url('sdmenus.css');
@import url('sdlayout.css');
@import url('sdheader.css');
@import url('sdfooter.css');

body#sovereign-deed 	{
	/* background-color: #fff; */
	background: #011e34 url('../images/gradient.gif') repeat-x;
}




#bd {
	background: transparent url('../images/body_bg.gif') repeat-y;

}



#content	{
	background: transparent url('../images/welcome_bg.png') no-repeat top right;
	margin: 0 10px;

	
}
/*
#content div.yui-gf div.yui-u, #content div.yui-gc	{
	margin-top: 180px;
	margin-bottom: 60px;
	

} */

#sdnavmenu { margin-bottom: 180px; }

#content { padding-bottom: 60px; }

.printonly { display: none;}


.sd-main p {
margin:0 10em 1.25em 0; /*-2em;*/
/* margin-left: 0px !important; */
}

.yui-gc .sd-main p, .yui-g .sd-main p, .yui-ge .sd-main p, .yui-gd .sd-main p {
margin:0 10px 1.25em 10px; /*-2em;*/
}

.yui-gc .sd-main h1, .yui-g .sd-main h1, .yui-ge .sd-main h1, .yui-gd .sd-main h1,
.yui-gc .sd-main h2, .yui-g .sd-main h2, .yui-ge .sd-main h2, .yui-gd .sd-main h2,
.yui-gc .sd-main h3, .yui-g .sd-main h3, .yui-ge .sd-main h3, .yui-gd .sd-main h3 {
margin:0 10px 0.5em 10px; /*-2em;*/
}

#content h1, #content h2, #content h3 {
margin-bottom:0.5em;
}


.sd-main ul, .sd-main dl	{
	margin:0 3.75em 1.25em 0; 
	/* bottom was 3 */
}

.sd-main li	{
	list-style-type: disc;
	margin-left: 2em;
	margin-right: 3em;
	margin-bottom: 0.75em;
}

.sd-main ul ul {
	margin: 0.5em 0.5em 0.5em 1em;
}

.sd-main ul ul, .sd-main ul ul li  {
	list-style-type: square
}

.sd-main ul ul ul li {
	list-style-type: circle;
}


/* special lists */

.faq li	{

margin-bottom: 0.75em; 
font-weight: bold;
text-align: left;
list-style-type: none;

}

.faq dt, .careers dt {
margin-bottom: 0.5em; 
font-weight: bold;
padding-top: 2em;
}

.faq dd, .careers dd {
margin-bottom: 6em;
}

ul.faq {
	margin-bottom: 20em;
}

.careers dd ul li {
	list-style-type: disc;
}	

#content div.yui-gf div.yui-u.first	{
	/*background-color: transparent;*/
	margin-top: 0;

}

#content dt {
margin-bottom: 0.5em; 
font-weight: bold;
padding-top: 2em;
clear: both;
}

#content dd {
margin-bottom: 1em;
}

.left-image { border: none; float: left; margin: 0 15px 35px 0px; }

.right-image { border: none; float: right; margin: 0 0 5px 5px; }


.clear-both { clear: both; }

/* fonts n' stuff

12pt/18pt
16px/24px
initial 24pt
32px
#003471
full justified

}


*/


.sd-main a:link, .sd-main a:visited {
	/* text-decoration: underline;
	color: #3e3e3e; */
	text-decoration: underline;
	color: #931A3C;

}

.sd-main a:hover {
	/* background-color: #3e3e3e;
	color: #fff;
	text-decoration: none;
	border-bottom: 1px dotted #fff; */
	background-color: #931A3C;
	color: #fff;
	text-decoration: none;
	border-bottom: 1px dotted #fff;	
}




.side a:link, .side a:visited {
	text-decoration: none;
	color: #931A3C;

}

.side a:hover {
	text-decoration: underline;
	color: #931A3C;
	


}


.side li	{
	margin-bottom: 0.5em;
}

/*

a.alternate:link, a.alternate:visited {
	text-decoration: underline;
	color: #931A3C;

}

a.alternate:hover {
	background-color: #931A3C;
	color: #fff;
	text-decoration: none;
	border-bottom: 1px dotted #fff;
}

*/

/* 
a:link, a:visited, a:hover, a:active	{
	color: #0067A4;
}

a:link, a:visited	{
	text-decoration: none;
}

a:hover, a:active	{
	text-decoration: underline;
}
*/
.alert {
	color: #f00;
}

.alert a:link, .alert a:visited, .alert a:hover, .alert a:active	{
	color: #f00;
	text-decoration: underline;
}

.sd-main {
	font-size: 12px;
	line-height: 16px;
	font-family: Arial;
	color: #003471;
	text-align: left;

}


.sd-main h1, .sd-main h2, .sd-main h3 {
	font-weight: bold; 
	
}

#content h1 {
font-size: 25px;
/* font-family: Garramond, Times, Serif; */
}

#content h2 {
font-size: 20px;
/* font-family: Garramond, Times, Serif; */
}

#content h3 {
font-size: 15px;
/* font-family: Garramond, Times, Serif; */
}

.dropcap {
	float:left;
	font-size:30px;
	line-height:25px;
	padding: 4px 4px 0 0;

} 

.initialcap {

	font-size:30px;
	padding: 0 2px 0 0;


} 

strong {
	font-weight: bold;
	
}

em {
	font-style: italic; 
}

blockquote.left,
blockquote.right	{
	width: 9.25em; 
	padding: 0.2em 0; 
	border: 0.3em solid #aaa; 
	border-width: 0.3em 0; 
	font-size: 129%; 
	text-align: center; 
	padding: 0.25em 0;
	font-family:georgia;
	color: #868686;
	font-style: italic;


}

blockquote.left { 
	margin: 0.2em 0.5em 0.2em 0; 
	float: left; 

	}

blockquote.right { 
	margin: 0.2em 3.75em 0.2em 0.5em; 
	float: right; 

}

.clear-left { clear: left; }
.clear-right { clear: right; }

/* form stuff */

label{
float: left;
width: 120px;
margin: 0 10px 0 0;
}

input, textarea{
width: 180px;
margin-bottom: 5px;
}

textarea{
width: 500px;
height: 150px;
}

.boxes{
width: 1em;
}

#submitbutton{
margin-left: 125px;
margin-top: 10px;
width: 90px;
}

form br{
clear: left;
}
	
strong, b, strong *, b *
{
  font-weight: bold;
}

em, i, em *, i *
{
  font-style: italic;
}
	
	

.x-hide {
	visibility: hidden;
	height: 0px; 
	padding: 0px; 
	margin: 0px; 
}

dt.x-parent {
	margin: 0px !important; 
}
