/*

 Design Monkey
 layout.css

*/



/* Remove Default Styling
------------------------------------------------------------------------------------------------- */
	
* { 
	margin: 0; 
	padding: 0; 
	font-style: normal; 
}

img { 
	border: 0; 
}

section, article, aside, header, footer, nav{
	display: block;
}


/* Typography
------------------------------------------------------------------------------------------------- */

body{
	font-family:Helvetica,Tahoma, Verdana;
	font-size: 1em;
	background: #FFFFFF;
}

p{
	font-size:0.7em;
	line-height: 1.4em;
}

h1,h2,h3,h4{
	font-family:'Cuprum', Tahoma, Verdana;
}

a{
	text-decoration:none;
}

a:hover{

}
	

/* Overall Layout
------------------------------------------------------------------------------------------------- */


section#container{
	margin: 0 auto;	
}

.inner{
	width:1000px;
	margin: 0 auto;	
	position:relative;
}

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


header#header{
	height:153px;
	background:transparent url(../images/header.png) no-repeat top;
}

header#header p{
	font-size:28px;
	color:#FFF;
	font-weight:normal;
	line-height:0.8em;
	float:right;
	clear:right;
	margin:13px 100px 0 0;
}

header#header p a{
	font-size:0.7em;
	color:#FFF;
}



header#header img{
	float:left;
	clear:right;
	position:absolute;
	right:0;
	top:0;
}

header#header h2{
	font-family:Constantia;
	font-size:1.8em;
	color:#FFF;
	font-weight:normal;
	float:left;
	text-align:center;
	width:416px;

	padding-top:30px;
}

header#header h2 strong{
	color:#195078;
}

header#header h1{
	height:140px;
	width:289px;
	float:left;
	margin-left:-5px;
}

header#header h1 a{
	height:140px;
	width:289px;
	display: block;
	text-indent:-30000px;
	background:transparent url(../images/logo.png) no-repeat top left;
}

/* Nav 
------------------------------------------------------------------------------------------------- */


ul#nav{
	list-style:none;
	float:left;
	position:absolute;
	left:-5px;
	top:105px;
}

ul#nav li{
	float:left;
	padding:10px 20px 10px 20px;
}

ul#nav li a{
	font-size:18px;
	color:#6e6e6e;
}

ul#nav li.selected{
	font-size:1em;
	color:#454545;
	background:#d3d3d3 url(../images/nav.jpg) repeat-x top left;
	border:1px solid #CCC;
}

ul#nav li.selected a, ul#nav li a:hover{
	color:#3d8db7;
}

/* Content 
------------------------------------------------------------------------------------------------- */

section#content{
	background:#d3d3d3 url(../images/bgtop.jpg) repeat-x top left;
	padding-top:10px;
}

section#main {
	padding:20px 0;
}

section#banner h1{
	color:#424242;
	text-align:center;
	font-weight:normal;
	font-size:42px;
	letter-spacing: -0.047em;
}

section#banner p{
	font-size:.9em;
	color:#424242;
	font-weight:normal;
	margin:0 5px 10px 0;
	text-align:center;
}

section#main h1{
	color:#424242;
	text-align:center;
	font-weight:normal;
	font-size:38px;
	letter-spacing: -0.047em;
}

section#main h2{
	color:#424242;
	text-align:center;
	font-weight:normal;
	font-size:29px;
	margin-top:10px;
	letter-spacing: -0.047em;
}

section#main p{
	font-size:.9em;
	color:#424242;
	font-weight:normal;
	margin-top:10px;
	text-align:center;
}

section#main img{
	margin-top:-10px;
}

section#main ul{
	list-style:none;
}

section#main table{
	margin-top:10px;
		margin-left:20px;
}

section#main ul li{
	padding:5px 0 5px 30px;
	background:transparent url(../images/tick.png) no-repeat left;
	margin:0 0 10px 50px;
	font-size: 16px;
}

section#main ul li a{
	font-size: 1em;
	color: #e0e0e0;
}

section#maincol{
	background:transparent url(../images/bgbottom.jpg) repeat-x bottom left;
	height:178px;
	clear:both;
}

section#maincol h3{
	font-size:29px;
	margin:5px;
	color:#FFF;
	text-shadow:1px 1px #454545;
	font-weight:normal;
	letter-spacing: -0.047em;
}

section#maincol p{
	font-size:.8em;
	color:#424242;
	font-weight:normal;
	margin:5px;
}

section#maincol p a, section#main p a{
	color:#0f7bd4;
	text-decoration:underline;
}

