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


/* ============================================================
    Reset
============================================================ */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

article,aside,details,figcaption,figure, footer,header,hgroup,menu,nav,section { 
    display:block;
}

/*[hidden] {
    display: none;*/

/************************************************************************************
STRUCTURE
*************************************************************************************/

body {
	color:#333; /* 16px */
	-webkit-font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
	margin:0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.3;
	/* background-image: url(assets/bg.gif);*/
}

a {
	text-decoration: none;
	color: #336699;
	-o-transition-property: color;
	-webkit-transition-property: color;
	-moz-transition-property: color;
	transition-property: color;
	-o-transition-duration: 0.2s;
	-webkit-transition-duration: 0.2s;
	-moz-transition-duration: 0.2s;
	transition-duration: 0.2s;
	}
a:hover, a:focus {
	color: #333;
	}
	
a:visited {
	background: none;
	font-weight: normal;
	}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	line-height: 120%;
	font-weight: bold;
	color: #666666;
	padding-bottom: 2.5%;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #666;
	padding-bottom: 2.5%;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #666666;
	padding-bottom: 2.5%;
	font-weight: normal;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #999999;
	padding-bottom: 2.5%;
	font-weight: bold;
	text-align: left;
}

p {
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height: 180%;
	padding-bottom: 6px;
}

.smlbold {
	color: #003366;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 140%;
	font-weight: bold;
}

img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}






/************************************************************************************
MAIN NAV
*************************************************************************************/

nav {
	height: 40px;
	width: 100%;
	font-size: 11pt;
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	background-color: #CCCCCC;
}
nav ul {
	padding: 0;
	margin: 0 auto;
	/*width: 900px;*/
	height: 40px;
}
nav li {
	display: inline;
	float: left;
}
nav a {
	color: #FFF;
	display: inline-block;
	padding-right: 25px;
	padding-left: 25px;
	text-align: center;
	text-decoration: none;
	line-height: 40px;
}
nav li a {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
nav li:last-child a {
	border-right: 0;
}
nav a:hover, nav a:active {
	background-color: #FFFFFF/*A3ECFF*/;
}
nav a#pull {
	display: none;
}




/* Clearfix */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}






/************************************************************************************
STRUCTURE
*************************************************************************************/
#pagewrap {
	width: 900px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	background-color: #FFF;
}

	
.header-left {
	height: auto;
	width: 100%;
	float: left;
	padding-top: 3%;
	padding-bottom: 3%;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	margin-bottom: 2%;
}
.header-right {
	height: auto;
	width: 15%;
	float: right;
	padding-right: 5%;
	text-align: right;
}


.contentheader {
	width: 97%;
	float: left;
	padding-left: 3%;
	padding-top: 3%;
}


#content_home {
	width: 100%;
	float: left;
}

.preview_row {
	width: 100%;
	float: left;
}

#content-wrap {
	width: 100%;
	height: auto;
	float: left;
	background-color: #FFF;
}

.content_preview {
	width: 33.3%;
	float: left;
}


#content1 {
	width: 60%;
	float: left;
	background-color: #FFF;
	padding-bottom: 3%;
}


#sidebar1 {
	width: 30%;
	float: right;
	text-align: left;
	padding-right: 5%;
	height: 100%;
	padding-top: 3%;
	background-color: #FFF;
}

	
#footer {
	background-color: #FFFFFF;
	height: auto;
	margin-top: 5%;
	clear: both;
	padding-left: 0%;
	padding-top: 5%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	padding-bottom: 1%;
}



/************************************************************************************
MEDIA QUERIES
*************************************************************************************/
/* for 980px or less */
@media screen and (max-width: 980px) {
	
	#pagewrap {
	width: 94%;
	}
	
	#content1 {
	width: 54%;
	float: left;
	padding-top: 3%;
	background-color: #FFF;
	}

	#sidebar1 {
	width: 30%;
	float: right;
	padding-right: 5%;
	padding-top: 3%;
	background-color: #FFF;
	}
	

}

/* for 700px or less */
@media screen and (max-width: 700px) {

	#content1 {
	width: auto;
	float: left;
	padding-top: 5%;
	background-color: #FFF;
	}
	
