@charset "UTF-8";

html, body, div, span, h1, h2, h3, h4, h5, h6, blockquote, a, em, font, img, strong, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: inherit;
	vertical-align: baseline;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color:#000000;
       
}

/**********************************************************************************************************/
/********************************************* REDEFINITIONS **********************************************/
/**********************************************************************************************************/
.clear {
	clear: both;
}
ol, ul {
	list-style-type: disc;
        margin: 15px;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

#container {
	width: 1000px;
	margin: 0px auto;
}

.red {
	color:#FF0000;
}

a {
	text-decoration: none;
}
a:hover {
	text-decoration:underline;
}

h1 {
	font-size: 1.5em;
	color:#333333;
}

h2 {
	font-size: 1.3em;
	color:#666666;
	text-align: left;
}

h3 {
	font-size: 1.3em;
	color:#FF0000;
	margin-bottom: 5px;
	text-align:center;
}

h2.pagetitle 
{
	font-size: 1.6em;
text-align: center;
	
}
small
 {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
}

.entry
{
	line-height: 1.4em;
	padding:12px 0px 0px 0px;
}

.postmetadata {
	text-align: left;
	padding: 10px 0px 0px 0px;
	}

.navigation
 {
	display: block;
	margin-top: 10px;
	margin-bottom: 20px;
 }
	
.navigation .alignleft
{
    text-align: left;
}
.navigation .alignright
{
    text-align: right;
}

#sidebar {
	
	font-family: Arial, Helvetica, Sans-Serif;
	padding:0px 0px 0px 0px;

	}

#sidebar h2 {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 1.3em;
	padding:10px 0px 4px 0px;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	line-height:16px;
	margin:0px;
	padding:0px 0px 0px 16px;
	
	}

#sidebar ul ul li:before
 {
	content: "\00BB \0020";
 }
 
 #sidebar ul li a{color:blue;}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 0px 0 0;
	padding: 0;
	}

/**********************************************************************************************************/
/************************************************** HEADER ************************************************/
/**********************************************************************************************************/

#header {
	float: left;
	height: 100px;
	width: 1000px;
	background-image: url(images/headerBGD.png);
	background-repeat: repeat-x;
}

#header a {
	text-decoration: none;
	color:#333333;
}


#header a img {
	border: none;
}

#header a:hover {
	text-decoration: none;
	color:#FF0000;
}

#headerText {
	float: left;
	width: 430px;
	padding-top: 8px;
	padding-left: 20px;
	font-size: 2.2em;
}

.headerContact {
	font-size: 1.4em;
	float: right;
	clear: right;
	width: 300px;
	margin-top: 7px;
	padding-top: 5px;
	border-top: 1px solid #999999;
	text-align: left;
}

.headerContactLeft {
	float: left;
	text-align: left;
}

.headerContactRight {
	float: right;
	text-align: right;
	margin-right:10px;
}

#companyLogo {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 100px;
	width: 232px;
}

/**********************************************************************************************************/
/*************************************************** MENU1 ************************************************/
/**********************************************************************************************************/

#menu1 {
	float: left;
	width: 1000px;
	font-size: 1.2em;
	text-align: center;
	margin-top: 10px;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
}

#menu1 li {
	float:left;
	display:block;
	width:100px;
	color:#FF0000;
	padding: 5px 0px 5px 0px;
}

#menu1 a {
	float: left;
	display: block;
	width: 100px;
	text-decoration: none;
	color:#333333;
}

#menu1 a:hover {
	color:#999999;
}

/**********************************************************************************************************/
/************************************************* CONTENT ************************************************/
/**********************************************************************************************************/

#content {
	float: left;
	width: 1000px;
	margin-top: 10px;
}
#contentLeft {
	float: left;
	width: 780px;
	padding: 10px 10px 0px 10px;
	font-size: 1.1em;
}
#contentRight {
	float: right;
	width: 200px;
}


/**********************************************************************************************************/
/************************************************* PODS ***************************************************/
/**********************************************************************************************************/
.rightBox
{
    background-image: url(images/right_box_bg.jpg);
	background-repeat:repeat-y;
	background-position:left top;
	width:200px;
}

.rightBox_top
{
    background-image: url(images/right_box_top.jpg);
	background-repeat: no-repeat;
	background-position:left top;
	width:188px;
	min-height:132px;
	padding:0px 6px;
}

.rightBox_bottom
{
    background-image: url(images/right_box_bottom.jpg);
	background-repeat: no-repeat;
	background-position:left bottom;
	width:200px;
	height:11px;
}
.pod {
	float: left;
	height: 188px;
	width: 185px;
	margin-right: 7px;
	padding: 5px;
	background-image: url(images/podBGD.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.podRight {
	float: left;
	height: 198px;
	width: 195px;
	margin-left: 1px;
}

/**********************************************************************************************************/
/*********************************************** FOOTERS **************************************************/
/**********************************************************************************************************/

#footer1 {
	float: left;
	width: 1000px;
	margin-top: 10px;
	text-align: center;
}

#footer1 a img {
	border:none;
}

#footer2 {
	float: left;
	width: 1000px;
	padding: 5px 0px 5px 0px;
	margin-top:5px;
	color:#666666;
	border-top:1px solid #999999;
}

#footer2 img {
	margin-top: 10px;
}

#footer2 a {
	color:#666666;
}

#footer2 a:hover {
	color:#FF0000;
}

#footer2Left {
	float:left;
	text-align:left;
	margin-left:10px;
}

#footer2Right {
	float:right;
	text-align:right;
	margin-right:10px;
}

#validator {
	float:left;
	width:1000px;
	text-align:center;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	/* float: left; */
     
	}
/* End Images */

/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: left;
	}

#sidebar #searchform #s {
	width: 140px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px
}


.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}
	
#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */
