/*--------------------------------------------
Style sheet for James Marlow 2010
Author: Clive Walker
Website: http://www.cvwdesign.co.uk
---------------------------------------------*/

/* ----- Reset ----- */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	padding: 0;
	margin: 0;
}

fieldset, img {
	border: 0;
}

/* ----- Base rules for html, body ----- */

html {height:100%}
body {min-height:101%} /*fix for Firefox, Opera scrollbar jump*/

body {
	font: 76%/1.6 Arial, Helvetica, sans-serif;
	min-width: 900px;
	background: #D5E3E7;
	text-align: center;
	border-top: 10px solid #D5E3E7;
	border-bottom: 10px solid #D5E3E7;
}

/*
body { overflow: -moz-scrollbars-vertical; } alternative fix for Firefox scrollbar jump*/

/* ------ Main layout elements ------ */

#wrapper {
	text-align: left;
	background: #FFF url(../images/left-bg.jpg) repeat-y left top;
}

#outerWrapper {
	width: 900px;
	margin: 0 auto 0px;
	background: url(../images/wapper-top.jpg) no-repeat left top;
	padding-top: 3px;
}

#content {
	width: 900px;
	float: right;
}

#mainContent {
	width: 485px;
	display: inline; /* :IE double margin float bug */
	float: right;
	background-color:#FFF;
	padding-right: 30px;
	padding-left: 20px;
}

#secondaryContent {
	width: 320px;
	margin: 0;
	float: left;
	color: #F0F0F0;
	padding: 0px 20px 20px;
	
} 

#footer {
	clear: both;
	padding: 5px 1px 10px 15px;
	border-top: 1px solid #00733F;
	text-align: center;
	background: #FFF url(../images/footer-bottom.jpg) no-repeat left bottom;
}

/* ------ Link styles ------ */

a:link, a:visited {
	color: #00F;
	text-decoration: underline;
}

a:hover {
	color: #00F;
	text-decoration: none;
}

a:active {
	color: #8C1C36;
	text-decoration: none;
}

#footer a:link, #footer a:visited {
	color: #CCC;
	text-decoration: none;
}


/* ------ Headings ------ */

h1, h2, h3 {
	font-weight: bold;
	padding-bottom: 5px;
	color: #00613B;
}

h1, h2, h3, p {
  	margin: 1em 0;
}

h1 {
  	font-size: 1.6em;
	margin-top: 0;
}

h2 {
  	font-size: 1.4em;
}

h3 {
	font-size: 1.2em;
}

/* ------ Main text styles ------ */

p, li {
  	font-size: 1em;
}

#secondaryContent h2 {
	font-size: 1.3em;
	margin: 0px 0 10px;
	padding-top: 6px;
}

#mainContent p, #secondaryContent p {
	line-height: 1.5em;
	font-size: 100%;
}

#content ul {
	list-style: url(../images/bullet3.gif);
}

#secondaryContent ul {
	list-style: url(../images/bullet2.gif);
	}

#content ul ul {
	list-style: url(../images/bullet-small.gif);
}

#content li {
	margin-left: 20px;
}

#content ol {
	line-height: 1.4em;
	margin-top: 1em;
	margin-left: 1em;
}

#content ol li {
	margin-top: 1em;
	color: #333;
}

/* ------ Paragraphs ------ */

.p0 {
	margin: 0 -20px;
	padding: 0;
}

.plogos {
	margin-top: 4em;}

.plogos img {
	margin-right: 10px;
	margin-left: 10px;
	}

.center {
	text-align: center;
}

/* ---Images ---*/

.featured, .featuredinline {
	margin-top: 1em;
	border: 5px solid #EDEDE5;
}

.featuredinline {
	margin-top: 0.4em;
}
.mleft {
	margin-left: 15px;
}


/*--- Others ---*/

.fleft {
	float: left;
	margin-right: 10px;
}

.fright {
	float: right;
	margin-left: 10px;
}

hr {
	background:#E47C94;
	height:1px;
	color:#E47C94;
	border:none;
	margin-top: 2em;
	width: 450px;
	margin-bottom: 2em;
}

#secondaryContent hr {padding-right: 0;}

.clearleft{
	clear: left;
}

.clearright {
	clear: right;
}


abbr {
    border-bottom: 1px solid #CCC;
	cursor: help;
}

#mainContent .addr{
	border: 2px solid #D5E3E7;
	padding: 0.5em;
	margin-top: 3em;
	color: #666;
}

.skiplink {
	display: none;
}