/*.content_preview {
	width: 50%;
	float: left;
}*/

	
	h1 {
	font-size: 18px;
	}
	
	#sidebar1 {
	width: auto;
	float: right;
	text-align: left;
	padding-left: 5%;
	height: 100%;
	padding-top: 3%;
	background-color: #FFF;
}

		
	
	
	nav { 
  		height: auto;
  	}
  	nav ul {
  		width: 100%;
  		display: block;
  		height: auto;
  	}
  	nav li {
  		width: 50%;
  		float: left;
  		position: relative;
  	}
  	nav li a {
		border-right: 1px solid #576979;
		border-bottom: 1px solid #576979;
	}
  	nav a {
	  	text-align: left;
	  	width: 100%;
	  	text-indent: 25px;
  	}
	

}

/* for 480px or less */
@media screen and (max-width: 480px) {
	

	
	#content1 {
	width: auto;
	float: left;
	padding-top: 10%;
	background-color: #FFF;
	}
	
	/*.content_preview {
	width: 50%;
	float: left;
}*/

	
	
	h1 {
	font-size: 22px;
	line-height: 120%;
	font-weight: bold;
	padding-bottom: 2.5%;
	}
	
	h2 {
	font-size: 18px;
	}
	
	h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #666666;
	padding-bottom: 2.5%;
	font-weight: normal;
	}
	
	p {
	font-size:18px;
	line-height: 180%;
	padding-bottom: 20px;
	}
	
	
	#sidebar1 {
	width: auto;
	float: right;
	text-align: left;
	padding-left: 5%;
	padding-right: 5%;
	height: 100%;
	padding-top: 3%;
	background-color: #FFF;
}

	
	
	
	nav {
		border-bottom: 0;
	}
	nav ul {
		display: none;
		height: auto;
	}
	nav a#pull {
	display: block;
	background-color: #999999;
	padding-right: 0px;
	padding-left: 0px;
	width: 100%;
	position: relative;
	}
	nav a#pull:after {
		content:"";
		background: url('assets/nav-icon.png') no-repeat;
		width: 30px;
		height: 30px;
		display: inline-block;
		position: absolute;
		right: 25px;
		top: 10px;
	}
	
	
	nav li {
		display: block;
		float: none;
		width: 100%;
	}
	nav li a {
		border-bottom: 1px solid #576979;
	}
	
}






/*Smartphone*/
@media only screen and (max-width : 320px) {
	
	#pagewrap1 {
	width: 100%;
	background-color: #FFF;
	}
	
	#content {
	width: auto;
	float: left;
	padding-left: 7%;
	padding-top: 10%;
	background-color: #FFF;
	}
	
	#content1 {
	width: auto;
	float: left;
	padding-top: 10%;
	background-color: #FFF;
	}
	
	
	/*.content_preview {
	width: 100%;
	float: left;
}*/
	
	
	#sidebar1 {
	width: auto;
	float: right;
	text-align: left;
	padding-left: 5%;
	padding-right: 5%;
	height: 100%;
	padding-top: 3%;
	background-color: #FFF;
}


	
	h1 {
	font-size: 22px;
	line-height: 120%;
	font-weight: bold;
	padding-bottom: 2.5%;
	}
	
	h2 {
	font-size: 18px;
	}
	
	
	h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #666666;
	padding-bottom: 2.5%;
	font-weight: normal;
	}
	
	
	p {
	font-size:18px;
	line-height: 180%;
	padding-bottom: 20px;
	}
	
	
	nav {
		border-bottom: 0;
	}
	nav ul {
		display: none;
		height: auto;
	}
	nav a#pull {
	display: block;
	background-color: #CCCCCC;
	padding-right: 0px;
	padding-left: 0px;
	width: 100%;
	position: relative;
	}
	nav a#pull:after {
		content:"";
		background: url('assets/nav-icon.png') no-repeat;
		width: 30px;
		height: 30px;
		display: inline-block;
		position: absolute;
		right: 15px;
		top: 10px;
	}
	
	
	nav li {
		display: block;
		float: none;
		width: 100%;
	}
	nav li a {
		border-bottom: 1px solid #576979;
	}
	
	
}
