@charset "UTF-8";
/* CSS Document */

/* Source: http://www.elementalfocus.com/normalizing-your-css/ */
/* Normalize padding and margins taken out form,input,*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre,  fieldset,  p, blockquote, th, td {
	margin: 0;
	padding: 0;
	font-size: 90%;
}

/* Normalize header sizes */
h1, h2, h3, h4, h5, h6, p {
	/*font-size: 50%;*/
}

/* Normalize list styles */
ol, ul {
	list-style: none;
}

/* Normalize font style and weight on odd elements */
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}

/* Normalize table borders */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Normalize other borders */
fieldset, img {
	border: 0;
}

/* Normalize text-alignment */
caption, th {
	text-align: left;
}

/* Normalize (remove) quotation marks */
q:before, q:after {
	content: '';
}

a {text-decoration: none;}

a:active
{
outline: none;
}

a:focus
{
-moz-outline-style: none;
}

/* General Classes */
.clear{clear: both !important; float: none !important;}

/*Fonts*/
/*Sample of font kit from Font Squirrel*/
@font-face {
    font-family: 'AppleChancery';
    src: url('../fonts/apple_chancery-webfont.eot');
    src: url('../fonts/apple_chancery-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/apple_chancery-webfont.woff') format('woff'),
         url('../fonts/apple_chancery-webfont.ttf') format('truetype'),
         url('../fonts/apple_chancery-webfont.svg#AppleChancery') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Sansation';
    src: url('../fonts/Sansation_Regular-webfont.eot');
    src: url('../fonts/Sansation_Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Sansation_Regular-webfont.woff') format('woff'),
         url('../fonts/Sansation_Regular-webfont.ttf') format('truetype'),
         url('../fonts/Sansation_Regular-webfont.svg#Bodoni') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SansationRegular';
    src: url('../fonts/Sansation_Regular-webfont.eot');
    src: url('../fonts/Sansation_Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Sansation_Regular-webfont.woff') format('woff'),
         url('../fonts/Sansation_Regular-webfont.ttf') format('truetype'),
         url('../fonts/Sansation_Regular-webfont.svg#SansationRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'SansationLight';
    src: url('../fonts/Sansation_Light-webfont.eot');
    src: url('../fonts/Sansation_Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Sansation_Light-webfont.woff') format('woff'),
         url('../fonts/Sansation_Light-webfont.ttf') format('truetype'),
         url('../fonts/Sansation_Light-webfont.svg#SansationLight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'SansationBold';
    src: url('../fonts/Sansation_Bold-webfont.eot');
    src: url('../fonts/Sansation_Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Sansation_Bold-webfont.woff') format('woff'),
         url('../fonts/Sansation_Bold-webfont.ttf') format('truetype'),
         url('../fonts/Sansation_Bold-webfont.svg#SansationBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'SansationLightLightItalic';
    src: url('../fonts/Sansation_Light_Italic-webfont.eot');
    src: url('../fonts/Sansation_Light_Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Sansation_Light_Italic-webfont.woff') format('woff'),
         url('../fonts/Sansation_Light_Italic-webfont.ttf') format('truetype'),
         url('../fonts/Sansation_Light_Italic-webfont.svg#SansationLightLightItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'SansationItalic';
    src: url('../fonts/Sansation_Italic-webfont.eot');
    src: url('../fonts/Sansation_Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Sansation_Italic-webfont.woff') format('woff'),
         url('../fonts/Sansation_Italic-webfont.ttf') format('truetype'),
         url('../fonts/Sansation_Italic-webfont.svg#SansationItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'SansationBoldItalic';
    src: url('../fonts/Sansation_Bold_Italic-webfont.eot');
    src: url('../fonts/Sansation_Bold_Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Sansation_Bold_Italic-webfont.woff') format('woff'),
         url('../fonts/Sansation_Bold_Italic-webfont.ttf') format('truetype'),
         url('../fonts/Sansation_Bold_Italic-webfont.svg#SansationBoldItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}


/*Main Structure*/

h2{
	font: 25px "SansationLight", "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #99782C;
	padding: 8px 0 8px 0;
}
#betsymcnairabout{
	font: 25px "SansationLight", "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #99782C;
	padding: 8px 0 0 0;
}
h3{
	font: 15px "Sansation", "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #99782C;
	padding: 8px 0 8px 0;
}

.cost_h3{
	font: 18px "Sansation", "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #99782C;
	padding: 8px 0 8px 0;
	
	}
h4{
	font: 14px "Sansation", "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #0B3436;
}
h5{
	font: 14px "Sansation", "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #99782C;
}
p{
	font: 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
}
.dollar_text{
	font: 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #0B3436;
	}
.wrapper{
	margin: 0 auto;
	width: 960px;
	/*border: 1pt solid yellow;*/
/*	min-height: 1200px;*/
	}
	
/*Colors*/

/*#5C6B6D - Light Green
  #0B3436 - Dark Green
  #99782C - Gold Lettering
 */
  
	
/*Home Page*/

#topheader{
	height: 10px;
	/*background:#333;*/
	background: #5C6B6D;
}

#wrappertopheader{
    position: relative;
}

#wrappertopheader #drips{
	position: relative;
	z-index: 10;
	display: block;
    margin: 0 0 0 850px;
	/*border: 1pt solid green;*/
}

header{
	min-height: 150px;
	/*border: 1pt solid #000;*/
}

#wrapperheader{
	height: 150px;
	/*border: 1pt solid green;*/
}

#wrapperheader img{
	position: relative;
	display: block;
	float: left;
	margin: 20px 0 0 0;
	/*border: 1pt solid red;*/
	z-index: 20;
}

nav{
	min-height: 50px;
	
}

#wrappernav{
	height: 50px;
	border-bottom: 2pt solid #0B3436;
	/*border: solid 1pt red;*/
}

