

/* =Basic HTML
--------------------------------------------------------------------------------*/


body
{
font-family: Arial, Helvetica, sans-serif;
font-size:0.8em;

line-height:1.3em;
color:#646462;
margin-top:0px;
	background-image:url(../images/bg-body.jpg);
	background-repeat:repeat-x;

	
}

a:focus
{
	outline: 1px dotted invert;
}






hr
{
	border-color: #ccc;
	border-style: solid;
	border-width: 1px 0 0;
	clear: both;
	height: 0;
}

#header{
width: 940px;
height: 152px;
display: inline;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	margin-top:0px;
	margin-bottom:0px;

}

.spacer{
	width: 940px;
height: 20px;
display: inline;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	margin-top:0px;
	margin-bottom:10px;
	border-top:1px #CCC solid;
}

.logo{
	float:left;
}

.socials{
	width: 212px;
	height:49px;
	margin-left:508px;
	float:left;
	background-image:url(../images/socials-bg.jpg);
	padding-top:10px;
	text-align:center;
	
}

.links{
	width: 380px;
	height:298px;
	margin-left:0px;
	float:left;
	background:url(../images/links.jpg) no-repeat top;
	padding:100px 0px 0px 0px;
}
.linktext{
	margin:20px;
}
	
.testimonial{
	border-bottom:1px #CCC solid;
	margin: 20px 10px 0px 10px;
	
}


.flags{
	height:19px;
	width:100px;
	float:right;
	text-align:right;
	margin-top:45px;
}


#navbar{

font-size:1.5em;
float:left;

width: 596px;
height: 52px;
display: inline;
	float: left;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom:0px;
	

}

#navbar a:link {

	text-decoration: none;
}

#navbar a:visited {

	text-decoration: none;
}

#navbar a:hover {
	text-decoration: none;
}

#navbar a:active {
	
	text-decoration: none;
}




#picbar{
width: 940px;
height: 295px;

	float: left;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
}


#smallbanner{
width: 940px;
height: 61px;

	float: left;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}

#footer{
padding-top:0px;
border-top:#ededed solid 1px;
width: 100%;
height: 130px;
display: inline;
	float: left;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-top: 20px;
	background:url(../images/bg-footer.jpg) top repeat-x;
}

#footer p{
	height:55px;
	width:100%;
	text-align:center;
	
	line-height:27px;
	padding-left:10px;
	padding-top:22px;
	float:left;
	color:#777;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}


a:link {
	color: #679200;
	text-decoration: none;
}

a:visited {
 color: #679200;
	text-decoration: none;
}

a:hover {
	color: #679200;
	text-decoration: underline;
}

a:active {
	color: #679200;
	text-decoration: none;
}


.biggreen {
	color: #679200;
	font-size:150%;
	
}

.boldtext {
	
	font-weight:bold;
}

.smalltext {
	
font-size:9px;
}

.projectbox{
width: 450px;
padding-bottom:0px;
margin-bottom:15px;
display: inline;
float: left;
margin-left: 0px;
margin-right: 0px;
border-bottom:#CCC solid 1px;
}
.projectamount{
width: 450px;
float:left;
}



.shirtname, a{
	color: #000000;
	text-decoration: none;
}


.gallerypic {
border:2px; border-thickness: 2px; border-color: #FFFFFF; border-style: solid;
}

