/* University of West England (C) 2007
Academic Technologies Group
--------------------------------------------------
*/
body{
	font-family: Verdana,Arial,Helvetica,sans-serif;
	background-color:#f3f3f3;
	font-size: 75%;
	color: #000;
	margin: 0;
	padding: 0;
	text-align:center;
}
#container{
	margin:0 auto;
	text-align:left;
	width:976px;
	padding:0;
	position:relative;
	background:#fff url(../images/containerbg.gif) repeat-x top;
}

p,td,th,ul,ol{ font-size: 100%; line-height: 130%; }
img{ border: none;}
form{ margin: 0;}
#outer_container{ width: 100%; text-align: left; }
#contentwrapper {
	width:100%;
	margin-left:-244px;
	margin-top:18px;
	float:right;
	background: #fff url(../images/contentbg.jpg) no-repeat;
}
#content{
	vertical-align: top;
	text-align: left;
	font-size: 100%;
	margin: 0;
	padding: 10px 0 0 0;
	margin-left:244px;
	line-height: 130%;
}
h1, h2, h3, h4, h5, h6{
	font-family:"VAG Rounded W01 Bold",Verdana,Arial,Helvetica,sans-serif;  
	font-weight:normal; 
	font-style:normal;
}
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong{
	font-weight:normal; 
	font-style:normal;
}
#content h1{
	font-size: 260%;
	color: #dc291e;
	margin: 0;
	line-height:125%;
	padding:10px 80px 10px 10px;
}
#content h2{
	font-size: 190%;
	color: #dc291e;
	margin: 10px 0;
	line-height:120%;
}
#content h3{
	font-size: 140%;
	color: #dc291e;
	margin: 10px 0;
	line-height:100%;
}
#content h4{
	font-size: 125%;
	color: #dc291e;
	margin: 10px 0;
	line-height:100%;
}
#content h5{
	font-size: 115%;
	color: #dc291e;
	margin: 10px 0;
	line-height:100%;
}
#content h6{
	font-size: 115%;
	color: #333;
	margin: 10px 0;
}
#content p{  margin: 10px 0 20px 0; }
#content p img {margin: -10px 0 -20px 0;} /*CMS fix */
#content ul, #content ol{ margin: 10px 0 12px 20px; padding:0;}
#content ul li,#content ol li{ margin:0; padding-bottom: 8px; }
#content ul li li,#content ol li li{ margin-left:18px; padding-bottom: 0; padding-top: 4px; }
#content ul ul, #content ol ol, #content ol ul, #content ul ol{ margin: 0 0 4px 0; }
#content caption{
	font-size: 110%;
	font-weight: bold;
	color: #dc291e;
	text-align: left;
	background-color: inherit;
	margin: 0 0 10px;
}
table{ font-size: 100%; border-width: 0; margin:10px 0 20px 0; }
table th{
	text-align:left;
	padding:6px 10px 6px 0;
	vertical-align:top;
}
table td{
	padding:6px 10px 6px 0;
	vertical-align:top;
}
hr {
	border: 0px;
	border-top: 1px solid #ccc;
	height:1px;
	display:block;
	margin-bottom:20px;
}

@media screen and (max-width:990px) {
#contentwrapper {
	margin-left:-25%;
	clear:both;
	margin-top:4px;
}
#content{
	margin-left:25%;
}
#container{
	max-width:976px;
	width:auto;
}
img{ max-width:100%; height:auto; }
.video-wrap {width:96%}
.video-container{position: relative;padding-bottom: 80.25%;height: 0;}
.video-wrap object, .video-wrap embed {
	position: absolute;
	width: 100%;
	height: 100%;}

#content form input, #content form textarea, #content form select {width:100%;}
}

@media screen and (max-width:746px) {
#container{
	background:#f3f3f3 url(../images/containerbg.gif) repeat-x top;
}
#contentwrapper {
	width:100%;
	margin-left:-33.3%;
}
#content{
	margin-left:33.3%;
}
#content h1{
	padding:10px;
}
}

@media screen and (max-width:502px) {
html {-webkit-text-size-adjust:none}

#contentwrapper {
	width:100%;
	margin-left:0;
}
#content{
	margin-left:0;
}
}