nav ul{
	float: left;
	width: 100%;
	height: 50px;
	/*border: 1pt solid #000;*/
}

nav ul li{
	float: left;
	/*width: 14%;*/
	/*border: 1pt solid #000;*/
	padding: 20px 30px 0 0;
	height: 30px;
	font: 20px "Sansation", "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #0B3436;/*dark green*/
	position: relative;
}

nav ul li:hover a{
	color: #99782C;/*gold*/
	
}

nav ul li a{
	color: #0B3436;
}

nav ul #subnav{
	display: none;
	float: none;
	width: 100%;
	height: 120px; 
	positon: absloute;
	top: 50px;
	left: ;
	z-index: 10;
	padding: 0;
	margin: 6px 0 0 0;
	background: url(../images/drip_nav.png) no-repeat;
}

nav ul li #subnav .subnavli{
	float: none;
	font: 15px "Sansation", "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #99782C;
	padding: 3px 0 0 11px;
	margin: 0;
	display: block;
	height: 20px;
}

nav ul li #subnav #topsubli{
	padding: 40px 0 0 19px;
}

nav ul li #subnav .subnavli a{
	color: #0B3436;
}

nav ul li:hover #subnav{display: block;}
nav ul li #subnav:hover{display: block;}
nav ul li #subnav .subnavli:hover a{color: #99782C;/*gold*/}

#mainbody{
	min-height: 500px;
	/*border-bottom: 1pt solid #000;*/
}

#wrappermainbody{
	min-height: 500px;
	/*border: solid 1pt red;*/
}

#maincontent{
	float: left;
	height: 100%;
	width: 50%;
	/*border: 1pt solid red;*/
}

#maincontent ul{
	font: 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
	list-style: disc inside;
	padding: 15px 0 0 20px;	
}

#sidebar{
	position: relative;
	float: left;
	height: 100%;
	width: 45%;
	/*border: 1pt solid red;*/
	margin: 0 0 0 15px;
}

#sidebar #imageholder{
	position: absolute;
	top: 38px;
	left: 38px;
	border: 2pt solid #000;
	width: 411px;
	height: 259px;	
}

