/* CSS Document */

@import "reset.css";

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	background-color: #f3f3eb;
	color:#515151;
	/*line-height:1.3em;*/
}

h1 {
	color:#E52F2C;
	font:28px Trebuchet MS, Arial, Helvetica, sans-serif;
	padding-bottom:10px;
	text-shadow:#FFFFFF 0pt 0pt 0pt;
	font-weight:normal;
	margin-left:10px;
}


h2 {
	font: HelveticaNeue,"Helvetica Neue",Helvetica;
	font-size:15px;
	font-weight:bold;
	font-variant:normal;
	color:#3B246C;
	text-transform:uppercase;
	margin-left:10px;
	padding-bottom:10px;
	margin-top:30px;
}

h3 {
	font: HelveticaNeue,"Helvetica Neue",Helvetica;
	font-size:13px;
	font-weight:bold;
	font-variant:normal;
	color:#E52F2C;
	text-transform:uppercase;
	margin-left:10px;
	margin-top:10px;
}


p{
	
	line-height: 1.8;
	margin-left:10px;
	margin-right:10px;

}

ul{
	margin-left:30px;
}

a{
	color:#E52F2C;
}

img{
	padding-left:10px;
	padding-right:10px;
	padding-top:0xp;
	padding-bottom:0px;
}


/* ========================= Classes =================================*/

.clear{clear:both;}
.left{ float:left;}
.right{float:right;}
.thumbnail{background:url(../images/Notebook_thumbnail.gif) no-repeat left; padding-left:115px;}
.learningThumbnail{background:url(../images/learning_thumbnail.gif) no-repeat left; height:80px; padding-left:75px; line-height:3em;}
.serviceThumbnail{background:url(../images/service_thumbnail.gif) no-repeat left; height:80px; padding-left:75px; line-height:3em}
.workThumbnail{background:url(../images/work_thumbnail.gif) no-repeat left; height:80px;  padding-left:85px; line-height:3em}
.video{background:url(../images/video.gif) no-repeat; width:100px; height:40px; padding-left:50px; line-height:2.5em;}
.internet{background:url(../images/internet.gif) no-repeat; width:100px; height:40px; padding-left:50px; line-height:2.5em;}
.email{background:url(../images/email.gif) no-repeat; width:100px; height:40px; padding-left:50px; line-height:2.5em;}
.linkedIn{background:url(../images/linkedIn.gif) no-repeat; width:20; height:20; padding-left:30px; padding-bottom:10px; line-height:1em;}
.homepageTagLine{font-family:Georgia, "Times New Roman", Times, serif; color:#CE1F16; font-size:20px;}


/* ========================= Navigation =================================*/
#topNav {
	width:100%;
	background: url(../images/top_nav_bg2.gif) repeat-x;
	height:81px;
}

#topNavContent {
	margin-left:auto; 
	margin-right:auto; 
	width:980px; 
	background: url(../images/header.gif) no-repeat;
	height:91px;
}

#du	{
	width:265px;
	height:20px;
	padding-top:10px;
}


#mainNav{
	position: relative;
	margin: 0px auto;
	text-align: left;
}

#menu{
	display: block;
	margin: 40px 0px 0px 50px;
	padding: 0px;
	height: 45px;
	position: absolute;
	font: HelveticaNeue,"Helvetica Neue",Helvetica;
}

#menu li {
	display: inline;
	margin: 0px;
	padding: 0px;
}

#menu li a {
	display: block;
	float: left;
	margin: 0px;
	padding: 0px 18px;
	height: 45px;
	line-height: 43px;
	text-decoration:none;
	color:#E52F2C;
	font-weight:bold;
	background-image: url(../images/icon_arrow.gif);
	background-repeat:no-repeat;
	background-position: 0px;
	
}


/* ========================= Container =================================*/
#container{
	margin-left:auto;
	margin-right:auto;
	width:956px !important;
	width:956px; /* IE 6 only */
	background-image: url(../images/bg_brown.gif);
}

html>body #container {
	width:956px;
	margin-left:auto;
	margin-right:auto;
	background-image: url(../images/bg_brown.gif);
}

#main{
	padding-top:40px;
	padding-left:30px;
	padding-right:30px;
	padding-bottom:30px;
}

/* ========================= Left Column =================================*/