.box{
	width:282px;
	background:transparent url(../images/box.jpg) no-repeat bottom left;
	float:left;
	height:178px;
	padding: 0 5px 0 20px;
	position: relative;
	margin-right:35px;
}

.box a{
	font-size: 1.2em;
}

.boxleft{
	margin-right:1px!important;
}

.box img{
	float:right;
	clear:right;
	position: absolute;
	top: 50px;
	right: 35px;
}

/* Inner Content 
------------------------------------------------------------------------------------------------- */


section#leftcontent{
	width:320px;
	background:transparent url(../images/leftbg.png) no-repeat bottom left;
	padding:10px 30px 10px 20px;
}

section#left{
	float:left;
}

section#leftcontent img{
	-moz-box-shadow: 0 0 4px #CCC; -webkit-box-shadow: 0 0 4px #CCC; box-shadow: 0 0 4px #CCC;
	margin-left: -5px;
}

section#leftcontent img.lefttop{
	margin-top: -20px; 
	margin-left: -34px;
	-moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
	border: none;
}

section#leftcontent img.noborder{
	-moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
	border: none;
}

section#leftbottom {
	float:left;
	height:50px;
}

section#leftbottom img{
	width:330px;
	height:50px;
}

section#maincontent{
	width:630px;
	padding:10px 0 10px 0;
	background:transparent url(../images/mainbg.png) no-repeat  8px bottom;
}

section#maincontent a{
	color: #3e8bb5;
}

section#maincontent a:hover{
	color: #000;
	border-bottom: 1px #4AB1D7 dotted;
}

section#maininner{
	width:630px;
	float:left;
}

section#maincontent ul{
	list-style:none;
}

section#maincontent ol li{
	padding:2px 0 5px 10px;
	margin:7px 0 7px 60px;
	font-size: .9em;
	color: #454545;
}

section#maincontent ul li{
	padding:2px 0 5px 30px;
	background:transparent url(../images/tick.png) no-repeat left;
	margin:7px 0 7px 40px;
	font-size: .9em;
	color: #454545;
}

section#innerbottom{
	width:560px;
	height:109px;
	margin-top:-15px;
	padding:25px 20px 80px 20px;
	background:transparent url(../images/middlleright.png) no-repeat top right;
}

section#maincontentbottom{
	width:622px;
	padding:0 0 0 8px;
	margin-top:15px;
	background:transparent url(../images/mainbottom.png) no-repeat bottom right;
}

section#maincontentbottom h2{
	color:#FFF;
	text-shadow:1px 1px #454545;
	font-weight:normal;
	font-size:30px;
	letter-spacing: -0.047em;
}

section#maincontentbottom h2 a{
	color:#FFF;
	text-shadow:1px 1px #454545;
	font-weight:normal;
	text-decoration:underline;
}

section#maincontent p{
	font-size:.9em;
	color: #454545;
	margin-right:20px;
	line-height:1.8em;
	padding:10px 20px 10px 40px;
}

section#maincontent h1{
	font-size:30px;
	letter-spacing: -0.047em;
	color:#FFF;
	padding:10px  20px 22px 20px;
	text-shadow:1px 1px #454545;
	background:transparent url(../images/topright.png) no-repeat bottom left;
	font-weight:normal;
	margin:-10px 0 0 8px;
}

section#maincontent h2{
	padding:20px 40px 15px 40px;
	color: #666;
	font-size:22px;
	letter-spacing: -0.047em;
}

section#leftcontent ul{
	list-style:none;
	clear: both;
	margin-top: 10px;
}

section#leftcontent ul li{
	padding:2px 20px 10px 25px;
	background:transparent url(../images/ticksmall.png) no-repeat 0 0;
	margin:7px 0 7px 0;
	font-size: 0.9em;
	color: #454545;
}

section#leftcontent p{
	font-size: 0.9em;
	color: #454545;
	margin-right: 20px;
	margin-left: 5px;
	margin-top: 10px;
}

section#leftcontent h1{
	font-size:30px;
	letter-spacing: -0.047em;
	color:#FFF;
	padding:10px  20px 22px 20px;
	text-shadow:1px 1px #454545;
	background:transparent url(../images/lefttop.png) no-repeat bottom left;
	font-weight:normal;
	margin:-10px 0 0 -30px;
}

section#leftcontent h2{
	font-size:22px;
	letter-spacing: -0.047em;
	color:#454545;
	width:270px;
	padding: 13px 10px 12px 10px;
	background:transparent url(../images/lefth2.png) no-repeat bottom left;
	font-weight:normal;
	-moz-box-shadow: 0 0 2px #888;
	-webkit-box-shadow: 0 0 2px #888;
	box-shadow: 0 0 2px #888;
}

