@charset "UTF-8";

/* CSS Document */




body {
	background-color: #fff;
	background-image: url(img/sthbgwork4.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 13pt;
}

body, td, th {
	font-family: Arial, Helvetica, sans-serif;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0px;
	margin: 0px;
}

h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 0px;
	padding-left: 0px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
}

.logo {
	margin-top:16px;
	padding-top:6px;
	width:100%;
	height:38px;
	float:left;
	} 

nav {
	margin-top:3px;
	width:100%;
	float:right;
	height: 24px;

}
nav li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight:600;
	text-transform: uppercase;
	letter-spacing:1px;
	float: right;
	margin: 0 0 20px 35px;
	padding-top: 14px;
	color: #fff;
	text-align: center;
	max-height: none;
	z-index: 100;
	list-style-type:none;
	display: inline;
}
nav ul {
	float:right;
}

.homephoto {
	width:225px;
	height:300px;
	margin-top:10px;
	float:left;
	margin-right:0px;
	margin-bottom:20px;
}
.workthumb {
	width:113px;
	height:113px;
	margin-top:10px;
	border:1px  solid #666;
	float:left;
	margin-right:42px;
	margin-bottom:30px;
}
.workimage {
	width:665px;
	float:right;
	margin-bottom:0px;
	margin-top:30px;
	/*border:1px solid #999;*/		
}
.homework {
	width:115px;
	float:left;
	margin-right:42px;
}
.workpage {
	width:195px;
	float:left;
	margin-right:38px;
	margin-top:10px;
}
/*.buttons {
	float:right;
	margin-top:15px;
	margin-bottom:20px;
}*/


.rule {
	  width:195px;
	  background-color:#999;
	  height:1px;
	  margin-bottom:15px; 
	  margin-top:0px;
	  float:left;
}

.rulewide {
	  width:900px;
	  background-color:#999;
	  height:1px;
	  margin-bottom:25px; 
	  margin-top:0px;
	  float:left;
}

.sidebar {
	width:218px;
	float:right;
	padding: 10px 20px 20px 20px;
	background-color:#F0F0F0;
	border:1px  solid #666;
	border-top: none;
}
.sidebarimg {
	width:258px;
	float:right;
	background-color:#F0F0F0;
	border:1px  solid #666;
}

.bluewide {
	width:100%;
	background-image:url(img/bluelinebg1.jpg);
	background-repeat: repeat-x;
	background-color:#445fa4;
	text-align:center;
	float:left;
}
.contentblue {
	width:900px;
	margin-left:auto;
	margin-right:auto;
	padding: 0px;
	background-color: transparent;
}



h1 {
	font-size: 33px;
	font-weight: normal;
	color: #003068;
	line-height: 33px;
	margin-top: 0px;
	text-align: left;
	margin-bottom: 7px;
}

h2 {
	font-size: 20px;
	color: #1e1e1e;
	font-weight:100;
	margin-bottom: 15px;
	line-height:22px;
}

/*h3 {
	font-size: 16px;
	color: #003068;
	margin-bottom: 10px;
	margin-top: 22px;
	line-height: 22px;
}*/

h3 {
	font-size: 15px;
	color: #003068;
	float:left;
	width:100%;
	margin-top: 20px;
	margin-bottom:6px;
	letter-spacing: 2px;
}



/*h3 a:link {
	color: #003068;
}

h3 a:visited {
	color: #003068;
}

h3 a:hover {
	color: #9db5f3;
}*/



h5 {
	font-size: 20px;
	font-style: italic;
	font-weight: normal;
	line-height: 24px;
	color: #f0f0f0;
}

h4 {
	font-size: 16px;
	color: #003068;
	margin: 10px 0;
	line-height: 27px;
	font-weight: 700;
}

/*h4 {
	font-size: 24px;
	font-weight: normal;
	line-height: 27px;
	margin: 10px 0;
	width: 600px;
}*/

h6 {
	padding: 0;
	line-height: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #003068;
	font-size: 16px;
	font-style: italic;
	font-weight: 400;
}

/*.tophead h1 {
	margin-bottom: 20px;
}

.tophead h2 {
	margin-top: 0;
	font-size: 18px;
	color: #737373;
	margin-bottom: 20px;
}*/

a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}

/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #fff;
	text-decoration: none; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}

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

a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
	color: #2b2d4f;
}

/* ~~ this fixed width container surrounds all other elements ~~ */
.container {
	width: 900px;
	height:100%;
	background-color: transparent;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
}

/* ~~ This is the layout information. ~~ */

.content {
	width:900px;
	padding: 0px;
	background-color : transparent;
	float:left;
}

/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 0px;
}

.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 0px;
}

.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the overflow:hidden on the .container is removed */
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}



/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.cf:before, .cf:after {
	content: " "; /* 1 */
	display: table; /* 2 */
}

.cf:after {
	clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
 zoom: 1;
}

/* ------ navigation top bar ----- */



/*------- first paragraph --------*/



p {
	font-size: 14px;
	color: #646464;
	text-align: left;
	line-height: 20px;
	margin-bottom: 15px;
}

.textlink a:link {
	font-style:italic;
	text-decoration:underline;
	font-size: 14px;
	color: #646464;
	text-align: left;
	line-height: 20px;
	margin-bottom: 15px;
}

.textlink a:visited {
	color:#646464;
}

.textlink a:hover {
	color:#9db5f3;
}

/*.link {
	font-size: 16px;
	color: #737373;
	font-style: italic;
	font-weight: bold;
	text-decoration: underline;
}*/
.worklink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	color: #36C;
	text-decoration: underline;
}

.worklink a:link {
	color: #36C;
	text-decoration: underline;
}
.worklink a:visited {
	color: #36C;
	text-decoration: underline;
}

.worklink a:hover {
	color: #9db5f3;
}
.imagepad {
	margin-right: 5px;
	margin-left: 5px;
	border: 1px solid #B4B4BE;
}
.thumbimgcenterbox {
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	margin-bottom:150px;
	display: block;
	text-align:center;
	width: 900px;
	height:60px;
}
.thumbborderselect {
	border: 3px solid #FFB800;
	margin-bottom: -2px;
}
#preload {
	float: left;
	position: absolute;
	left: -9999px;
	height:0px;
	overflow: hidden;
}
.list {
	list-style-position: outside;
	list-style-type: square;
	color: #646464;
	line-height: 18px;
	font-size: 14px;
	font-weight: 800;
	margin-left: 15px;
	margin-bottom: 10px;
}
.list2 {
	list-style-position: outside;
	list-style-type: square;
	color: #646464;
	line-height: 18px;
	font-size: 14px;
	font-weight: 200;
	margin-left: 15px;
	margin-bottom: 10px;
}
.emailenkoder a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #003068;
	font-style: italic;
	letter-spacing:0px;
	text-decoration: underline;
	line-height: 18px;
	font-weight: bold;
}
.emailenkoder a:hover {
	color: #666;
}

.emailenkoder a:visited {
	color: #003068;
}
.footer {
	width:100%;
	height:20px;
	font-size:10px; 
	color:#fff;
	background-color:#012353;
	text-align:center;
	letter-spacing:2px;
	float:left;
	padding-top:5px;
}
