/* - - - - - - - - - - - - - - - - - - - - -

Title : FMW - Financial Management Works
Description : full site styles

- - - - - - - - - - - - - - - - - - - - - */

/*----------------------------------------------------------------------------- 
RESET STYLES
-----------------------------------------------------------------------------*/

html,body,div,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,th{ 
	margin: 0;
	padding: 0;
	color: #646464;
	}

body {
	background: #2e3037 url(../imgs/bgHeader.png) repeat-x left top;
	font: 14px/18px "Cambria", Georgia, "Times New Roman", Times, serif;
	height: auto;
	margin: 0 auto 0 auto;
	padding: 0;
	text-align: center;
	}

img {
	border: 0;
	}

h1,h2 {padding-bottom:5px;border-bottom:1px dotted #e0e0e0;}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
	}

table {margin: 10px 0;}
td,tr,ul,li {line-height:20px;color:#646464;}

small {
	color: #9a9a9a;
	line-height: 12px;
	}

.clear {
	clear: both;
	font-size: 0;
	height: 0;
	line-height: 0
	}

.fl {float: left;}
.fr {float: right;}

.valign {vertical-align:middle;}

/*----------------------------------------------------------------------------- 
LAYOUTS AND WRAPPERS
-----------------------------------------------------------------------------*/

#wrapper {
	border-bottom: 1px solid #f1f1f1;
	margin: 0 auto 0 auto;
	padding: 0;
	width: 920px;
	}

#headerWrapper {
	text-align: center;
	}

#header {
	margin: 0 auto;
	height: 238px;
	text-align: left;
	width: 920px;
	}
	#logo {
		width: 353px;
		margin-top: 36px;
		}
	#contactInfo {
		color: #0065a5;
		font: normal 14px/18px "Cambria", Georgia, "Times New Roman", Times, serif;
		margin-top: 50px;
		width: 425px;
		}
		span.slogan {text-align:center;display:block;border-top:1px solid #e6edf6;border-bottom:1px solid #e6edf6;padding: 5px 0;margin: 5px 0;white-space:nowrap;}
		span.contact {display:block;color:#686868;padding-top:5px;font:normal 20px/24px "Cambria", Georgia, "Times New Roman", Times, serif;text-shadow:#fff 1px 1px;white-space:nowrap;}
		span.contact img {margin-top:2px;display:block;float:left;}

#contentWrapper {
	background: #fff;
	border-bottom: 1px solid #f1f1f1;
	text-align: center;
	}
	#contentWrapper .innerWrapper {
		background: #fff url(../imgs/bgSidebar.gif) no-repeat 100% 0;
		margin: 0 auto;
		width: 920px;
		}
		#content {
			float: left;
			font: 14px/22px "Cambria", Georgia, "Times New Roman", Times, serif;
			width: 702px;
			text-align: left;
			z-index: 10;
			}
			#content .inner {padding: 5px 40px 25px 20px;}
		
		#right {
			float: right;
			width: 218px;
			text-align: left;
			z-index: 80;
			}

#footerWrapper {
	background: url(../imgs/bgFooter.png) repeat-x 0 0;
	border-top: 1px solid #fff;
	margin: 0 auto;
	text-align: center;
	}
	#footerWrapper .inner {
		background: url(../imgs/bgFooter2.png) no-repeat center top;
		margin: 0 auto;
		padding: 25px 0;
		width: 920px;
		}
		#footerMenu {
			font: normal 11px Arial, Helvetica, sans-serif;
			color: #7f7f73;
			text-align: left;
			padding: 10px;
			}
			#newsletter {
				border: 1px solid #63646a;
				border-radius: 4px;-moz-border-radius:4px;-webkit-border-radius:4px;
				color: #fff;
				padding: 5px 15px;
				text-align: left;
				}
			.copyright {color: #fff;}


/*----------------------------------------------------------------------------- 
NAVIGATION - Main Site
-----------------------------------------------------------------------------*/


#topNavWrapper {
	border: 1px solid #fff;
	box-shadow:0 0 6px rgba(0,101,165,0.5);-moz-box-shadow:0 0 6px rgba(0,101,165,0.5);-webkit-box-shadow:0 0 6px rgba(0,101,165,0.5);
	margin: 30px auto 10px auto;
	}