section#leftcontent h2 a{
	color:#454545;
}

/* blog updates
-------------------------------------------------------------------------------------------------*/
section#innercontent{
	background:#d3d3d3 url(../images/bgtop.jpg) repeat-x top left;
	padding-top:10px;
}

.entry-title a{
	   color: #333333!important;
}

aside#archives h1{
	 color: #333333;
    font-size: 2em;
    font-weight: normal;
	margin:10px 0;
}

aside#meta h1{
	 color: #333333;
    font-size: 2em;
    font-weight: normal;
	margin:10px 0;
}

div#primary p , section#primary p{
    color: #7C7C7C;
    font-size: 0.9em;
    line-height: 1.5em;
    margin: 10px 0;
}

.format-aside .entry-content, .format-aside .entry-summary {
    padding-top:0!important;
}

div#respond h3 {
	color: #333333;
    font-weight: normal;
	margin:10px 0;
}

div#secondary{
	margin:10px!important;
	width:300px!important;
	float:left;
}

div#secondary aside{
	border:5px solid #FFF;
	-moz-box-shadow:0 0 5px #ababab;
	background:#F6F6F6;
	padding:0 0 10px 0;
}


div#primary div#content article , div#primary div#content nav , section#primary div#content article{
	padding:10px;
	background:#f6f6f6;
	border:5px solid #FFF;
	-moz-box-shadow:0 0 5px #ababab;
	margin:0;
}


div#secondary h1.widget-title {
	color: #333333;
    font-weight: normal;
	font-size: 1.3em;
	padding:5px;
	margin:-5px -5px 10px -5px;
	background:#39b8dd;
	border:5px solid #FFF;
	-moz-box-shadow:0 0 5px #ababab;
}

div#secondary ul li{
	margin-left:25px;
	height:22px
}

section#primary {
	width:600px!important;
	margin:10px 0!important;
	float:right!important;
}

div#primary {
	float:right!important;
	width:600px!important;
	margin:10px 0!important;
}

div#content {
	width:600px!important;
	margin:0!important;
}

div#primary h1 , div#content h1  {
    color: #333333;
    font-size: 2.4em;
    font-weight: normal;
	margin:0 0 10px 0;
}

div#primary h2 {
    color: #333333;
    font-size: 2em;
    font-weight: normal;
	margin:10px 0;
}

div#primary a , div#content a , div#secondary a  {
	color: #39b8dd;
    font-weight: normal;
	font-size: 0.8em;
}

div#primary a:hover , div#content a:hover , div#secondary a:hover{
	border-bottom: 1px dotted #176AC8;
}

div#comments {
	padding:10px;
	background:#f6f6f6;
	border:5px solid #FFF;
	-moz-box-shadow:0 0 5px #ababab;
	-moz-border-radius: 3px;
}

div#comments ol.commentlist{
	margin:10px 0;
	border-bottom:1px dotted #CCC;
	padding:10px 20px 0 20px;
}

div#comments ol.commentlist li{
	border-top:1px dotted #CCC;
	padding:10px 10px 0 0;
}

div#comments ol.commentlist a time{
	color: #9C9C9C;
}

div.reply a{
    margin-bottom:5px;
}


div#comments ol.commentlist cite.fn a , div#comments ol.commentlist cite.fn {
	color: #39b8dd;
    font-size: 1em;
}

div#comments ol.commentlist  span{
	color: #7C7C7C;
    font-size: 0.8em;
}

div#comments ol.commentlist  em{
	color: #176AC8;
    font-size: 0.8em;
}

span.required{
	color: #39b8dd;
}

footer.entry-meta , span.sep{
	 color: #7C7C7C;
    font-size: 0.9em;
}

.format-aside .entry-header {
    display: block;
}

h1.page-title{
	padding:10px;
	background:#39b8dd;
	border:5px solid #FFF;
	-moz-box-shadow:0 0 5px #ababab;	
}

div.rss_box ul.rss_items li.rss_item {
	color:#FFF;
	font-weight:0.9em;
}

/* Footer 
------------------------------------------------------------------------------------------------- */
footer#footer{
	background:#212121 url(../images/bgfooter.jpg) repeat-x bottom;
	height:310px;
}

.footercol{
	width:310px;
	padding:10px;
	float:left;
	height: 210px;
}

footer#footer h3, footer#footer h2{
	font-size:28px;
	color:#f8f8f8;
	text-shadow:1px 1px #000000;
	margin:0 0 15px 0;
}

footer#footer h2{
	margin-left: 15px;
	margin-bottom: 7px;
}

.wordpress .rss{
	top: -5px!important;
}