a:link .gallerypic { border-color: #FFFFFF; }
a:hover .gallerypic, a:active .image {border:2px; border-thickness: 2px; border-color: #FF0084; border-style: solid}


/* =Headings
--------------------------------------------------------------------------------*/

h1{

font-size: 1.5em;
	color:#444;
	font-weight:normal;
	line-height:1.2em;
	margin-bottom:15px;
	text-transform:uppercase;
}

h2{

font-size: 1.2em;
font-family:Arial, Helvetica, sans-serif;
text-transform:uppercase;
font-weight:bold;
	color:#2aaae1;
	border-bottom: 1px solid #CCC;
	
	line-height:1.2em;
	padding-bottom:10px;
	margin-bottom:12px;
	margin-top:30px;
}

h3
{
	font-size: 1.6em;
	color:#002a5c;
	font-weight:normal;
	line-height:1.2em;
}

h4
{
	font-size: 19px;
}

h5
{
	font-size: 17px;
}

h6
{
	font-size: 15px;
}


hr
{ height: 1px; 
border: 1px solid #C9C9C9;
clear:both;
 
}

img.left
{
float: left;
margin-right: 14px;
margin-bottom:7px;
}

img.right
{
float: right;
margin-left: 14px;
margin-bottom:7px;
}

/* =Spacing
--------------------------------------------------------------------------------*/

ol
{
	list-style: decimal;
}

ul
{
	list-style: square;
}

li
{
	margin-left: 30px;
}

p,
dl,
hr,

h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset
{
	margin-bottom: 20px;
}


/* =form
--------------------------------------------------------------------------------*/

.cssform{
padding-top: 12px;

}


.cssform p {
border-top:1px dashed gray;
clear:left;
height:1%;
margin:0;
padding:5px 0 8px 155px;
width:300px;
}
.cssform label {
float:left;
font-weight:bold;
margin-left:-155px;
width:150px;
}

.cssform textarea {
height:150px;
width:250px;
}
* html .threepxfix {
margin-left:3px;
}
.cssform textarea {
background:#FFFFFF url(../images/formgrad.png) repeat-x scroll left top;
border:1px solid #999999;
}
.cssform input {
padding:1px 5px;
}
.cssform textarea {
padding:5px;
}


#signup{


font-family:Arial, Helvetica, sans-serif;
width: 940px;
height: 90px;
display: inline;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	margin-top:20px;
	margin-bottom:10px;
	margin-top:10px;
	background-image:url(../images/signupbg.jpg);
	background-position:top;
	background-repeat:no-repeat;
	
	
	

}

#signup_column1{
width: 190px;
display: inline;
	float: right;
	margin-left: 10px;
	margin-right: 10px;
	padding-top:5px;
	font-family:Arial, Helvetica, sans-serif;
font-size:12px;

font-weight:bold;
line-height:25px;
text-align:right;
}

#signup_column2{
width: 230px;
display: inline;
	float: right;
	margin-left: 10px;
	margin-right: 10px;
	padding-top:5px;
	font-family:Arial, Helvetica, sans-serif;



line-height:41px;
text-align:right;
}


.underlinemenu{
	font-family:Arial, Helvetica, sans-serif;
font-weight: normal;
float:left;

}

.underlinemenu ul{
text-align: left;
margin-left:-40px;
}

.underlinemenu ul li{
display: inline;
margin:0px 24px 0px 0px;
}

.underlinemenu ul li a{
text-decoration: none;
padding-bottom:13px;
padding-top:13px;
color:#202020;

}

.underlinemenu ul li a:hover, .underlinemenu ul li a.selected{
border-bottom-color: #00aeef;
color:#090;
}


.capboxhome {width:553px;
float:right;

margin-left:0px;
font-style:italic;
font-family:arial;
font-size:smaller;
text-align:left;}
.capimage {border: none;}

.capbox450 {width:450px;
float:right;

margin-left:0px;
font-style:italic;
font-family:arial;
font-size:smaller;
text-align:left;}

.capbox530 {width:530px;
float:left;

margin-left:0px;
font-style:italic;
font-family:arial;
font-size:smaller;
text-align:left;
margin-bottom:15px;
padding-right:10px;}


/* Main */
#menu{
	width: 100%;
	margin: 43px 0px 0px 0px;
	padding: 10px 0 0 0;
	list-style: none;
	border-bottom:#3a4958 2px solid; 
	
	
}

#menu li{
	float: right;
	padding: 0 0 10px 0;
	position: relative;
}

#menu a{
	float: left;
	height: 20px;
	padding: 0 3px;
	color: #fff;
	font-size:14px;
	text-decoration: none;
	text-transform:uppercase;
	
}

#menu li:hover > a{
	color: #b2d234;
}

*html #menu li a:hover{ /* IE6 */
	color: #b2d234;
}

#menu li:hover > ul{
	display: block;
}

/* Sub-menu */

