/*   
Site Name: CDR Marriage
Author: Webbones

Version: 1
.

.
*/

/*	=Global Reset
	------------------------------------------------------ */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input {
	margin: 0;
	padding: 0;
}

h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th {
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
}

ul,ol {
	list-style: none;
	position: relative;
}

fieldset,img {
	border: none;
}

caption,th {
	text-align: left;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/*	=layout
	------------------------------------------------------ */
body {
	text-align: center;
	background-color: #a0cfe1;
}

#wrapper {
	background-color: #fff;
	width: 748px;
	padding: 3px 24px 10px 24px;
	margin: 0 auto;
}

#header {
	position: relative;
	width: 748px;
	height: 27px;
	display: block;
	background: #fff url(../images/header-bg.gif) repeat-x;
}

#cdr-logo {
	width: 398px;
	position: absolute;
	top: 0;
	left: 0;
}

	#cdr-logo a, #cdr-logo span {
		background: transparent url(../images/CDR_logo.jpg) no-repeat;
		width: 398px;
		height: 28px;
		display: block;
	}

#side-col {
	width: 176px;
	float: left;
	text-align: left;
}

#main-col {
	width: 552px;
	float: right;
	text-align: left;
}

#footer {
	border-top: 1px solid #bcddea;
	margin-top: 12px;
	padding: 12px 0;
	text-align: center;
}

.sub-content {
	margin-left: 24px;
}

.col1 {
	width: 375px;
	float: left;
}

.col2 {
	width: 133px;
	float: right;
}

/*	=typography
	------------------------------------------------------ */	
body {
	font-family: Tahoma, verdana, arial, sans-serif;
	color: #434343;
	font-size: 12px;
}

p {
	line-height: 16px;
	margin: 0 0 16px 0;
	font-size: 12px;
}

#side-col p.callout {
	color: #797070;
	font-size: 14px;
	line-height: 22px;
	margin-left: 6px;
}

#footer p {
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	color: #343434;
}

p.welcome {
	font-family: verdana, arial, sans-serif;
	font-style: italic;
	font-size: 12px;
	margin: 0 0 8px 0;
	color: #434343;
}

h1 {
	font-size: 14px;
	background-color: #f6f0d2;
	color: #343434;
	font-family: verdana, arial, sans-serif;
	padding: 5px 6px;
	margin: 0 0 14px 0;
}

h2 {
	font-size: 24px;
	font-family: verdana, arial, sans-serif;
	color: #417baa;
	clear: both;
	margin: 0 0 16px 0;
}

h3 {
	color: #417baa;
	font-size: 16px;
	line-height: 16px;
	margin: 0 0 16px 0;
	clear: both;
}

h3.alt-h3 {
	color: #343434;
	font-size: 16px;
	line-height: 16px;
	background-color: #e3cc6b;
	padding: 6px 10px;
	margin: 0 0 16px 0;
	clear: both;
}

ul, ol {
	margin: 0 0 16px 30px;
}

ul li {
	background: transparent url(../images/bullet.gif) no-repeat 0px 4px;
	padding: 0 0 0 15px;
	line-height: 16px;
	font-size: 12px;
	margin: 0 0 8px 0;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}


/*	=navigation
	------------------------------------------------------ */
ul#topNav {
	display: inline;
	position: absolute;
	top: 2px;
	right: 0;
	margin: 0;
}

#topNav li {
	list-style: none;
	margin: 0;
	padding: 0;
	background: none;
	display: inline;
	position:  relative;
	font-family: Arial, Verdana, sans-serif;
}

a.button {
    background: transparent url(../images/bg_button_a.gif) no-repeat scroll top right;
    color: #000;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 20px;
    margin-right: 6px;
    padding-right: 12px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url(../images/bg_button_span.gif) no-repeat;
    display: block;
    line-height: 12px;
    padding: 4px 0 4px 18px;
}

ul#side-nav {
	list-style-type: none;
	margin: 13px 0;
}

ul#side-nav li {
	margin: 0 0 4px 0;
	padding: 2px;
	background: none;
	font-size: 14px;
	border: 1px solid #a5a7a8;
}

ul#side-nav li a {
	background-color: #e1cc6b;
	color: #343434;
	text-decoration: none;
	padding: 6px 0 6px 4px;
	display: block;
}

ul#side-nav ul {
	margin: 0;
}

ul#side-nav ul li {
	border: none;
	padding: 0;
	font-size: 12px;
}

ul#side-nav ul li a {
	color: #343434;
	background-color: #a0cfe1;
	padding: 4px 0 4px 24px;
}

ul#side-nav ul li a.active {
	background: #a0cfe1 url(../images/side-nav-arrow.gif) no-repeat 9px 7px;
}

ul#secondary-nav {
	margin: 0;
	text-align: right;
	padding: 5px 0;
	border-bottom: 1px solid #c6e2ed;
}

ul#secondary-nav li {
	display: inline;
	background: none;
	font-size: 14px;
	margin: 0 0 0 6px;
}

ul#secondary-nav li a {
	color: #343434;
	text-decoration: none;
	background: transparent url(../images/bullet.gif) no-repeat 0px 4px;
	padding: 0 0 0 14px;
}



/*	=site elements
	------------------------------------------------------ */
.side-mod {
	margin: 0 0 16px 0;
	padding: 3px 0;
	border-top: 1px solid #b3d9e7;
	border-bottom: 1px solid #b3d9e7;
}

.side-mod p {
	font-size: 11px;
	margin: 0;
	line-height: 13px;
}

img.marquee-img {
	padding: 4px;
	border: 1px solid #b3d9e7;
	margin-bottom: 16px;
}

img.img-right {
	float: right;
	margin: 0 0 12px 12px;
}


/*	=links
	------------------------------------------------------ */
a, a:visited {
	color: #005288;
}

a:hover {
	text-decoration: none;
}

#footer a {
	color: #343434;
}

a.extranet {
	font-size: 11px;
	margin-top: 30px;
	color: #343434;
	display: block;
}