#sidebar #imageholder img{
	padding: 0 0 0 0;
}

#sidebar img{
	padding: 20px 0 0 20px;
}

footer{
	min-height: 150px;
	/*border-bottom: 5pt solid #000;*/
	background: #5C6B6D;
}

#wrapperfooter{
	position: relative;
	height: 100%;
	z-index: 1;
	/*border: solid 1pt red;*/
}

#wrapperfooter #contact{
	 float: left;
}

#wrapperfooter #contact ul{
	font: 16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #fff;
	padding: 20px 0 0 0;	
}

#wrapperfooter #contact ul li{
	padding: 10px 0 0 0;	
}

#wrapperfooter #contact ul li a{
	color: #fff;	
}

#wrapperfooter #contact ul li a:hover{
	color: #999;	
}



/*div
{
width:100px;
height:100px;
background:red;
transition:width 2s;
-moz-transition:width 2s; /* Firefox 4 */
/*-webkit-transition:width 2s;*/ /* Safari and Chrome */
/*-o-transition:width 2s;*/ /* Opera */
/*}*/

/*div:hover
{
width:300px;
}*/
 
#wrapperfooter #imageinkdrip{
	 float: left;
 }
#wrapperfooter #imageinkdrip img{
	display: block;
	margin: 0 0 0 510px;
	padding: 20px 0 0 0;
}

#bottomfooter{
	height: 8px;
	background: #0B3436;
}

/*Footer Social Media Icons*/
#linkedin-icon {
    background: url(../images/media_linkedin_color.png) no-repeat scroll 0 0 transparent;
   /* right: 211px;*/
   right: 85px;
}
#twitter-icon {
    background: url(../images/media_twitter_color.png) no-repeat scroll 0 0 transparent;
    /*right: 169px;*/
	right: 42px;
}
#facebook-icon {
    background: url(../images/media_facebook_color.png) no-repeat scroll 0 0 transparent;
    right: 127px;
}
#dribbble-icon {
    background: url(../images/media_dribbble_color.png) no-repeat scroll 0 0 transparent;
    right: 85px;
}
#pinterest-icon {
    background: url(../images/media_pinterest_color.png) no-repeat scroll 0 0 transparent;
    right: 42px;
}
#email-icon {
    background: url(../images/media_email_color.png) no-repeat scroll 0 0 transparent;
    right: 0;
}
#linkedin-icon, #twitter-icon, #facebook-icon, #dribbble-icon, #pinterest-icon, #email-icon {
    display: block;
    height: 24px;
    position: absolute;
    top: -24px;
    width: 32px;
    z-index: 5;
}
#linkedin-icon:hover, #twitter-icon:hover, #facebook-icon:hover, #dribbble-icon:hover, #pinterest-icon:hover, #email-icon:hover {
    height: 32px;
    top: -35px;
}

/*Inside Page*/

#wrappermainbody_insidepage{
	height: 850px;
	/*border: solid 1pt red;*/
}

#maincontent_insidepage{
	float: left;
	height: 100%;
	width: 50%;
	/*border: 1pt solid red;*/
}
#maincontent_insidepage ul{
	font: 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
	list-style: disc inside;
	padding: 15px 0 0 20px;	
}

#sidebar_innerpage{
	position: relative;
	float: left;
	height: 100%;
	width: 45%;
	/*border: 1pt solid red;*/
	margin: 0 0 0 15px;
}

#sidebar_innerpage #bannerone{
	display: block;
	position: absolute;
	top: 40px;
	left: 79px;
}

#sidebar_innerpage #bannertwo{
	display: block;
	position: absolute;
	top: 245px;
	left: 79px;
}

#sidebar_innerpage #sidebarone{
	border: 2pt solid #0B3436;
	width: 300px;
	height: 180px;
	margin: 20px 0 20px 100px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;	
}

#sidebar_innerpage #sidebarone p{
	margin: 60px 0 0 0;
	font: 14px "Sansation", "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
	list-style: disc inside;
	padding: 0 20px 0 20px;	
}
  
