/*****Reset*****/
/* Remove margin and padding from elements */

html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td {
	margin: 0;
	padding: 0;
}

html {overflow-y: scroll;}

/*****Basic Elements*****/
/* Define styles for basic elements: body, h1-h6, ul, ol, a, p, etc. */

html body {
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
}
img {
	border: 0;
	outline: none;
	text-decoration: none;
}
/* Links 
_______________________________________________________________________ */

a:link {
	border: 0;
	color: #00B1FF;
	outline: none;
	text-decoration: none;
}
a:visited {
	border: 0;
	color: #00B1FF;
	outline: none;
	text-decoration: none;
}
a:hover {
	background-color: #00B1FF;
	border: 0;
	color: #ffffff;
	outline: none;
	text-decoration: none;
}

.imagelink a:hover {
	background-color: transparent;
	border: 0;
	outline: none;
	text-decoration: none;
}

.workimagesm a:hover {
	background-color: transparent;
	border: 0;
	outline: none;
	text-decoration: none;
}

a:active {
	background-color: #00B1FF;
	border: 0;
	color: #ffffff;
	outline: none;
	text-decoration: none;
}
h2 a:link {
	border:0;
	color: #FF00AE;
	text-decoration: none;
}
h2 a:visited {
	border:0;
	color: #FF00AE;
	text-decoration: none;
}
h2 a:hover {
	border: 0;
	background-color: #FF00AE;
	color: #ffffff;
	text-decoration: none;
}
/* type
_______________________________________________________________________ */

h2 {
	color: #FF00AE;
	font-size: 18px;
	line-height: 130%;
}
h3 {
	color:#555;
	font-weight: bold;
	font-size: 12px;
	line-height: 150%;
}
h4 {
	color:#555;
	font-weight: bold;
	font-size: 12px;
	line-height: 150%;
	margin-top:1.12em;
}
p {
	color:#444;
	font-size:12px;
	line-height:150%;
}
#worklinks {
	font-size:11px;
	line-height:150%;
}
#previous, #next {
	font-size:12px;
	line-height:150%;
}
h4 {
	color:#555;
	font-weight: bold;
	font-size: 12px;
	line-height: 150%;
	margin-top:10px;
}
/*****Generic Classes*****/
/* Define styles for simple things like floating to the sides, removing a bottom margin on elements, etc
Yes, these may not be as semantic as we would all like, but they are necessary for coding efficiently  */

.containerdetail {
	background-color: #ffffff;
	background-image: url(../images/site/bg_green.gif);
	background-position: center;
	background-repeat: repeat-y;
	margin: 0 auto;
	width: 960px;
}

.containermain {
	background-color: #ffffff;
	background-image: url(../images/site/bg_blue.gif);
	background-position: center;
	background-repeat: repeat-y;
	margin: 0 auto;
	width: 960px;
}

.containerinfo {
	background-color: #ffffff;
	background-image: url(../images/site/bg_pink.gif);
	background-position: center;
	background-repeat: repeat-y;
	margin: 0 auto;
	width: 960px;
}
/*****Header*****/
/* Define all elements in the header */

#header {
	padding-top: 20px;
}
ul#menu li {
	float:left;
	list-style:none;
}
/*****Sidebar*****/
/* Define all elements in the sidebar */

#sidebar {
	display:inline;
	float:left;
	/*height:450px;*/
	margin-left:65px;
	padding-top:20px;
	width:175px;
}
ul#worklinks li {
	list-style:none;
}
/*****Content*****/
/* Define all elements in the content area */

#infocontainer {
	display:inline;
	float:left;
	margin-left:240px;
	width:720px;
}

#workcontainer {
	display:inline;
	float:left;
	width:720px;
}
.worktext {
	background-color:#ffffff;
	display:inline;
	float:left;
	height:100px;
	margin-top:10px;
	padding:10px;
	width:220px;
}
.workimagesm {
	float:left;
	padding-bottom: 10px;
	padding-top: 10px;
	width:480px;
}
#workimagelrg {
	display:inline;
	float:left;
	margin:20px 60px;
	width:600px;
}
#worktitle {
	display:inline;
	float:left;
	margin-left:60px;
	margin-top:10px;
}
#playmovie {
	display:inline;
	float:right;
	margin-right:60px;
	margin-top:10px;
}
#workbody {
	background-color:#fff;
	margin: 0px auto 20px;
	overflow:hidden;
	width:720px;
}
#workinfoleft {
	float:left;
	padding:10px 5px 10px 60px;
	width:290px;
}
#workinforight {
	float:left;
	padding:10px 5px;
	width:295px;
}
#previous {
	background-color:#fff;
	float:left;
	margin:2px 0;
	padding:2px;
	width:auto;
}
#next {
	background-color:#fff;
	float:right;
	margin:2px 0;
	padding:2px;
	width:auto;
}
/*****Footer*****/
/* Define all elements in the footer */

#footer {
	padding-top:20px;
}
ul#footerlinks li {
	float:left;
	list-style:none;
}
