/*
    Document   : screen
    Created on : 19-Jan-2009, 17:35:45
    Author     : mfleming
    Description:
        Purpose of the stylesheet follows.
*/

/*
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

#linklist{
	list-style: none;
	margin: 0;
}

#linklist img{
	float: left;
	margin: 0 15px 30px 0;
}

#linklist h2{
	clear: both;
}

.error{
	display: none;
}

#success{
	display: none;
}

a{
	color: #fff;
	text-decoration: underline;
}

a:hover{
	color: #D61F60;
}

a img{
    border: 0;
}

*{
    margin: 0;
    padding: 0;
    outline: 0;
}

body{
    background: #000;
    font-size: 62.5%;
	color: #fff;
	font-family: Arial,Helvetica,sans-serif
}

#docarea{
	width: 820px;
	margin: auto;
	background: url(docarea.jpg) no-repeat 0 0;
	padding: 25px 0 0 0;
	font-size: 1.25em;
	position: relative;
}

#puma{
	position: absolute;
	right: 95px;
	top: 76px;
}

#logo{
	position: absolute;
	right: 23px;
	top: 64px;
}

#mainmenu{
	background: url(mainmenu.png) no-repeat 0 100%;
	list-style: none;
	height: 2.8em;
	padding: 38px 0 0 0;
	margin: 0;
}

#mainmenu li{
	float: left;
	padding: 0 34px 0 0;
}

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

#mainmenu li.last-child a{
	color: #D61F60;
}

#mainmenu a:hover,#mainmenu a:focus{
	text-decoration: underline;
}

#content{
	clear: both;
	padding: 0 0 50px 0;
}

#homecontent{
	width: 427px;
	float: left;
	padding: 0 15px 44px 0;
}

#videocontent{
	width: 273px;
	float: left;
	padding: 0 15px 44px 0;
}

#imagecontent{
	float: left;
	padding: 0 0 44px 0;
	width: 465px;
}

#showquote{
	width: 320px;
	padding: 15px;
	border: 1px solid #fff;
	margin: 0 0 44px 0;
	clear: both;
}

#showquote cite{

}

#showquote a{
	color: #D61F60;
}


div.videothumb{
	float: left;
	margin: 0 16px 20px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px dotted #666;
}

div.videothumb h2{
	margin: 0 0 5px 0;
	color: #fff;
	font-size: 1.2em;
}

#fp_video{
	float: left;
	margin: 30px 0 44px 0;
	width: 320px;
}

#full_video{
	width: 288px;
	margin: 30px 0 44px 0;
	float: left;
}

#homecontent h1{
	font-size: 1.25em;
	margin: 25px 0 0 0;
}

h1{
	font-size: 1.25em;
	margin: 25px 0 1.5em 0;
}

h2{
	color: #D61F60;
	font-weight: normal;
	font-size: 1.25em;
	margin: 0 0 1em 0;
}

h2 a{
	color: #D61F60;
	text-decoration: none;
}

h2 a:focus{
	text-decoration: underline;
}

p{
	margin: 0 0 1.5em 0;
}

#content blockquote{
	margin: 0 0 2em 0;
	width: 450px;
}

#content blockquote p{
	margin: 0 0 0.5em 0;
}

#content blockquote cite{
	color: #D61F60;
}

ul,ol{
	margin: 0 0 1.5em 20px;
}

ol ul, ol ol, ul ol{
	margin-bottom: 0;
}


form{
	width: 480px;
}

form p.error{
	margin: 0 0 10px 0;
	display: none;
	color: red;
	background: #ffffcc;
	padding: 5px;
	text-align: center;
	border: 1px dashed red;
}

form p.serror{
	margin: 10px 0 10px 0;
	color: red;
	background: #ffffcc;
	padding: 5px;
	text-align: center;
	border: 1px dashed red;
}

form p.serror a{
	color: red;
	text-decoration: underline;
}

form .focus{
	background: #444;
}

form .highlight{
	background: #222;
}

form .highlight.focus{
	background: #444;
}

form p{
	margin: 0 0 5px 0;
}

form div{
	clear: both;
	padding: 5px;
	margin: 0 0 10px 0;
}

form label{
	display: block;
	float: left;
	width: 100px;
}

form input{
	width: 340px;
	font-size: 1em;
	padding: 2px;
}

button{
	margin: 0 0 0 100px;
	cursor: pointer;
}

textarea{
	font-size: 1.1em;
	font-family: Arial,Helvetica,sans-serif;
	padding: 2px;
	width: 340px;
}

#footer{
	clear: both;
}

#footer.fp{
	background: url(mainmenu.png) no-repeat 0 0;
	padding: 18px 0 0 0;
}

#footer div{
	padding: 5px 0 30px 0;
}

#footermenu{
	list-style: none;
	display: inline;
	margin: 0;
}

#footermenu li{
	display: inline;
	background: url(li.png) no-repeat 0 50%;
	padding: 0 8px 0 10px;
}

#footermenu li.first-child{
	background: none;
}

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

#footermenu a:hover,#footermenu a:focus{
	text-decoration: underline;
}