#menu ul{
    list-style: none;
    margin: 0;
    padding: 0;    
    display: none;
    position: absolute;
    top: 35px;
    left: 0;
    z-index: 99999;    
    background: #f7f7f7;
    background: -moz-linear-gradient(#f7f7f7, #ebebeb);
    background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #ebebeb),color-stop(1, #f7f7f7));
    background: -webkit-linear-gradient(#f7f7f7, #ebebeb);    
    background: -o-linear-gradient(#f7f7f7, #ebebeb);	
    background: -ms-linear-gradient(#f7f7f7, #ebebeb);	
    background: linear-gradient(#f7f7f7, #ebebeb);	
    -moz-border-radius: 5px;
    border-radius: 5px;
	
	 -moz-box-shadow:    0px 0px 1px 1px #d6d6d6;
  -webkit-box-shadow: 0px 0px 1px 1px #d6d6d6;
  box-shadow:         0px 0px 1px 1px #d6d6d6;
}

#menu ul li{
    float: none;
    margin: 0;
    padding: 0;
    display: block;  
    -moz-box-shadow: 0 1px 0 #d7d7d7, 0 2px 0 #fefefe;
    -webkit-box-shadow: 0 1px 0 #d7d7d7, 0 2px 0 #fefefe;
    box-shadow: 0 1px 0 #d7d7d7, 0 2px 0 #fefefe;
}

#menu ul li:last-child{   
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;    
}

#menu ul a{    
    padding: 10px;
    height: auto;
    line-height: 1;
    display: block;
    white-space: nowrap;
    float: none;
    text-transform: none;
}

*html #menu ul a{ /* IE6 */   
	height: 10px;
	width: 150px;
}

*:first-child+html #menu ul a{ /* IE7 */    
	height: 10px;
	width: 150px;
}

#menu ul a:hover{
        background: #f7f7f7;
	background: -moz-linear-gradient(#dfdfdf,  #f7f7f7);	
	background: -webkit-gradient(linear, left top, left bottom, from(#dfdfdf), to(#f7f7f7));
	background: -webkit-linear-gradient(#dfdfdf,  #f7f7f7);
	background: -o-linear-gradient(#dfdfdf,  #f7f7f7);
	background: -ms-linear-gradient(#dfdfdf,  #f7f7f7);
	background: linear-gradient(#dfdfdf,  #f7f7f7);
}

#menu ul li:first-child a{
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

#menu ul li:first-child a:after{
    content: '';
    position: absolute;
    left: 30px;
    top: -8px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 8px solid #f7f7f7;
}

#menu ul li:first-child a:hover:after{
    border-bottom-color: #ebebeb; 
}

#menu ul li:last-child a{
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

/* Clear floated elements */
#menu:after{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

* html #menu             { zoom: 1; } /* IE6 */
*:first-child+html #menu { zoom: 1; } /* IE7 */






.primary form {
    width: 450px;
    background: url(../images/form-bg.png);
    margin: 35px 0 25px 0;
    padding: 30px 30px 30px 30px;
	border: 1px #CCC solid;
}
.primary form p {
	
    font-size: 14.5px;
	color: #046416;
}
.primary form label {
    display: block;
   
    font-size: 17px;
    line-height: 25px;
    margin: 0 0 5px 0;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 1);
}
.primary form label span {
    color: #046416;
}
.primary form input,
.primary form select,
.primary form textarea {
    margin-bottom: 20px;
	padding: 9px 10px;
    color: #6A6969;
    background: #cbcbcb;
	border-width: 1px;
	border-style: solid;
  	border-color: #b8b8b8 #EBEBEB #EBEBEB #b8b8b8;
	font: 15px Helvetica, Arial, Sans-serif;

    -moz-box-shadow:inset 0 3px 1px rgba(0, 0, 0, .1);
    -webkit-box-shadow:inset 0 1px 3px rgba(0, 0, 0, .1);
    box-shadow:inset 0 1px 3px rgba(0, 0, 0, .1);
}
.primary form textarea {
    height: 125px;
    margin-bottom: 0;
}
.primary form input:focus,
.primary form select:focus,
.primary form textarea:focus {
	background: #F0F0F0;
}
.primary form input.button {
   	height: 38px;
	margin: 5px 0;
	background: #b2d234;
    border: 1px solid #9bb631;
    font-family: "MerriweatherBold", Georgia, Serif;
    font-size: 14px;
    color: #ffffff;
    cursor: pointer;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.5);

    box-shadow: 0px 1px 1px rgba(0,0,0,0.4), inset 0 1px 0 #b2d234;
    -moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.4), inset 0 1px 0 #b2d234;
    -webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.4), inset 0 1px 0 #b2d234;
}
.ie7 .primary form input.button {
    padding: 0 2px;
}
#name, #email, #message, #subject, #website {
	width: 420px;
}
