/* 
  Basic Reset
------------------- */
html, body, div, span, object, iframe, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em,
h1, h2, h3, h4, h5, h6, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, 
table, caption, tbody, tfoot, thead, tr, th, td, textarea, input, select {
	margin: 0; padding: 0; border: 0;
	font-weight: inherit; font-style: inherit; 
	font-size: 100%; font-family: inherit; 
	vertical-align: baseline;
}

/* Table reset */
table {border-collapse: collapse; border-spacing: 0;}
table, td, th {vertical-align: middle;}
caption, th, td {text-align: left; font-weight: normal;}

/* Others reset */
blockquote:before, blockquote:after, q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img {border: none;}
:focus {outline: 0;}


body {
	font-family: Verdana;
	font-size:11px;
	line-height:20px;
	background: #fff;
	color: #000;	
}

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

/* Header */
#header {
	padding-top: 20px;
	margin-bottom:0px; 
	padding-top:30px;
	
}

/* Top */
#top {
	padding-bottom: 1px; 
	margin-right:20px; 
	
}
#top, #sub-nav {border-bottom: 0px solid #DDD;}

#logo {	
	float:left;
	padding: 0;
	margin-right: 20px;
}



/* Containers */
#mainContainer{
	width:1020px;
	margin: 0 auto;border:1px solid #fff;
}
#mainContent {
	float:left; 
	width: 650px;
	border:0px solid #ccc;
}


.middleMain {margin: 36px 0 10px; width:1020px; }
.middleContainer{width:1020px; }
.middleInner{
	margin:0px 10px 0px 10px;
	text-align:justify;
	
}




#sidebar {
	float:right;
	width: 350px; 
	border:0px solid #f00;	
}



/* Main Menu */
#mainMenu { 
	width:717px;
	height:27px;
	float:right;
	text-align:right;
	border-bottom:3px solid #FFAB15;
}
#mainMenu a { 
	margin:0px 17px; 
}



.hometext{
	width:580px;
	margin-left:15px;
	text-align:justify;
}

/* Sections */
.section {margin-bottom: 24px;}
.sectionTitle {
	background-color: #F9F9F9;
	border-top: 2px solid #DDD;
	color: #7A7A7A;
	font: bold 1.2em Verdana;
	margin-bottom: 16px;
	padding: 7px 10px 6px;
}
#sidebar .sectionTitle {margin-bottom: 8px;}


/*    Footer 
---------------- */
#footer {
	border-top: 2px solid #FFAB15;
	color: #777;	
	padding: 6px 0 4px;
}
#footerLinks {width: 460px; float:left;}
#footerText {
	width: 460px;		
	float:right;
	text-align:right;
	margin-right:20px;
}
#footer p {margin-bottom: 0.4em;}
#footer a:hover {color: #000;}

/* #footer .linkSeparator { padding: 0 3px; } */
.linkSeparator {
	color: #BBB;
	padding: 0 2px;
}


div.bottomThumb{
    float: left;
    width: 328px;
	/*height:122px;
	overflow:visible;*/
    margin: 0 5px 2px 0;
    padding-bottom: 0;
    
}

.imgthumb{
    float: left;
    border: 0px solid #777;
    margin: 10px 6px 0 2px;
}

div.bottomThumb p{
    margin: 0;
    padding: 5px 4px 5px 4px;
	text-align:justify;
	font-size:10px;
	
}



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

/* Headings */

h1,h2,h3,h4,h5,h6 {
	color: #FFAB16;
	font-weight: normal;
	line-height: 1;
	font-family:Georgia;
	margin-bottom: 0.5em;
}
h4,h5,h6 {font-weight: bold;}

