/********************************************

   HTML ELEMENTS

********************************************/ 



/* Top Elements */

* { margin: 0; padding: 0; }

html
{
		background:url(new_pattern.jpg);
		height:100%;

}



body {
	background:url(header_bar.png) repeat-x top left;
	font: 70%/1.5em Verdana, Tahoma, arial, sans-serif;
	color: #555; 
	text-align: center;
	height:100%;
}


/********************************************

   LAYOUT

********************************************/ 

.wrap {
	background:url(../images/drop_shadow_bar.png) transparent repeat-y center top;
	width: 820px;
	margin: 0 auto;
	text-align: left;

}

.wrapshort {
	background:url(../images/drop_shadow_bar_short.png) transparent repeat-y center top;
	width: 820px;
	margin: 0 auto;
	text-align: left;

}


#content-wrap {
	width: 820px;
	height:100%;
	padding: 0; 


}

#header {
	height: 191px;
	padding: 0;
	margin-left:11px;
}

#flashheader
{
		z-index:0;
}

/* links */
a, a:visited {
	text-decoration: none;
	color: #2180BC;
	background: inherit;
}
a:hover {
	color: #2180BC;
	background: inherit;
	text-decoration: underline;
}
/* headers */
h1, h2, h3 {
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;
	font-weight: Bold; 		
}

h1 {
	font-size: 180%;	
}

h2 {
	font-size: 120%;
	text-transform: uppercase;
	color: #00336F;
}

h3 {

	font-size: 120%;

	color: #666666; 

}

h4 {
margin-top:4px;
margin-bottom:5px;
font-size:100%;

}

side-title a{
margin-top:4px;
margin-bottom:5px;
font-size:100%;
font-weight:bold;
color: #00336F;


}

/* images */

.image-box {

	background: #FAFAFA;

   border: 1px solid #E5E5E5;

	padding: 5px;

}

img.float-right {

  margin: 5px 0px 10px 10px;  

}

img.float-left {

  margin: 5px 10px 10px 0px;

}



h1, h2,  p {

	padding: 10px;		

	margin: 0;

}



h3 {



padding:5px;



}

ul, ol {

	margin: 5px 20px;

	padding: 0 20px;

}

ul li {

	list-style-image: url(bullet.gif);

}



code {

  margin: 5px 0;

  padding: 10px;

  text-align: left;

  display: block;

  overflow: auto;  

  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;

  /* white-space: pre; */

  background: #FAFAFA;

  border: 1px solid #f2f2f2;  

}

acronym {

  cursor: help;

  border-bottom: 1px solid #777;

}

blockquote {

	margin: 10px;

 	padding: 0 0 0 28px;  

   border: 1px solid #f2f2f2; 

  	background: #FAFAFA url(quote.gif) no-repeat 5px 5px;    

}



/* start - table */

table {

	border-collapse: collapse;

	margin: 10px;	

}

th strong {

	color: #fff;

}

th {

	background: #BFD2D0;

	height: 29px;

	padding-left: 12px;

	padding-right: 12px;

	color: #FFF;

	text-align: left;

	border-left: 1px solid #FFF;

	border-bottom: solid 2px #FFF;

}

tr {

	height: 30px;

}

td {

	padding-left: 11px;

	padding-right: 11px;

	border-left: 1px solid #FFF;

	border-bottom: solid 1px #ffffff;

}

td.first,th.first {

	border-left: 0px;

}

tr.row-a {

	background: #F8F8F8;

}

tr.row-b {

	background: #EFEFEF;

}

/* end - table */



/* form elements */

form {
	margin:10px; padding: 0 5px;
	border: 1px solid #CCCCCC; 
	background-color: #F2F7F9; 
}

label {

	display:block;

	font-weight:bold;

	margin:5px 0;

}

input {

	padding:2px;

	border:1px solid #eee;

	font: normal 1em Verdana, sans-serif;

	color:#777;

}



select {

	padding:2px;

	border:1px solid #eee;

	font: normal 1em Verdana, sans-serif;

	color:#777;

}

textarea {

	width:400px;

	padding:2px;

	font: normal 1em Verdana, sans-serif;

	border:1px solid #eee;

	height:100px;

	display:block;

	color:#777;

}

input.button { 

	font: bold 12px Arial, Sans-serif; 

	height: 24px;

	margin: 0;

	padding: 2px 3px; 

	color: #FFF;

	background: #8EB50C url(button-bg.jpg) repeat-x 0 0;

	border: none;

}



/* search form */

.searchform {

	background-color: transparent;

	border: none;	

	margin: 0; padding: 5px 0 15px 0;	

	width: 190px;	

}

.searchform p { margin: 0; padding: 0; }

.searchform input.textbox { 

	width: 120px;

	color: #777; 

	height: 18px;

	padding: 2px;	

	border: 1px solid #E5E5E5;

	vertical-align: top;

}

.searchform input.button { 

	width: 60px;

	height: 24px;

	padding: 2px 5px;

	vertical-align: top;

}







/* header links */





#header-links {
	width:150px;
	position: relative;
	top:-50px;
	left:655px;
	z-index:10;
}






/* Menu */

#menu {

	background:url(nav_bar_shadow.png) repeat-x;
	font: bold 11px/37px Verdana, Arial, Tahoma, Sans-serif;
	height:57px;
	width:100%;

}

.menuwrap
{
	width:817px;
	height:57px;
}

#menu ul {

	float: right;
	list-style: none;
	margin:0; padding: 0;

}