#sidebar_innerpage #sidebarone a{
	color: #0B3436; 	
}

#sidebar_innerpage #sidebarone a:hover{
	color: #99782C;
}

#sidebar_innerpage #sidebarone ul{
	margin: 60px 0 0 0;
	font: 17px "Sansation", "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
	list-style: disc inside;
	padding: 0 0 0 20px;
}
#sidebar_innerpage #sidebarone ul li a{
	/*color: #0B3436; */
	color: #000;
}

#sidebar_innerpage #sidebarone ul li:hover a{
	color: #99782C;
}

#sidebar_innerpage #sidebartwo{
	border: 2pt solid #0B3436;
	width: 300px;
	height: 550px;
	margin: 0 0 0 100px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;	
}

#sidebar_innerpage #sidebartwo img{
	display: block;
	margin: 0 0 0 65px;
	}

#sidebar_innerpage #sidebartwo p{
	margin: 65px 0 0 0;
	font: 14px "Sansation", "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
	padding: 0 20px 0 20px;
}

#sidebar_innerpage #sidebartwo .paragraph{
	margin: 10px 0 0 0;
	font: 20px "Sansation", "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
	padding: 0 20px 0 20px;
	text-align:center;
}

/*Portfolio*/
.tile{
	 border: 1pt solid red;
	 width: 210px;
	 height: 140px;
	 float: left;
	 margin: 0 10px 20px;
}
	
/*Web*/
/*#5C6B6D - Light Green
  #0B3436 - Dark Green
  #99782C - Gold Lettering
  #CEBC9A - Light Gold
  #91989A  - Lighter Gray Green
 */
#wrappermainbody_websites{
	height: 2150px;
	background: #0B3436;
	border-top: 3pt solid #91989A;
	/*border: solid 1pt red;*/
}
#web_graphic{
	margin: 0 0 0 40px;
	}
#web_graphic h2{
	float: left;
	margin: 0 15px 0 0;
}

#web_graphic h2 a{
	color: #999;
	}
#web_graphic h2 a:hover{
	color: #666;
	}

.innerwrappercontentweb{
	padding: 0 0 0 0;
}
.innerwrappercontentweb .webdesc, #innerwrappercontentposter .webdesc{
	float: left;
	border: 4pt solid #91989A;
	height: 280px;
	width: 500px;
	margin: 20px 20px 0 35px;
	padding: 0 0 0 0;	
	background: #fff;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	/*-webkit-box-shadow:5px 5px 7px #999; 
  	-moz-box-shadow: 5px 5px 7px #999; 
  	box-shadow:5px 5px 7px #999;*/
}
.innerwrappercontentweb .webdesc h2, #innerwrappercontentposter .webdesc h2{
	font: 18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #99782C;
	padding: 20px 20px 20px 20px;		
}
.innerwrappercontentweb .webdesc p, .innerwrappercontentweb .webdesc p a{
	font: 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
	padding: 0 20px 10px 20px;
	width: 450px;		
}
.innerwrappercontentweb .webdesc .weblinkp{/*, .innerwrappercontentweb .webdesc .weblinkp a{*/
	font: 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #fff;
	padding: 10px 20px 0 20px;
	width: 380px;
	height: 30px;	
	/*border: 1pt solid #000;	*/
	margin: 0;
	background: url(../images/web_banner_background.png) no-repeat;
}

.innerwrappercontentweb .webdesc .weblinkp a:hover{
	color: #CEBC9A;	
}
.innerwrappercontentweb .webdesc .weblinkp a{
	font: 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #fff;
	width: 380px;
	height: 30px;	
	/*border: 1pt solid #000;	*/
	margin: 0;	
}

.innerwrappercontentweb .web{
	border: 4pt solid #91989A;
	float: left;
	overflow: hidden;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	margin: 20px 0 0 0;
	width: 350px;
	height: 280px;
}

.innerwrappercontentweb .controls_web{
	height: 20px;
	margin: 10px 0 0 710px ;
	cursor: pointer;
	width: 50px;
	color: #000;
	font-size: 14px;
}