.dd {
	background: url(../imgs/ddMarker.gif) no-repeat 0 0;
	}

/* Right-Side Navigation */


#sideNav {
	margin: 50px 0 0 0;
	padding: 0;
	list-style: none;
	position: relative;
	z-index: 90;
	height: 1%;
	}

#sideNav li {
	background: #fff;
	display: block;
	margin: 5px 0;
	position: relative;
	height: 1%;
	}
#sideNav li.selected {
	background: #0065a5;
	border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;
	position: relative;
	margin-left: -20px;
	}

#sideNav a {
	color: #0065a5;
	display: block;
	padding: 10px 10px;
	}
#sideNav li.selected a {color:#b4c7e7;cursor:default;}
#sideNav a:hover {
	color: #999;
	}

/* Bread Crumbs Navigation */

.crumbs {font: normal 11px/20px Arial, Helvetica, sans-serif;}


/*----------------------------------------------------------------------------- 
HEADINGS
-----------------------------------------------------------------------------*/

h1 {
	font: normal 28px/30px "Cambria", Georgia, "Times New Roman", Times, serif;
	color: #0065a5;
	margin: 25px 0 15px 0;
	}

h2 {
	font: normal 24px/26px "Cambria", Georgia, "Times New Roman", Times, serif;
	color: #993333;
	margin: 25px 0 15px 0;
	}
	
h3,h4 {
	color: #000;
	font: bold 14px/16px "Cambria", Georgia, "Times New Roman", Times, serif;
	}


/*----------------------------------------------------------------------------- 
LISTS
-----------------------------------------------------------------------------*/

#content li {
	list-style: circle;
	}


/*----------------------------------------------------------------------------- 
MISC
-----------------------------------------------------------------------------*/

.photo {
	border: 1px solid #e4e4e4;
	padding: 1px;
	}

/*----------------------------------------------------------------------------- 
LINKS
-----------------------------------------------------------------------------*/

a {
	color: #0065a5;
	text-decoration: none;
	}
a:hover,#footerMenu a:hover {
	color: #999;
	}

#footerMenu a {
	color: #b4c7e7;
	}

/*----------------------------------------------------------------------------- 
FORMS
-----------------------------------------------------------------------------*/

fieldset {
	border: 0;
	}

/* Labels  */

#newsletter label {
	font: 22px "Cambria",Georgia,"Times New Roman",Times,serif;
	color: #fff;
	}

/* Text Fields  */

input.txtField {
	background: #fff url(../imgs/fieldbg.gif) repeat-x 0 0;
	border: 1px solid #ddd;
	border-top: 1px solid #7c7c7c;
	border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;
	color: #a5a5a5;
	font: normal 15px "Cambria",Georgia,"Times New Roman",Times,serif;
	margin: 0 5px;
	padding: 3px 3px 4px 3px;
	}
input.txtField:focus {
	background: #fcfbed;
	border: 1px solid #b2b2b2;
	}

/* Buttons */

.button {
	font: bold 12px 'Gill Sans',Arial, Helvetica, sans-serif;
	background: #dcdfd8 url(../imgs/bgButton.gif) no-repeat;
	border: 1px solid #dfe1d1;
	color: #333;
	text-shadow: #fff 0 1px 0;
	padding: 3px 5px;
	overflow: visible;
	width: auto;
	cursor: pointer;
	border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;
	}
.button:hover {color: #999;}
.button:active {
	background: #f4f4f4;
	border: 1px solid #ccc;
	border-left-color: #999;
	border-top-color: #999;
	}