#leftCol{
	width: 250px !important;
	width: 240px; /*IE 6 only */
	/*border:1px solid #000000;*/
	margin-right:10px;
	margin-top:25px !important;
	margin-top:15px;
}

#leftColHome{
	width: 450px !important;
	width: 450px; /*IE 6 only */
	/*border:1px solid #000000;*/
	margin-left:10px;

}


/* ========================= Right Column =================================*/
#rightCol{
	width: 600px;
	margin-top:10px;
	padding:0px;	
}



#rightColHome{
	width: 365px;
	/*border:1px solid #000000;*/
	margin-right:10px;
}



/* ========================= Content =================================*/

#divider{
	background: url(../images/bg_divider.gif) no-repeat;
	width:413px;
	height:5px;
	padding-bottom:10px;
	margin-left:10px;
}

/* -----home-----*/

#welcomeBox{
	background: url(../images/welcome.png) no-repeat;
	width:350px;
	height:250px;
}

#welcomeBox h1{
	font-size: 22px;
	padding-left:10px;
	padding-right:10px;
	padding-top:15px;
}

#welcomeBox p{
	padding-left:10px;
	padding-right:10px;
	color:#666666;
}

#projects{
	margin-top:10px;
	width:inherit;
}

.project{
	margin-top:20px;
	
}

.project .graphic{
	float:left;
}

.project .button{
	margin-left:5px;
}

.project .text{
	float:left;
	width:240px;
	margin-left:20px;
	
}

.project h1{
	font-size: 20px;
	padding:0px;
	margin-left:10px;
	color:#107E2C;
}

/* -----service-----*/

#feature{
	width:750px;
	background: url(../images/feature3.gif) no-repeat;
	margin-left:10px;
	margin-top:20px;
	
}

#featureLeftCol{
	width:380px;
	padding-bottom:10px;
	float:left;
}

#featureRightCol{
	float:right;
	margin-top:40px;
}

#feature p{
	margin-left:0px;
}

#featureContent{
	padding:30px;
	margin-left:10px;
}


#feature h1{
	font: HelveticaNeue,"Helvetica Neue",Helvetica;
	font-size:15px;
	font-weight:bold;
	font-variant:normal;
	color:#3B246C;
	text-transform:uppercase;
	margin:0px;
}

#feature h2{
	font: HelveticaNeue,"Helvetica Neue",Helvetica;
	font-size:12px;
	font-weight:bold;
	font-variant:normal;
	color:#E52F2C;
	text-transform:uppercase;
	padding-bottom:10px;
	margin-top:10px;
	margin-left:0px;
}

.projectTitle{
	margin-top:20px;
}


/* ---- volunteermatch ----*/

#volunteerMatch p{line-height:1.5em;font: 14px Georgia;}


#volunteerMatch fieldset{
	width:380px;
	margin: 0px 20px 20px 10px;
    /*padding : 1em;*/
    background-color: #fff;
    border : 1px solid #8DD42C;
    border-top: 4px solid #8DD42C;
    -moz-border-radius: 4px;
	-webkit-border-radius: 4px /* safari support*/
}


#volunteerMatch label {
    display : block;
	padding-left:-10px;
	margin:0px;
	font: 13px Georgia;

}

#volunteerMatch #checkboxTable{
	margin-left:10px;
}

#volunteerMatch input, #volunteerMatch select {
	
	border : 1px solid #ccc;
	color: #333;
	font-weight: normal;
	margin-left:10px;
	padding: 4px 5px;
	font: 13px Georgia;
}

#volunteerMatch select {
	
	margin-left:10px;
	padding: 4px 5px;
	font: 13px Georgia;
}


#volunteerMatch #search{
	margin:0px;
	background-color:#8DD42C;
	font-style:normal;
	font-weight:bold;
	border:none;
	color:white;
}

/* --- Work --- */

/* ========================= Footer =================================*/

#footer {
	margin-left:auto;
	margin-right:auto;
	width:955px !important;
	width:956px; /* IE 6 only */
	background: url(../images/footer.gif) repeat-y;
	font-size:11px;
}

#footer p{line-height: 1.4em;}

#footerContent {
	padding-top:20px;
	padding-left:30px;
	padding-right:30px;
	padding-bottom:10px;
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;
}

#footer a:link, #footer a:visited {color:#FFFFFF;}
#footer a:hover {color:#FFFFFF;}