.innerwrappercontentweb .controls_sub{
	font-size: 20px; 
	color: #000; 
	cursor: pointer; 
	float: right; 
	padding: 0 0 0 5px;
	}
	
/*Graphic*/

#wrappermainbody_graphics{
	height: 3500px;
	background: #0B3436;
	border-top: 3pt solid #91989A;
	/*border: solid 1pt red;*/
}

.innerwrappercontentweb .web_poster{
	position: relative;
	border: 4pt solid #999;
	float: left;
	overflow: hidden;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	margin: 20px 0 0 0;
	width: 350px;
	height: 280px;
	}

.innerwrappercontentweb .web_poster .viewlargerimage{
	display: block;
	position: absolute;
	z-index: 10;
	margin: 0 0 0 0;
	height: 100%;
	width: 100%;
	background: url(../images/graphics35.png) no-repeat;
	opacity: 0;
	transition: opacity 0.6s ease-in-out 0s;
	}
.innerwrappercontentweb .web_poster .viewlargerimage:hover {
	opacity: .75;
	}
	
.innerwrappercontentweb .largeImg p{
	display: block;
	color: #fff;
	/*border: 1pt solid #999;*/
	width: 380px;
	min-height: 30px;
	padding: 10px 0 0 20px;	
	margin: 0 190px 20px 0;
	/*background: #A7BDD8;*/
	background: url(../images/web_banner_background.png) no-repeat;
	}
.innerwrappercontentweb .largeImg p a{
	color: #fff;
	padding: 10px 0 0 0;
	cursor: pointer;
}
.innerwrappercontentweb .largeImg p a:hover{
	color: #CEBC9A;
}


.innerwrappercontentweb .controls{
	height: 20px;
	margin: 10px 0 0 705px ;
	cursor: pointer;
	width: 50px;
	color: #fff;
	font-size: 14px;
	}
.icon-circle-arrow-right, .icon-circle-arrow-left{color: #fff;}

/*About*/

#sidebar_innerpage #sidebartwo_about #sideimage{
	display: block;
	border: 15pt solid #0B3436;
	margin: 20px 0 0 0;
	overflow: hidden;
	-webkit-box-shadow:5px 5px 5px #000; 
    -moz-box-shadow: 5px 5px 5px #000; 
    box-shadow:5px 5px 5px #000;
/*	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;*/
}

#sidebar_innerpage #sidebartwo_about{
	/*border: 2pt solid #0B3436;*/
	width: 300px;
	height: 400px;
	margin: 0 0 0 100px;	
}

#sidebar_innerpage #bannertwo_about{
	display: block;
	position: absolute;
	top: 460px;
	left: 79px;
}

/*Resume Holder*/
/*#5C6B6D - Light Green
  #0B3436 - Dark Green
  #99782C - Gold Lettering
  #CEBC9A - Light Gold
  #91989A  - Lighter Gray Green
 */
 
#wrappermainbody_resume{
	height: 1150px;
	/*background: #5C6B6D ;*/
	/*border-top: 3pt solid #91989A;*/
	/*border: solid 1pt red;*/
}

#wrappermainbody_resume #resume_holder{
	background: url(../images/resume2.jpg) no-repeat;
	margin: 0 0 0 90px;
	min-height: 950px;
	border: 3pt solid #999;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	width: 780px;
	overflow: hidden;	
}

#resume a{
	color: #0B3436;
}

#resume a:hover{
	color: #99782C;
}

#resumepdf{
	width: 30%;
	margin: 0 auto;
	}
#resumepdf p{
	color: #000;
	padding: 0 0 0 80px;
	font: bold 18px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#resumepdf img{
	cursor: pointer;
}
#resumepdf img:hover #tooltipportfolio{
	cursor: pointer;
	display: block;
}

#resumepdf #resumeimg{
	padding: 0 0 0 30px;
}
#linkedin{
	margin: 20px 0 0 90px;
	}
#linkedin #linkedinresume{
	display: block;
	float: left;
	}