article.wordpress ul.rss_items li.rss_item{
	border-bottom: #333 1px dotted;
}

article.wordpress ul.rss_items li.rss_item a{
	color: #4ab1d7;
}

article.wordpress footer{
	padding-left: 4px;
}

footer#footer p{
	font-size:0.9em;
	color:#f8f8f8;
	text-shadow:1px 1px #000000;
}

.footercol ul{
	list-style:none;
	float:left;
}

.footercol ul li{
	margin-right:40px;
	margin:2px 0 0 0;
}

.footercol ul li a{
	font-size: 0.9em;
}

.footercol a{
	color:#4ab1d7;
	text-shadow:1px 1px #000000;
	margin: 15px 0 0 0;
}

.footercol a:hover{
	text-decoration:underline;
	color: #FFF;
}

.copy{
	font-size:0.8em!important;
	color:#333!important;
	text-shadow:1px 1px #FFF!important;
	width:1000px;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-bottom: 15px;
}


/* Slideshow
------------------------------------------------------------------------------------------------- */

section#banner img {
    border: 5px solid #FFF;
	-moz-box-shadow: 0 0 6px #888;
	-webkit-box-shadow: 0 0 6px #888;
	box-shadow: 0 0 6px #888;
}

section#banner{
	width:980px;
	float:left;
	padding:0 10px;
}

section#slideshow_146009 {
	width:980px;
}

section#slideshow_146009 article{
	position: relative;
}

section#slideshow_146009 article header {
	position: absolute;
	bottom: 8px;
	left: 5px;
	padding:15px;
	font-size:2.4em;
	width:940px;
	color:#FFF;
	font-family:TwCenMTCondensedRegular;
	background:transparent url(../images/black.png) repeat;
}

section#slideshow_146009 article footer {
display:block;
}

section.slideshow_loading {
  background: #FFF url(../../../images/cms/ajax-loader.gif) no-repeat center center;
  width: 970px;
  margin-left: 5px;
}


/* Accordion mods 
------------------------------------------------------------------------------------------------- */

section#accordion{
	margin:20px 10px;
	width:240px;
}

.ui-accordion-content-active{
	padding:!important;
}

#accordion header.ui-accordion-header.ui-state-active, #accordion header.ui-accordion-header.ui-state-default.ui-corner-top{
	background:#1a1a1a;
	}

#accordion header.ui-accordion-header.ui-state-active a{
	color:#FFF;
	font-size:2.2em;
	font-family:TwCenMTCondensedRegular;
	font-weight:normal;
	padding:5px 10px;
}

#accordion header.ui-accordion-header.ui-state-default {
	background:#CCC;
}

#accordion header.ui-accordion-header.ui-state-default:hover {
	background:#b3b3b3;
}

#accordion header.ui-accordion-header.ui-state-default a{
	font-size:2.2em;
	font-family:TwCenMTCondensedRegular;
	font-weight:normal;
	padding:5px 10px;
}

#accordion header.ui-accordion-header.ui-state-default a:hover{
	color:#151515;
}

p.webdesign{
	margin: 0!important;
}

p.webdesign a{
	text-indent: -300000px;
	position: absolute;
	top: 260px;
	right: 10px;
	background: transparent url(../../../images/dmlogo.png) no-repeat top left;
}

p.seo{
	text-align: right;
}

p.seo a{
	color: #666!important;
	text-shadow: none!important;
	font-size: 0.8em!important;
}

/* Forms
------------------------------------------------------------------------------------------------- */

fieldset.form{
	border: none;
	padding:0 0 0 40px;
	font-size: 0.9em;
	color: #333;
	width: 400px;
}

fieldset.form legend{
	display: none;
}

fieldset.form dt{
	width: 120px;
	margin-bottom: 8px;
}

fieldset.form dd{
	width: 380px;
	margin-bottom: 8px;
}

fieldset.form dd input, fieldset.form dd textarea{
	width: 380px;
}

fieldset.form dd textarea{
	height: 120px;
}

fieldset.form dd input.submit{
	width: 120px;
}

fieldset.form p.mandetory{
	clear: both;
	font-size: 0.8em!important;
}

ul.errorMessage{
	margin: 10px 10px 20px 0!important;
}
/* Helper Styles 
------------------------------------------------------------------------------------------------- */	
	
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.highlight {
	font-weight: bold;
	color: #c90033;
}
	
.hide { display: none; }
	
.clear {
	clear: both;
}

.clearleft{
	clear: left;
}
	
.bold {
	font-weight: bold;
}

.date {
}
	
.error {

}
	
em { 
	font-style: italic;
}

#ui-datepicker-div{
	display: none;
}