h1 {font-size: 2.6em;}
h2 {font-size: 2em;}
h3 {font-size: 1.5em;}
h4 {font-size: 1.25em;}
h5 {font-size: 1.1em;}
h6 {font-size: 1em;}

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin: 0;}
.yellow{ color:#FFAB15;}
.headUnderline {
	border-bottom:2px solid #FFAB15;
	padding-bottom:3px;
}


/* Default Links */
a {
	color: #616161;
	text-decoration: none;
}
a:focus,a:hover {color: #696969;}
a:hover {text-decoration: underline;}

a.more {
	color: #FFAB15;
	font-weight: bold;
}
a.more:hover {color: #616161; text-decoration: none;}
a.current{font-weight:bold;}


/* Text elements */

p {margin-bottom: 1em;}


sup, sub {line-height: 0;}
blockquote {margin: 1.5em;}
strong, dfn {font-weight: bold;}
del, blockquote { color:#666; }
address,blockquote,  em, dfn   {font-style: italic;}
abbr, acronym {border-bottom: 1px dotted #666;}


/* Lists */

ul, ol {margin: 0 0 1.5em 1.5em;}
li ul, li ol {margin-left: 1.5em;}

ul {
	margin-left: 1.9em;
	list-style-type: disc;
}
ol {
	list-style-type: decimal;
	margin-left: 1.9em;
}

dl {margin: 0 0 1.5em 0;}
dl dt {font-weight: bold;}
dd {margin-left: 1.5em;}


/* Special lists */

ul.plain-list li, ul.nice-list li, ul.tabbed li {
	list-style: none;
	margin-top: 0;
}

ul.tabbed {
	display: inline;
	margin: 0;
}
ul.tabbed li {float: left;}

ul.plain-list {margin: 0;}

ul.nice-list {margin-left: 0;}
ul.nice-list li {
	border-top: 1px solid #EEE;
	list-style: none;
	padding: 4px 0;
}
ul.nice-list li:first-child {border-top: none;}
ul.nice-list li .right {color: #999;}


/* Tables */

table {margin-bottom: 1.4em; width: 100%;}
th {font-weight: bold;}
thead th {background: #C3D9FF;}
th,td,caption {padding: 4px 10px 4px 5px;}
tr.even td {background: #F2F6FA;}
tfoot {font-style: italic;}
caption {background: #EEE;}

table.data-table {
	border: 1px solid #CCB;
	margin-bottom: 2em;
	width: 100%;
}
table.data-table th {
	background: #F0F0F0;
	border: 1px solid #DDD;
	color: #555;
	text-align: left;
}
table.data-table tr {border-bottom: 1px solid #DDD;}
table.data-table td, table th {padding: 10px;}
table.data-table td {
	background: #F6F6F6;
	border: 1px solid #DDD;
}
table.data-table tr.even td {background: #FCFCFC;}


/* Others */
.small {font-size: 0.9em;}
.smaller {font-size: 0.8em;}
.smallest {font-size: 0.7em;}

.large {font-size: 1.15em;}
.larger {font-size: 1.25em;}
.largest {font-size: 1.35em;}

.hidden {display: none;}

.quiet, .quiet a {color: #999;}
.loud, .loud a {color: #000;}
.highlight, .highlight a {background:#ff0;}

.textLeft {text-align: left;}
.textRight {text-align: right;}
.textCenter {text-align: center;}
.textJustify {text-align: justify;}





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

label {
	cursor: pointer;
	font-weight: bold;
}
label.checkbox, label.radio {font-weight: normal;}
legend {
	font-weight: bold;
	font-size: 1.2em;
}
textarea {overflow: auto;}
input.text, textarea, select {
	background: #FCFCFC;
	border: 1px inset #AAA;
	margin: 0.5em 0;
	padding: 4px 5px;
}
input.text:focus, textarea:focus, select:focus {background: #FFFFF5;}

input.button {
	background: #DDD;
	border: 1px outset #AAA;
	padding: 4px 5px;
}
input.button:active {border-style: inset;}


/* Specific */

form .required {font-weight: bold;}

.form-error {border-color: #F00;}
.form-row {padding: 5px 0;}
.form-row-submit {
	border-top: 1px solid #DDD;
	padding: 8px 0 10px 76px;
	margin-top: 10px;
}
.legend {
	background: #F0FAF0;
	border: 1px solid #D6DFD6;
	font-size: 1.5em;
	margin: 0;
	padding: 8px 14px;
}
.form-property, .form-value {float: left;}
.form-property {
	padding-top: 8px;
	text-align: right;
	width: 60px;
}
.form-value {padding-left: 16px;}
.form-error {border-color: #F00;}



/*  Errors and Notifications 
------------------------------------- */

.error, .notice, .success {
	border: 1px solid #DDD;
	padding: 0.6em 0.8em;
	margin-bottom: 1em;
}


.notice {background: #FFF6BF; color: #514721; border-color: #FFD324;}
.notice a {color: #514721;}

.success {background: #E6EFC2; color: #264409; border-color: #C6D880;}
.success a {color: #264409;}

.error {background: #FBE3E4; color: #8A1F11; border-color: #FBC2C4;}
.error a {color: #8A1F11;}

/* 
   Alignment 
---------------------------- */

/* General */

.center,.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/* Images */

img.bordered,img.alignleft,img.alignright,img.aligncenter {
	background-color: #FFF;
	border: 1px solid #DDD;
	padding: 3px;
}
img.alignleft, img.left {margin: 0 1.5em 1em 0;}
img.alignright, img.right {margin: 0 0 1em 1.5em;}


/* Floats */   
.left,.alignleft {float: left;}
.right,.alignright {float: right;}

.clear,.clearer {clear: both;}
.clearer {
	height: 0;
	font-size: 0;
	line-height: 0;
	display: block;	
}


/* Seperators */   
.blankSeparator, .contentSeparator{
	clear: both;
	margin: 20px 0;
	color: #FFE;
	display: block;
	height: 1px;
	font-size: 0;
	line-height: 0;	
}
.blankSeparator{ background: #FFF; }
.contentSeparator{ background: #FFAB16; }


.imgheader{padding:0; margin:0; }





/* 
   Other overriding classes
---------------------------------- */
/* No Padding */
.nopadding {padding: 0;}
.notpadding {padding-top: 0;}
.norpadding {padding-right: 0;}
.nobpadding {padding-bottom: 0;}
.nolpadding {padding-left: 0;}

/* No Margin */
.nomargin {margin: 0;}
.notmargin {margin-top: 0;}
.normargin {margin-right: 0;}
.nobmargin {margin-bottom: 0;}
.nolmargin {margin-left: 0;}

/* No Border */
.noborder {border: 0;}
.notborder {border-top: 0;}
.norborder {border-right: 0;}
.nobborder {border-bottom: 0;}
.nolborder {border-left: 0;}



/* 
  Accordion Styles
---------------------------------- */
#acrdlist { 
	width:32em;
	height:360px;
	border:0px solid #000066;
	overflow:hidden;
	
 }
.acrdheader { 
	cursor:pointer; 
	border:0; 
	margin-top:0.2em; 
	padding:0.1em;
	height:36px;
}
.acrdcontent    { 
	background-color:#fff; 
	padding:0.2em  0.5em 1.5em 0.5em; 
	border:0px solid #fff; 
	border-top-width:0; 
	height:140px;
	display:hide;
}
.on  .acrdheader { background-color:#fff; }
.off .acrdheader { background-color:#fff; }

.dotseperator{
	clear:left; 
	margin-top:5px;
}



#socialbookmars {
	border:0px solid #666666;
	margin-top:25px;
	width:160px;
	float:right;
}
#socialbookmars a{
	margin: 5px 10px 5px 0px;
}

