html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
* { 
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

img {
	max-width:100%;
}

/********************** End CSS Reset ***********************/



body {
	background:url(images/bg.jpg) repeat;
	font-family:'Montaga', sans-serif;
	color:#666	
}

header {
	background: url(images/top.jpg);
	padding:20px 15px;
}


.row {
	overflow:hidden;
}

#top {
	background:#e1e1e1;
	margin-bottom:50px;
	padding:30px 0;
}

.single {
	float:left;
	width:25%;
	padding:15px;
}

#grad {
	background:#707070;
	padding:30px 0;
	margin-bottom:50px;

}

#current {
	background:#707070;
	padding:30px 0;
}

footer {
	background:#e1e1e1;
	margin-top:50px;
	margin-bottom:150px;
	padding:30px 0;
}

h2{
	font-size:36px;
	color:#303030;
	text-transform:uppercase;
	font-weight:700;
}

.container {
	overflow:hidden;
	width:960px;
	margin:auto;
	position:0 15px;
}

.half {
	float:left;
	width:50%;
	padding:0 15px;
}

.one-third {
	float:left;
	width:33.3333%;
	padding:0 15px;
}

.two-thirds {
	float:left;
	width:66.6666%;
}


#top p {
	font-size:24px;
	line-height:1.3em;
}

#top h2, #grad h2, #current h2 {
	margin-left:15px;
}

#grad h2, #current h2 {
	color:#99ff99 ;
}

.half {
	float:left;
	width:50%;
	padding:0 15px;
}

.one-third {
	float:left;
	width:33.3333%;
	padding:0 15px;
}

.two-thirds {
	float:left;
	width:66.6666%;
}


/********* logo styles *****/
#logo {
	position:relative;
}

#logo h1 {	
	font-size:55px;
	color:#000;
	position:absolute;
	top:130px;
	left:200px;
}

#logo h2 {	
	font-size:35px;
	color:#FFF;
	position:absolute;
	top:7px;
	left:57px;

}
/********** link ***********/

#link {
	position:absolute;
	top:35px;
	right:40px;
	width:255px;
	display:block;
	background:#99ff99;
	border-radius:10px;
	color:#666;
	text-decoration:none;
	padding:15px 15px;
}

#link:hover {
	background:#090;
}

#link h2 {
	font-size:26px;
	float:right;
	text-align:right;
	width:150px;
}
	
#link h3 {
	-webkit-transform:rotate(-90deg);
	-moz-transform:rotate(-90deg);
	transform:rotate(-90deg);
	font-size:30px;
	color:#0C0;
	position:absolute;
	bottom:27px;
	left:-15px;
}
	
/************** Footer Styles *************/


.row {
	margin-bottom:20px;
}

footer h3 {
	font-size:24px;
	color:#090;
	margin-bottom:.2em;
}

footer h4 {
	font-size:16px;
	color:#e00101;
	margin-bottom:1em;
}

footer p{
	line-height:1.2em;
}

a {
	color:#090;
	text-decoration:none;
}
a:hover {
	background:#99ff99;
}
@media only screen and (max-width: 960px)   {
	#logo h1 {
		font-size:52px;
		top:133px;
		left:200px;
	}
	
	#link h3 {
		font-size:28px;
		bottom:28px;
		left:-3px;
	}
}


@media only screen and (max-width:768px) {
	#logo h1{
	font-size:35px;
	}
	#top p{
		font-size:20px;
		line-height:30px;
	}
	#link h2 {
	font-size:26px;
	width:150px;
	}
	#link h3 {
		font-size:30px;
		bottom:28px;
		left:-3px;
	}
	.container {
	overflow:hidden;
	width:600px;
	margin:auto;
}
}

@media only screen and (max-width:700px) {
	#link {
		top:60px;
		right:0px;
		width:190px;
	}
	
	#link h2 {
		font-size:15px;
		width:150px;
	}
	
	#link h3 {
		font-size:20px;
		bottom:20px;
		left:-3px;
	}
}

@media only screen and (max-width:480px) {
	.half, .one-third, .two-thirds {
		float:none;
		width:100%;
	}
	
	footer .half {
		float:left;
		width:50%;
	}
	
	#logo img {
		width:150px
	}
	
	#logo h2 {
		font-size:30px;
		top:5px;
		left:40px;
	}
	
	#logo h1 {
		font-size:34px;
		top:75px;
		left:155px;
	}
	
	#link {
		top:3px;
		right:0px;
		width:180px;
	}
	
	#link h2 {
		font-size:15px;
		width:150px;
	}
	
	#link h3 {
		font-size:18px;
		bottom:25px;
		left:-3px;
	}
	header {
		padding:10px 15px 10px 0;
	}
	
	#logo {
		margin-bottom:10px;
	}
	
	#top p, #middle p {
		margin-bottom:1em;
	}
	
	#middle h2 {
		font-size:36px;
	}
	.container {
	overflow:hidden;
	width:400px;
	margin:auto;
}
}

@media only screen and (max-width:330px) {
	
	
	#logo {
		margin-bottom:10px;
	}
	
	#logo img {
		width:120px;
	}
	
	#logo h2 {
		font-size:24px;
		top:7px;
		left:40px;
	}
	
	#logo h1 {
		font-size:25px;
		top:3px;
		left:125px;
	}
	
	#link {
		top:85px;
		right:0;
		width:160px;
	}
	
	#link h2 {
		font-size:13px;
		width:150px;
	}
	
	#link h3 {
		font-size:16px;
		bottom:22px;
		left:-3px;
	}
	
	#top p {
		font-size:18px;
		line-height:1.3em;
	}
	
#grad h2, #current h2 {
	font-size:25px;
}
	footer .half {
		float:none;
		width:100%;
	}
	
	footer p {
		margin-bottom:1em;
	}
	
	.row {
		margin-bottom:0;
	}
	.container {
	overflow:hidden;
	width:300px;
	margin:auto;
}
}