#linkedin p{
	display: block;
	float: left;
	color: #000;
	padding: 10px 0 0 10px;
	font: italic 16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	}

/*Contact*/

#wrappermainbody_contact{
	height: 850px;
	/*background: #5C6B6D ;*/
	/*border-top: 3pt solid #91989A;*/
	/*border: solid 1pt red;*/
}

#maincontent_insidepage{
	float: left;
	height: 100%;
	width: 50%;
	/*border: 1pt solid red;*/
}

#contact_holder{
	/*border: 3pt solid #0B3436;*/
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background: #fff;
	width: 500px;
	min-height: 700px;

/*	-webkit-box-shadow:5px 5px0 7px #000; 
    -moz-box-shadow: 0 0 7px #000; 
    box-shadow:5px 5px 7px #000;*/}

#contact_holder p{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000;
	padding: 5px;
	margin: 0 0 0 10px;	
}

#contact_holder a{
	color: #000;
}

#contact_holder a:hover{
	color: #99782C;
}

#contact_holder form ul{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000;
	padding: 5px 200px 5px 5px;
	margin: 0 0 0 10px;
	list-style: none;	
	}
#contact_holder form ul li{
	padding: 20px 0 0 0;
	text-align: right;
	}
#contact_holder form ul li textarea{
	height: 80px;
}
#contact_holder form ul #submit{
	margin: 0 210px 0 0;
}

#contact_holder legend{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000;
	text-align: left;		
}

#checkbox{
	width: 400px;
	}
#contact_holder form ul #checkbox li{
text-align: left;	
}	

/*Contact Success*/
#contact_holder #submit_form{
	display: block;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #090;
	padding: 5px;
	margin: 0 0 0 10px;	
}

/*Cost*/

/*#5C6B6D - Light Green
  #0B3436 - Dark Green
  #99782C - Gold Lettering
  #CEBC9A - Light Gold
  #91989A  - Lighter Gray Green
 */
#wrappermainbody_cost{
	height: 1450px;
}

#sidebar_cost{
	position: relative;
	float: left;
	height: 100%;
	width: 45%;
	/*border: 1pt solid red;*/
	margin: 0 0 0 15px;
}

#sidebar_cost #bannerone{
	display: block;
	position: absolute;
	top: 40px;
	left: 79px;
}

#sidebar_cost #bannertwo{
	display: block;
	position: absolute;
	top: 610px;
	left: 79px;
}

#sidebar_cost #sidebarone{
	border: 2pt solid #0B3436;
	width: 300px;
	height: 180px;
	margin: 0 0 0 100px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;	
}

#sidebar_cost #sidebarone p{
	margin: 60px 0 0 0;
	font: 14px "Sansation", "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
	list-style: disc inside;
	padding: 0 0 0 20px;	
}
  
#sidebar_cost #sidebarone a{
	color: #0B3436; 	
}

#sidebar_cost #sidebarone a:hover{
	color: #99782C;
}

#sidebar_cost #sidebarone ul{
	margin: 60px 0 0 0;
	font: 17px "Sansation", "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
	list-style: disc inside;
	padding: 0 0 0 20px;
}
#sidebar_cost #sidebarone ul li a{
	/*color: #0B3436; */
	color: #000;
}

#sidebar_cost #sidebarone ul li:hover a{
	color: #99782C;
}

#sidebar_cost #sidebartwo{
	border: 2pt solid #0B3436;
	width: 300px;
	height: 550px;
	margin: 20px 0 20px 100px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;	
}

#sidebar_cost #sidebartwo img{
	display: block;
	margin: 0 0 0 65px;
	}

#sidebar_cost #sidebartwo p{
	margin: 65px 0 0 0;
	font: 14px "Sansation", "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
	padding: 0 20px 0 20px;
}

#sidebar_cost #sidebartwo .paragraph{
	margin: 10px 0 0 0;
	font: 20px "Sansation", "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
	padding: 0 20px 0 20px;
	text-align:center;
}