#menu ul li {

	display: inline;
}

#menu ul li a {
	display: block;
	float: left;
	padding: 0 10px;
	color: #FFF;	
	text-decoration: none;

}

#menu ul li.last a {
	margin-right: 85px;	
}



/*IE Hack for non ie browsers*/

html> body #menu ul li.last a {

	margin-right: 75px;	

}



#menu ul li a:hover {

	color: #00336F;	
	background: url(menu_sel.jpg) repeat-x 0 0;	


}

#menu ul li#current a {	
	background: url(menu_sel.jpg) repeat-x 0 0;
	color: #00336F;

}



/* Main Column */

#main {
	float: right;
	width: 550px;
	padding: 0;
	margin-right:15px;
	display: inline;
	text-align:left;

}





#main h1 {

	margin-top: 30px;

	font: Bold 180% 'Trebuchet MS', Tahoma, Sans-serif;

	color: #00336F; 

	padding: 5px 0 5px 7px; 	

	border-bottom: 1px solid #EFF0F1;

	/*background: #FFF url(square-green.png) no-repeat 3px 50%;	*/

}

#main p
{
 font-size:112%;
 }


/* Portfolio Items */





.client {

width:100%;

padding-top: 13px;

margin-bottom:20px;

padding-right:5px;
height:100%;


}





.client p {

 margin-top: 0; 

padding-top: 0;



}



.client h3 {

padding-bottom: 5px;
margin-top:10px;

}



.client h3 a {

color:#555;



}

.client h3 a:hover {

	color: #2180BC;

}



.para {

width:100%;

padding-top: 13px;



}

.para p {

 margin-top: 0; 

padding-top: 0;



}

.para h3

{

padding-bottom: 5px;

}





/* END Portfolio */





.post-footer {

	background-color: #F2F7F9;
	padding: 5px;
	border: 1px solid #f2f2f2;
	font-size: 95%;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;

}

.post-footer .date {

	background: url(clock.gif) no-repeat left center;

	padding-left: 20px; margin: 0 10px 0 5px;

	float:left;

}

.post-footer .feed {

	background: url(feed.gif) no-repeat left center;

	padding-left: 20px; margin: 0 10px 0 5px;

}

.post-footer .readmore {

	background: url(page.gif) no-repeat left center;

	padding-left: 20px; margin: 0 10px 0 5px;

}











/* Sidebar */	

#sidebar {
	float: left;
	width: 223px;
	padding: 0;
	margin: 0;
	color: #68774A;
	margin-left: 17px;

}	

#sidebar h1 {

	margin-top: 10px;

	padding: 5px 5px; 

	font: bold 1.4em 'Trebuchet MS', Tahoma, Sans-serif;

	color: #00336F;	

}

#sidebar ul.sidemenu {

	list-style: none;

	text-align: left;

	margin: 7px 4px 8px 0; padding: 0;

	text-decoration: none;		

	background: url(dots.jpg) repeat-x left top;

}

#sidebar ul.sidemenu li {

	list-style: none;

	list-style-image:none;

	background: url(dots.jpg) repeat-x left bottom;

	padding: 7px 0 4px 5px;


	color: #68774A;	

}
#sidebar ul.sidemenu li p {
	margin-left:-10px;
	padding:0px 0px 5px 10px;
}
* html body #sidebar ul.sidemenu li {

	height: 1%;

}

#sidebar ul.sidemenu li a {

	text-decoration: none;	

	background-image: none;	
	font-weight:bold;
	color: #666666;			

}

#sidebar ul.sidemenu li a:hover {	

	color: #1773BC;

	text-decoration:underline;	

}



#sidebar #AuthorizeNetSeal  

{

margin-bottom: 15px;

text-align:center;

font-size: 92%;	

color: #666666;			



}



#sidebar #AuthorizeNetSeal a 

{



color: #666666;			



}

#sidebar #AuthorizeNetSeal a:hover 

{



color: #1773BC;

	text-decoration:underline;	

}



.align-right

{



text-align:right;



}





/* Footer */	

#footer {

	color: #C6DDEE;
	margin:0 auto;
	background:url(footer.png) no-repeat center top;

	width: 820px;
	height: 65px;

	text-align: center;	

	font-size: 92%;	

}

#footer a { 

	color: #FFF;

	text-decoration: none; 

}



/* alignment classes */

.float-left  { float: left; }

.float-right { float: right; }

.align-left  { text-align: left; }

.align-right { text-align: right; }



/* display and additional classes */

.clear { clear: both; }

.whiskleft
{
background:url(whisk-l.png) repeat-x;
float:left; 
width:100%;
height:191px;

}

#clear
{
	clear:both;
	
}

.side-icon
{
	border:none;
	float:left;
	margin-right:5px;
}

.img-wrapper
{
background:url(drop_shadow.jpg) no-repeat bottom right;
clear:right;
float:left;
margin-right:7px;
margin-left:15px;
margin-top:15px;
margin-bottom:10px;
}

.img-wrapper-right
{
background:url(drop_shadow.jpg) no-repeat bottom right;
clear:right;
float:right;
margin-right:12px;
margin-left:20px;
margin-top:20px;
margin-bottom:10px;
}

.img-wrapper img, .img-wrapper-right img
{
background-color:#FFFFFF;
border:1px solid #a9a9a9;
padding:4px;
margin: -5px 5px 5px -5px;
}

img.right-curved
{
	float:right;
	clear:right;
}
